gsm_data_shared.h: Remove unused enum gsm_paging_event

Change-Id: I13f30177a4840d68e3d374861fb9c76e9842be2e
This commit is contained in:
Pau Espin 2018-04-23 16:57:07 +02:00
parent be32b4c80b
commit 5198342fb5
1 changed files with 0 additions and 7 deletions

View File

@ -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,