Commit 70bbc07e authored by lengyelb's avatar lengyelb
Browse files

updated geoarea

parent 4a91f32a
Loading
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -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";
    }
  }
@@ -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.
@@ -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;
      }
    }
  }