Commit be0e7e68 authored by sunse's avatar sunse
Browse files

Merge branch 'TS28.541_Rel17_correction_to_NFProfile_used_in_NRFFunction' into...

Merge branch 'TS28.541_Rel17_correction_to_NFProfile_used_in_NRFFunction' into 'Integration_Rel17_SA5_156_YAML'

TS28.541 Rel17 CR1298 correction_to_NFProfile_used_in_NRFFunction

See merge request !1240
parents 4170ecd0 220d303d
Loading
Loading
Loading
Loading
Loading
+17 −9
Original line number Diff line number Diff line
@@ -59,16 +59,20 @@ components:
      type: object
      description: 'NF profile stored in NRF, defined in TS 29.510'
      properties:
        nFInstanceId:
        nfInstanceId:
          type: string
          description: uuid of NF instance
        nFType:
        nfType:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NFType'
        nFStatus:
        nfStatus:
          $ref: '#/components/schemas/NFStatus'
        plmn:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        sNssais:
          type: array
          items:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
        fqdn:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'
@@ -86,7 +90,9 @@ components:
          type: string
        serviceName:
          type: string
        version:
        versions:
          type: array
          items:
            type: string
        schema:
          type: string
@@ -98,9 +104,11 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/IpEndPoint'
        apiPrfix:
        apiPrefix:
          type: string
        allowedPlmns:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        allowedNfTypes:
          type: array