Commit 349bc08d authored by allwang's avatar allwang Committed by sunse
Browse files

Rename attributes of 5GC UE measurements to make clear that these are core...

Rename attributes of 5GC UE measurements to make clear that these are core measurements in comparison to radio measurements (MDT)
parent 6b2971d3
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1378,13 +1378,13 @@ components:
        loggedMDTConfig:
          $ref: '#/components/schemas/loggedMDTConfig-Type'

    UEMeasConfig-Type:
    UECoreMeasConfig-Type:
      description: UE level measurements configuration parameters for 5G system. See details in 3GPP TS 28.622 clause 4.3.x.
      type: object
      properties:
        ueMeasurements:
        ueCoreMeasurements:
          type: string
        ueMeasGranularityPeriod:
        ueCoreMeasGranularityPeriod:
          type: integer
        nfTypeToMeasure:
          type: string          
@@ -1476,8 +1476,8 @@ components:
          $ref: '#/components/schemas/traceConfig-Type'
        mdtConfig:
          $ref: '#/components/schemas/mdtConfig-Type'
        ueMeasConfig:
          $ref: '#/components/schemas/UEMeasConfig-Type'
        ueCoreMeasConfig:
          $ref: '#/components/schemas/UECoreMeasConfig-Type'

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