blob: cd088356789ac27cfb57fc1bc9757d1e654504a7 [file] [log] [blame]
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02001rf_driver: {
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02002 name: "${trx.rf_dev_type}",
3 sync: "${'1' if trx.rf_dev_type == 'zmq' else 'none'}",
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02004
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02005 args: "${trx.rf_dev_args}",
Andre Puschmann9a5be2c2020-04-06 22:08:24 +02006
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02007% if trx.rf_dev_type == 'zmq':
Andre Puschmann9a5be2c2020-04-06 22:08:24 +02008 dl_sample_bits: 16,
9 ul_sample_bits: 16,
Pau Espin Pedrold45a29e2020-04-02 17:21:47 +020010% endif
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +020011},
12
Pau Espin Pedrola6d63042020-04-20 15:14:51 +020013tx_gain: ${trx.tx_gain}, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
14rx_gain: ${trx.rx_gain}, /* RX gain (in dB) B2x0: 0 to 73 dB */
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +020015% if trx.rf_dev_type == 'zmq':
Andre Puschmanna70f05c2020-04-06 12:13:15 +020016tx_time_offset: 0,
17% else:
18tx_time_offset: -150,
19% endif