Commit 582302af authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

update GeographicalCoordinates remove altitude GeocoordinateGrp add alititude

parent 47cacabc
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ module _3gpp-common-yang-types {

  grouping GeographicalCoordinates {
    description "This datatype represents the geographical coordinates";
    reference "#GPP TS 28.558 clause 6.3.8";
    reference "3GPP TS 28.538 clause 6.3.8";
    
    leaf latitude {
      type Latitude;
@@ -383,11 +383,6 @@ module _3gpp-common-yang-types {
      type Longitude;
      mandatory true; 
    }    
    
    leaf altitude {
      type Altitude;
    }
    
  }

  typedef OnOff {
@@ -722,6 +717,10 @@ module _3gpp-common-yang-types {
        global reference frame (WGS 84). Positive values correspond to 
        degrees east of 0 degrees longitude.";
    }
    
    leaf altitude {
      type Altitude;
    }
  }
   
  grouping GeoAreaGrp {