mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 05:10:07 +00:00
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:
parent
b742914460
commit
559eedfb17
2 changed files with 33 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue