aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/nm_channel_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-11Properly report all states through NM FSM upon OML link upPau Espin Pedrol1-1/+16
2023-04-11Drop NM_EV_BBTRANSC_INSTALLED in favour of generic NM_EV_SW_ACTPau Espin Pedrol1-2/+2
2023-04-06NM: NACK received OML OPSTART if no attributes were set beforehandPau Espin Pedrol1-0/+8
2023-04-06nm: Apply OPSTART through NM FSMsPau Espin Pedrol1-4/+12
2023-04-06bts_model_apply_oml(): Improve definition of parameterPau Espin Pedrol1-2/+2
2023-04-06oml: Get rid of unused tlv_parsed param in bts_model_apply_oml()Pau Espin Pedrol1-2/+2
2023-04-06nm: Drop NM_EV_SETATTR_{ACK/NACK}Pau Espin Pedrol1-18/+4
2023-04-05nm: Apply BTS/TRX/TS OML Attributes through NM FSMsPau Espin Pedrol1-2/+18
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-3/+5
2021-10-07nm_channel_fsm: Release lchans after BTS shutdownPau Espin Pedrol1-0/+3
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol1-0/+19
2021-09-20nm_*_fsm: Move to state Disabled NotInstalled Locked when shtudown proc endsPau Espin Pedrol1-1/+9
2021-09-20nm_*_fsm: Set adminsitrative state 'shutting down' when shutdown procedure st...Pau Espin Pedrol1-0/+16
2021-09-20Allow setting administrative state through oml_mo_state_chg()Pau Espin Pedrol1-4/+4
2021-05-17sysmo,oc2g,lc15: Make RadioChannel MO depend on RadioCarrier MOPau Espin Pedrol1-6/+31
2020-12-09nm_channel_fsm: Fix several FSM internal transitions not being madePau Espin Pedrol1-2/+2
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-0/+210