Commit a6c95537 authored by Robert Schmidt's avatar Robert Schmidt

Simplify F1 config files

parent 01a095a2
...@@ -75,15 +75,11 @@ security = { ...@@ -75,15 +75,11 @@ security = {
drb_ciphering = "yes"; drb_ciphering = "yes";
drb_integrity = "no"; drb_integrity = "no";
}; };
log_config :
{ log_config : {
global_log_level ="info"; global_log_level = "info";
hw_log_level ="info"; pdcp_log_level = "info";
phy_log_level ="info"; rrc_log_level = "info";
mac_log_level ="info"; f1ap_log_level = "info";
rlc_log_level ="debug"; ngap_log_level = "info";
pdcp_log_level ="info"; };
rrc_log_level ="info";
f1ap_log_level ="debug";
ngap_log_level ="debug";
};
...@@ -223,15 +223,11 @@ serveraddr = "server"; ...@@ -223,15 +223,11 @@ serveraddr = "server";
IQfile = "/tmp/rfsimulator.iqs" IQfile = "/tmp/rfsimulator.iqs"
} }
log_config : log_config: {
{ global_log_level = "info";
global_log_level ="info"; hw_log_level = "info";
hw_log_level ="info"; phy_log_level = "info";
phy_log_level ="info"; mac_log_level = "info";
mac_log_level ="info"; rlc_log_level = "info";
rlc_log_level ="info"; f1ap_log_level = "info";
pdcp_log_level ="info"; };
rrc_log_level ="info";
f1ap_log_level ="debug";
ngap_log_level ="debug";
};
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