backoff1.1 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. .TH backoff1 1 "October 2018" "plc-utils-2.1.12" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. backoff1 - Transmit power backoff utility for 75xx devices
  4. .SH SYNOPSIS
  5. .BR backoff1
  6. .RI [ options ]
  7. .RI [ device ]
  8. .RI [ device ]
  9. [...]
  10. .SH DESCRIPTION
  11. The Transmit power backoff utility reduces the transmit power of the device using VS_SET_PRESCALER_BACKOFF messages and prints the power backoff applied to the frequency bands.
  12. This utility can also be used to retrieve the power backoff applied to the frequency bands using VS_GET_PRESCALER_BACKOFF messages and prints it in the console.
  13. Output is column-oriented and suitable for loading into a spreadsheet or being read by a simple program.
  14. .PP
  15. This program is part of the Qualcomm Atheros Powerline Toolkit.
  16. See the \fBplc\fR man page for an overview and installation instructions.
  17. .SH CHIPSETS
  18. QCA75xx
  19. .SH OPTIONS
  20. -\fBa \fItraffic_rate\fR
  21. The rate (Mbps) at which traffic is sent to peer device.
  22. The minimum value is \fB0\fR and the maximum value is \fB50\fR .
  23. If the value is 0, this utility sends traffic at approximately 50Mbps
  24. .TP
  25. -\fBb\fI band_descriptor\fR
  26. Reduces transmit power in the given frequency bands with VS_SET_PRESCALER_BACKOFF. It also displays the power backoff applied to the frequency bands.
  27. band_descriptor format is [SF,EF,SB,EB], where
  28. SF-Start Frequency (MHz) SB-Start Backoff (dB)
  29. EF-End Frequency (MHz) EB-End Backoff (dB)
  30. .PP
  31. This option can be used for a maximum of 16 times to perform backoff in multiple frequency bands. See \fBEXAMPLES\fR for more information.
  32. .TP
  33. -\fBc\fI coupling\fR
  34. Tonemap coupling.
  35. Use the number \fB0\fR or the string "\fBpri\fR" for SISO primary coupling.
  36. Use the number \fB1\fR or the string "\fBalt\fR" for SISO alternate coupling.
  37. Use the number \fB2\fR or the string "\fBmimo\fR" for MIMO coupling.
  38. This program will accept any numeric value from \fB0\fR through \fB255\fR but runtime firmware will reject out-of-range values.
  39. .TP
  40. -\fBd\fI timeout\fR
  41. Duration (seconds) for which the new backoff configuration needs to be applied.
  42. After the specfied timeout, previous backoff configuration will be restored by the firmware.
  43. This program will accept any numeric value from \fB0\fR through \fB60\fR.
  44. .TP
  45. .RB - D
  46. Retrieves DSL detection status using VS_XDSL_DETECTION_STATUS MME.
  47. This option prints the current detection status, Detected level, Number of edges detected, Number of consecutive detections and the current backoff status.
  48. .TP
  49. .RB - e
  50. Redirects stderr messages to stdout.
  51. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  52. This option prints all output on stdout in cases where this is desired.
  53. .TP
  54. .RB - g
  55. Read and display transmit power backoff values with VS_GET_PRESCALER_BACKOFF.
  56. Output is identical to set prescaler backoff values.
  57. .TP
  58. -\fBi \fIinterface\fR
  59. Select the host Ethernet interface.
  60. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  61. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  62. This option then takes precedence over either default.
  63. .TP
  64. .RB - q
  65. Enter quiet mode.
  66. Progress messages are suppressed.
  67. .TP
  68. .RB - r
  69. Restores the actual transmit power of all the frequencies in the given coupling "\fB-c\fR".
  70. This option and option \fB-b\fR and \fB-g\fR are mutually exclusive.
  71. .TP
  72. -\fBt \fImilliseconds\fR
  73. Read timeout in milliseconds.
  74. Values range from 0 through UINT_MAX.
  75. This is the maximum time allowed for a response.
  76. The default is shown in brackets on the program menu.
  77. .TP
  78. .RB - T
  79. Generate Unidirectional traffic from node to peer for the duration specified through option \fB-d\fR.
  80. This program will not accept this option if node or peer mac address not specified.
  81. The first mac address given by user will be considered as node and the second mac address given by user will be considered as peer.
  82. Any additional mac address given by user will be ignored by this program.
  83. .TP
  84. .RB -v
  85. Enter verbose mode.
  86. All Etherenet frames sent or received by the program are displayed on stdout.
  87. .TP
  88. .RB - x
  89. Exit program on first error with a non-zero exit code.
  90. This option allows shell scripts to detect failed or incomplete operations and take the appropriate action.
  91. .TP
  92. .RB - ? ,-- help
  93. Print program help summary on stdout.
  94. This option takes precedence over other options on the command line.
  95. .TP
  96. .RB - ! ,-- version
  97. Print program version information on stdout.
  98. This option takes precedence over other options on the command line.
  99. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  100. .SH REFERENCES
  101. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  102. .SH EXAMPLES
  103. The following example displays the transmit power backoff applied to the given frequency bands.
  104. .PP
  105. # backoff1 -ieth1 -c0 -b[1.80,5.90,5,5]
  106. Back-off Applied Successfully
  107. Back-off bands in Primary chain
  108. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  109. 0 1.800000 5 5.900000 5
  110. No Back-off bands in Alternate chain
  111. .PP
  112. # backoff1 -ieth1 -c2 -b[1.80,5.90,5,5]
  113. Back-off Applied Successfully
  114. Back-off bands in Primary chain
  115. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  116. 0 1.800000 5 5.900000 5
  117. Back-off bands in Alternate chain
  118. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  119. 0 1.800000 5 5.900000 5
  120. .PP
  121. # backoff1 -ieth1 -c2 -b[1.80,5.90,5,5] -b[7.86,9.03,10,10]
  122. Back-off Applied Successfully
  123. Back-off bands in Primary chain
  124. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  125. 0 1.800000 5 5.900000 5
  126. 1 7.800000 10 9.000000 10
  127. Back-off bands in Alternate chain
  128. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  129. 0 1.800000 5 5.900000 5
  130. 1 7.800000 10 9.000000 10
  131. .PP
  132. # backoff1 -ieth1 -c2 -g
  133. Back-off bands in Primary chain
  134. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  135. 0 1.800000 5 5.900000 5
  136. 1 7.800000 10 9.000000 10
  137. Back-off bands in Alternate chain
  138. Band | Start frequency(MHz) | Start back off(dB) | End frequency(MHz) | End back off(dB)
  139. 0 1.800000 5 5.900000 5
  140. 1 7.800000 10 9.000000 10
  141. .SH DISCLAIMER
  142. Atheros HomePlug AV Vendor Specific Management Message Entry structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  143. Consequently, public information may not be available.
  144. Qualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  145. .SH SEE ALSO
  146. .BR PLC ( 1 ),
  147. .BR backoff ( 1 ),
  148. .SH CREDITS
  149. Nisha K <nishk@qti.qualcomm.com>
  150. Kalaivani Somasundaram <kalaivan@qti.qualcomm.com>
  151. '
  152. '