File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,12 @@ void rrc_setup_procedure::operator()(coro_context<async_task<void>>& ctx)
6161 CORO_EARLY_RETURN ();
6262 }
6363
64+ context.state = rrc_state::connected;
65+
6466 send_initial_ue_msg (transaction.response ().msg .c1 ().rrc_setup_complete ());
6567
68+ logger.log_debug (" \" {}\" finished successfully" , name ());
69+
6670 CORO_RETURN ();
6771}
6872
@@ -92,9 +96,6 @@ void rrc_setup_procedure::send_initial_ue_msg(const asn1::rrc_nr::rrc_setup_comp
9296{
9397 cu_cp_initial_ue_message init_ue_msg = {};
9498
95- logger.log_debug (" \" {}\" finished successfully" , name ());
96- context.state = rrc_state::connected;
97-
9899 init_ue_msg.ue_index = context.ue_index ;
99100 init_ue_msg.nas_pdu = rrc_setup_complete.crit_exts .rrc_setup_complete ().ded_nas_msg .copy ();
100101 init_ue_msg.establishment_cause = static_cast <establishment_cause_t >(context.connection_cause .value );
You can’t perform that action at this time.
0 commit comments