aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Allow configuration of SI5 neighbor list != SI2 neighbor listHarald Welte1-0/+3
2011-02-13OM2000: Allow configuration of CON from VTYHarald Welte1-0/+1
2011-02-13OM2000: Allow VTY based configuration of IS connection groupsHarald Welte1-1/+3
2011-02-13RBS2000: fix compiler warning about unhandled enum in switch()Harald Welte1-1/+1
2011-02-13[RBS2000] Initial attempt at Ericsson RBS2000 supportHarald Welte1-0/+1
2011-01-11[BSC] Allow manual override of neighbor cell listHarald Welte1-0/+2
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-24BSC Call Control: Actually implement call statisticsHarald Welte1-3/+4
2010-12-21abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther1-0/+2
2010-11-15bsc: The ip.access rtp-payload has no useful meaningHolger Hans Peter Freyther1-1/+0
2010-11-15bsc: Add a mobile country code setting for the backbone.Holger Hans Peter Freyther1-0/+1
2010-11-03bsc: Add the rtp-base command to osmo-bscHolger Hans Peter Freyther1-0/+1
2010-11-03bsc: Add the ip.access rtp-payload command known from bsc_msc_ipHolger Hans Peter Freyther1-0/+1
2010-11-03bsc: Readd the core network code settingHolger Hans Peter Freyther1-0/+1
2010-09-16bsc: Initialize the MSC data parameters to a sane defaultHolger Hans Peter Freyther1-0/+5
2010-09-15bsc: Create struct osmo_msc_data to hold MSC information, handle signalsHolger Hans Peter Freyther1-0/+7
2010-09-06[paging] Only page if we have some free channels right nowHolger Hans Peter Freyther1-0/+1
2010-09-06chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther1-0/+2
2010-06-28gsm_data.c: Reorder includes to put osmocore upHolger Hans Peter Freyther1-2/+4
2010-06-20[BSC] Generate MA for each timeslot that has hopping enabledHarald Welte1-0/+2
2010-06-20[BSC] introduce the concept of 'BTS features'Harald Welte1-0/+10
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte1-0/+3
2010-05-31[rsl] Introduce an error state for the lchan and set it on releaseHolger Hans Peter Freyther1-0/+1
2010-05-14[misc] Silence compiler warning...Holger Hans Peter Freyther1-0/+2
2010-05-11[gprs] NS/BSSGP: Make all timers configurable from VTYHarald Welte1-0/+8
2010-05-01move gsm48_construct_ra() to libosmocoreHarald Welte1-27/+0
2010-04-25[vty] Allow to set the RACH NM attributes on a per BTS basisHolger Hans Peter Freyther1-0/+2
2010-04-18GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)'Harald Welte1-0/+17
2010-04-17[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+2
2010-04-17[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-0/+2
2010-03-25increase the use of 'struct value_string' in abis_nm and gsm_dataHarald Welte1-83/+52
2010-03-22Create new gprs-conf branch with the non-SGSN part of the gprs branchHarald Welte1-0/+46
2010-03-04move gsm_band_name() and gsm_band_parse() to libosmocoreHarald Welte1-54/+2
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-6/+18
2010-01-12Fix allocation of BTS from VTYlaforge1-1/+1
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-1/+42
2010-01-07introduce new gsm_bts_trx_by_nr() functionHarald Welte1-0/+11
2010-01-07Initialize reject_cause to a valid numberHolger Hans Peter Freyther1-0/+1
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther1-0/+1
2009-12-29rsl: add new 'gsm_trx_name()' function and use itHarald Welte (local)1-0/+9
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte1-0/+14
2009-12-28set the TRX nominal power by default and/or VTYHarald Welte (local)1-0/+18
2009-12-28Introduce and use gsm_lchan_name() in addition to gsm_ts_name()Harald Welte (local)1-0/+10
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-1/+1
2009-12-27move get_string_value() und get_value_string() into debug.cHarald Welte1-26/+0
2009-12-26add 'get_string_value()' as inverse function of 'get_value_string()'Harald Welte (local)1-0/+13
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-0/+27
2009-12-22bts: Allow config of RACH control parameters tx-integer & max retransSylvain Munaut1-0/+4
2009-12-21[handover] Real handover algorithmHarald Welte1-0/+8