Commit ccc672ee authored by lengyelb's avatar lengyelb
Browse files

updatte types

parent b515fea4
Loading
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ module _3gpp-common-yang-types {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623";

  // common for rel-19, rel-20
  revision 2026-03-19 { reference "CR-xxxx"; }
  revision 2025-10-07 { reference "CR-0573 CR-0582 CR-583"; }
  revision 2025-10-01 { reference "CR-0578" ; }
@@ -658,11 +657,13 @@ module _3gpp-common-yang-types {
    description "a geographical circle identified by reference location and
      associated distance radius";

    leaf referenceLocation {
      description "Reference location of the serving cell provided via NTN 
        (quasi)-Earth fixed cell. This field is only present in an NTN cell. 
        It is defined as ReferenceLocation-r17 in TS 38.331";
      type string;
    list referenceLocation {
      description "Specifies a fixed geographic coordinate point, 
        see TS 38.331.";
        min-elements 1;
        max-elements 1;
        key "latitude longitude altitude";
      uses GeoCoordinateGrp;
    }

    leaf distanceRadius {
@@ -670,6 +671,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;
      mandatory true;
      units "50 meters";
    }
  }