aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts_shutdown_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-04-11Merge gsm_network into gsm_bts_sm and place gsm_bts under itPau Espin Pedrol1-2/+3
2022-12-21shutdown_fsm: Add power_ramp_force() to jump straight to the tgt powerDaniel Willmann1-3/+7
2022-12-17Revert "shutdown_fsm: Only ramp down power when stopping bts through Ctrl-C"daniel1-6/+5
2022-12-15shutdown_fsm: Only ramp down power when stopping bts through Ctrl-CDaniel Willmann1-5/+6
2021-10-18bts_shutdown_fsm: Make sure pending power ramping are aborted before closing TRXPau Espin Pedrol1-1/+8
2021-09-30Delay abis reconnect while bts is shutting downPau Espin Pedrol1-1/+7
2021-09-23bts_shutdown_fsm: Allow configuring FSM to shutdown without exiting processPau Espin Pedrol1-5/+18
2021-09-22bts_shutdown_fsm: Fix event namePau Espin Pedrol1-1/+1
2021-09-20nm_*_fsm: Move to state Disabled NotInstalled Locked when shtudown proc endsPau Espin Pedrol1-0/+4
2021-09-20nm_*_fsm: Set adminsitrative state 'shutting down' when shutdown procedure st...Pau Espin Pedrol1-0/+4
2020-07-24bts_shutdown_fsm: Fix switching too quickly to state WAIT_TRX_CLOSEDPau Espin Pedrol1-2/+4
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol1-0/+1
2020-07-05bts_shutdown: Speed up shutdown if no TRX is operationalPau Espin Pedrol1-11/+36
2020-06-23bts_shutdown: Wait until all TRX are closedPau Espin Pedrol1-11/+49
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-0/+6
2020-06-23bts_shutdown: First deact RF on all TRX, finally close themPau Espin Pedrol1-0/+2
2020-06-23Implement tx power ramp down during BTS shutdownPau Espin Pedrol1-6/+32
2020-06-23Introduce bts_shutdown FSMPau Espin Pedrol1-0/+144