mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
940 B
Plaintext
54 lines
940 B
Plaintext
|
|
// All times are in ms. Use -1 for infinity, where available
|
|
|
|
qci_config = (
|
|
|
|
{
|
|
qci=7;
|
|
pdcp_config = {
|
|
discard_timer = 100;
|
|
pdcp_sn_size = 12;
|
|
}
|
|
rlc_config = {
|
|
ul_um = {
|
|
sn_field_length = 10;
|
|
};
|
|
dl_um = {
|
|
sn_field_length = 10;
|
|
t_reordering = 45;
|
|
};
|
|
};
|
|
logical_channel_config = {
|
|
priority = 13;
|
|
prioritized_bit_rate = -1;
|
|
bucket_size_duration = 100;
|
|
log_chan_group = 2;
|
|
};
|
|
},
|
|
{
|
|
qci=9;
|
|
pdcp_config = {
|
|
discard_timer = 100;
|
|
pdcp_sn_size = 12;
|
|
}
|
|
rlc_config = {
|
|
ul_um = {
|
|
sn_field_length = 10;
|
|
};
|
|
dl_um = {
|
|
sn_field_length = 10;
|
|
t_reordering = 80;
|
|
};
|
|
};
|
|
logical_channel_config = {
|
|
priority = 11;
|
|
prioritized_bit_rate = -1;
|
|
bucket_size_duration = 100;
|
|
log_chan_group = 3;
|
|
};
|
|
}
|
|
|
|
);
|
|
|
|
|