Commit 06ee6f6c authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update 2 files

- /yang-models/_3gpp-common-trace.yang
- /yang-models/_3gpp-common-yang-types.yang
parent 4475c732
Loading
Loading
Loading
Loading
Loading
+3 −26
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2025-10-07 { reference "CR-0xxx" ; }
  revision 2025-10-07 { reference "CR-0xxx" ; }
  revision 2025-08-07 { reference "CR-0551 CR-0552 CR-0562" ; }
  revision 2025-05-07 { reference "CR-0532 CR-0536 CR-0540" ; }
@@ -169,13 +170,13 @@ module _3gpp-common-trace {
          leaf idx { type string; }
          uses types3gpp:TaiGrp;
        }
        list nTNGeographicalList {
        list nTNGeoAreaList {
            must 'not(../nrCellIdList)';
          description "NTN Geographical Area";
          key idx;
          max-elements 8;
          leaf idx { type string; }
          uses NTNGeographicalGrp;
          uses types3gpp:GeoAreaGrp;
        }
      }
    }
@@ -190,30 +191,6 @@ module _3gpp-common-trace {
    }
  }

  grouping NTNGeographicalGrp{
    description "represents the NTN Geographical Area";
    leaf referenceLocation {
      description "It specifies the geographical coordinates of the reference 
        point, defined as ReferenceLocation-r17 in TS 38.331";
      type string;
    }
    leaf distanceRadius {
      description "It specifies the radius distance from a geographical 
        coordinates reference point, defined by referenceLocation. Each value 
        represents 50m distance.";
      type int64;
    }
    
    list geoPolygon {
      max-elements 1;
      key idx;
      leaf idx { type string; }
      uses types3gpp:GeoCoordinateGrp;
      description "It specifies the geographical area with a polygon. The 
        polygon is specified by its corners.";
    }
  }

  grouping ExcessPacketDelayThresholdsGrp {
    description "Represents the ExcessPacketDelayThresholds dataType.
      This <<dataType>> defines a excess packet delay threshold information
+17 −0
Original line number Diff line number Diff line
@@ -665,6 +665,23 @@ module _3gpp-common-yang-types {

      uses GeoCoordinateGrp;
    }

    list geoCircle {
      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;
      }
      leaf distanceRadius {
        description "It specifies the radius distance from a geographical 
          coordinates reference point, defined by referenceLocation. Each value 
          represents 50m distance. This field is only present in an NTN cell.";
        type uint16;
      }
    }
  }

  typedef AmfRegionId {