Commit 6416362c authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent effbacb2
...@@ -42,7 +42,7 @@ void NasMm::performPlmnSelection() ...@@ -42,7 +42,7 @@ void NasMm::performPlmnSelection()
int64_t loggingThreshold = m_mmSubState == EMmSubState::MM_DEREGISTERED_PLMN_SEARCH || int64_t loggingThreshold = m_mmSubState == EMmSubState::MM_DEREGISTERED_PLMN_SEARCH ||
m_mmSubState == EMmSubState::MM_REGISTERED_PLMN_SEARCH m_mmSubState == EMmSubState::MM_REGISTERED_PLMN_SEARCH
? 2'000LL ? 2'000LL
: 10'000LL; : 15'000LL;
bool logFailures = currentTime - m_lastTimePlmnSearchFailureLogged >= loggingThreshold; bool logFailures = currentTime - m_lastTimePlmnSearchFailureLogged >= loggingThreshold;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment