mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-11-11 09:26:25 +00:00
Roughly r4224 in private:
More reliable detection of busy condition on MTC. Also adds new GSM state, "Busy Reject". git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4920 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -1109,6 +1109,9 @@ bool TransactionTable::isBusy(const L3MobileIdentity& mobileID)
|
||||
itr->second->GSMState() == GSM::CallReceived ||
|
||||
itr->second->GSMState() == GSM::CallPresent ||
|
||||
itr->second->GSMState() == GSM::ConnectIndication ||
|
||||
itr->second->GSMState() == GSM::HandoverInbound ||
|
||||
itr->second->GSMState() == GSM::HandoverProgress ||
|
||||
itr->second->GSMState() == GSM::HandoverOutbound ||
|
||||
itr->second->GSMState() == GSM::Active;
|
||||
if (inCall) return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user