User Manual
17
Onebox-Mobile
PHY Evaluation Test Utility
User Guide for Linux
Examples:
$ ./transmit_packet 1 1000 0
Above command configures the PER packet
PER configuration Enable – 1
Length – 1000 (1000 bytes can be configured from the ‘per_packet.txt’
file)
Sequence number flag – 0 (Sequence number will be incremented)
$ ./transmit_packet 1 500 1
Above command configures the PER packet
PER configuration Enable – 1
Length – 500 (500 bytes can be configured from the ‘per_packet.txt’ file)
Sequence number flag – 1 (Sequence number will not be incremented)
After starting this application, user has to enter the following command to
stop the ongoing transmission:
$ ./transmit_packet 0
Above command disables the PER packet configuration.i.e default PER
packet will be sent when user runs ‘transmit’ utility.