aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/common_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/common_cs.h')
-rw-r--r--include/osmocom/msc/common_cs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/osmocom/msc/common_cs.h b/include/osmocom/msc/common_cs.h
index 410f1022a..097d3b157 100644
--- a/include/osmocom/msc/common_cs.h
+++ b/include/osmocom/msc/common_cs.h
@@ -7,12 +7,4 @@ struct gsm_network;
typedef int (*mncc_recv_cb_t)(struct gsm_network *, struct msgb *);
-#define MAX_A5_KEY_LEN (128/8)
-
-struct geran_encr {
- uint8_t alg_id;
- uint8_t key_len;
- uint8_t key[MAX_A5_KEY_LEN];
-};
-
struct gsm_network *gsm_network_init(void *ctx, mncc_recv_cb_t mncc_recv);