mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 05:10:07 +00:00
Fixes #711 in private. We now check RTP ports before allocation, to ensure they're not already in use.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3225 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
56dd0dd9df
commit
3f264a9e86
5 changed files with 33 additions and 4 deletions
|
|
@ -337,6 +337,12 @@ class TransactionTable {
|
|||
*/
|
||||
TransactionEntry* findLongestCall();
|
||||
|
||||
/**
|
||||
Return the availability of this particular RTP port
|
||||
@return True if Port is available, False otherwise
|
||||
*/
|
||||
bool RTPAvailable(short rtpPort);
|
||||
|
||||
/**
|
||||
Remove an entry from the table and from gSIPMessageMap.
|
||||
@param wID The transaction ID to search.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue