Commit 7bb2f523 authored by sunse's avatar sunse
Browse files

CR0862 AFFunction NRM, Update TS28541_5GcNrm.yaml

parent 36c2f5ac
Loading
Loading
Loading
Loading
Loading
+54 −3
Original line number Diff line number Diff line
@@ -1136,6 +1136,33 @@ components:
          anyOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/WildcardDnn'
    TrustAfInfo:
      description: Information of a trusted AF Instance
      type: object
      properties:
        sNssaiInfoList:
          type: array
          items:
            $ref: '#/components/schemas/SnssaiInfoItem'
          minItems: 1
        afEvents:
          type: array
          items:
            $ref: '#/components/schemas/AfEvent'
          minItems: 1
        appIds:
          type: array
          items:
            type: string
          minItems: 1
        internalGroupId:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/GroupId'
          minItems: 1
        mappingInd:
          type: boolean
          default: False

#-------- Definition of concrete IOCs --------------------------------------------
    ProvMnS:
@@ -1236,6 +1263,8 @@ components:
              $ref: '#/components/schemas/EcmConnectionInfo-Multiple'
            EASDFFunction:
              $ref: '#/components/schemas/EASDFFunction-Multiple'
            AFFunction:
              $ref: '#/components/schemas/AfFunction-Multiple'

    AmfFunction-Single:
      allOf:
@@ -2811,6 +2840,26 @@ components:
                      items:
                        $ref: '#/components/schemas/PccRule'                           
                          
    AfFunction-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              allOf:
                - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
                - type: object
                  properties:
                    plmnIdList:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnIdList'
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    commModelList:
                      $ref: '#/components/schemas/CommModelList'
                    trustAfInfo:
                      $ref: '#/components/schemas/TrustAfInfo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'

#-------- Definition of JSON arrays for name-contained IOCs ----------------------

    SubNetwork-Multiple:
@@ -3089,9 +3138,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/EcmConnectionInfo-Single'



    AfFunction-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/AfFunction-Single'

#------------ Definitions in TS 28.541 for TS 28.532 -----------------------------

@@ -3178,4 +3228,5 @@ components:
       - $ref: '#/components/schemas/Dynamic5QISet-Single'
       - $ref: '#/components/schemas/EASDFFunction-Single'
       - $ref: '#/components/schemas/EcmConnectionInfo-Single'
       - $ref: '#/components/schemas/AfFunction-Single'