aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy2020-12-025-12/+12
* struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy2020-12-0210-37/+37
* osmo-bts-trx/scheduler: ensure no DL power attenuation on C0Vadim Yanitskiy2020-12-011-2/+5
* l1sap: add repeated uplink SACCHPhilipp Maier2020-11-284-0/+80
* l1sap: add repeated downlink SACCHPhilipp Maier2020-11-273-3/+49
* l1sap: also include SRR bit in RSL l1 info field.Philipp Maier2020-11-271-3/+4
* rsl.adoc: update documentation for RSL_IE_OSMO_REP_ACCH_CAPPhilipp Maier2020-11-271-4/+20
* l1sap: add repeated downlink FACCHPhilipp Maier2020-11-276-7/+170
* part 5 of: fix SAPIs for handover, osmo-bts-oc2gNeels Hofmeyr2020-11-261-18/+12
* part 4 of: fix SAPIs for handover, osmo-bts-lc15Neels Hofmeyr2020-11-261-18/+12
* part 3 of: fix SAPIs for handover, osmo-bts-trxNeels Hofmeyr2020-11-261-0/+6
* part 2 of: fix SAPIs for handover, osmo-bts-sysmoNeels Hofmeyr2020-11-261-21/+20
* part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}Neels Hofmeyr2020-11-263-0/+31
* rename to release_sapi_ul_rach(), simplifyNeels Hofmeyr2020-11-263-36/+12
* 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