Commit c2a8ba76 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena Committed by lengyelb
Browse files

TS28.622_Rel17_CR0469_Correction_to_AreaScope

parent ba983446
Loading
Loading
Loading
Loading
+8 −19
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2024-11-05 { reference "CR-0469" ; }
  revision 2024-08-09 { reference "CR-0419" ; }
  revision 2024-05-13 { reference "CR-0360" ; }
  revision 2024-04-05 { reference "CR-0341" ; }
@@ -606,22 +607,22 @@ module _3gpp-common-trace {
        ManagedEntity playing a role of ServinGWFunction.

        In case of signaling based Trace/MDT, the traceTarget attribute shall 
        be able to carry (IMSI or IMEI(SV)or SUPI), the MDTAreaScope attribute 
        be able to carry (IMSI or IMEI(SV)or SUPI), the areaScope attribute 
        shall be able to carry a list of (cell or E-UtranCell or NRCellDU or 
        TA/LA/RA).

        In case of management based Immediate MDT, the traceTarget attribute
        shall be null value, the MDTAreaScope attribute shall carry a list of
        shall be null value, the areaScope attribute shall carry a list of
        (Utrancell or E-UtranCell or NRCellDU).

        In case of management based Logged MDT, the traceTarget attribute
        shall carry an eBs or a RNC or gNBs. The Logged MDT should be initiated 
        on the specified eNB or RNC or gNB in traceTarget. The MDTAreaScope 
        on the specified eNB or RNC or gNB in traceTarget. The areaScope 
        attribute shall carry a list of (Utrancell or E-UtranCell or NRCellDU or 
        TA/LA/RA).

        In case of RLF reporting, or RCEF reporting,  the traceTarget 
        attribute shall be null value, the MDTAreaScope attribute shall carry 
        attribute shall be null value, the areaScope attribute shall carry 
        one or list of eNBs/gNBs";
      reference "3GPP TS 32.422";
    }
@@ -674,23 +675,11 @@ module _3gpp-common-trace {
    }

    list areaScope {
      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.


      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";
      description "it specifies the area where data shall be collected.";

      key idx;
      min-elements 0;
      max-elements 1;
      leaf idx {type string; }
      uses AreaScopeGrp;   
    }