Fixes #501 in the public release.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3037 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
kurtis.heimerl
2012-01-12 08:13:03 +00:00
parent 64656ed5b5
commit 041e211b2c
6 changed files with 50 additions and 5 deletions

View File

@@ -452,6 +452,14 @@ SIP::SIPState TransactionEntry::MODWaitForOK()
return state;
}
SIP::SIPState TransactionEntry::MODWaitFor487()
{
ScopedLock lock(mLock);
SIP::SIPState state = mSIP.MODWaitFor487();
echoSIPState(state);
return state;
}
SIP::SIPState TransactionEntry::MTDCheckBYE()
{
ScopedLock lock(mLock);