Increased RRC connection timeout (needed for Lime)

This commit is contained in:
Ismael Gomez 2018-01-18 11:50:17 +01:00
parent 76969932dc
commit 3e4538cb2e
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ private:
// timeouts in ms
uint32_t connecting_timeout;
static const uint32_t RRC_CONNECTING_TIMEOUT = 1000;
static const uint32_t RRC_CONNECTING_TIMEOUT = 5000;
uint32_t plmn_select_timeout;
static const uint32_t RRC_PLMN_SELECT_TIMEOUT = 10000;