Commit 3494e708 authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Added MMEFunction definition

parent 4306233e
Loading
Loading
Loading
Loading
Loading
+24 −1
Original line number Diff line number Diff line
@@ -5324,6 +5324,24 @@ components:
                    remoteAddress:
                      $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress'

    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'

#-------- Definition of JSON arrays for name-contained IOCs ----------------------

    AmfFunction-Multiple:
@@ -5404,6 +5422,11 @@ components:
      items:
        $ref: '#/components/schemas/NsacfFunction-Single'

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

    ExternalAmfFunction-Multiple:
      type: array
      items: