osmo-trx: Output Rx SPS as a part of configuration output.

This commit is contained in:
Alexander Chemeris 2016-04-20 08:44:55 +03:00 committed by Tom Tsou
parent 5efe05021a
commit 1ab5e7f7bc
1 changed files with 1 additions and 0 deletions

View File

@ -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;