Commit 03e052e6 authored by sunse's avatar sunse
Browse files

Merge branch 'TS28.541_CR0585_update_NRM_to_support_EASDF' into 'Integration_Rel17_SA5_139_YAML'

Ts28.541 cr0585 update nrm to support easdf

See merge request !229
parents 7b2f7ba0 2225499f
Loading
Loading
Loading
Loading
+46 −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:
@@ -2173,6 +2217,7 @@ components:
       - $ref: '#/components/schemas/EP_N32-Single'
       - $ref: '#/components/schemas/EP_N33-Single'       
       - $ref: '#/components/schemas/EP_N60-Single'
       - $ref: '#/components/schemas/EP_Nxx-Single'

       - $ref: '#/components/schemas/EP_S5C-Single'
       - $ref: '#/components/schemas/EP_S5U-Single'