Commit e3b77046 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/config_change_as-ue' into integration_2022_wk41

parents 767f2e31 cf7ca353
......@@ -24,8 +24,10 @@ gNBs =
////////// Physical parameters:
pusch_AntennaPorts = 2;
pdsch_AntennaPorts_XP = 2;
ul_prbblacklist = "51,52,53,54"
do_SRS = 1;
do_CSIRS = 1;
pdcch_ConfigSIB1 = (
{
......@@ -209,9 +211,9 @@ MACRLCs = (
num_cc = 1;
tr_s_preference = "local_L1";
tr_n_preference = "local_RRC";
# pusch_TargetSNRx10 = 200;
# pucch_TargetSNRx10 = 150;
ulsch_max_frame_inactivity = 0;
pusch_TargetSNRx10 = 250;
pucch_TargetSNRx10 = 250;
ulsch_max_frame_inactivity = 10;
}
);
......@@ -219,7 +221,7 @@ L1s = (
{
num_cc = 1;
tr_n_preference = "local_mac";
prach_dtx_threshold = 120;
prach_dtx_threshold = 200;
# pucch0_dtx_threshold = 150;
}
);
......@@ -257,22 +259,22 @@ THREAD_STRUCT = (
}
);
#security = {
security = {
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
# ciphering_algorithms = ( "nea2" );
ciphering_algorithms = ( "nea2" );
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# valid values: nia0, nia1, nia2, nia3
# integrity_algorithms = ( "nia2", "nia0" );
integrity_algorithms = ( "nia1", "nia2" );
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
# drb_ciphering = "yes";
# drb_integrity = "no";
#};
drb_ciphering = "yes";
drb_integrity = "yes";
};
log_config :
{
......
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