ue, config: Add srate parameter to ue config file.

This commit is contained in:
Fabian Eckermann 2022-04-26 10:47:58 +02:00 committed by Andre Puschmann
parent 0c562336d2
commit 628b1d42f6
1 changed files with 23 additions and 21 deletions

View File

@ -8,6 +8,7 @@
# freq_offset: Uplink and Downlink optional frequency offset (in Hz)
# tx_gain: Transmit gain (dB).
# rx_gain: Optional receive gain (dB). If disabled, AGC if enabled
# srate: Optional fixed sampling rate (Hz), corresponding to cell bandwidth. Must be set for 5G-SA.
#
# nof_antennas: Number of antennas per carrier (all carriers have the same number of antennas)
# device_name: Device driver family. Supported options: "auto" (uses first found), "UHD" or "bladeRF"
@ -26,6 +27,7 @@
freq_offset = 0
tx_gain = 80
#rx_gain = 40
#srate = 11.52e6
#nof_antennas = 1