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

Update _3gpp-common-trace.yang

parent 2bdbce9a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1067,7 +1067,7 @@ module _3gpp-common-trace {

    leaf reportAmount {
      when '../jobType = "IMMEDIATE_MDT_ONLY"'
        +  ' and ../MDTReportingTrigger = "PERIODICAL"';
        +  ' and ../reportingTrigger = "PERIODICAL"';
      type union {
        type uint32 {
          range "1|4|8|16|32|64" ;
@@ -1080,7 +1080,7 @@ module _3gpp-common-trace {
      description "It specifies the number of measurement reports that shall be
        taken for periodic reporting while the UE is in connected.
        The attribute is applicable only for Immediate MDT and when
        ReportingTrigger is configured for periodical measurements. In
        reportingTrigger is configured for periodical measurements. In
        case this attribute is not used, it carries a null semantic.";
      reference "Clause 5.10.6 of 3GPP TS 32.422";
    }