Commit 09d319d2 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-yang-types.yang

parent bf98cee4
Loading
Loading
Loading
Loading
Loading
+4 −3
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";
    }
  }

@@ -689,7 +690,7 @@ module _3gpp-common-yang-types {
        associated distance radius";
      key idx;
      leaf idx { type uint16; }
      uses geoCircleGrp;
      uses GeoCircleGrp;
    }
  }