Commit 63652ac2 authored by sunse's avatar sunse
Browse files

Merge branch 'Rel18_28.541_CR#1106_Add_NRM_for_AnLF' into 'Integration_Rel18_SA5_152_YAML'

Rel18_28.541_CR1106_Add_NRM_for_AnLF

See merge request !948
parents c79590f7 e90a95fa
Loading
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -3463,6 +3463,8 @@ components:
              $ref: '#/components/schemas/EP_NL3-Multiple'
            EP_N34:
              $ref: '#/components/schemas/EP_N34-Multiple'
            AnLFFunction:
              $ref: '#/components/schemas/AnLFFunction-Single'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ScpFunction-Single:
@@ -5092,6 +5094,21 @@ components:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/LocalAddress'
                    remoteAddress:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress'
    AnLFFunction-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              allOf:
                - type: object
                  properties:
                    activationStatus:
                      type: string
                      enum:
                        - ACTIVATED
                        - DEACTIVATED

    EP_SM12-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'