Commit ab57babc authored by ruiyue's avatar ruiyue
Browse files

Sync with the latest R19 YAML file

parent 2bbfbec9
Loading
Loading
Loading
Loading
Loading
+41 −6
Original line number Diff line number Diff line
@@ -419,6 +419,9 @@ components:
        authzInfo:
          type: string
        hostAddr:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Host'
        allowedPLMNs:
          type: array
@@ -543,11 +546,13 @@ components:
          minItems: 1
        vendorId:
          $ref: '#/components/schemas/VendorId'
        nfServices:
          type: array
          uniqueItems: true
          items:
        nfServiceList:
          description: >
            A map (list of key-value pairs) where serviceInstanceId serves as key of NFService
          type: object
          additionalProperties:
            $ref: '#/components/schemas/NFService'
          minProperties: 1
        supportedVendorSpecificFeatures:
          description: >
            A map (list of key-value pairs) where IANA-assigned "SMI Network Management Private Enterprise Codes" serves as key
@@ -4157,6 +4162,34 @@ components:
          enum:
            - ALLOW
            - DENY
    AIoTgNBInfo:
      type: object
      required:
        - gNBId
        - servedReaderInfoList
      properties:
        gNBId:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/GnbId'
        servedReaderInfoList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ServedReaderInfo'
    ServedReaderInfo:
      type: object
      required:
        - readerId
        - servedAIOTAreas
      properties:
        readerId:
          type: integer
        servedAIOTAreas:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID'
        readerLocation:
          type: string
    VflInfo:
      description: Indicates the Vfl capability supported by the NWDAF/TrustAF/unTrustAF
      type: object
@@ -5210,6 +5243,8 @@ components:
                      type: string
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    aIOTgNBInfo:
                      $ref: '#/components/schemas/AIoTgNBInfo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'       
        - type: object