Fix bug in MOC to MTC calls (hat-tip Pat)

This commit is contained in:
Michael Iedema
2014-07-24 19:35:07 -07:00
parent b5c2194d6f
commit f392193614

View File

@@ -688,6 +688,8 @@ void MMUser::mmuAddMT(TranEntry *tran)
mmuPageTimer.future(gConfig.GSM.Timer.T3113);
switch (tran->servicetype()) {
case L3CMServiceType::MobileTerminatedCall:
mmuMTCq.push_back(tran);
break;
case L3CMServiceType::MobileTerminatedShortMessage:
mmuMTSMSq.push_back(tran);
break;