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