Commit 0be19f95 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-yang-types.yang

parent f6c19340
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ module _3gpp-common-yang-types {
    }
  }
  
  grouping geoCircleGrp {
  grouping GeoCircleGrp {
    description "a geographical circle identified by reference location and
      associated distance radius";

@@ -667,6 +667,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;
      units "50 meters";
    }
  }
  
@@ -688,7 +689,7 @@ module _3gpp-common-yang-types {
        associated distance radius";
      key idx;
      leaf idx { type uint16; }
      uses geoCircleGrp;
      uses GeoCircleGrp;
    }
  }