aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+5
2010-04-11[bsc_init] When the RSL/OML connection drops, free all lchanHolger Hans Peter Freyther1-2/+27
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-9/+144
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-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-17/+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-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-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-290/+79
2009-12-21it's LOGL_ERROR, not LOG_ERRORHarald Welte1-1/+1
2009-12-21make sure bootstrap_bts() only contains static initializationHarald Welte1-3/+5
2009-12-21remove duplicate flag for cell barringHarald Welte1-3/+1
2009-12-21[gprs] SI 13 should only be generated on C0 (BCCH-carrying TRX)Harald Welte1-7/+8
2009-12-20remove hand full of 'extern ipacc_rtp_direct' definitionsHarald Welte1-1/+0
2009-12-19system_information: DEBUGP() SI13/5/6 during startupHarald Welte1-12/+12
2009-12-17logging: introduce log levels at caller siteHarald Welte1-14/+14
2009-12-17[handover] first functional handover implementationHarald Welte1-0/+1
2009-12-16[system_information] Print more debugging about what's going onHarald Welte1-5/+11
2009-12-14make sure BSIC is patched into NM tables before initializing BS11Harald Welte1-0/+1
2009-12-12[VTY] add more cell reselection parameters to VTYHarald Welte1-2/+0
2009-12-12add warning about accept-all network on non-barred cellsHarald Welte1-0/+8
2009-12-01Replace template-based SYSTEM INFORMATION with real implementationHarald Welte1-277/+52
2009-11-24Merge branch 'master' into on-waves/bsc-masterHolger Hans Peter Freyther1-5/+1
2009-11-24[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-2/+14
2009-11-24[bsc_init] Activate the RC and the RSL link from the Software Activated CallbackHolger Hans Peter Freyther1-27/+22
2009-11-20[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-4/+24
2009-11-20[bsc_init] Activate the RC and the RSL link from the Software Activated CallbackHolger Hans Peter Freyther1-27/+22
2009-11-17[si] Make it possible to set the NECI value...Holger Hans Peter Freyther1-0/+4
2009-11-17[abis_nm] avoid integer-to-pointer casting and associated gcc warningsHarald Welte1-2/+5
2009-10-26Fix segfault, use trx->bts rather than bts in patch_nm_tables()Harald Welte1-1/+1
2009-10-24ip.access: Use Channel Combination from config fileHarald Welte1-4/+4
2009-10-22Fix spelling of defaultHolger Hans Peter Freyther1-1/+1
2009-10-20[nanoBTS] move nanoBTS initialization completely into state event handlerHarald Welte1-66/+75
2009-10-20ip.access: use correct stream identifier when connecting RSLHarald Welte1-1/+1
2009-10-19[abis_nm] introduce and use abis_nm_ipaccess_rsl_connect()Harald Welte1-8/+1
2009-10-19ip.access / multi-TRX: correctly identify TRX number on SW ACT REPHarald Welte1-1/+5
2009-10-19ip.access maximum output power depends on GSM bandHarald Welte1-1/+15