Commit 190564e5 authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

correcting trivial YANG errors in trace

parent 87fe5497
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -544,8 +544,8 @@ module _3gpp-common-trace {
    }

    leaf traceDepth {
      when '../jobType = "TRACE_ONLY"'
        +  ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"';
      when '../../jobType = "TRACE_ONLY"'
        +  ' or ../../jobType = "IMMEDIATE_MDT_AND_TRACE"';
      type enumeration  {
        enum MINIMUM;
        enum MEDIUM;
@@ -1218,8 +1218,8 @@ leaf measurementPeriodLTE {
    }
    
    leaf traceCollectionEntityId  {
      when 'jobType = "LOGGED_MDT_ONLY" or ' 
        + 'jobType = "LOGGED_MBSFN_MDT"';
      when '../jobType = "LOGGED_MDT_ONLY" or ' 
        + '../jobType = "LOGGED_MBSFN_MDT"';
      type uint32;
      description "It specifies the TCE Id which is sent to the UE in 
        Logged MDT.";