Loading yang-models/_3gpp-common-trace.yang +56 −23 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; yang-models/_3gpp-common-trace.yang revision 2025-08-07 { reference "CR-0551 CR-0552 CR-0562" ; } revision 2025-05-07 { reference "CR-0532 CR-0536 CR-0540" ; } revision 2025-02-07 { reference "CR-0504" ; } Loading Loading @@ -168,6 +169,14 @@ module _3gpp-common-trace { leaf idx { type string; } uses types3gpp:TaiGrp; } list nTNGeographicalList { must 'not(../nrCellIdList)'; description "NTN Geographical Area"; key idx; max-elements 8; leaf idx { type string; } uses NTNGeographicalGrp; } } } Loading @@ -181,6 +190,30 @@ module _3gpp-common-trace { } } grouping NTNGeographicalGrp{ description "represents the NTN Geographical Area"; leaf referenceLocation { description "It specifies the geographical coordinates of the reference point, defined as ReferenceLocation-r17 in TS 38.331"; type string; } leaf distanceRadius { description "It specifies the radius distance from a geographical coordinates reference point, defined by referenceLocation. Each value represents 50m distance."; type int64; } list geoPolygon { max-elements 1; key idx; leaf idx { type string; } uses types3gpp:GeoCoordinateGrp; description "It specifies the geographical area with a polygon. The polygon is specified by its corners."; } } grouping ExcessPacketDelayThresholdsGrp { description "Represents the ExcessPacketDelayThresholds dataType. This <<dataType>> defines a excess packet delay threshold information Loading Loading
yang-models/_3gpp-common-trace.yang +56 −23 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; yang-models/_3gpp-common-trace.yang revision 2025-08-07 { reference "CR-0551 CR-0552 CR-0562" ; } revision 2025-05-07 { reference "CR-0532 CR-0536 CR-0540" ; } revision 2025-02-07 { reference "CR-0504" ; } Loading Loading @@ -168,6 +169,14 @@ module _3gpp-common-trace { leaf idx { type string; } uses types3gpp:TaiGrp; } list nTNGeographicalList { must 'not(../nrCellIdList)'; description "NTN Geographical Area"; key idx; max-elements 8; leaf idx { type string; } uses NTNGeographicalGrp; } } } Loading @@ -181,6 +190,30 @@ module _3gpp-common-trace { } } grouping NTNGeographicalGrp{ description "represents the NTN Geographical Area"; leaf referenceLocation { description "It specifies the geographical coordinates of the reference point, defined as ReferenceLocation-r17 in TS 38.331"; type string; } leaf distanceRadius { description "It specifies the radius distance from a geographical coordinates reference point, defined by referenceLocation. Each value represents 50m distance."; type int64; } list geoPolygon { max-elements 1; key idx; leaf idx { type string; } uses types3gpp:GeoCoordinateGrp; description "It specifies the geographical area with a polygon. The polygon is specified by its corners."; } } grouping ExcessPacketDelayThresholdsGrp { description "Represents the ExcessPacketDelayThresholds dataType. This <<dataType>> defines a excess packet delay threshold information Loading