aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-02wipneels/testNeels Hofmeyr1-1/+4
2020-11-26part 5 of: fix SAPIs for handover, osmo-bts-oc2gNeels Hofmeyr1-18/+12
2020-11-26part 4 of: fix SAPIs for handover, osmo-bts-lc15Neels Hofmeyr1-18/+12
2020-11-26part 3 of: fix SAPIs for handover, osmo-bts-trxNeels Hofmeyr1-0/+6
2020-11-26part 2 of: fix SAPIs for handover, osmo-bts-sysmoNeels Hofmeyr1-21/+20
2020-11-26part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}Neels Hofmeyr3-0/+31
2020-11-26rename to release_sapi_ul_rach(), simplifyNeels Hofmeyr3-36/+12
2020-11-25lc15-mgr: generate coredump and exit upon SIGABRT receivedneels/pre_sapi_fixPau Espin Pedrol1-4/+15
2020-11-25oc2g-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-4/+15
2020-11-25sysmobts-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+14
2020-11-25common: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+13
2020-11-25common: Enable SIGABRT signal handlerPau Espin Pedrol1-1/+1
2020-11-19l1sap: pre-initalize pointer with NULL to avoid gcc warningPhilipp Maier1-1/+2
2020-11-10rsl.adoc: add info about RSL_IE_OSMO_REP_ACCH_CAPPhilipp Maier1-0/+10
2020-11-05doc/manuals: move osmobts-vty-reference.xml to vty/Vadim Yanitskiy3-2/+1
2020-11-05doc/manuals: also generate VTY reference for osmo-bts-virtualVadim Yanitskiy1-1/+2
2020-11-05doc/manuals: generate XML VTY reference at build-timeVadim Yanitskiy5-2022/+74
2020-11-05osmo-bts-lc15: use consistent name for containing directoryVadim Yanitskiy46-6/+6
2020-11-04main: do not print asciiart to stdout, use stderr insteadVadim Yanitskiy1-2/+2
2020-11-03fixup: vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy6-12/+0
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy10-89/+67
2020-11-02measurement.c: fix integer overflow problemPhilipp Maier1-1/+1
2020-11-02vty: fix missing / wrong documentation for some commandsVadim Yanitskiy1-8/+18
2020-11-02vty: fix double '%' in description of some commandsVadim Yanitskiy1-5/+5
2020-11-02main: move general options from bts_vty_init()Vadim Yanitskiy2-4/+6
2020-11-02main: register VTY commands before handle_options()Vadim Yanitskiy3-13/+13
2020-10-30osmo-bts-trx/scheduler: fix comments related to FACCH/H and BFIVadim Yanitskiy1-3/+5
2020-10-26measurement: fix expected number of measurementsPhilipp Maier2-7/+25
2020-10-26measurement: count all blocks as SUB for TCH/F in signalling modePhilipp Maier1-1/+4
2020-10-26sched_lchan_tchf: count measurements for FACCH/F only oncePhilipp Maier1-0/+10
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-10/+32
2020-10-24main: separate model-specific arguments in helpVadim Yanitskiy4-3/+6
2020-10-24main: increase spacing between commands and descriptionVadim Yanitskiy5-20/+22
2020-10-24main: do not print deprecated '-r' / '--realtime' in helpVadim Yanitskiy1-1/+0
2020-10-23cosmetic: add missing semicolon after OSMO_ASSERT()Philipp Maier1-1/+1
2020-10-21oml: Set NM_OPSTATE_DISABLED by defaultPau Espin Pedrol2-4/+4
2020-10-21bts_trx.c: Dispatch missing NM_EV_RSL_UP/DOWN to the bb_transc objectPau Espin Pedrol1-0/+1
2020-10-20power_control: fix default EWMA smoothing coefficient (80% -> 50%)Vadim Yanitskiy1-1/+1
2020-10-20Introduce NM Channel FSMPau Espin Pedrol18-138/+385
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol19-160/+632
2020-10-20Introduce NM BTS FSMPau Espin Pedrol11-24/+194
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol15-15/+284
2020-10-20Change NM Channel availability Dependency->Offline when RadioCarrier becomes ...Pau Espin Pedrol7-0/+83
2020-10-19remove dead oml_router codeHarald Welte12-468/+6
2020-10-19use osmo_fd_setup() everywhereHarald Welte10-62/+18
2020-10-19scheduler: remove pending Tx prims on lchan deactivationVadim Yanitskiy1-0/+34
2020-10-19scheduler: join conditions in trx_sched_set_lchan()Vadim Yanitskiy1-5/+7
2020-10-19scheduler: treat subsequent lchan (de)activation as errorVadim Yanitskiy1-4/+4
2020-10-19scheduler: reduce nesting in trx_sched_set_lchan()Vadim Yanitskiy1-28/+30
2020-10-19scheduler: get rid of useless TRX_CHAN_FLAG_PDCHVadim Yanitskiy2-4/+0