aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2021-10-14Move lchan_deactivate() to lchan.cPau Espin Pedrol2-8/+9
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 Pedrol3-76/+76
2021-10-14lchan: Setup early_rr_ia timer only once during initPau Espin Pedrol1-28/+29
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 Pedrol2-3/+17
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 Yanitskiy1-1/+2
2021-10-08osmo-bts-trx: report PDCH interference levels to L1SAPVadim Yanitskiy2-6/+16
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 Yanitskiy3-17/+40
2021-10-08rsl: prevent race condition during timeslot re-configurationVadim Yanitskiy1-18/+20
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 Pedrol2-0/+13
2021-10-07Introduce gsm_lchan_release function helperPau Espin Pedrol2-60/+76
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 Pedrol1-1/+1
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 Pedrol3-4/+14
2021-10-07Introduce gsm_lchan_init() function helperPau Espin Pedrol2-8/+12
2021-10-07rsl: NACK Chan Activation for lchans on disabled TSPau Espin Pedrol1-0/+7
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-09-30fix handle_ms_meas_report(): properly count measurement reportsVadim Yanitskiy1-1/+2
2021-09-30Delay abis reconnect while bts is shutting downPau Espin Pedrol2-1/+14
2021-09-30bts-trx: Delay power ramp up until RCARRIER is ENABLEDPau Espin Pedrol1-1/+5
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 Pedrol1-1/+2
2021-09-28Move TA & Power Loops further up the stack, take DTXu flag into accountPau Espin Pedrol2-34/+50
2021-09-28Decouple handling of Measurement Report from lapdmPau Espin Pedrol3-27/+41
2021-09-27osmo-bts-trx: implement Temporary Overpower for SACCH/FACCHVadim Yanitskiy1-1/+21
2021-09-27osmo-bts-trx: remove an 'else' branch in _sched_dl_burst()Vadim Yanitskiy1-2/+0
2021-09-26trx_sched_set_lchan(): use LOGL_INFO for logging messagesVadim Yanitskiy1-1/+1
2021-09-26gsm_lchan2chan_nr(): separate RSL specific variant of this APIVadim Yanitskiy2-21/+36
2021-09-26l1sap: unify channel (de)activation/modification messagesVadim Yanitskiy1-7/+9
2021-09-23osmo-bts-omldummy: Fix crash accessing null phyPau Espin Pedrol1-0/+2
2021-09-23Revert "abis: Fix line leaked & recreated upon every reconnect"Pau Espin Pedrol1-11/+11
2021-09-23abis: Fix line leaked & recreated upon every reconnectPau Espin Pedrol1-11/+11
2021-09-23abis: Fix memory leak of bts->osmo_link upon link going downPau Espin Pedrol1-0/+7
2021-09-23Avoid sending Load Indications when BTS is not RSL-connectedPau Espin Pedrol5-2/+14
2021-09-23bts_trx: Drop non-executed path in trx_link_estab()Pau Espin Pedrol2-14/+13
2021-09-23abis: Call bts_model_abis_close() when Abis link goes downPau Espin Pedrol1-7/+3