aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-19scheduler: drop redundant check in trx_sched_set_cipher()Vadim Yanitskiy1-3/+0
2020-10-19scheduler: drop meaningless check in trx_sched_set_lchan()Vadim Yanitskiy1-5/+0
2020-10-19scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_cipher()Vadim Yanitskiy1-1/+1
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy7-11/+90
2020-10-19power_control: do nothing if 'rx-current' equals 'rx-target'Vadim Yanitskiy2-3/+16
2020-10-18power_test: fix incorrect line termination in init_test()Vadim Yanitskiy1-2/+2
2020-10-18measurement: use LOGPLCHAN() macro in lchan_meas_check_compute()Vadim Yanitskiy1-32/+32
2020-10-18measurement: remove redundant 'break' statements in modulus_by_lchan()Vadim Yanitskiy1-3/+0
2020-10-17scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_lchan()Vadim Yanitskiy1-1/+1
2020-10-17scheduler: _sched_dequeue_prim(): make 'l1sap' a scoped pointerVadim Yanitskiy1-2/+1
2020-10-17scheduler: ensure PRIM_OP_REQUEST when adding to the queueVadim Yanitskiy1-4/+2
2020-10-16fix pcu_if_signal_cb(): do not send INFO.ind if PCU is not connectedVadim Yanitskiy1-0/+4
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy8-3/+238
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte4-10/+56
2020-10-15power_control: clarify argument names of lchan_ms_pwr_ctrl()Vadim Yanitskiy2-6/+8
2020-10-15tests/power_test: do not assert in apply_power_test()Vadim Yanitskiy2-28/+57
2020-10-15tests/power_test: move bts/trx/ts/lchan init to init_test()Vadim Yanitskiy3-43/+58
2020-10-15tests/power_test: also match stderr, not only stdoutVadim Yanitskiy4-2/+30
2020-10-15gsm_data: check in and use enum lchan_rel_act_kindVadim Yanitskiy2-12/+10
2020-10-15sysinfo: Only send SI13 if PCU is connectedHarald Welte1-1/+1
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol3-3/+3
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-10pcu_sock: support handling multiple BTS instances in pcu_rx()Vadim Yanitskiy1-3/+1
2020-10-09main: add commandline option --vty-ref-xmlPhilipp Maier1-0/+12
2020-10-09pcu_sock: fix {local,remote}_port byte ordering in pcu_tx_info_ind()Vadim Yanitskiy1-2/+4
2020-10-08oml: fix handling of NSVC local port in oml_ipa_mo_set_attr_nsvc()Vadim Yanitskiy1-1/+1
2020-10-08pcu_sock: fix pcu_sock_close(): deactivate dynamic timeslots tooVadim Yanitskiy1-8/+9
2020-10-08pcu_sock: use llist_for_each_entry() in pcu_sock_close()Vadim Yanitskiy1-8/+5
2020-10-08sched_lchan_tchh: initialize meas_avg with zerosPhilipp Maier1-0/+1
2020-10-09pcu_sock: cosmetic: make *nsvc a scoped and const variableVadim Yanitskiy1-2/+1
2020-10-09pcu_sock: cosmetic: use ARRAY_SIZE() in pcu_tx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-08vty: fix 'show bts' command: BTS number is optionalVadim Yanitskiy1-3/+3
2020-10-08vty: fix 'show bts' command: print proper BTS variantVadim Yanitskiy1-2/+3
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier3-156/+207
2020-10-08OML: correct parse the NM_ATT_OSMO_NS_LINK_CFG field address_familyAlexander Couzens1-2/+3
2020-10-08common/bts: set feature IPV6_NSVCAlexander Couzens1-0/+1
2020-10-06Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCUAlexander Couzens3-10/+65
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte5-9/+65
2020-10-03osmo-bts-omldummy: suppress 'Unimplemented bts_model_trx_deact_rf'Vadim Yanitskiy1-1/+0
2020-10-03osmo-bts-omldummy: fix: do not crash on OML connection drop/failureVadim Yanitskiy1-3/+0
2020-10-03osmo-bts-trx/scheduler: fix measurement handling for SUB framesPhilipp Maier4-0/+43
2020-10-01gsm_data.h: Drop unused struct fieldPau Espin Pedrol1-1/+0
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy12-77/+77
2020-09-28tx_power: make trx/lchan struct pointers const where possibleVadim Yanitskiy2-28/+28