From 98494a1ea267b896ecd07ffbcd39874cde6db781 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 2 Feb 2022 15:01:18 +0100 Subject: [PATCH] srsue,rrc: remove timer stopping in main RRC class as this is done in procedures --- srsue/src/stack/rrc_nr/rrc_nr.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/srsue/src/stack/rrc_nr/rrc_nr.cc b/srsue/src/stack/rrc_nr/rrc_nr.cc index ace2f9a4a..0da164daa 100644 --- a/srsue/src/stack/rrc_nr/rrc_nr.cc +++ b/srsue/src/stack/rrc_nr/rrc_nr.cc @@ -1975,10 +1975,7 @@ bool rrc_nr::handle_rrc_setup(const rrc_setup_s& setup) cell_group.to_json(js); logger.debug("Containerized MasterCellGroup: %s", js.to_string().c_str()); - // Must enter CONNECT before stopping T300 state = RRC_NR_STATE_CONNECTED; - // t300.stop(); - // t302.stop(); srsran::console("RRC Connected\n"); // defer transmission of Setup Complete until PHY reconfiguration has been completed