Commit 8b612976 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS_28.623_Rel-19_CR_enhance_the_area_scope_to_support_Network_Slice_Based_MDT' into 'Integration_Rel19_SA5_158_YAML'

TS_28.623_CR0476_Rel-19_CR_enhance_the_area_scope_to_support_Network_Slice_Based_MDT

See merge request !1462
parents b2862dbf fab31182
Loading
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -1448,6 +1448,9 @@ components:
        uniqueItems: true
        items:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
      - type: array
        items:
          $ref: '#/components/schemas/PLMNInfo'          

    Tai:
      type: object
@@ -1458,7 +1461,15 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
        tac:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Tac'

    PLMNInfo:
      type: object
      properties:
        plmnId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        sNSSAI:
          type: array
          items:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
    AreaConfig:
      type: object
      properties: