aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 00:51:48 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 02:14:48 +0700
commitf106db2e3734adb004fc8d13ed1d36664b4c2fa4 (patch)
tree1432578359ee98a7db64c329976a19fe7a5b4cd8 /include
parent936ed22bd9f1b4c226a51d3e8c2024d7244d05d4 (diff)
gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/gsm_data_shared.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 9b12d414..453a1eb4 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -72,12 +72,6 @@ struct gsm_abis_mo {
#define MAX_A5_KEY_LEN (128/8)
#define RSL_ENC_ALG_A5(x) (x+1)
-/* is the data link established? who established it? */
-#define LCHAN_SAPI_UNUSED 0
-#define LCHAN_SAPI_MS 1
-#define LCHAN_SAPI_NET 2
-#define LCHAN_SAPI_REL 3
-
/* state of a logical channel */
enum gsm_lchan_state {
LCHAN_S_NONE, /* channel is not active */