aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-23lchan_set_state(): also free pending messages if anyVadim Yanitskiy1-0/+5
2021-10-23osmo-bts-trx: fix potential NULL pointer dereferenceVadim Yanitskiy1-4/+6
2021-10-23measurement: fix wrong operator used in handle_ms_meas_report()Vadim Yanitskiy1-1/+1
2021-10-22struct gsm_lchan: move tch.rep_facch to rep_acch.dl_facchVadim Yanitskiy3-20/+18
2021-10-22struct gsm_lchan: group ACCH repetition state fieldsVadim Yanitskiy6-38/+41
2021-10-22cosmetic: s/repeated_acch_capability/rep_acch_cap/gVadim Yanitskiy6-23/+23
2021-10-22measurement: make sure that DL measurements are validVadim Yanitskiy1-0/+2
2021-10-22measurement: move repeated_dl_facch_active_decision() hereVadim Yanitskiy4-78/+76
2021-10-22measurement: handle_ms_meas_report() accepts const ghVadim Yanitskiy2-4/+8
2021-10-22rsl: send NACK if BTS_FEAT_ACCH_REP is not supportedVadim Yanitskiy1-4/+13
2021-10-22rsl: rsl_tx_meas_res() does not change l3, make it constVadim Yanitskiy2-2/+2
2021-10-20Reset CBCH state after BTS shutdownPau Espin Pedrol3-0/+23
2021-10-19gsm_pchan2chan_nr(): Properly assert if unexpected pchan is passedPau Espin Pedrol1-8/+1
2021-10-18bts_shutdown_fsm: Make sure pending power ramping are aborted before closing TRXPau Espin Pedrol3-2/+16
2021-10-14lchan: Call lapdm_channel_exit() when state changes to NONEPau Espin Pedrol2-17/+11
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