blob: 05689c7407d60d09e74fdd5f742855cf52449e74 [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}",
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02003 args: "${trx.rf_dev_args}",
Andre Puschmannc489f192020-10-09 14:46:38 +02004 sync: "${trx.rf_dev_sync}",
Andre Puschmann9a5be2c2020-04-06 22:08:24 +02005
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02006% if trx.rf_dev_type == 'zmq':
Andre Puschmann9a5be2c2020-04-06 22:08:24 +02007 dl_sample_bits: 16,
8 ul_sample_bits: 16,
Pau Espin Pedrold45a29e2020-04-02 17:21:47 +02009% endif
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +020010},
11
Pau Espin Pedrola6d63042020-04-20 15:14:51 +020012tx_gain: ${trx.tx_gain}, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
13rx_gain: ${trx.rx_gain}, /* RX gain (in dB) B2x0: 0 to 73 dB */
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +020014% if trx.rf_dev_type == 'zmq':
Andre Puschmanna70f05c2020-04-06 12:13:15 +020015tx_time_offset: 0,
16% else:
17tx_time_offset: -150,
18% endif