aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-23 22:47:59 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-23 22:48:41 +0200
commite12f911bbbbd9110d302e01230bf4c1530bdac08 (patch)
treef3a9ec5fcbea0f0cfa7959ddb505e9ee407ebbb1 /include
parent9a3a5cbc9cdc003a67e036eb4f838722c7130745 (diff)
Revert "abis: Fix line leaked & recreated upon every reconnect"
This reverts commit bc6d35f52d4d3abd650afb05475ad5a818737fe2. Change-Id: I15063f0156ed8910795cd5ffe045e2d0cbca6276
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/abis.h2
1 files changed, 1 insertions, 1 deletions
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 */
};