Commit 536c942c authored by zhaoxxian's avatar zhaoxxian Committed by ruiyue
Browse files

Update file TS28541_5GcNrm.yaml

parent 06285a7d
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -2914,6 +2914,33 @@ components:
          type: boolean
          default: false          

    AiotfInfo:
      description: Information of an AIOTF NF Instance
      type: object
      properties:
        areaIDList:
          type: array
          items:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID'
          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
@@ -5359,6 +5386,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
@@ -5390,6 +5419,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