aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lc15-mgr: generate coredump and exit upon SIGABRT receivedneels/pre_sapi_fixPau Espin Pedrol2020-11-251-4/+15
* oc2g-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol2020-11-251-4/+15
* sysmobts-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol2020-11-251-3/+14
* common: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol2020-11-251-3/+13
* common: Enable SIGABRT signal handlerPau Espin Pedrol2020-11-251-1/+1
* l1sap: pre-initalize pointer with NULL to avoid gcc warningPhilipp Maier2020-11-191-1/+2
* rsl.adoc: add info about RSL_IE_OSMO_REP_ACCH_CAPPhilipp Maier2020-11-101-0/+10
* doc/manuals: move osmobts-vty-reference.xml to vty/Vadim Yanitskiy2020-11-053-2/+1
* doc/manuals: also generate VTY reference for osmo-bts-virtualVadim Yanitskiy2020-11-051-1/+2
* doc/manuals: generate XML VTY reference at build-timeVadim Yanitskiy2020-11-055-2022/+74
* osmo-bts-lc15: use consistent name for containing directoryVadim Yanitskiy2020-11-0546-6/+6
* main: do not print asciiart to stdout, use stderr insteadVadim Yanitskiy2020-11-041-2/+2
* fixup: vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy2020-11-036-12/+0
* vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy2020-11-0210-89/+67
* measurement.c: fix integer overflow problemPhilipp Maier2020-11-021-1/+1
* vty: fix missing / wrong documentation for some commandsVadim Yanitskiy2020-11-021-8/+18
* vty: fix double '%' in description of some commandsVadim Yanitskiy2020-11-021-5/+5
* main: move general options from bts_vty_init()Vadim Yanitskiy2020-11-022-4/+6
* main: register VTY commands before handle_options()Vadim Yanitskiy2020-11-023-13/+13
* osmo-bts-trx/scheduler: fix comments related to FACCH/H and BFIVadim Yanitskiy2020-10-301-3/+5
* measurement: fix expected number of measurementsPhilipp Maier2020-10-262-7/+25
* measurement: count all blocks as SUB for TCH/F in signalling modePhilipp Maier2020-10-261-1/+4
* sched_lchan_tchf: count measurements for FACCH/F only oncePhilipp Maier2020-10-261-0/+10
* main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy2020-10-241-10/+32
* main: separate model-specific arguments in helpVadim Yanitskiy2020-10-244-3/+6
* main: increase spacing between commands and descriptionVadim Yanitskiy2020-10-245-20/+22
* main: do not print deprecated '-r' / '--realtime' in helpVadim Yanitskiy2020-10-241-1/+0
* cosmetic: add missing semicolon after OSMO_ASSERT()Philipp Maier2020-10-231-1/+1
* oml: Set NM_OPSTATE_DISABLED by defaultPau Espin Pedrol2020-10-212-4/+4
* bts_trx.c: Dispatch missing NM_EV_RSL_UP/DOWN to the bb_transc objectPau Espin Pedrol2020-10-211-0/+1
* power_control: fix default EWMA smoothing coefficient (80% -> 50%)Vadim Yanitskiy2020-10-201-1/+1
* Introduce NM Channel FSMPau Espin Pedrol2020-10-2018-138/+385
* Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol2020-10-2019-160/+632
* Introduce NM BTS FSMPau Espin Pedrol2020-10-2011-24/+194
* Introduce NM BTS Site Manager FSMPau Espin Pedrol2020-10-2015-15/+284
* Change NM Channel availability Dependency->Offline when RadioCarrier becomes enabledPau Espin Pedrol2020-10-207-0/+83
* remove dead oml_router codeHarald Welte2020-10-1912-468/+6
* use osmo_fd_setup() everywhereHarald Welte2020-10-1910-62/+18
* scheduler: remove pending Tx prims on lchan deactivationVadim Yanitskiy2020-10-191-0/+34
* scheduler: join conditions in trx_sched_set_lchan()Vadim Yanitskiy2020-10-191-5/+7
* scheduler: treat subsequent lchan (de)activation as errorVadim Yanitskiy2020-10-191-4/+4
* scheduler: reduce nesting in trx_sched_set_lchan()Vadim Yanitskiy2020-10-191-28/+30
* scheduler: get rid of useless TRX_CHAN_FLAG_PDCHVadim Yanitskiy2020-10-192-4/+0
* scheduler: drop redundant check in trx_sched_set_cipher()Vadim Yanitskiy2020-10-191-3/+0
* scheduler: drop meaningless check in trx_sched_set_lchan()Vadim Yanitskiy2020-10-191-5/+0
* scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_cipher()Vadim Yanitskiy2020-10-191-1/+1
* power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy2020-10-197-11/+90
* power_control: do nothing if 'rx-current' equals 'rx-target'Vadim Yanitskiy2020-10-192-3/+16
* power_test: fix incorrect line termination in init_test()Vadim Yanitskiy2020-10-181-2/+2
* measurement: use LOGPLCHAN() macro in lchan_meas_check_compute()Vadim Yanitskiy2020-10-181-32/+32