Commit 8cdf0ac9 authored by zhaoxxian's avatar zhaoxxian Committed by ruiyue
Browse files

Update file TS28541_5GcNrm.yaml

parent 845ee1eb
Loading
Loading
Loading
Loading
+33 −1
Original line number Diff line number Diff line
@@ -2521,6 +2521,34 @@ components:
          type: boolean
          default: false          

    AiotfInfo:
      description: Information of an AIOTF NF Instance
      type: object
      properties:
        areaIDList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotAreaId'
          minItems: 1

    AdmInfo:
      description: ADM information
      type: object
      properties:
        deviceIdList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId'
          minItems: 1
        devIdRegEx:
          type: string
        afIdList:
          type: array
          items:
            type: string
          minItems: 1


    NrfInfo:
      description: Information of an NRF NF Instance, used in hierarchical NRF deployments
      type: object
@@ -4902,6 +4930,8 @@ components:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    aIOTgNBInfo:
                      $ref: '#/components/schemas/AIoTgNBInfo'
                    aIotfInfo:
                      $ref: '#/components/schemas/AiotfInfo'                  
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'       
        - type: object
@@ -4933,6 +4963,8 @@ components:
                      type: string
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    admInfo:
                      $ref: '#/components/schemas/AdmInfo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0' 
        - type: object