aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2016-03-06 22:19:15 -0800
committerTom Tsou <tom.tsou@ettus.com>2016-03-08 17:45:53 -0800
commitaf717b2d3c7fd9197edec715c3c0be70697c591a (patch)
tree99c4ea5a248fafd0fb62fdbf2a5a2934b558318a /Transceiver52M/Transceiver.h
parent8ee2f38a87df07462467865cde16ab7e7508bd0e (diff)
EDGE: Add random burst generator filler option
When EDGE is enabled with the '-e' option, the random burst generator switches from GMSK normal bursts to 8-PSK EDGE bursts. $ ./osmo-trx -e -r 7 Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index fa58053..79b487a 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -154,7 +154,8 @@ public:
enum FillerType {
FILLER_DUMMY,
FILLER_ZERO,
- FILLER_RAND,
+ FILLER_NORM_RAND,
+ FILLER_EDGE_RAND,
};
private: