aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-04-20 08:44:55 +0300
committerTom Tsou <tom.tsou@ettus.com>2016-04-26 12:02:51 -0700
commit1ab5e7f7bce8d8f607ab911840f302d763d8c492 (patch)
tree78b00eccc793c2d68ef30763e743bdb11616632c
parent5efe05021a97606ee5f98235424eddb85628e25a (diff)
osmo-trx: Output Rx SPS as a part of configuration output.
-rw-r--r--Transceiver52M/osmo-trx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp
index a734a0b..5866f09 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -200,6 +200,7 @@ bool trx_setup_config(struct trx_config *config)
ost << " TRX Address............. " << config->addr << std::endl;
ost << " Channels................ " << config->chans << std::endl;
ost << " Tx Samples-per-Symbol... " << config->tx_sps << std::endl;
+ ost << " Rx Samples-per-Symbol... " << config->rx_sps << std::endl;
ost << " EDGE support............ " << edgestr << std::endl;
ost << " External Reference...... " << refstr << std::endl;
ost << " C0 Filler Table......... " << fillstr << std::endl;