From 1ab5e7f7bce8d8f607ab911840f302d763d8c492 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Wed, 20 Apr 2016 08:44:55 +0300 Subject: osmo-trx: Output Rx SPS as a part of configuration output. --- Transceiver52M/osmo-trx.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Transceiver52M') 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; -- cgit v1.2.3