Commit f5257d8b authored by sunse's avatar sunse
Browse files

CR0864 NSSAAFFunction Update TS28541_5GcNrm.yaml

parent 98c5d6be
Loading
Loading
Loading
Loading
+45 −3
Original line number Diff line number Diff line
@@ -1142,6 +1142,20 @@ components:
          anyOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/WildcardDnn'
    NssaafInfo:
      description: Information of a NSSAAF Instance
      type: object
      properties:
        supiRanges:
          type: array
          items:
            $ref: '#/components/schemas/SupiRange'
          minItems: 1
        internalGroupIdentifiersRanges:
          type: array
          items:
            $ref: '#/components/schemas/InternalGroupIdRange'
          minItems: 1

#-------- Definition of concrete IOCs --------------------------------------------
    ProvMnS:
@@ -1242,6 +1256,8 @@ components:
              $ref: '#/components/schemas/EcmConnectionInfo-Multiple'
            EASDFFunction:
              $ref: '#/components/schemas/EASDFFunction-Multiple'
            NSSAAFFunction:
              $ref: '#/components/schemas/NssaafFunction-Multiple'

    AmfFunction-Single:
      allOf:
@@ -2817,6 +2833,30 @@ components:
                      items:
                        $ref: '#/components/schemas/PccRule'                           

    NssaafFunction-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:
                    pLMNInfoList:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnInfoList'
                    sBIFqdn:
                      type: string
                    cNSIIdList:
                      $ref: '#/components/schemas/CNSIIdList'
                    nFProfileList:
                      $ref: '#/components/schemas/NFProfileList'
                    commModelList:
                      $ref: '#/components/schemas/CommModelList'
                    nssafInfo:
                      $ref: '#/components/schemas/NssaafInfo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'

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

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



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

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

@@ -3184,4 +3225,5 @@ components:
       - $ref: '#/components/schemas/Dynamic5QISet-Single'
       - $ref: '#/components/schemas/EASDFFunction-Single'
       - $ref: '#/components/schemas/EcmConnectionInfo-Single'
       - $ref: '#/components/schemas/NssaafFunction-Single'