From 7dc231395798f0eede368798ebb045f24522b2c5 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 18 Jan 2022 18:26:02 +0100 Subject: [PATCH] gnb,rrc: fix compilation caused by GH merge timing issue and remove asn1 call --- srsgnb/src/stack/rrc/rrc_nr_ue.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/srsgnb/src/stack/rrc/rrc_nr_ue.cc b/srsgnb/src/stack/rrc/rrc_nr_ue.cc index 9f66c61f5..dd2e5f24e 100644 --- a/srsgnb/src/stack/rrc/rrc_nr_ue.cc +++ b/srsgnb/src/stack/rrc/rrc_nr_ue.cc @@ -949,7 +949,6 @@ void rrc_nr::ue::handle_rrc_reestablishment_request(const asn1::rrc_nr::rrc_rees sec_ctx.regenerate_keys_handover(pscell_cfg.phy_cell.carrier.pci, pscell_cfg.ssb_absolute_freq_point); // For the reestablishment, only add SRB1 to new UE context - next_radio_bearer_cfg.srb_to_add_mod_list_present = true; next_radio_bearer_cfg.srb_to_add_mod_list.resize(1); srb_to_add_mod_s& srb1 = next_radio_bearer_cfg.srb_to_add_mod_list[0]; srb1.srb_id = 1;