aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-06 21:51:32 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-11-14 16:16:30 +0000
commit2b77556c0f26085c3b951a3e859d899de174b0c0 (patch)
tree68222ce18a428d0f4a54ddd800f591f8c346f2d8
parent478e991a78c47988fdf2a667c6771ccd496e03a6 (diff)
abis_rsl.c: drop unused enum sacch_deact
-rw-r--r--src/osmo-bsc/abis_rsl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index ea537fe81..0ec8fbc44 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -56,11 +56,6 @@
#define RSL_ALLOC_SIZE 1024
#define RSL_ALLOC_HEADROOM 128
-enum sacch_deact {
- SACCH_NONE,
- SACCH_DEACTIVATE,
-};
-
static void send_lchan_signal(int sig_no, struct gsm_lchan *lchan,
struct gsm_meas_rep *resp)
{