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

Update _3gpp-common-trace.yang

parent d18e94b7
Loading
Loading
Loading
Loading
Loading
+12 −29
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2024-11-05 { reference "CR-xxxx"; } 
  revision 2024-10-01 { reference "CR-0457"; }
  revision 2024-08-13 { reference "CR-0387 CR-0377"; } 
  revision 2024-08-07 { reference "CR-0405 CR-0421 CR-0379"; }
@@ -108,9 +109,7 @@ module _3gpp-common-trace {
  
  grouping AreaScopeGrp {
    description "Represents the AreaScope dataType.
      This <<dataType>> defines the area scope of MDT and QoE.
      The Area Scope for MDT is specified in clause 5.10.2 of TS 32.422.
      The Area Scope for QoE is specified in clause 5.4 of TS 28.405.";    
      This <<dataType>> defines an area scope";    

    choice AreaScopeChoice {
      leaf-list eutraCellIdList {
@@ -1431,13 +1430,9 @@ module _3gpp-common-trace {
    description "Defines the configuration parameters of IOC 
     TraceJob which are specific for MDT. The attribute 
     anonymizationOfMdtData specifies the level of anonymization 
     of MDT data.  The optional attribute areaScope allows to 
     specify the area in terms of cells or Tracking Area/Routing 
     Area/Location area where the MDT data collection shall take 
     place. In case of RLF_REPORT_ONLY and RCEF_REPORT_ONLY the 
     optional attribute areaScope allows to specify the eNB or list 
     of eNBs or gNB or list of gNBs where the reports should be 
     collected.  The optional attribute sensorInformation allows to 
     of MDT data.  The attribute areaScope defines the area scope
      of MDT, which is specified in clause 5.10.2 of TS 32.422. 
      The optional attribute sensorInformation allows to 
     specify  the sensor information to include.  Based on the value 
     configured for attribute jobType in IOC TraceJob, the attributes 
     immediateMdtConfig or loggedMdtConfig are available: In case of 
@@ -1459,21 +1454,9 @@ module _3gpp-common-trace {
   list areaScope {
      key "idx";
      leaf idx { type uint32 ; }
      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.

        List of NPN IDs for management based MDT.
  
        Cell, TA, LA, RA are mutually exclusive.
         
        This attribute shall be present if MDT is supported.";
        reference "Clause 5.10.2 of 3GPP TS 32.422";
        
      description "It specifies the area where data shall be collected. ";
      min-elements 1;
      max-elements 1;
      uses AreaScopeGrp;      
    }

@@ -1738,22 +1721,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";
    }