aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 00:29:33 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 02:14:48 +0700
commit36e2b55a9ef857bb8b810dd479daa97f7659e8ba (patch)
treec5cd13b6f1413a618f767bdf6a1546884d37fab8 /include
parentf53e4aafc722d2ebd5b4dfa51741dcb8577fc8e1 (diff)
gsm_data_shared: get rid of unused enum gsm_hooks
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/gsm_data_shared.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 8113a341..45feda66 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -41,12 +41,6 @@
#define MAX_BTS_FEATURES 128
-enum gsm_hooks {
- GSM_HOOK_NM_SWLOAD,
- GSM_HOOK_RR_PAGING,
- GSM_HOOK_RR_SECURITY,
-};
-
struct gsm_lchan;
struct osmo_rtp_socket;
struct pcu_sock_state;