aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04meas_feed: Use osmo_io instead of write queuearehbein1-0/+2
2023-07-21ASCI: Add new debug category "ASCI" for VGCS/VBS state machinesAndreas Eversberg1-0/+6
2023-07-11Fix various typosOliver Smith1-2/+2
2023-06-21prevent bogus NCH related error message if no NCH is configuredHarald Welte1-2/+23
2023-06-13Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-2/+1
2023-05-31Support (optional) indication of NCH position in SI1 rest octetsHarald Welte1-0/+13
2023-05-08cosmetic: Rename is_ipaccess_bts() to is_ipa_abisip_bts()Harald Welte1-2/+2
2023-04-28bootstrap_rsl(): cosmetic: cache trx->bts and use it directlyVadim Yanitskiy1-7/+7
2023-04-04bsc_mgw_setup: use mgcp_client_pool_empty()Oliver Smith1-2/+6
2023-03-25main: Give specific error messagearehbein1-1/+1
2023-03-02implicitly register osmo_fsm definitionsNeels Hofmeyr1-4/+0
2023-02-28osmo_bsc_main: don't allocate talloc_ctr_ctxOliver Smith1-2/+0
2023-02-06fix bsc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2022-12-23osmo-bsc: Transition to use of 'telnet_init_default'arehbein1-2/+1
2022-12-20ctrl: take both address and port from vty configMax1-3/+1
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens1-0/+2
2022-11-11update very outdated vty copyright statementHarald Welte1-1/+3
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-2/+2
2022-10-26sccplite: Use mgwpool config to set up socket forwarding IPA-MGCP from MSC to...Pau Espin Pedrol1-3/+3
2022-10-17cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2022-10-17cosmetic: Fix indentation whitespacePau Espin Pedrol1-1/+1
2022-06-16smscb: Base cell operational life cycle on CBCH being operativePau Espin Pedrol1-10/+1
2022-06-02fix performance for chan_counts and all_allocated statsNeels Hofmeyr1-0/+1
2022-05-13paging: start/stop credit_timer based on C0 runningPau Espin Pedrol1-0/+1
2022-05-13smscb: Send ETWS PN to BTS if ETWS active before BTS connectsHarald Welte1-0/+4
2022-05-06acc: Fix erratic ramping behavior when several BTS configuredPau Espin Pedrol1-0/+1
2022-05-04Drop duplicate function helperPau Espin Pedrol1-11/+1
2022-03-09fix inp_sig_cb(): dispatch TS_EV_OML_DOWN to all transceiversVadim Yanitskiy1-1/+6
2022-01-04log: always include timeouts in FSM transition loggingNeels Hofmeyr1-0/+1
2021-12-13abis_nm: actively block BTSs with invalid configurationPhilipp Maier1-53/+3
2021-11-15osmo_bsc_main: move generate_ma_for_bts() into bootstrap_bts()Philipp Maier1-3/+4
2021-11-15osmo_bsc_main: call bootstrap_bts when OML TEI comes upPhilipp Maier1-1/+17
2021-11-10osmo_bsc_main: move inp_sig_cb() below check_bts and bootstrap_btsPhilipp Maier1-47/+47
2021-11-10osmo_bsc_main: separate checks from bootstrap_btsPhilipp Maier1-6/+11
2021-11-10osmo_bsc_main: bootstrap_bts: print errornous ARFCN numberPhilipp Maier1-9/+9
2021-10-28osmo_bsc_main: remove unused option -t --testmodePhilipp Maier1-3/+1
2021-10-13osmo_bsc_main: remove not longer needed fixme notePhilipp Maier1-2/+0
2021-10-13bts: set ncc_permitted from bts_allocPhilipp Maier1-2/+0
2021-10-13drop chan_load_samples_idx initalization from bootstrap_bts()Philipp Maier1-2/+0
2021-10-13bts: set acs value in bts_allocPhilipp Maier1-2/+0
2021-10-13bts: set pwrc value in bts_allocPhilipp Maier1-2/+0
2021-10-13bts: set R99 MSC flag in SI13 in bts_allocPhilipp Maier1-3/+0
2021-10-13osmo_bsc_main: remove code dup in bootstrap_bts()Philipp Maier1-8/+0
2021-10-07Move ts_fsm_init to static constructor [3/4]Pau Espin Pedrol1-1/+0
2021-10-07Move global var bsc_gsmnet into libbsc [2/4]Pau Espin Pedrol1-1/+0
2021-10-05Implement MS Uplink Power Control LoopKeith1-0/+6
2021-09-05add stat_items for BTS and TRX connection statiNeels Hofmeyr1-0/+14
2021-09-03osmo_bsc_main: integrate MGW pooling into osmo-bscPhilipp Maier1-7/+39
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-0/+1
2021-08-03osmo_bsc_main: remove unused commandline option -lPhilipp Maier1-2/+0