aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-14Move lchan_init_lapdm inside lchan_set_state(LCHAN_S_ACTIVE)Pau Espin Pedrol7-41/+21
2021-10-14Move lchan_deactivate() to lchan.cPau Espin Pedrol4-10/+10
2021-10-14lchan: Avoid applying transition changes if state new==oldPau Espin Pedrol1-0/+2
2021-10-14lchan: Update log line level to use macro and level INFOPau Espin Pedrol1-4/+2
2021-10-14Move lchan related code to lchan.{c,h}Pau Espin Pedrol5-78/+79
2021-10-14lchan: Setup early_rr_ia timer only once during initPau Espin Pedrol1-28/+29
2021-10-13osmo-bts-trx: refactor 'maxdly' / 'maxdlynb' commandsVadim Yanitskiy2-29/+39
2021-10-13bts-trx: Guard call to trx_sched_clean with NULL trx ptrPau Espin Pedrol1-1/+2
2021-10-12osmo-trx: fix maxdlyEric1-2/+2
2021-10-11rsl: Fix all shadow TS being Chan Act NACKedPau Espin Pedrol1-2/+5
2021-10-11Make sure lchan allocated memory from shadow_ts is properly freedPau Espin Pedrol1-0/+7
2021-10-11Add new gsm_bts_trx_free_shadow_ts() functionPau Espin Pedrol3-3/+18
2021-10-11trx_sched_clean(): also free() the shadow timeslotVadim Yanitskiy1-0/+3
2021-10-11trx_sched_clean_ts(): also free() the associated 'struct l1sched_ts'Vadim Yanitskiy1-0/+3
2021-10-08nm_*_fsm: reset mo.nm_attr from previous runs when entering state NOT_INSTALLEDPau Espin Pedrol4-0/+8
2021-10-08nm_*_fsm: Move reset state code to st_op_disabled_notinstalled_on_enterPau Espin Pedrol2-5/+8
2021-10-08vty: show interference level / band in 'show lchan'Vadim Yanitskiy1-0/+8
2021-10-08l1sap: check if BTS model supports interference reportingVadim Yanitskiy3-1/+5
2021-10-08osmo-bts-trx: report PDCH interference levels to L1SAPVadim Yanitskiy4-67/+61
2021-10-08rsl_tx_rf_res(): also report noise levels for PDTCHVadim Yanitskiy1-6/+13
2021-10-08rsl_tx_rf_res(): separate interference AVG / band calculationVadim Yanitskiy4-18/+43
2021-10-08rsl: prevent race condition during timeslot re-configurationVadim Yanitskiy3-19/+22
2021-10-08.gitignore: add tests/amr/amr_testVadim Yanitskiy1-0/+1
2021-10-07nm_bts_fsm: Reset si_valid bitmask when BTS is shut downPau Espin Pedrol1-0/+2
2021-10-07nm_channel_fsm: Release lchans after BTS shutdownPau Espin Pedrol3-0/+15
2021-10-07Introduce gsm_lchan_release function helperPau Espin Pedrol3-60/+77
2021-10-07lchan.h: Add related ticket info to FIXME commentPau Espin Pedrol1-1/+1
2021-10-07Move lchan,power_control related code from gsm_data.c to their own filesPau Espin Pedrol3-403/+404
2021-10-07Move lchan,power_ctrl specific code from gsm_data.h to their own filesPau Espin Pedrol5-422/+439
2021-10-07load_indication.c: Avoid sending if CCCH is still not operationalPau Espin Pedrol1-0/+5
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol4-4/+15
2021-10-07Introduce gsm_lchan_init() function helperPau Espin Pedrol3-8/+13
2021-10-07rsl: NACK Chan Activation for lchans on disabled TSPau Espin Pedrol1-0/+7
2021-10-04trx_provision_fsm: Fix shutdown while POWERON in transitPau Espin Pedrol1-1/+11
2021-10-04trx_provision_fsm: poweronoff_sent flag: track POWERON and POWEROFF separatelyPau Espin Pedrol2-8/+11
2021-10-04trx_provision_fsm: Drop impossible pathsPau Espin Pedrol1-7/+2
2021-10-04trx_provision_fsm: Drop unneeded reset of fieldsPau Espin Pedrol1-6/+0
2021-10-04rsl: remove redundant logging in rsl_rx_chan_activ()Vadim Yanitskiy1-3/+0
2021-10-04abis: fix memory leak in abis_oml_sendmsg()Vadim Yanitskiy1-0/+1
2021-10-03bts-trx: Keep the process ongoing trying to reconnect on Abis link downPau Espin Pedrol1-2/+3
2021-09-30lc15, oc2g, sysmo: fix show dsp-trace-flagsEric3-3/+3
2021-09-30fix handle_ms_meas_report(): properly count measurement reportsVadim Yanitskiy1-1/+2
2021-09-30Delay abis reconnect while bts is shutting downPau Espin Pedrol3-1/+17
2021-09-30bts-trx: Delay power ramp up until RCARRIER is ENABLEDPau Espin Pedrol3-8/+37
2021-09-30trx_provision_fsm: Support OPEN_POWEROFF->CLOSED transitionPau Espin Pedrol1-10/+28
2021-09-30trx_provision_fsm: Fix TRX!=0 never going back to CLOSED statePau Espin Pedrol1-7/+4
2021-09-30abis: Fix line leaked & recreated upon every reconnectPau Espin Pedrol1-12/+5
2021-09-30scheduler: fix comments explaining the interleaving of TCH/HVadim Yanitskiy1-4/+5
2021-09-29rsl: parse temporary overpower value RSL CHAN ACT / MODIFYPhilipp Maier1-0/+26
2021-09-28scheduler: Fix lqual_cb not populated for TCH.indPau Espin Pedrol4-5/+10