From e12f911bbbbd9110d302e01230bf4c1530bdac08 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 23 Sep 2021 22:47:59 +0200 Subject: Revert "abis: Fix line leaked & recreated upon every reconnect" This reverts commit bc6d35f52d4d3abd650afb05475ad5a818737fe2. Change-Id: I15063f0156ed8910795cd5ffe045e2d0cbca6276 --- include/osmo-bts/abis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmo-bts/abis.h') diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h index d5cf6348..40707cd1 100644 --- a/include/osmo-bts/abis.h +++ b/include/osmo-bts/abis.h @@ -8,7 +8,7 @@ enum abis_link_fsm_event { ABIS_LINK_EV_SIGN_LINK_OML_UP, - ABIS_LINK_EV_SIGN_LINK_DOWN, /* data: struct e1inp_line* of link going down */ + ABIS_LINK_EV_SIGN_LINK_DOWN, ABIS_LINK_EV_VTY_RM_ADDR, /* data: struct bsc_oml_host* being removed */ }; -- cgit v1.2.3