osmo-gsm-tester/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl

21 lines
597 B
Cheetah

/* Parameters for b2x0 UHD device version 2018-10-18
* Copyright (C) 2015-2018 Amarisoft
*/
rf_driver: {
name: "${enb.rf_dev_type}",
sync: "none",
/* Use this for b2x0 devices. Bandwidth >= 10 Mhz */
args: "${enb.rf_dev_args}",
/* Use this for bandwidth == 5 Mhz */
//args: "send_frame_size=1024,recv_frame_size=1024",
/* Use this for bandwidth < 5 Mhz */
//args: "send_frame_size=512,recv_frame_size=512",
},
tx_gain: 89.0, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
rx_gain: 60.0, /* RX gain (in dB) B2x0: 0 to 73 dB */
tx_time_offset: -150, /* in samples */