srsenb_drb.conf.tmpl: add QCI1 DRB config

use default QCI1 config for real-time voice traffic

Change-Id: I43f408b1a3c172a5eb8327f03df49801e063e5cd
This commit is contained in:
Andre Puschmann 2020-12-07 18:21:53 +01:00
parent 4cd6f14be2
commit a7725fcedf
1 changed files with 23 additions and 1 deletions

View File

@ -1,7 +1,29 @@
// All times are in ms. Use -1 for infinity, where available
qci_config = (
// UM - real time (RTP for VOIP)
{
qci=1;
pdcp_config = {
discard_timer = 100;
pdcp_sn_size = 12;
}
rlc_config = {
ul_um = {
sn_field_length = 5;
};
dl_um = {
sn_field_length = 5;
t_reordering = 45;
};
};
logical_channel_config = {
priority = 4;
prioritized_bit_rate = 256;
bucket_size_duration = 1000;
log_chan_group = 1;
};
},
{
qci=7;
pdcp_config = {