Commit 0a61ee9b authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

Local rebase and commit of MR1324 28.623 Rel-19 CR0405 Trace new RRC reports CR0405

parent 742c34e4
Loading
Loading
Loading
Loading
+20 −3
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ module _3gpp-common-trace {
      Information Service (IS)" ;

  revision 2024-08-13 { reference CR-0387; } 
  revision 2024-08-07 { reference "CR-0405"; }
  revision 2024-05-12 { reference "CR-0401"; }
  revision 2024-05-06 { reference CR-0359; }
  revision 2024-04-06 { reference "CR-0342"; }
@@ -1593,17 +1594,33 @@ module _3gpp-common-trace {
        enum TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS;
        enum IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS;
        enum TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS;      
        enum RRC_REPORT;
      }
      default TRACE_ONLY;
      description "Specifies the MDT mode and it specifies also whether the
        TraceJob represents only MDT, Logged MBSFN MDT, Trace, or 5GC UE 
        level measurement collection, or any combination 
        of Trace, immediate MDT and 5GC UE level measurement collection. 
        The attribute is applicable for Trace, MDT, RCEF and
        of Trace, immediate MDT and 5GC UE level measurement collection or RRC
        reporting. 
        The attribute is applicable for Trace, MDT, RCEF, RRC and
        RLF reporting, and 5GC UE level measurement collection.";
      reference "Clause 5.9a of 3GPP TS 32.422 for additional details on the
        allowed values.";
    }
    leaf-list rrcReportType {
      type enumeration {
        enum RLF_REPORT;
        enum RCEF_REPORT;
        enum SHR;
        enum SPR;
        enum MHI;
        enum RA_REPORT;
        enum UHI_REPORT;
      }
    description "Specifies the RRC reports requested. ";
    reference "Clause 5.X of 3GPP TS 32.422 for additional details on the
        allowed values.";
    }

    list pLMNTarget {
      key "mcc mnc";