remove re-arming of t3411 after PLMN search

t3411 is restarted after attach or TAU failure only
This commit is contained in:
Andre Puschmann 2020-02-28 15:44:13 +01:00
parent 89d5876470
commit e4f85ec390
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@ void nas::plmn_search_proc::then(const srslte::proc_state_t& result)
{ {
ProcInfo("Completed with %s\n", result.is_success() ? "success" : "failure"); ProcInfo("Completed with %s\n", result.is_success() ? "success" : "failure");
// start T3411
nas_ptr->nas_log->debug("Starting T3411\n");
nas_ptr->t3411.run();
if (result.is_error()) { if (result.is_error()) {
nas_ptr->enter_emm_deregistered(); nas_ptr->enter_emm_deregistered();
} }