aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03log error if any of the AMR S1 rates are forbiddenNeels Hofmeyr1-0/+3
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
2021-06-23use osmo_select_shutdown to get rid of SIGTERM sleepNeels Hofmeyr1-3/+5
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-2/+2
2021-04-23Revert "update neighbor ARFCNs on startup and config changes"Pau Espin Pedrol1-4/+0
2021-04-22update neighbor ARFCNs on startup and config changesNeels Hofmeyr1-0/+4
2021-04-14drop unused gsm_bts_trx->descriptionNeels Hofmeyr1-1/+0
2021-04-12[hopping] bootstrap_rsl(): do not call generate_ma_for_ts() againVadim Yanitskiy1-1/+0
2021-04-12[hopping] Rework generation of Cell/Mobile AllocationVadim Yanitskiy1-21/+18
2021-04-06[hopping] generate_ma_for_ts() returns no meaningful valueVadim Yanitskiy1-4/+2
2021-03-24fix/refactor neighbor configNeels Hofmeyr1-0/+5