mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-05 06:13:15 +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);
|
mmuPageTimer.future(gConfig.GSM.Timer.T3113);
|
||||||
switch (tran->servicetype()) {
|
switch (tran->servicetype()) {
|
||||||
case L3CMServiceType::MobileTerminatedCall:
|
case L3CMServiceType::MobileTerminatedCall:
|
||||||
|
mmuMTCq.push_back(tran);
|
||||||
|
break;
|
||||||
case L3CMServiceType::MobileTerminatedShortMessage:
|
case L3CMServiceType::MobileTerminatedShortMessage:
|
||||||
mmuMTSMSq.push_back(tran);
|
mmuMTSMSq.push_back(tran);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user