aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-28 14:03:21 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-29 16:32:27 +0000
commitb897c4299329688bb0aba6e32cd10b361bda1dee (patch)
tree855a153658c671a296aedd5f25dd09de3b1ec9db /include/osmocom
parent6797b3a808cdc9f2998e500269630c822ce9c189 (diff)
Add strings for GPRS ciphers
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/crypt/gprs_cipher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/crypt/gprs_cipher.h b/include/osmocom/crypt/gprs_cipher.h
index d6edefaf..9d98f88a 100644
--- a/include/osmocom/crypt/gprs_cipher.h
+++ b/include/osmocom/crypt/gprs_cipher.h
@@ -1,6 +1,7 @@
#pragma once
#include <osmocom/core/linuxlist.h>
+#include <osmocom/core/utils.h>
#define GSM0464_CIPH_MAX_BLOCK 1523
@@ -18,6 +19,8 @@ enum gprs_cipher_direction {
GPRS_CIPH_SGSN2MS,
};
+extern const struct value_string gprs_cipher_names[];
+
/* An implementation of a GPRS cipher */
struct gprs_cipher_impl {
struct llist_head list;