aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-23 16:56:09 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-23 16:56:09 +0200
commitc7b206e850751f4dda95d038e618d387a5986f8d (patch)
tree345cc8db0d89aeda87dedc540f05edca8a7a7579
parent4ad781412efe79596a7e2694daff0ba06d63e901 (diff)
gsm_data_shared.h: Remove unused enum gsm_paging_event
-rw-r--r--include/osmo-bts/gsm_data_shared.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 37d30aba..812d086a 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -64,13 +64,6 @@ enum gsm_hooks {
GSM_HOOK_RR_SECURITY,
};
-enum gsm_paging_event {
- GSM_PAGING_SUCCEEDED,
- GSM_PAGING_EXPIRED,
- GSM_PAGING_OOM,
- GSM_PAGING_BUSY,
-};
-
enum bts_gprs_mode {
BTS_GPRS_NONE = 0,
BTS_GPRS_GPRS = 1,