Commit db1819be authored by sunxixi's avatar sunxixi Committed by sunse
Browse files

Update 5gcNrm.yaml

parent 7b2f7ba0
Loading
Loading
Loading
Loading
+45 −1
Original line number Diff line number Diff line
@@ -1140,6 +1140,31 @@ components:
            EP_N66:
              $ref: '#/components/schemas/EP_N66-Multiple'

    EASDFFunction-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              allOf:
                - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-Attr'
                - type: object
                  properties:
                    plmnId:
                      $ref: 'nrNrm.yaml#/components/schemas/PlmnId'
                    sBIFqdn:
                      type: string
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    serverAddr:
                      type: string
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
            EP_Nxx:
              $ref: '#/components/schemas/EP_Nxx-Multiple'


    ExternalAmfFunction-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
@@ -1689,6 +1714,21 @@ components:
                    remoteAddress:
                      $ref: 'nrNrm.yaml#/components/schemas/RemoteAddress'
                      
    EP_Nxx-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              allOf:
                - $ref: 'genericNrm.yaml#/components/schemas/EP_RP-Attr'
                - type: object
                  properties:
                    localAddress:
                      $ref: 'nrNrm.yaml#/components/schemas/LocalAddress'
                    remoteAddress:
                      $ref: 'nrNrm.yaml#/components/schemas/RemoteAddress'
                      
    FiveQiDscpMappingSet-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
@@ -2098,6 +2138,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/EP_N66-Single'
    EP_Nxx-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/EP_Nxx-Single'
    Configurable5QISet-Multiple:
      type: array
      items: