Loading yang-models/_3gpp-common-yang-types.yang +13 −2 Original line number Diff line number Diff line Loading @@ -672,6 +672,7 @@ module _3gpp-common-yang-types { coordinates reference point, defined by referenceLocation. Each value represents 50m distance. This field is only present in an NTN cell."; type uint16; mandatory true; units "50 meters"; } } Loading @@ -680,7 +681,7 @@ module _3gpp-common-yang-types { description "This data type defines a geographical area. The geo-area is either a 'geoPolygon' or a 'geoCircle'."; choice circleOrPolygon { choice selectShape { mandatory true; list geoPolygon { description "Specifies the geographical area with a convex polygon. Loading @@ -691,6 +692,16 @@ module _3gpp-common-yang-types { uses GeoCoordinateGrp; } list geoCircle { description "It specifies the geographical area with a circle. A geographical circle is identified by reference location and associated distance radius."; min-elements 1; max-elements 1; key idx; leaf idx { type uint32; } uses GeoCircleGrp; } } } Loading Loading
yang-models/_3gpp-common-yang-types.yang +13 −2 Original line number Diff line number Diff line Loading @@ -672,6 +672,7 @@ module _3gpp-common-yang-types { coordinates reference point, defined by referenceLocation. Each value represents 50m distance. This field is only present in an NTN cell."; type uint16; mandatory true; units "50 meters"; } } Loading @@ -680,7 +681,7 @@ module _3gpp-common-yang-types { description "This data type defines a geographical area. The geo-area is either a 'geoPolygon' or a 'geoCircle'."; choice circleOrPolygon { choice selectShape { mandatory true; list geoPolygon { description "Specifies the geographical area with a convex polygon. Loading @@ -691,6 +692,16 @@ module _3gpp-common-yang-types { uses GeoCoordinateGrp; } list geoCircle { description "It specifies the geographical area with a circle. A geographical circle is identified by reference location and associated distance radius."; min-elements 1; max-elements 1; key idx; leaf idx { type uint32; } uses GeoCircleGrp; } } } Loading