Make sure request connection when NAS attaching

This commit is contained in:
Ismael Gomez 2018-03-05 16:26:51 +01:00
parent defe167672
commit dcdb2d6449
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ void rrc::run_thread() {
sleep(1);
rrc_log->info("RRC IDLE: NAS is attaching and camping on cell, reselecting...\n");
plmn_select_rrc(selected_plmn_id);
connection_requested = true;
}
// If not camping on a cell
} else {