diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h index 37d30aba9..812d086a7 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,