aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sgsn.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-28 14:10:16 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-04 08:42:07 +0000
commit93408ae72719590b9a0df9ce565694956f0cc34a (patch)
treeb6e6e4a9b26b32056debe032f21ed23251c483e9 /openbsc/include/openbsc/sgsn.h
parent896c6f8e9e608374605abfec4b58ce44313a59bb (diff)
SGSN: add vty config for choosing GPRS encryption
Diffstat (limited to 'openbsc/include/openbsc/sgsn.h')
-rw-r--r--openbsc/include/openbsc/sgsn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 2b1b97caa..fe1659357 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -3,7 +3,7 @@
#include <osmocom/core/msgb.h>
-
+#include <osmocom/crypt/gprs_cipher.h>
#include <osmocom/gprs/gprs_ns.h>
#include <openbsc/gprs_sgsn.h>
#include <openbsc/oap.h>
@@ -35,6 +35,7 @@ struct sgsn_config {
struct gprs_ns_inst *nsi;
enum sgsn_auth_policy auth_policy;
+ enum gprs_ciph_algo cipher;
struct llist_head imsi_acl;
struct sockaddr_in gsup_server_addr;