Commit c79590f7 authored by sunse's avatar sunse
Browse files

Merge branch 'TS28.623_Rel-18_CR0295_MDT_support_for_NPN' into 'Integration_Rel18_SA5_152_YAML'

TS28.623_Rel-18_CR0295_MDT_support_for_NPN

See merge request !897
parents ea2982c5 d343846f
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -319,6 +319,10 @@ components:
      - type: array
        items:
          $ref: '#/components/schemas/Tai'
      - type: array
        items:
          $ref: '#/components/schemas/NpnId-Type'

    Tai:
      type: object
      properties:
@@ -412,6 +416,20 @@ components:
                type: integer
                minimum: 0
                maximum: 31
    NpnId-Type:
      type: object
      description: This describes the PLMN id, CAG ID list or the NID of the SNPN within the PLMN.
      properties:
        plmnId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        cAGIdList:
          type: array
          items:
            type: string
        nIDList:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid'

#-------- Definition of abstract IOC Top -----------------------------------------

+10 −1
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Trace Control NRM
  version: 18.4.0
  version: 18.5.0
  description: >-
    OAS 3.0.1 definition of the Trace Control NRM fragment
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -1342,6 +1342,10 @@ components:
          $ref: '#/components/schemas/eventListForEventTriggeredMeasurement-Type'
        areaConfigurationForNeighCell:
          $ref: '#/components/schemas/AreaConfig'
        nPNIdentityList:
          type: array
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'

    mdtConfig-Type:
      description: MDT config parameters. See details in 3GPP TS 28.622 clause 4.3.30.
@@ -1373,6 +1377,9 @@ components:
      - type: array
        items:
          $ref: '#/components/schemas/Tai'
      - type: array
        items:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
    Tai:
      type: object
      properties:
@@ -1419,6 +1426,8 @@ components:
          $ref: '#/components/schemas/jobType-Type'
        plmnTarget:
          $ref: '#/components/schemas/plmnTarget-Type'
        nPNTarget:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
        traceReportingConsumerUri:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
        traceCollectionEntityIpAddress: