Loading yang-models/_3gpp-common-trace.yang +28 −11 Original line number Diff line number Diff line Loading @@ -1621,9 +1621,9 @@ module _3gpp-common-trace { The optional attribute sensorInformation allows to specify the sensor information to include. The attribute traceReferenceList contains all Trace References which are sent to all participating NR-RAN nodes in the Trace Session activation requests for the same C-MDT job in NR-RAN. The attribute trsrPrefixCfg contains the TRSR prefix configuration parameters which shall be used by the NR-RAN nodes during TRSR assignment for a C-MDT job. Based on the value configured for attribute jobType in IOC TraceJob, the attributes immediateMdtConfig or loggedMdtConfig Loading Loading @@ -1704,14 +1704,17 @@ module _3gpp-common-trace { reference "Clause 5.10.24 of 3GPP TS 32.422."; } list traceReferenceList { list trsrPrefixCfg { key "idx"; min-elements 1; description "A list of Trace References for C-MDT is supported in NR-RAN."; max-elements 1; description "The TRSR prefix configuration parameters which are used by NR-RAN at TRSR assignment for a given C-MDT job. It defines both the base TRSR prefix and the size of the TRSR prefix. The attribute trstPrefix specifies the base TRSR prefix. The attribute trsrPrefixLength defines the size of base TRSR prefix."; reference "Clause 5.10 of 3GPP TS 32.422."; leaf idx { type uint32 ; } uses trace3gpp:TraceReferenceGrp ; uses trace3gpp:trsrPrefixCfgGrp ; } } Loading Loading @@ -1766,6 +1769,20 @@ module _3gpp-common-trace { } } grouping trsrPrefixCfgGrp { leaf trstPrefix { type string mandatory true; description "A 2 byte Octet String. This is the base TRSR prefix" } leaf trsrPrefixLength { type int32 mandatory true; description "An integer to indicate how many bit" } } grouping TraceJobGrp { leaf jobType { Loading Loading @@ -2004,9 +2021,9 @@ module _3gpp-common-trace { is specified in clause 5.10.2 of TS 32.422. The attribute sensorInformation allows to specify the sensor information to include. The attribute traceReferenceList contains all the Trace References which are sent to all participating NR-RAN nodes in the Trace Session activation requests for the same C-MDT job in NR-RAN. The attribute trsrPrefixCfg contains the TRSR prefix configuration parameters which shall be used by the NR-RAN nodes during TRSR assignment for a C-MDT job. Based on the value configured for attribute jobType in IOC TraceJob, the attributes immediateMdtConfig or loggedMdtConfig or both are available: If the attribute jobType contains IMMEDIATE_MDT, the Loading Loading
yang-models/_3gpp-common-trace.yang +28 −11 Original line number Diff line number Diff line Loading @@ -1621,9 +1621,9 @@ module _3gpp-common-trace { The optional attribute sensorInformation allows to specify the sensor information to include. The attribute traceReferenceList contains all Trace References which are sent to all participating NR-RAN nodes in the Trace Session activation requests for the same C-MDT job in NR-RAN. The attribute trsrPrefixCfg contains the TRSR prefix configuration parameters which shall be used by the NR-RAN nodes during TRSR assignment for a C-MDT job. Based on the value configured for attribute jobType in IOC TraceJob, the attributes immediateMdtConfig or loggedMdtConfig Loading Loading @@ -1704,14 +1704,17 @@ module _3gpp-common-trace { reference "Clause 5.10.24 of 3GPP TS 32.422."; } list traceReferenceList { list trsrPrefixCfg { key "idx"; min-elements 1; description "A list of Trace References for C-MDT is supported in NR-RAN."; max-elements 1; description "The TRSR prefix configuration parameters which are used by NR-RAN at TRSR assignment for a given C-MDT job. It defines both the base TRSR prefix and the size of the TRSR prefix. The attribute trstPrefix specifies the base TRSR prefix. The attribute trsrPrefixLength defines the size of base TRSR prefix."; reference "Clause 5.10 of 3GPP TS 32.422."; leaf idx { type uint32 ; } uses trace3gpp:TraceReferenceGrp ; uses trace3gpp:trsrPrefixCfgGrp ; } } Loading Loading @@ -1766,6 +1769,20 @@ module _3gpp-common-trace { } } grouping trsrPrefixCfgGrp { leaf trstPrefix { type string mandatory true; description "A 2 byte Octet String. This is the base TRSR prefix" } leaf trsrPrefixLength { type int32 mandatory true; description "An integer to indicate how many bit" } } grouping TraceJobGrp { leaf jobType { Loading Loading @@ -2004,9 +2021,9 @@ module _3gpp-common-trace { is specified in clause 5.10.2 of TS 32.422. The attribute sensorInformation allows to specify the sensor information to include. The attribute traceReferenceList contains all the Trace References which are sent to all participating NR-RAN nodes in the Trace Session activation requests for the same C-MDT job in NR-RAN. The attribute trsrPrefixCfg contains the TRSR prefix configuration parameters which shall be used by the NR-RAN nodes during TRSR assignment for a C-MDT job. Based on the value configured for attribute jobType in IOC TraceJob, the attributes immediateMdtConfig or loggedMdtConfig or both are available: If the attribute jobType contains IMMEDIATE_MDT, the Loading