r4164 in private:

Make gTransactionTable.clearDeadEntries() much less agressive.  See ticket #1128 for an example of the problem that can cause.

Also includes commented-out code for a method on TransactionTable to detect busy users, but we didn't need it.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4175 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl 2012-09-24 20:02:41 +00:00
parent b742914460
commit 559eedfb17
2 changed files with 33 additions and 2 deletions

View file

@ -386,6 +386,10 @@ class TransactionTable {
*/
TransactionEntry* find(const GSM::L3MobileIdentity& mobileID, GSM::CallState state);
#if 0
/** Return true if there is an ongoing call for this user. */
bool isBusy(const GSM::L3MobileIdentity& mobileID);
#endif
/** Find by subscriber and SIP call ID. */
TransactionEntry* find(const GSM::L3MobileIdentity& mobileID, const char* callID);