Commit 5ec6d644 authored by potherakallo's avatar potherakallo
Browse files

Rel-19 CR 0597 TS 28.623 Corrections for TRSR Prefix Configuration

parent a986d54f
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ components:
        - TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS        
        - IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS
        - TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS           
        - IMMEDIATE_MDT_AND_LOGGED_MDT
      default: TRACE_ONLY
    listOfInterfaces-Type:
      description: The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details.
@@ -1410,6 +1411,9 @@ components:
          $ref: '#/components/schemas/loggedMDTConfig-Type'
        plmnList:
          $ref: '#/components/schemas/plmnList-Type'
        trsrRangeCfg:
          $ref: '#/components/schemas/TrsrRangeCfg-Type'


    UECoreMeasConfig-Type:
      description: UE level measurements configuration parameters for 5G system. See details in 3GPP TS 28.622 clause 4.3.x.
@@ -1541,6 +1545,15 @@ components:
          $ref: '#/components/schemas/mdtConfig-Type'
        ueCoreMeasConfig:
          $ref: '#/components/schemas/UECoreMeasConfig-Type'
    TrsrRangeCfg-Type:
      description: TRSR range configuration parameters. See details in 3GPP TS 28.622 clause 4.3.80.
      type: object
      properties:
        trsrStartValue:
          type: String
        trsrEndValue:
          type: String


#-------- end of Definition of types used in Trace control NRM fragment ----------