Transceiver52M: Add more complete specification of GPRS types

Submitted by: Ivan Kluchnikov <kluchnikovi@gmail.com>
Signed-off-by: Thomas Tsou <tom@tsou.cc>

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@5690 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Thomas Tsou 2013-06-09 22:38:18 +00:00
parent eacdf11bfa
commit 40f309ab3d
3 changed files with 21 additions and 9 deletions

View file

@ -458,7 +458,7 @@ bool ::ARFCNManager::setBSIC(unsigned BSIC)
bool ::ARFCNManager::setSlot(unsigned TN, unsigned combination)
{
assert(TN<8);
assert(combination<8);
assert(combination<14);
char paramBuf[MAX_UDP_LENGTH];
sprintf(paramBuf,"%d %d", TN, combination);
int status = sendCommand("SETSLOT",paramBuf);