mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-01 21:00:16 +00:00
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:
parent
eacdf11bfa
commit
40f309ab3d
3 changed files with 21 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue