mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 05:10:07 +00:00
$ dropped by the network by retransmitting.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3677 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
2f40797d0f
commit
32c86513e3
5 changed files with 94 additions and 20 deletions
|
|
@ -202,12 +202,14 @@ class TransactionEntry {
|
|||
void MTCInitRTP() { ScopedLock lock(mLock); mSIP.MTCInitRTP(); }
|
||||
|
||||
SIP::SIPState MODSendBYE();
|
||||
SIP::SIPState MODSendUnavail();
|
||||
SIP::SIPState MODSendUNAVAIL();
|
||||
SIP::SIPState MODSendCANCEL();
|
||||
SIP::SIPState MODResendBYE();
|
||||
SIP::SIPState MODResendCANCEL();
|
||||
SIP::SIPState MODResendUNAVAIL();
|
||||
SIP::SIPState MODWaitForBYEOK();
|
||||
SIP::SIPState MODWaitForCANCELOK();
|
||||
SIP::SIPState MODWaitForUNAVAILACK();
|
||||
SIP::SIPState MODWaitFor487();
|
||||
|
||||
SIP::SIPState MTDCheckBYE();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue