mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-22 23:32:00 +00:00
Fix bug in MOC to MTC calls (hat-tip Pat)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user