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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/common_cs.h b/include/osmocom/msc/common_cs.h
index fddc6ece1..410f1022a 100644
--- a/include/osmocom/msc/common_cs.h
+++ b/include/osmocom/msc/common_cs.h
@@ -9,7 +9,7 @@ typedef int (*mncc_recv_cb_t)(struct gsm_network *, struct msgb *);
#define MAX_A5_KEY_LEN (128/8)
-struct gsm_encr {
+struct geran_encr {
uint8_t alg_id;
uint8_t key_len;
uint8_t key[MAX_A5_KEY_LEN];