aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-22handover2 congestion check: do not complain when no TCH/x lchans are in opera...cccamp2019Neels Hofmeyr1-16/+38
2019-05-26Allow VTY to set the CCCH Load Indication ThresholdHarald Welte1-0/+1
2019-05-24keep per-BTS stat_items about RACH busy / RACH access percentageHarald Welte1-0/+2
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-2/+1
2019-04-07gsm_data.c: use REG_NOSUB flag of regcomp()Vadim Yanitskiy1-1/+1
2019-03-19osmo_bsc_msc: Use meaningful amr rate configuration on BTS levelPhilipp Maier1-18/+17
2019-03-14Move msc related code from gsm_data to bsc_mscPau Espin Pedrol1-17/+0
2019-03-14Move LCLS references from gsm_data to osmo_bsc_lclsPau Espin Pedrol1-7/+1
2019-03-12ipaccess/Makefile.am: Remove unneeded libmgcp-client depPau Espin Pedrol1-1/+0
2019-02-05gsm_data: Add gsm_bts_name() just like we have gsm_{trx,ts,lchan}_name()Harald Welte1-0/+10
2018-12-14Add VTY option to avoid sending empty Full BCCH Info for disabled SIPau Espin Pedrol1-0/+1
2018-12-05paging: Add VTY options to calculate T3113 timeout dynamicallyPau Espin Pedrol1-0/+1
2018-11-22LCLS: add bts-loop variantMax1-0/+1
2018-11-16bsc: bts_alloc: Use enum value during neigh_list_manual_mode initializationPau Espin Pedrol1-1/+1
2018-11-09gsm_data: make cgi_for_msc available for other modulesPhilipp Maier1-0/+16
2018-11-08LCLS: expand logging to print the name of the mode in useMax1-0/+6
2018-10-23gsm_data: set meaningful default values for amr modesPhilipp Maier1-0/+30
2018-09-24gsm_data.c: Set reasonable AMR codec defaults in gsm_bts_alloc()Philipp Maier1-0/+28
2018-09-09CBCH: Fix gsm_bts_get_cbch()Harald Welte1-2/+2
2018-09-09Introduce gsm48_lchan2chan_desc_as_configured()Harald Welte1-5/+19
2018-07-28cosmetic: constify gsm_bts_num() net argNeels Hofmeyr1-1/+1
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-148/+332
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr1-1/+2
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr1-0/+114
2018-07-24BTS codec pref legacy compat: allow all codecs per defaultNeels Hofmeyr1-0/+8
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-0/+1305