Skip to content

Commit

Permalink
Fix bug in MOC to MTC calls (hat-tip Pat)
Browse files Browse the repository at this point in the history
  • Loading branch information
iedemam committed Jul 25, 2014
1 parent b5c2194 commit f392193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Control/L3MMLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f392193

Please sign in to comment.