mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-01 20:53:35 +00:00
osmo-trx: Output Rx SPS as a part of configuration output.
This commit is contained in:
committed by
Tom Tsou
parent
5efe05021a
commit
1ab5e7f7bc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user