fixed bad initialization of t311

This commit is contained in:
Francisco Paisana 2019-10-21 18:26:26 +01:00 committed by Francisco Paisana
parent d2c56caf7e
commit ecba994712
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void rrc::init(phy_interface_rrc_lte* phy_,
t301 = timers->get_unique_timer();
t302 = timers->get_unique_timer();
t310 = timers->get_unique_timer();
t301 = timers->get_unique_timer();
t311 = timers->get_unique_timer();
t304 = timers->get_unique_timer();
ue_identity_configured = false;