aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol1-0/+13
2020-12-22power_control: add VTY commands for per-BTS configurationVadim Yanitskiy1-0/+15
2020-12-19power_control: send default parameters from bootstrap_rsl()Vadim Yanitskiy1-0/+10
2020-12-15vty: add new attribute for vendor-specific commandsVadim Yanitskiy1-0/+3
2020-12-04Handle BTS/BBTRANSC Get Attributes (Ack) in NM FSMsPau Espin Pedrol1-13/+0
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-2/+2
2020-11-25main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+14
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-11/+34
2020-10-15LCS: disable Lb interface by default, add vty 'smlc' / 'enable'Neels Hofmeyr1-1/+2
2020-10-15BSSMAP RESET: generalize a_reset FSMNeels Hofmeyr1-0/+5
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-2/+8
2020-10-08vty: add attributes to VTY commands indicating when they applyVadim Yanitskiy1-0/+13
2020-09-17generate_ma_for_ts(): simplify MA bit-mask computationVadim Yanitskiy1-10/+7
2020-09-11abis_rsl.c: flush channel request queue on RSL bootstrapPhilipp Maier1-0/+3
2020-09-08fix bootstrap_rsl(): check result of gsm_bts_trx_set_system_infos()Vadim Yanitskiy1-1/+4
2020-09-06generate_ma_for_ts(): fix: properly encode ARFCN 0 (corner case)Vadim Yanitskiy1-2/+1
2020-09-06generate_ma_for_ts(): use OSMO_BYTES_FOR_BITS() macroVadim Yanitskiy1-3/+1
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-07-14bsc_main: Use LOG_TRX in log linePau Espin Pedrol1-3/+2