Changed default DRB config QCI 9 to AM

This commit is contained in:
Ismael Gomez 2018-06-13 16:43:48 +02:00
parent 94bb1912b7
commit 2b9105791c
1 changed files with 10 additions and 9 deletions

View File

@ -28,16 +28,19 @@ qci_config = (
{ {
qci=9; qci=9;
pdcp_config = { pdcp_config = {
discard_timer = 100; discard_timer = -1;
pdcp_sn_size = 12; status_report_required = true;
} }
rlc_config = { rlc_config = {
ul_um = { ul_am = {
sn_field_length = 10; t_poll_retx = 120;
poll_pdu = 64;
poll_byte = 750;
max_retx_thresh = 16;
}; };
dl_um = { dl_am = {
sn_field_length = 10; t_reordering = 50;
t_reordering = 80; t_status_prohibit = 50;
}; };
}; };
logical_channel_config = { logical_channel_config = {
@ -49,5 +52,3 @@ qci_config = (
} }
); );