Removed unnecessary T311 timer start

This commit is contained in:
Ismael Gomez 2017-10-13 10:23:25 +02:00
parent d80d1f2114
commit 4fe2904939
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ void rrc::run_thread() {
set_phy_default();
set_mac_default();
mac->pcch_start_rx();
mac_timers->timer_get(t311)->run();
mac_timers->timer_get(t310)->stop();
mac_timers->timer_get(t311)->stop();
state = RRC_STATE_IDLE;