Commit cc799806 authored by sunse's avatar sunse
Browse files

Rel19 CR0465 28623 TracecontrolNrm isUnique property enhancement

parent 851ff875
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -385,6 +385,7 @@ components:
    listOfNeTypes-Type:
      description: The Network Element types where Trace Session activation is needed. See 3GPP TS 32.422 clause 5.4 for additional details.
      type: array
      uniqueItems: true
      items:
        type: string
        enum:
@@ -423,6 +424,7 @@ components:
    listOfTraceMetrics:
      description: The trace metrics to be reported. See 3GPP TS 32.422 clause 10 for additional details.
      type: array
      uniqueItems: true
      items:
        type: string 

@@ -976,6 +978,7 @@ components:
    plmnList-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.24.
      type: array
      uniqueItems: true
      items:
        type: object
        properties:
@@ -1221,6 +1224,7 @@ components:
    sensorInformation-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.29.
      type: array
      uniqueItems: true
      items:
        type: string
        enum:
@@ -1264,6 +1268,7 @@ components:
    excessPacketDelayThresholds-Type:
      description: Array of type excessPacketDelayThreshold-Type.
      type: array
      uniqueItems: true
      items:
        $ref: '#/components/schemas/excessPacketDelayThreshold-Type'
      minItems: 0
@@ -1363,6 +1368,7 @@ components:
          $ref: '#/components/schemas/timeToTriggerL1-Type'
        mbsfnAreaList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/MbsfnArea'
          maxItems: 8
@@ -1374,11 +1380,13 @@ components:
          $ref: '#/components/schemas/eventListForEventTriggeredMeasurement-Type'
        areaConfigurationForNeighCell:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/AreaConfig'
          maxItems: 32
        nPNIdentityList:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'

@@ -1390,6 +1398,7 @@ components:
          $ref: '#/components/schemas/anonymizationOfMdtData-Type'
        areaScope:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/AreaScope'
        sensorInformation:
@@ -1417,18 +1426,23 @@ components:
    AreaScope:
      oneOf:
      - type: array
        uniqueItems: true
        items:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/EutraCellId'
      - type: array
        uniqueItems: true
        items:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/NrCellId'
      - type: array
        uniqueItems: true
        items:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Tac'
      - type: array
        uniqueItems: true
        items:
          $ref: '#/components/schemas/Tai'
      - type: array
        uniqueItems: true
        items:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
    Tai:
@@ -1448,6 +1462,7 @@ components:
          $ref: '#/components/schemas/FreqInfo'
        pciList:
          type: array
          uniqueItems: true
          items:
            type: integer
    FreqInfo:
@@ -1458,6 +1473,7 @@ components:
          type: integer
        freqBands:
          type: array
          uniqueItems: true
          items: 
            type: integer
    MbsfnArea:
@@ -1481,6 +1497,9 @@ components:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
        listOfTraceMetrics:
          type: array
          uniqueItems: true
          items:
            type: string
        traceReportingConsumerUri:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
        traceCollectionEntityIpAddress: