Commit 8583c34a authored by yaoyiz's avatar yaoyiz Committed by lengyelb
Browse files

Update TS28623_TraceControlNrm.yaml

parent 83e44244
Loading
Loading
Loading
Loading
+21 −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
        - UE_LEVEL_MEASUREMENTS_ONLY
        - TRACE_AND_UE_LEVEL_MEASUREMENTS        
        - IMMEDIATE_MDT_AND_UE_LEVEL_MEASUREMENTS
        - TRACE_AND_IMMEDIATE_MDT_AND_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,20 @@ 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
        objectInstances:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        rootObjectInstances:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    AreaScope:
      oneOf:
      - type: array
@@ -1444,6 +1462,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 ----------