Skip to content

Commit 722081a

Browse files
Add documentation for atest -e (set a Bit Error Rate)
1 parent 390d4a8 commit 722081a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

man/atest.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Amount of effort to try fixing frames with an invalid CRC.
7272
1 = Try to fix only a single bit.
7373
more = Try modifying more bits to get a good CRC.
7474

75+
.TP
76+
.BI "-e " "n"
77+
Artificially introduce a desired Bit Error Rate (BER) for testing.
78+
7579
.TP
7680
.BI "-L "
7781
Error if Less than this number decoded.

src/atest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ static void usage (void) {
994994
dw_printf (" 0 (default) = consider only correct frames. \n");
995995
dw_printf (" 1 = Try to fix only a single bit. \n");
996996
dw_printf (" more = Try modifying more bits to get a good CRC.\n");
997+
dw_printf (" -e n Artificially introduce a desired Bit Error Rate (BER) for testing.\n");
997998
dw_printf ("\n");
998999
dw_printf (" -d x Debug information for FX.25. Repeat for more detail.\n");
9991000
dw_printf ("\n");

0 commit comments

Comments
 (0)