From d2b27a6f7d6057f0378640b19974169135e355c3 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 28 Apr 2022 18:06:40 +0100 Subject: [PATCH] srsgnb: added example SA srb config --- srsenb/rb.conf.example | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/srsenb/rb.conf.example b/srsenb/rb.conf.example index 8cab02bb6..3203c2fe2 100644 --- a/srsenb/rb.conf.example +++ b/srsenb/rb.conf.example @@ -95,6 +95,40 @@ qci_config = ( ); // 5G Section +// srb1_5g_config = { +// rlc_config = { +// ul_am = { +// sn_field_len = 12; +// t_poll_retx = 50; +// poll_pdu = 4; +// poll_byte = 3000; +// max_retx_thres = 4; +// }; +// dl_am = { +// sn_field_len = 12; +// t_reassembly = 50; +// t_status_prohibit = 50; +// }; +// }; +// } + +// srb2_5g_config = { +// rlc_config = { +// ul_am = { +// sn_field_len = 12; +// t_poll_retx = 50; +// poll_pdu = 4; +// poll_byte = 3000; +// max_retx_thres = 4; +// }; +// dl_am = { +// sn_field_len = 12; +// t_reassembly = 50; +// t_status_prohibit = 50; +// }; +// }; +// } + five_qi_config = ( { five_qi = 7;