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:
Kurtis Heimerl 2012-02-24 07:59:11 +00:00
parent 56dd0dd9df
commit 3f264a9e86
5 changed files with 33 additions and 4 deletions

View file

@ -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.