aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-08-15 23:16:12 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2021-08-16 20:40:20 +0200
commit30c838fdfaaec069146092deb96b080701943fda (patch)
tree9c795ded4e7385afd897aa941d7d824845a7f68a /include/osmo-bts/gsm_data.h
parent6611e7f3059d26794a59135637076fe59cf52dae (diff)
remove unused LCHAN_S_INACTIVE
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 0ed63612..2e3eaa48 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -92,7 +92,6 @@ enum gsm_lchan_state {
LCHAN_S_REL_REQ, /* channel release has been requested */
LCHAN_S_REL_ERR, /* channel is in an error state */
LCHAN_S_BROKEN, /* channel is somehow unusable */
- LCHAN_S_INACTIVE, /* channel is set inactive */
};
#define MAX_NUM_UL_MEAS 104