srsue,rrc: remove timer stopping in main RRC class as this is done in procedures

This commit is contained in:
Andre Puschmann 2022-02-02 15:01:18 +01:00
parent 1b891bb600
commit 98494a1ea2
1 changed files with 0 additions and 3 deletions

View File

@ -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