Skip to content

Commit 2f22717

Browse files
frankistcodebot
authored andcommitted
du_manager: derive srb1 config via rrc asn1 helpers
1 parent c88286a commit 2f22717

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/du_manager/procedures/ue_creation_procedure.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -340,21 +340,6 @@ f1ap_ue_creation_response ue_creation_procedure::create_f1ap_ue()
340340
// Section 8.4.1.2.
341341
cell_group_cfg_s cell_group;
342342
calculate_cell_group_config_diff(cell_group, {}, *ue_ctx->resources);
343-
cell_group.rlc_bearer_to_add_mod_list.resize(1);
344-
cell_group.rlc_bearer_to_add_mod_list[0].lc_ch_id = 1;
345-
cell_group.rlc_bearer_to_add_mod_list[0].rlc_cfg_present = true;
346-
rlc_cfg_c::am_s_& am = cell_group.rlc_bearer_to_add_mod_list[0].rlc_cfg.set_am();
347-
am.ul_am_rlc.sn_field_len_present = true;
348-
am.ul_am_rlc.sn_field_len.value = sn_field_len_am_opts::size12;
349-
am.ul_am_rlc.t_poll_retx.value = t_poll_retx_opts::ms45;
350-
am.ul_am_rlc.poll_pdu.value = poll_pdu_opts::infinity;
351-
am.ul_am_rlc.poll_byte.value = poll_byte_opts::infinity;
352-
am.ul_am_rlc.max_retx_thres.value = ul_am_rlc_s::max_retx_thres_opts::t8;
353-
am.dl_am_rlc.sn_field_len_present = true;
354-
am.dl_am_rlc.sn_field_len.value = sn_field_len_am_opts::size12;
355-
am.dl_am_rlc.t_reassembly.value = t_reassembly_opts::ms35;
356-
am.dl_am_rlc.t_status_prohibit.value = t_status_prohibit_opts::ms0;
357-
// TODO: Fill Remaining.
358343

359344
{
360345
asn1::bit_ref bref{f1ap_msg.du_cu_rrc_container};

0 commit comments

Comments
 (0)