Commit 36d05ea5 authored by Anurag Asokan's avatar Anurag Asokan Committed by Jerome PERALDI

CMD line shortening

parent b9b82998
log_config = {
global_log_level ="info";
# hw_log_level ="info";
# phy_log_level ="info";
# mac_log_level ="debug";
# nr_mac_log_level ="debug";
# rlc_log_level ="debug";
# nr_rlc_log_level ="debug";
# pdcp_log_level ="debug";
# nr_pdcp_log_level ="debug";
# nr_rrc_log_level ="info";
# rrc_log_level ="info";
};
uicc0 = {
imsi = "208950000000031";
opc = "63bfa50ee6523365ff14c1f45f88737d";
key= "0C0A34601D4F07677303652C0462535B";
dnn= "oai";
nssai_sst=1;
nssai_sd=1;
}
L1s = (
{
num_cc = 1;
tr_n_preference = "nfapi";
local_n_if_name = "lo:";
remote_n_address = "127.0.0.1"; //Proxy IP
local_n_address = "127.0.0.1";
local_n_portc = 50600;
remote_n_portc = 50601;
local_n_portd = 50610;
remote_n_portd = 50611;
}
);
RUs = (
{
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 90
att_rx = 0;
bands = [7,38,42,43];
max_pdschReferenceSignalPower = -27;
max_rxgain = 125;
}
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment