Commit 44fc7753 authored by islam.galal's avatar islam.galal

modifications in SI scheduler during interop testing with Sequans module. Some...

modifications in SI scheduler during interop testing with Sequans module. Some changes in eMTC config file.
parent 13cbd302
......@@ -393,7 +393,7 @@ schedule_SI_BR(
// check that SIB1 didn't take this narrowband
if (vrb_map[first_rb] > 0) continue;
first_rb = narrowband_to_first_rb(cc,si_Narrowband_r13);
first_rb = narrowband_to_first_rb(cc,si_Narrowband_r13-1);
vrb_map[first_rb] = 1;
vrb_map[first_rb+1] = 1;
vrb_map[first_rb+2] = 1;
......
......@@ -126,9 +126,6 @@ eNBs =
);
si_WindowLength_BR_r13 = 0;
si_RepetitionPattern_r13 = 0;
fdd_DownlinkOrTddSubframeBitmapBR_r13 = "subframePattern10-r13"
fdd_DownlinkOrTddSubframeBitmapBR_val_r13 = 0;
fdd_UplinkSubframeBitmapBR_r13 = 0;
startSymbolBR_r13 = 3;
si_HoppingConfigCommon_r13 = 1; # Note: 1==OFF !
si_ValidityTime_r13 = 0;
......@@ -138,7 +135,7 @@ eNBs =
systemInfoValueTagSi_r13 = 0;
}
);
freqHoppingParametersDL_r13 = "ENABLE"
freqHoppingParametersDL_r13 = "DISABLE"
mpdcch_pdsch_HoppingNB_r13 = 0;
interval_DLHoppingConfigCommonModeA_r13 = "interval-FDD-r13"
interval_DLHoppingConfigCommonModeA_r13_val = 0;
......@@ -198,9 +195,6 @@ eNBs =
(
{
pucch_info_value = 12;
},
{
pucch_info_value = 13;
}
);
......
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