aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-812/+20
2011-02-05[E1 input] proper config error reportingHarald Welte1-1/+3
2011-01-13[SI] Make sure we set BS_AG_BLKS_RES !=0Harald Welte1-0/+2
2011-01-06misc: Remove unused variable from the function.Holger Hans Peter Freyther1-1/+0
2011-01-01MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte1-1/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-21abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther1-0/+2
2010-12-21oml: In case we get a NACK, drop the OML connection and hope for the bestHolger Hans Peter Freyther1-0/+11
2010-12-21oml: Another band aid for reliable BTS init...Holger Hans Peter Freyther1-2/+2
2010-09-06bsc_init: Allow DTXu and enable DTXd on RSL (experimental)Holger Hans Peter Freyther1-2/+8
2010-08-25bsc_init: Compare it with the right enum typeHolger Hans Peter Freyther1-1/+1
2010-07-30[BSC] Add support for configfile-hardcoded System Information messagesHarald Welte1-19/+27
2010-07-14abis_nm: Create a signal data structure for the NACK messageHolger Hans Peter Freyther1-4/+5
2010-06-30bsc_api: Move the API init into the main function.Holger Hans Peter Freyther1-2/+0
2010-06-21bsc_init: Avoid unaligned access to nanobts_attr_nsvc0Holger Hans Peter Freyther1-6/+16
2010-06-20[BSC] Fix off-by-one error in computing mobile allocationlaforge1-1/+1
2010-06-20[BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte1-6/+25
2010-06-20[BSC] Keep a SYSTEM INFORMATION cache for each BTSHarald Welte1-19/+36
2010-06-20[BSC] Generate MA for each timeslot that has hopping enabledHarald Welte1-0/+44
2010-06-15bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init.Holger Hans Peter Freyther1-0/+2
2010-05-26Add ARFCN range check for GSM 850 bandHarald Welte1-0/+8
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-1/+1
2010-05-22bsc_init: Do not use magic numbers for GSM 12.21 states.Holger Hans Peter Freyther1-6/+6
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte1-3/+9
2010-05-13abis: Pass the abis_om_obj_inst in the nm_state_event..Holger Hans Peter Freyther1-1/+2
2010-05-11[gprs] NS/BSSGP: Make all timers configurable from VTYHarald Welte1-0/+4
2010-04-30[misc] Remove spaces, fix indention.Holger Hans Peter Freyther1-3/+3
2010-04-28bsc_init: Fix ccch description in SI messagesSylvain Munaut1-2/+28
2010-04-25[vty] Allow to set the RACH NM attributes on a per BTS basisHolger Hans Peter Freyther1-0/+16
2010-04-18GPRS: Enable EGPRS coding schemes in Cell Attributes if 'gprs mode egprs'Harald Welte1-4/+9
2010-04-18GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)'Harald Welte1-4/+4
2010-04-17[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+5
2010-04-15[bsc_init] When the RSL/OML connection drops, free all lchansHolger Hans Peter Freyther1-2/+27
2010-03-24Move the version/copyright string to a separate fileHolger Hans Peter Freyther1-14/+0
2010-03-24Include bscconfig.h without ../ for the srcdir != build dir caseHolger Hans Peter Freyther1-1/+1
2010-03-24Move the copyright and version header to bsc_init.cHolger Hans Peter Freyther1-0/+14
2010-03-22GPRS: make NSEI configurable from VTYHarald Welte1-0/+4
2010-03-22GPRS: remove outdated FIXME about patching CGIHarald Welte1-1/+0
2010-03-22GPRS: remove "#define GPRS" compile-time defineHarald Welte1-16/+14
2010-03-22GPRS: make NSVC parameters VTY-configurableHarald Welte1-2/+7
2010-03-22Create new gprs-conf branch with the non-SGSN part of the gprs branchHarald Welte1-1/+130
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-2/+2
2010-02-09[bsc] Allow to set a EGSM900, RGSM900 ARFCNHolger Hans Peter Freyther1-2/+4
2010-01-03[bsc_init] Send OPSTART if SITE_MANAGER reports off-lineSylvain Munaut1-2/+4
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther1-2/+1
2009-12-24print ARFCN, LAC and CID when bootstrapping RSLHarald Welte1-3/+4
2009-12-23Fix segfault in case BTS has more TRX than we have configuredHarald Welte1-0/+2
2009-12-22bts: Allow config of RACH control parameters tx-integer & max retransSylvain Munaut1-5/+0
2009-12-22missing semicolon at end of statementHarald Welte1-1/+1
2009-12-21it's LOGL_ERROR, not LOG_ERRORHarald Welte1-1/+1