Commit 1caf3224 authored by scottma's avatar scottma
Browse files

Edit _3gpp-common-yang-types.yang

parent fe859a06
Loading
Loading
Loading
Loading
Loading
+31 −1
Original line number Diff line number Diff line
@@ -13,6 +13,11 @@ module _3gpp-common-yang-types {
    network slicing.";
  reference "3GPP TS 28.623";

  revision 2024-11-05 { 
    description "Added Longitude, Latitude, and TenthOfDegrees.";
    reference "CR-0017"; 
  }
  
  revision 2024-11-05 { reference "CR-0468"; }
  revision 2021-11-01 { reference "CR-0141"; }
  revision 2020-11-06 {
@@ -215,6 +220,31 @@ module _3gpp-common-yang-types {
    }
  }

  typedef TenthOfDegrees { 
    type uint16 { 
      range 0..3600; 
    }
    units "0.1 degrees";
    description "A single integral value corresponding to an angle in degrees 
      between 0 and 360 with a resolution of 0.1 degrees.";
  }

  typedef Latitude {
    type decimal64 {
      fraction-digits 4;
      range "-90.0000..+90.0000"; 
    }
    description "Latitude values";
  }

  typedef Longitude {
    type decimal64 {
      fraction-digits 4;
      range "-180.0000..+180.0000"; 
    }
    description "Longitude values";
  }
  
  typedef OperationalState {
    reference "3GPP TS 28.625 and ITU-T X.731";
    type enumeration {