aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/nm_bts_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2023-07-10ASCI: NCH / NOTIFICATION supportHarald Welte1-0/+2
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-05-02oml: reset BCCH carrier power reduction mode (if enabled)Vadim Yanitskiy1-0/+2
2023-04-11Properly report all states through NM FSM upon OML link upPau Espin Pedrol1-7/+4
2023-04-11nm: Document current state of SW_ACT in TRX related objectsPau Espin Pedrol1-0/+5
2023-04-06NM: NACK received OML OPSTART if no attributes were set beforehandPau Espin Pedrol1-0/+4
2023-04-06nm: Apply OPSTART through NM FSMsPau Espin Pedrol1-0/+4
2023-04-06bts_model_apply_oml(): Improve definition of parameterPau Espin Pedrol1-1/+1
2023-04-06oml: Get rid of unused tlv_parsed param in bts_model_apply_oml()Pau Espin Pedrol1-2/+1
2023-04-06nm: Drop NM_EV_SETATTR_{ACK/NACK}Pau Espin Pedrol1-9/+2
2023-04-05nm: Apply BTS/TRX/TS OML Attributes through NM FSMsPau Espin Pedrol1-1/+9
2023-04-04Clarify configuration of TSC on each timeslotPau Espin Pedrol1-0/+2
2021-10-20Reset CBCH state after BTS shutdownPau Espin Pedrol1-0/+2
2021-10-08nm_*_fsm: reset mo.nm_attr from previous runs when entering state NOT_INSTALLEDPau Espin Pedrol1-0/+1
2021-10-08nm_*_fsm: Move reset state code to st_op_disabled_notinstalled_on_enterPau Espin Pedrol1-2/+3
2021-10-07nm_bts_fsm: Reset si_valid bitmask when BTS is shut downPau Espin Pedrol1-0/+2
2021-09-23osmo-bts-omldummy: Fix crash accessing null phyPau Espin Pedrol1-0/+2
2021-09-23nm_bts_fsm: Make sure PHYs are opened when SW_ACTivating itPau Espin Pedrol1-0/+13
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol1-0/+11
2021-09-20nm_*_fsm: Move to state Disabled NotInstalled Locked when shtudown proc endsPau Espin Pedrol1-7/+21
2021-09-20nm_*_fsm: Set adminsitrative state 'shutting down' when shutdown procedure st...Pau Espin Pedrol1-0/+23
2021-09-20Allow setting administrative state through oml_mo_state_chg()Pau Espin Pedrol1-3/+3
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-0/+145