Commit c15a974f authored by sunse's avatar sunse
Browse files

28.541 rel17 cr0866 remove redundant stage 3 definition for mnc and plmn

parent 70332bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -647,7 +647,7 @@ components:
        contextValueRange:
          type: array
          items:
            $ref: "TS28541_NrNrm.yaml#/components/schemas/PlmnId"
            $ref: "TS28623_ComDefs.yaml#/components/schemas/PlmnId"
    NRFqBandContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for NRFqBandContext       
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ components:
        trackingAreaIdList:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/TaiList'
        servingPLMN:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
    GeoLoc:
      type: object
      properties:
+10 −10
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ components:
        nFStatus:
          $ref: '#/components/schemas/NFStatus'
        plmn:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        sNssais:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
        fqdn:
@@ -101,7 +101,7 @@ components:
        apiPrfix:
          type: string
        allowedPlmns:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        allowedNfTypes:
          type: array
          items:
@@ -209,7 +209,7 @@ components:
        allowedPLMNs:
          type: array
          items:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        allowedSNPNs:
          type: array
          items:
@@ -539,7 +539,7 @@ components:
      type: object
      properties:
        plmnId:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        nRTACRangelist:
          type: array
          items:
@@ -549,7 +549,7 @@ components:
      type: object
      properties:
          pLMNId: 
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
          aMFIdentifier:
            type: integer   
       
@@ -1255,7 +1255,7 @@ components:
                - type: object
                  properties:
                    plmnId:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    sEPPType:
                      $ref: '#/components/schemas/SEPPType'
                    sEPPId:
@@ -1374,7 +1374,7 @@ components:
                - type: object
                  properties:
                    plmnId:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    sBIFqdn:
                      type: string
                    managedNFProfile:
@@ -1404,7 +1404,7 @@ components:
                - type: object
                  properties:
                    plmnId:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    sBIFqdn:
                      type: string
                    managedNFProfile:
@@ -1501,7 +1501,7 @@ components:
                - type: object
                  properties:
                    plmnId:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    sEPPId:
                      type: integer
                    fqdn:
@@ -1834,7 +1834,7 @@ components:
                - type: object
                  properties:
                    remotePlmnId:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    remoteSeppAddress:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/HostAddr'
                    remoteSeppId:
+8 −18
Original line number Diff line number Diff line
@@ -44,25 +44,15 @@ components:
        sd:
          type: string

    Mnc:
      type: string
      pattern: '[0-9]{3}|[0-9]{2}'
    PlmnId:
      type: object
      properties:
        mcc:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc'
        mnc:
          $ref: '#/components/schemas/Mnc'
    PlmnIdList:
      type: array
      items:
        $ref: '#/components/schemas/PlmnId'
        $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
    PlmnInfo:
      type: object
      properties:
        plmnId:
          $ref: '#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        snssai:
          $ref: '#/components/schemas/Snssai'
    PlmnInfoList:
@@ -77,7 +67,7 @@ components:
      type: object
      properties:
        plmnId:
          $ref: '#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        cagidList:
          $ref: '#/components/schemas/cagId'
        nidList:
@@ -117,7 +107,7 @@ components:
      type: object
      properties:
        plmnId:
          $ref: '#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        nrTac:
          $ref: '#/components/schemas/NrTac'
    TaiList:
@@ -287,7 +277,7 @@ components:
      type: object
      properties:
        plmnId:
          $ref: '#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        snssai:
          $ref: '#/components/schemas/Snssai'
    RrmPolicyMemberList:
@@ -587,7 +577,7 @@ components:
        TceID:
          type: integer
        PlmnTarget:
          $ref: '#/components/schemas/PlmnId'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
    TceMappingInfoList:
      type: array
      items:
@@ -822,7 +812,7 @@ components:
                    gnbCuName:
                      $ref: '#/components/schemas/GnbName'
                    plmnId:
                      $ref: '#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    x2BlockList:
                      $ref: '#/components/schemas/GGnbIdList'
                    xnBlockList:
@@ -1588,7 +1578,7 @@ components:
                    gnbIdLength:
                      $ref: '#/components/schemas/GnbIdLength'
                    plmnId:
                      $ref: '#/components/schemas/PlmnId'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties: