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

Update _3gpp-common-trace.yang

parent 6607f42f
Loading
Loading
Loading
Loading
Loading
+49 −10
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2024-11-05 { reference "CR-0XXX";}
  revision 2023-11-04 { reference "CR-0292 CR-0300"; }
  revision 2023-02-16 { reference "CR-0231"; }
  revision 2023-02-14 { reference "CR-0235"; }
@@ -598,22 +599,20 @@ module _3gpp-common-trace {
    }

    leaf-list MDTAreaScope {
      type string;
      description "specifies MDT area scope when activates an MDT job.

      For RLF and RCEF reporting it specifies the eNB or list of eNBs where the
      RLF or RCEF reports should be collected.
      key: "idx";
      min-elements 1
      max-elements 1
      
      description "it specifies the area where data shall be collected.
      List of eNB/list of gNB/eNB/gNB for RLF or RCEF

      List of cells/TA/LA/RA for signaling based MDT or management based Logged
      MDT.

      List of cells for management based Immediate MDT.

      Cell, TA, LA, RA are mutually exclusive.

      One or list of eNBs for RLF and RCEFreporting";
      reference "Clause 5.10.2 of 3GPP TS 32.422";
      Cell, TA, LA, RA are mutually exclusive";
      uses AreaScopeGrp;
    }

    leaf MDTCollectionPeriodRrmLte {
@@ -1014,6 +1013,46 @@ module _3gpp-common-trace {
    }
  }

  grouping AreaScopeGrp {
    description "Represents the AreaScope dataType. This <<dataType>> defines the area scope of MDT.
    The Area Scope parameter in LTE and NR is either:
    - list of Cells, identified by E-UTRAN-CGI or NG-RAN CGI. Maximum 32 CGI can be defined.
    -	list of Tracking Area, identified by TAC. Maximum of 8 TAC can be defined.
    -	list of Tracking Area Identity, identified by TAC with associated plmn-Identity perTAC.
    ";    
    choice AreaScopeChoice {
      leaf-list eutraCellIdList {
        type string;
        min-elements 1;
        max-elements 32;
        description "List of E-UTRAN cells identified by E-UTRAN-CGI";
      }
      
      leaf-list nrCellIdList {
        type string;
        min-elements 1;
        max-elements 32;
        description "List of NR cells identified by NG-RAN CGI";
      }
      
      leaf-list tacList {
        type types3gpp:Tac;
        min-elements 1;
        max-elements 8;
        description "Tracking Area Code list";
      }
      
      list taiList {
        description "Tracking Area Identity list";
        key idx;
        min-elements 1;
        max-elements 8;
        leaf idx { type string; }
        uses types3gpp:TaiGrp;
      }
    }


  grouping TraceSubtree {
    description "Contains classes that manage Tracing.
      Should be used in all  classes (or classes inheriting from)