From f4cda43dfa3b3a6602366fb58777ce1069eb02ba Mon Sep 17 00:00:00 2001 From: Per Elmdahl Date: Fri, 9 Aug 2024 18:27:41 +0200 Subject: [PATCH 1/2] Updated according to S5-244076. --- yang-models/_3gpp-common-trace.yang | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 0953de0b6..530227687 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -25,6 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; + 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"; } @@ -1573,19 +1574,35 @@ module _3gpp-common-trace { enum 5GC_UE_LEVEL_MEASUREMENTS_ONLY; 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 TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS; + enum RRC_REPORTING; } 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 - RLF reporting, and 5GC UE level measurement collection."; + of Trace, immediate MDT, 5GC UE level measurement collection or RRC + reporting. The attribute is applicable for Trace, MDT, RCEF, + RLF and RRC 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 rrcReportTypeList { + 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.9X of 3GPP TS 32.422 for additional details on the + allowed values."; + } + list pLMNTarget { key "mcc mnc"; description "Specifies which PLMN that the subscriber of the session to -- GitLab From 0207af8e4dc85efdd2193c16317958fc53cd58c2 Mon Sep 17 00:00:00 2001 From: Per Elmdahl Date: Thu, 22 Aug 2024 10:58:22 +0200 Subject: [PATCH 2/2] Update according to comments received from Huawei, Nokia. --- yang-models/_3gpp-common-trace.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 530227687..e1c13ad08 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -1575,7 +1575,7 @@ 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_REPORTING; + enum RRC_REPORT; } default TRACE_ONLY; description "Specifies the MDT mode and it specifies also whether the @@ -1588,7 +1588,7 @@ module _3gpp-common-trace { allowed values."; } - leaf-list rrcReportTypeList { + leaf-list rrcReportType { type enumeration { enum RLF_REPORT; enum RCEF_REPORT; @@ -1599,7 +1599,7 @@ module _3gpp-common-trace { enum UHI_REPORT; } description "Specifies the RRC reports requested. "; - reference "Clause 5.9X of 3GPP TS 32.422 for additional details on the + reference "Clause 5.X of 3GPP TS 32.422 for additional details on the allowed values."; } -- GitLab