Commit 21efaab8 authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

update GeographicalCoordinates remove altitude GeocoordinateGrp add alititude 4

parent d12fc12e
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -313,7 +313,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;
@@ -324,10 +324,6 @@ module _3gpp-common-yang-types {
      type Longitude;
      mandatory true; 
    }

    leaf altitude { 
      type Altitude; 
    } 
  }

  typedef OnOff {
@@ -644,6 +640,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 {