Skip to content

Sent & Received bytes should be 0 if Interface is not defined

Amin Ben Romdhane requested to merge stats_issue into devel

According to TR181 standard, the following parameters can only be accurately calculated if the Interface parameter is specified:

  • Device.IP.Diagnostics.DownloadDiagnostics.TotalBytesSent
  • Device.IP.Diagnostics.DownloadDiagnostics.TotalBytesReceived
  • Device.IP.Diagnostics.UploadDiagnostics.TotalBytesSent
  • Device.IP.Diagnostics.UploadDiagnostics.TotalBytesReceived

References:

Edited by Amin Ben Romdhane

Merge request reports