aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-14bsc_main: Improve log line on Lost E1 linkPau Espin Pedrol1-1/+1
2020-07-03generate_ma_for_ts(): constify per cell/timeslot ARFCN bit-vectorsVadim Yanitskiy1-2/+2
2020-07-03system_information: publicly declare generate_cell_chan_list()Vadim Yanitskiy1-2/+1
2020-06-23Avoid selecting channels from administratively locked trxPau Espin Pedrol1-1/+1
2020-06-16osmo-bsc main: exit on cmdline option errorNeels Hofmeyr1-2/+3
2020-06-16add osmo-bsc --vty-ref-xml: dump VTY ref XML to stdoutNeels Hofmeyr1-0/+12
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr1-12/+6
2020-05-27drop IMSI filter and libfilter completelyNeels Hofmeyr1-7/+0
2020-04-05vty: fix: restore removed DNAT category as deprecatedVadim Yanitskiy1-0/+1
2020-04-01remove 'NAT' log categoryHarald Welte1-6/+1
2020-03-19main: exit on mutually exclusive codecs settingsOliver Smith1-2/+10
2020-01-15bsc_main: use higher default loglevels.Philipp Maier1-3/+3
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-12-01check for osmo_ss7_init() error return valueHarald Welte1-1/+1
2019-11-23fsm: use deferred deallocationNeels Hofmeyr1-1/+3
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-11-02osmo_bsc_main.c: fix CCCH_CONF computation: use pchan_from_configVadim Yanitskiy1-4/+4
2019-11-02osmo_bsc_main.c: simplify computation of CCCH_CONFIGVadim Yanitskiy1-23/+10
2019-11-02osmo_bsc_main.c: verify the physical channel mapping at startupVadim Yanitskiy1-0/+10
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+13
2019-07-16Fix some spelling errors found by lintianRuben Undheim1-1/+1
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-2/+2
2018-12-11bsc_main: filter_fn: Compare imsi values instead of subscr pointersPau Espin Pedrol1-2/+5
2018-10-08codec_pref: check codec configuration before startPhilipp Maier1-0/+5
2018-10-04osmo_bsc_main.c: initialize rate countersOliver Smith1-0/+1
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-08-23Fix heap-use-after-free due to OML link destructionPau Espin Pedrol1-1/+1
2018-08-17bsc: Use libosmocore API to track osmo_signal structsPau Espin Pedrol1-2/+1
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-0/+18
2018-07-28fix: dispatch TS_EV_RSL_DOWN when losing RSLNeels Hofmeyr1-14/+14