diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 340072563d03f6b6c931bc4486b9394fd5564ecd..20451d95f7de763c344dd4c2f63d82c18f86459f 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -21,10 +21,14 @@ components: - IMMEDIATE_MDT_ONLY - LOGGED_MDT_ONLY - TRACE_ONLY - - IMMEDIATE_MDT AND TRACE + - IMMEDIATE_MDT_AND_TRACE - RLF_REPORT_ONLY - RCEF_REPORT_ONLY - LOGGED_MBSFN_MDT + - 5GC_UE_LEVEL_MEASUREMENTS_ONLY + - TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS + - IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS + - TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS listOfInterfaces-Type: description: The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details. @@ -1363,6 +1367,22 @@ components: $ref: '#/components/schemas/immediateMDTConfig-Type' loggedMDTConfig: $ref: '#/components/schemas/loggedMDTConfig-Type' + + UEMeasConfig-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: + type: string + ueMeasGranularityPeriod: + type: integer + nfTypeToMeasure: + type: string + objectInstances: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + rootObjectInstances: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + AreaScope: oneOf: - type: array @@ -1444,6 +1464,8 @@ components: $ref: '#/components/schemas/traceConfig-Type' mdtConfig: $ref: '#/components/schemas/mdtConfig-Type' + ueMeasConfig: + $ref: '#/components/schemas/UEMeasConfig-Type' #-------- end of Definition of types used in Trace control NRM fragment ----------