Loading yang-models/_3gpp-common-trace.yang +3 −27 Original line number Diff line number Diff line Loading @@ -163,19 +163,19 @@ module _3gpp-common-trace { } list taiList { must 'not(../nrCellIdList)'; description "Tracking Area Identity list"; description "geographical areas for NTN MDT"; key idx; max-elements 8; leaf idx { type string; } uses types3gpp:TaiGrp; } list nTNGeographicalList { list nTNGeoAreaList { must 'not(../nrCellIdList)'; description "NTN Geographical Area"; key idx; max-elements 8; leaf idx { type string; } uses NTNGeographicalGrp; uses types3gpp:GeoAreaGrp; } } } Loading @@ -190,30 +190,6 @@ 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 yang-models/_3gpp-common-yang-types.yang +18 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ module _3gpp-common-yang-types { TTA, TTC). All rights reserved."; reference "3GPP TS 28.623"; revision 2025-10-07 { reference "CR-0xxx" ; } revision 2025-08-31 { reference "CR-0551 CR-0556 CR-0562"; } revision 2025-02-19 { reference CR-0512; } revision 2025-02-07 { reference CR-0492; } Loading Loading @@ -665,6 +665,23 @@ module _3gpp-common-yang-types { uses GeoCoordinateGrp; } list geoCircle { description "a geographical circle identified by reference location and associated distance radius" leaf referenceLocation { description "Reference location of the serving cell provided via NTN (quasi)-Earth fixed cell. This field is only present in an NTN cell. It is 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. This field is only present in an NTN cell."; type uint16; } } } typedef AmfRegionId { Loading Loading
yang-models/_3gpp-common-trace.yang +3 −27 Original line number Diff line number Diff line Loading @@ -163,19 +163,19 @@ module _3gpp-common-trace { } list taiList { must 'not(../nrCellIdList)'; description "Tracking Area Identity list"; description "geographical areas for NTN MDT"; key idx; max-elements 8; leaf idx { type string; } uses types3gpp:TaiGrp; } list nTNGeographicalList { list nTNGeoAreaList { must 'not(../nrCellIdList)'; description "NTN Geographical Area"; key idx; max-elements 8; leaf idx { type string; } uses NTNGeographicalGrp; uses types3gpp:GeoAreaGrp; } } } Loading @@ -190,30 +190,6 @@ 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
yang-models/_3gpp-common-yang-types.yang +18 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ module _3gpp-common-yang-types { TTA, TTC). All rights reserved."; reference "3GPP TS 28.623"; revision 2025-10-07 { reference "CR-0xxx" ; } revision 2025-08-31 { reference "CR-0551 CR-0556 CR-0562"; } revision 2025-02-19 { reference CR-0512; } revision 2025-02-07 { reference CR-0492; } Loading Loading @@ -665,6 +665,23 @@ module _3gpp-common-yang-types { uses GeoCoordinateGrp; } list geoCircle { description "a geographical circle identified by reference location and associated distance radius" leaf referenceLocation { description "Reference location of the serving cell provided via NTN (quasi)-Earth fixed cell. This field is only present in an NTN cell. It is 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. This field is only present in an NTN cell."; type uint16; } } } typedef AmfRegionId { Loading