blob: bbf9b472aabcc4038278d5c7b0ff5b0c96f751a4 [file] [log] [blame]
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02001/* Parameters for b2x0 UHD device version 2018-10-18
2 * Copyright (C) 2015-2018 Amarisoft
3 */
4rf_driver: {
5 name: "${enb.rf_dev_type}",
6 sync: "none",
7
8 /* Use this for b2x0 devices. Bandwidth >= 10 Mhz */
9 args: "${enb.rf_dev_args}",
10
11 /* Use this for bandwidth == 5 Mhz */
12 //args: "send_frame_size=1024,recv_frame_size=1024",
13
14 /* Use this for bandwidth < 5 Mhz */
15 //args: "send_frame_size=512,recv_frame_size=512",
16},
17
18tx_gain: 89.0, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
19rx_gain: 60.0, /* RX gain (in dB) B2x0: 0 to 73 dB */
20tx_time_offset: -150, /* in samples */