Commit f9818f53 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Edit _3gpp-common-trace.yang

parent 42430f19
Loading
Loading
Loading
Loading
Loading
+4 −5
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-08-07 { reference "CR-xxxx" ; }
  revision 2025-05-07 { reference "CR-0532 CR-0536 CR-0540" ; }
  revision 2025-02-07 { reference "CR-0504" ; }
  revision 2025-02-05 { reference "CR-0461" ; }
@@ -118,7 +119,7 @@ module _3gpp-common-trace {

      case eutran-only {
        leaf-list eutraCellIdList {
          type string;
          uses types3gpp:EutranCellId;
          min-elements 1;
          max-elements 32;
          description "List of E-UTRAN cells identified by E-UTRAN-CGI";
@@ -132,7 +133,7 @@ module _3gpp-common-trace {
          description "Tracking Area Code list";
        }
        leaf-list cAGIdList {
          type string;
          type types3gpp:CagId;
          max-elements 256;
          description "It identifies a CAG list containing up to 
            256 CAG-identifiers per UE or up to 12 CAG-identifiers 
@@ -155,8 +156,7 @@ module _3gpp-common-trace {
        }
        leaf-list nrCellIdList {
          must 'not(../taiList)';
          type string;
          min-elements 1;
          uses types3gpp:NrCellId;
          max-elements 32;
          description "List of NR cells identified by NG-RAN CGI";
        }
@@ -164,7 +164,6 @@ module _3gpp-common-trace {
          must 'not(../nrCellIdList)';
          description "Tracking Area Identity list";
          key idx;
          min-elements 1;
          max-elements 8;
          leaf idx { type string; }
          uses types3gpp:TaiGrp;