Commit 1f97f965 authored by sunse's avatar sunse
Browse files

CR0862 AFFunction NRM, Update TS28541_5GcNrm.yaml

parent 0c57b4db
Loading
Loading
Loading
Loading
+54 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,33 @@ components:
          items:
            $ref: '#/components/schemas/InternalGroupIdRange'
          minItems: 1
    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:
@@ -1307,6 +1334,8 @@ components:
              $ref: '#/components/schemas/EASDFFunction-Multiple'
            NSSAAFFunction:
              $ref: '#/components/schemas/NssaafFunction-Multiple'
            AFFunction:
              $ref: '#/components/schemas/AfFunction-Multiple'

    AmfFunction-Single:
      allOf:
@@ -2888,6 +2917,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'

    NssaafFunction-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
@@ -3231,6 +3280,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/EP_N59-Single'
    AfFunction-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/AfFunction-Single'

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

@@ -3320,4 +3373,5 @@ components:
       - $ref: '#/components/schemas/EASDFFunction-Single'
       - $ref: '#/components/schemas/EcmConnectionInfo-Single'
       - $ref: '#/components/schemas/NssaafFunction-Single'
       - $ref: '#/components/schemas/AfFunction-Single'