aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/openbsc.cfg.1-1
AgeCommit message (Collapse)AuthorFilesLines
2011-02-05[E1 INPUT] update E1 / BS-11 config filesHarald Welte1-0/+2
Add the new 'e1_input' config section that is required
2009-12-04[BS11] don't put invalid channel combination into the config fileHarald Welte1-1/+1
2009-11-22[network] Make use of T3113 for pagingHolger Hans Peter Freyther1-0/+1
Add it to the configuration files and make use of it in the the paging.c.
2009-11-22[network] Make T3101 configurable and use it in abis_rslHolger Hans Peter Freyther1-0/+1
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther1-0/+1
Transfering the cell_identity from BSC to MSC is required for the on-waves.com support. Allow to set the cell_identity in the cfg file and patch the system information tables to set it.
2009-08-07first version of OpenBSC to be confiugred by config_fileHarald Welte1-0/+51
We nowuse the interactive VTY layer to configure OpenBSC. You can create BTS's, set their parameters as well as TRX's and their timeslots on the telnet UI. What is lacking so far: 1) we only read the config file once and don't properly react to changes performed at runtime 2) ip.access BTS supportis not integrated yet There are three config files as examples * openbsc.cfg.1-1: single BTS, single TRX * openbsc.cfg.1-2: single BTS, dual TRX * openbsc.cfg.2-2: dual BTS, dual TRX