Commit 6856fce4 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent 0be19f95
Loading
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -163,20 +163,27 @@ module _3gpp-common-trace {
        }
        list taiList {
            must 'not(../nrCellIdList)';
          description "geographical areas for NTN MDT";
          description "Tracking Area Identity list";
          key idx;
          max-elements 8;
          leaf idx { type string; }
          uses types3gpp:TaiGrp;
        }
        list nTNGeoAreaList {
        list ntnGeoAreaList {
            must 'not(../nrCellIdList)';
          description "NTN Geographical Area";
          description "geographical areas for NTN MDT";
          key idx;
          max-elements 8;
          leaf idx { type string; }
          uses types3gpp:GeoAreaGrp;
        }
        list ntnPlmnIdList {
            must 'not(../nrCellIdList)';
          description "PLMN ID List for NTN MDT";
          key idx;
          leaf idx { type string; }
          uses types3gpp:PLMNId;
        }
      }
    }