From bc7c8a42f32f59b9f62784c21292f92b1e70f4d7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 14 Sep 2021 12:51:01 +0200 Subject: abis.h: Drop unused state Change-Id: I11173af3a543f6679ca9d43064bf071c214b1898 --- include/osmo-bts/abis.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h index 8963c3cb..b05461b4 100644 --- a/include/osmo-bts/abis.h +++ b/include/osmo-bts/abis.h @@ -6,16 +6,6 @@ #include -#define OML_RETRY_TIMER 5 -#define OML_PING_TIMER 20 - -enum { - LINK_STATE_IDLE = 0, - LINK_STATE_RETRYING, - LINK_STATE_CONNECTING, - LINK_STATE_CONNECT, -}; - enum abis_link_fsm_event { ABIS_LINK_EV_SIGN_LINK_DOWN, ABIS_LINK_EV_VTY_RM_ADDR, -- cgit v1.2.3