Commit fd26aad1 authored by gautamd's avatar gautamd
Browse files

Update TS28541_NrNrm.yaml

parent d6e7256a
Loading
Loading
Loading
Loading
Loading
+50 −1
Original line number Diff line number Diff line
@@ -745,6 +745,31 @@ components:
          - M8
          - M9
          - MDT_UE_LOCATION
    URSPInfo:
      type: object
      properties:
        applicationID:
          type: string
        destinationIPInfo:
          type: string
        nonIPDescriptiors:
          type: string
        dNNs:
          type: string
        connectionCapabilities:
          type: array
          items:
            type: string
            enum:
              - IMS
              - MMS
              - INTERNET
        destinationFQDN:
          type: string
        pINID:
          type: string
        connectivityGrpId:
          type: string

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-NrNrm:
@@ -2089,7 +2114,30 @@ components:
                  properties:
                    ephemerisInfos:
                      $ref: '#/components/schemas/EphemerisInfos'

    MWABFunction-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                administrativeState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
                operationalState:
                    $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState'
                allowedPLMNInfo:
                  $ref: '#/components/schemas/PlmnInfoList'
                allowedArea:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
                allowedTime:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
                relatedN2URSPInfo:
                  $ref: '#/components/schemas/URSPInfo'
                relatedN3URSPInfo:
                  $ref: '#/components/schemas/URSPInfo'
                relatedXnURSPInfo:
                  $ref: '#/components/schemas/URSPInfo'
#-------- Definition of JSON arrays for name-contained IOCs ----------------------

    GnbDuFunction-Multiple:
@@ -2315,4 +2363,5 @@ components:
        - $ref: '#/components/schemas/CCOOvershootCoverageParameters-Single'
        - $ref: '#/components/schemas/NTNFunction-Single'
        - $ref: '#/components/schemas/EphemerisInfoSet-Single'
        - $ref: '#/components/schemas/MWABFunction-Single'