blob: 7f9d92976d339e529d1c0f3be9259d95c46bcecb [file] [log] [blame]
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02001rf_driver: {
2 name: "${enb.rf_dev_type}",
Pau Espin Pedrold45a29e2020-04-02 17:21:47 +02003 sync: "${'1' if enb.rf_dev_type == 'zmq' else 'none'}",
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02004
5 /* Use this for b2x0 devices. Bandwidth >= 10 Mhz */
6 args: "${enb.rf_dev_args}",
Pau Espin Pedrold45a29e2020-04-02 17:21:47 +02007% if enb.rf_dev_type == 'zmq':
8 dl_sample_bits: 16,
9 ul_sample_bits: 16,
10% endif
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +020011},
12
13tx_gain: 89.0, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
14rx_gain: 60.0, /* RX gain (in dB) B2x0: 0 to 73 dB */
Andre Puschmanna70f05c2020-04-06 12:13:15 +020015% if enb.rf_dev_type == 'zmq':
16tx_time_offset: 0,
17% else:
18tx_time_offset: -150,
19% endif