aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-08[bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbersHarald Welte1-2/+2
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben1-11/+13
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther1-0/+4
2009-08-17[bsc] Remove HAR feature to advertize neighbor cellsHolger Hans Peter Freyther1-13/+0
2009-08-17[bsc_init] Create a bsc_init.c that can be used for setting up hings.Holger Hans Peter Freyther1-0/+1064