Commit 14072419 authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Added MMEFunction

parent d95d3166
Loading
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -5315,6 +5315,24 @@ components:
            EP_N96:
              $ref: '#/components/schemas/EP_N96-Multiple'

    MmeFunction-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:
                    pLMNIdList:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnIdList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
             EP_N26:
              $ref: '#/components/schemas/EP_N26-Multiple'

    EP_N84-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
@@ -5796,6 +5814,11 @@ components:
      items:
        $ref: '#/components/schemas/NsacfFunction-Single'

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

    ExternalAmfFunction-Multiple:
      type: array
      items: