aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-23 16:57:07 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-23 16:57:07 +0200
commit5198342fb523c11c0476d2f19aa2fa4e8d605056 (patch)
tree07819e164fd7524491931ee5ff1d1040c4c3a49e /include/osmocom
parentbe32b4c80b360d2e0f7e4fb9814cf7058ca99fc7 (diff)
gsm_data_shared.h: Remove unused enum gsm_paging_event
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/gsm_data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 8caedff36..f113904d7 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -235,13 +235,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,