Commit 43dc75f9 authored by Javier Morgade's avatar Javier Morgade

fembms: reference config files re-arranged

parent 12e5fe33
...@@ -105,6 +105,7 @@ eNBs = ...@@ -105,6 +105,7 @@ eNBs =
ue_TimersAndConstants_n310 = 20; ue_TimersAndConstants_n310 = 20;
ue_TimersAndConstants_n311 = 1; ue_TimersAndConstants_n311 = 1;
ue_TransmissionMode = 1; ue_TransmissionMode = 1;
mbms_dedicated_serving_cell = "DISABLE"
//Parameters for SIB18 //Parameters for SIB18
rxPool_sc_CP_Len = "normal"; rxPool_sc_CP_Len = "normal";
......
...@@ -105,6 +105,8 @@ eNBs = ...@@ -105,6 +105,8 @@ eNBs =
ue_TimersAndConstants_n310 = 20; ue_TimersAndConstants_n310 = 20;
ue_TimersAndConstants_n311 = 1; ue_TimersAndConstants_n311 = 1;
ue_TransmissionMode = 1; ue_TransmissionMode = 1;
mbms_dedicated_serving_cell = "DISABLE"
//Parameters for SIB18 //Parameters for SIB18
rxPool_sc_CP_Len = "normal"; rxPool_sc_CP_Len = "normal";
...@@ -271,12 +273,12 @@ MCEs = ( ...@@ -271,12 +273,12 @@ MCEs = (
mcch_update_time = 10; mcch_update_time = 10;
mbms_area_config_list = ( mbms_area_config_list = (
{ {
common_sf_allocation_period = 2; #rf4(0) rf8(1) rf16(2) rf32(3) rf64(4) rf128(5) rf256(6) common_sf_allocation_period = 1; #rf4(0) rf8(1) rf16(2) rf32(3) rf64(4) rf128(5) rf256(6)
mbms_area_id = 0; mbms_area_id = 0;
pmch_config_list = ( pmch_config_list = (
{ {
allocated_sf_end=64; allocated_sf_end=40;
data_mcs=10; data_mcs=20;
mch_scheduling_period = 0; #rf8(0) mch_scheduling_period = 0; #rf8(0)
mbms_session_list = ( mbms_session_list = (
{ {
...@@ -288,7 +290,7 @@ MCEs = ( ...@@ -288,7 +290,7 @@ MCEs = (
mnc_length = 2; mnc_length = 2;
} }
service_id=0; service_id=0;
lcid=5; #this must be properly defined lcid:8+service:0 -> rab_id:5 lcid=5; #this must be properly defined lcid:8+service:0 -> rab_id:5 //with new RLC set lcid either 4 or 5
} }
); );
} }
...@@ -296,10 +298,10 @@ MCEs = ( ...@@ -296,10 +298,10 @@ MCEs = (
mbms_sf_config_list = ( mbms_sf_config_list = (
{ {
radioframe_allocation_period=1; #n1(0) n2(1) n4(2) n8(3) n16(4) n32(5) radioframe_allocation_period=0; #n1(0) n2(1) n4(2) n8(3) n16(4) n32(5)
radioframe_alloocation_offset=0; radioframe_alloocation_offset=0;
num_frame="oneFrame"; num_frame="oneFrame";
subframe_allocation=57; #xx100000 subframe_allocation=59; #xx111011 #57; #xx111001
//num_frame="fourFrame"; //num_frame="fourFrame";
//subframe_allocation=14548987; # //subframe_allocation=14548987; #
} }
......
...@@ -102,6 +102,7 @@ eNBs = ...@@ -102,6 +102,7 @@ eNBs =
ue_TimersAndConstants_n310 = 20; ue_TimersAndConstants_n310 = 20;
ue_TimersAndConstants_n311 = 1; ue_TimersAndConstants_n311 = 1;
ue_TransmissionMode = 1; ue_TransmissionMode = 1;
mbms_dedicated_serving_cell = "DISABLE"
//Parameters for SIB18 //Parameters for SIB18
rxPool_sc_CP_Len = "normal"; rxPool_sc_CP_Len = "normal";
...@@ -295,8 +296,8 @@ MCEs = ( ...@@ -295,8 +296,8 @@ MCEs = (
pmch_config_list = ( pmch_config_list = (
{ {
allocated_sf_end=32; allocated_sf_end=32;
data_mcs=14; data_mcs=15;
mch_scheduling_period = 0; #rf8(0) mch_scheduling_period = 0; #rf8(0) rf16(1) rf32(2) rf64(3) rf128(4) rf256(5) rf512(6) rf1024(7)
mbms_session_list = ( mbms_session_list = (
{ {
#plnm + service_id ->tmgi #plnm + service_id ->tmgi
...@@ -337,7 +338,7 @@ MCEs = ( ...@@ -337,7 +338,7 @@ MCEs = (
offset = 0; offset = 0;
modification_period = 0; #rf512(0; rf1024(1) modification_period = 0; #rf512(0; rf1024(1)
subframe_allocation_info = 32; #BITSTRING (6bits -> one frame) xx100000 subframe_allocation_info = 32; #BITSTRING (6bits -> one frame) xx100000
mcs = 1; #n2(0), n7(1), n13(2), n19(3) mcs = 0; #n2(0), n7(1), n13(2), n19(3)
} }
); );
...@@ -416,3 +417,10 @@ NETWORK_CONTROLLER : ...@@ -416,3 +417,10 @@ NETWORK_CONTROLLER :
rrc_log_level ="info"; rrc_log_level ="info";
rrc_log_verbosity ="medium"; rrc_log_verbosity ="medium";
}; };
//rfsimulator :
//{
//options = ("chanmod");
//modelname = "AWGN";
//};
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