Commit b2f364fb authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch '28.623_Rel18_Extend_TraceJob_for_UE_level_measurements_collection' into 'Integration_Rel18_SA5_153_YAML'

28.623 rel18 extend trace job for ue level measurements collection

See merge request !1035
parents 83e44244 07580551
Loading
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
@@ -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 ----------