aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/nm_rcarrier_fsm.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-13NM FSMs: fix DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLEDVadim Yanitskiy1-1/+2
This state transaction does not make sense, let's avoid it. Change-Id: I24a78905bb684f8501dc5ade0605662ec283febc Related: OS#4901
2020-10-15OML: Stay compatible with older osmo-bts versionsPau Espin Pedrol1-1/+1
Older osmo-bts versions (before FSMs) tended to mimic broken behavior from nanoBTS. As so, we detect it because SiteMGr becomes Enabled by default as in nanoBTS, and hence we can manage them also by expecting no Offline state and sending Opstart (and hence finally transitting to Enabled) during Dependency state. Change-Id: Iaa036a2936f609b9b9721b2b4ad8d6deaf023f42
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol1-0/+355
Change-Id: Ieed61d1fb1e896db42545c2c3421b20cb41ad549