aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18stats: Add counters and gauges for BORKEN lchans/TSAlexander Chemeris1-0/+2
2020-05-09stats: Export connected OML/RSL links count per BTS.Alexander Chemeris1-0/+2
2020-05-09gsm_data: Update trx_is_usable for ericsson BTSSylvain Munaut1-0/+4
2020-05-09stats: Fix stat group index for BTS stats.Alexander Chemeris1-1/+1
2020-05-08stats: Remove dots from the end of stats descriptions.Alexander Chemeris1-2/+2
2020-05-08stats: Report per channel type load to statsd counters.Alexander Chemeris1-0/+16
2020-03-27VTY: add show bts failure reportOliver Smith1-0/+1
2020-03-12osmo-bsc/bsc_vty: set default gprs cell bvci to 2Oliver Smith1-0/+3
2019-11-20bsc: Send MS Power Control msg upon max MS power changePau Espin Pedrol1-3/+10
2019-11-19bsc: Adapt maximum MS Power Ctrl level based on band and MS Power classPau Espin Pedrol1-0/+62
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-11-02osmo_bsc_main.c: verify the physical channel mapping at startupVadim Yanitskiy1-0/+51
2019-10-31Remove unused API classmark_is_r99()Pau Espin Pedrol1-10/+0
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+9
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