mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-03 13:23:16 +00:00
Adding MultiARFCN support to core.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3688 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -268,9 +268,9 @@ class GSMConfig {
|
||||
/** Combination 0 is a idle slot, as opposed to a non-transmitting one. */
|
||||
void createCombination0(TransceiverManager &TRX, unsigned TN);
|
||||
/** Combination I is full rate traffic. */
|
||||
void createCombinationI(TransceiverManager &TRX, unsigned TN);
|
||||
void createCombinationI(TransceiverManager &TRX, unsigned CN, unsigned TN);
|
||||
/** Combination VII is 8 SDCCHs. */
|
||||
void createCombinationVII(TransceiverManager &TRX, unsigned TN);
|
||||
void createCombinationVII(TransceiverManager &TRX, unsigned CN, unsigned TN);
|
||||
//@}
|
||||
|
||||
/** Return number of seconds since starting. */
|
||||
|
||||
Reference in New Issue
Block a user