Commit a5dd606a authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.623_Rel-20_CR0707_TS_28.623_Correct_several_issues_for_the_IOCs_related_to_MADCOL' into 'Integration_Rel20_SA5_165_YAML'

TS28.623_Rel-20_CR0707_TS_28.623_Correct_several_issues_for_the_IOCs_related_to_MADCOL

See merge request !2024
parents 98c897e5 f0e8d1f0
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ components:
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

#-------- Definition of concrete IOCs --------------------------------------------

    ExternalDataType-Single:
@@ -53,6 +52,15 @@ components:
            properties:
              externalDataType:
                type: string
                example:
                  - ELECTRONIC_MAP
                  - CAMARA_DATA
                  - UE_PATH
                  - CAMERA_PHOTO
                  - EVENT_SCHEDULE
                  - WEATHER_FORECASTS
                description: >-
                  Type of external management data as defined by the implementation.
              mediaLocation: 
                type: array
                uniqueItems: true
+11 −7
Original line number Diff line number Diff line
@@ -34,13 +34,17 @@ components:
          $ref: '#/components/schemas/mgtDataName'
        uniqueItems: true  
    mgtDataCategory:
      type: string
      oneOf:
        - type: string
          enum:
            - COVERAGE
            - CAPACITY
            - SERVICE_EXPERIENCE
            - TRACE
            - ENERGY_EFFICIENCY
            - MOBILITY
            - ACCESSIBILITY
        - type: string 
    mgtDataName:
      type: string
    NodeFilter:
+6 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ components:
      type: object
      properties:
        MnsRegistry:
          $ref: '#/components/schemas/MnsRegistry-Single'
          $ref: '#/components/schemas/MnsRegistry-Multiple'
    
   #-------Definition of generic IOCs ----------# 

@@ -200,6 +200,11 @@ components:

#-------- Definition of YAML arrays for name-contained IOCs ----------------------

    MnsRegistry-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/MnsRegistry-Single'

    MnsInfo-Multiple:
      type: array
      items: