Commit df066544 authored by rosabolzek's avatar rosabolzek
Browse files

correct Areadscope to align with S5-254787

parent 4dbe988a
Loading
Loading
Loading
Loading
Loading
+18 −13
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ module _3gpp-5g-common-yang-types {

    choice AreaScopeChoice {

      case eutran-only {
      case eutran-only { // choice 1
        leaf-list eutraCellIdList {
          type types3gpp:EutraCellId;
          min-elements 1;
@@ -40,7 +40,7 @@ module _3gpp-5g-common-yang-types {
          description "List of E-UTRAN cells identified by E-UTRAN-CGI";
        }
      }
      case tac {
      case tac { // choice 3
        leaf-list tacList { 
          type types3gpp:Tac;
          min-elements 1;
@@ -58,8 +58,19 @@ module _3gpp-5g-common-yang-types {
        }
      }

      case ntnGeoAreaList{ // choice 6
        list ntnGeoAreaList {
          must 'not(../nrCellIdList)';
          description "geographical areas for NTN MDT";
          key idx;
          max-elements 8;
          leaf idx { type string; }
          uses types3gpp:GeoAreaGrp;
        }
      }

      case else {
        list nPNIdentityList {
        list nPNIdentityList { // choice 2, 4 , 5
          description "list of NPN IDs of in NR. It is either 
            a list of PNI-NPNs identified by CAG ID with 
            associated plmn-Identity or a list of SNPN 
@@ -83,17 +94,11 @@ module _3gpp-5g-common-yang-types {
          leaf idx { type string; }
          uses types3gpp:TaiGrp;
        }
        list ntnGeoAreaList {
          must 'not(../nrCellIdList)';
          description "geographical areas for NTN MDT";
          key idx;
          max-elements 8;
          leaf idx { type string; }
          uses types3gpp:GeoAreaGrp;
        }

      }
    }
        

    list sliceIdList {
      description "Network Slice Id list";
      key idx;
+2 −2

File changed.

Contains only whitespace changes.