Commit 0c4a14ed authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent af662c9c
......@@ -134,7 +134,7 @@ void NasMm::performMmCycle()
}
/* Check for uplink data pending */
if (m_sm->anyUplinkDataPending() && missingSessionBearer())
if (m_sm->anyUplinkDataPending() || missingSessionBearer())
serviceRequestRequiredForData();
/* Process TAI changes if any */
......
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