From 65c0341f3d7286b0fc1f4937850dd2efaf7a1447 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 14 Sep 2021 13:29:50 +0200 Subject: abis.c: Transition to CONNECTED state only when OML link is up This clarifies the different states and transitions between them: OML LINK UP: CONNECTING->CONNECTED ANY LINK DOWN: CONNECTING->CONNECTING, CONNECTED->FAILED In follow up commits, support to reconnect instead of exit after the BTS has already connected will be added, so only the last transition needs to be changed. Related: SYS#4971 Change-Id: I43e83b1b04fbaa1f87818c096e6ad3920801b1f6 --- include/osmo-bts/abis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmo-bts/abis.h') diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h index b05461b4..1939faf9 100644 --- a/include/osmo-bts/abis.h +++ b/include/osmo-bts/abis.h @@ -7,6 +7,7 @@ #include enum abis_link_fsm_event { + ABIS_LINK_EV_SIGN_LINK_OML_UP, ABIS_LINK_EV_SIGN_LINK_DOWN, ABIS_LINK_EV_VTY_RM_ADDR, }; -- cgit v1.2.3