mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
33 lines
840 B
Plaintext
33 lines
840 B
Plaintext
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
usrp-tx-thread-config = 1;
|
|
tune-offset = 30720000;
|
|
|
|
L1s = ({
|
|
tr_n_preference = "nfapi";
|
|
remote_n_address = "127.0.0.1"; // vnf addr
|
|
local_n_address = "127.0.0.1"; // pnf addr
|
|
local_n_portc = 50000; // pnf p5 port [!]
|
|
remote_n_portc = 50001; // vnf p5 port
|
|
local_n_portd = 50010; // pnf p7 port
|
|
remote_n_portd = 50011; // vnf p7 port
|
|
prach_dtx_threshold = 120;
|
|
pusch_dtx_threshold = 20;
|
|
max_ldpc_iterations = 10;
|
|
});
|
|
|
|
RUs = ({
|
|
local_rf = "yes"
|
|
nb_tx = 4;
|
|
nb_rx = 4;
|
|
att_tx = 0;
|
|
att_rx = 0;
|
|
bands = [77];
|
|
max_pdschReferenceSignalPower = -27;
|
|
max_rxgain = 75;
|
|
eNB_instances = [0];
|
|
#clock_src = "internal";
|
|
sdr_addrs = "addr=192.168.80.53, clock_source=internal,time_source=internal"
|
|
});
|
|
|