|
|
@ -28,25 +28,22 @@ qci_config = (
|
|
|
|
{
|
|
|
|
{
|
|
|
|
qci=9;
|
|
|
|
qci=9;
|
|
|
|
pdcp_config = {
|
|
|
|
pdcp_config = {
|
|
|
|
discard_timer = -1;
|
|
|
|
discard_timer = 100;
|
|
|
|
status_report_required = false;
|
|
|
|
pdcp_sn_size = 12;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
rlc_config = {
|
|
|
|
rlc_config = {
|
|
|
|
ul_am = {
|
|
|
|
ul_um = {
|
|
|
|
t_poll_retx = 200;
|
|
|
|
sn_field_length = 10;
|
|
|
|
poll_pdu = 16;
|
|
|
|
|
|
|
|
poll_byte = -1;
|
|
|
|
|
|
|
|
max_retx_thresh = 8;
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
dl_am = {
|
|
|
|
dl_um = {
|
|
|
|
t_reordering = 80;
|
|
|
|
sn_field_length = 10;
|
|
|
|
t_status_prohibit = 35;
|
|
|
|
t_reordering = 80;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
logical_channel_config = {
|
|
|
|
logical_channel_config = {
|
|
|
|
priority = 3;
|
|
|
|
priority = 11;
|
|
|
|
prioritized_bit_rate = 8;
|
|
|
|
prioritized_bit_rate = -1;
|
|
|
|
bucket_size_duration = 50;
|
|
|
|
bucket_size_duration = 100;
|
|
|
|
log_chan_group = 3;
|
|
|
|
log_chan_group = 3;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|