mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-28 19:39:29 +00:00
Patching cleaning up rotted code. Now able to select device to run for both 52M and RAD1 from a config variable. Also fixed RAD1 not listening to TRX.Port or TRX.IP.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6757 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
0e3a904814
commit
50a65783f8
12 changed files with 46 additions and 24 deletions
|
|
@ -2713,6 +2713,18 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
//kurtis
|
||||
tmp = new ConfigurationKey("TRX.Args","",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMER,
|
||||
ConfigurationKey::STRING,
|
||||
"",
|
||||
false,
|
||||
"Extra arguments for the Transceiver"
|
||||
);
|
||||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
tmp = new ConfigurationKey("Test.GSM.SimulatedFER.Downlink","0",
|
||||
"probability in %",
|
||||
ConfigurationKey::DEVELOPER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue