aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-08-26 14:47:15 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-08 09:11:59 +0200
commitf4d60c8788c16ee55f827a828c5618b4bd8c4a46 (patch)
tree0e5ec54087680c1d7b707602aecf206dbdc822fe /openbsc/include/openbsc/gb_proxy.h
parent593006470075419ab10715e3a7e23332b6a136a4 (diff)
gbproxy: Support a secondary SGSN
This patch refactors SGSN NSEI handling to support a secondary SGSN. It adds the following VTY commands: - secondary-sgsn nsei <0-65534> - no secondary-sgsn Sending messages to the secondary SGSN is not yet implemented, but received messages from such a SGSN would be forwarded to the BSS peers. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 0bda003d5..1c89cca60 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -86,6 +86,8 @@ struct gbproxy_config {
/* Experimental config */
int patch_ptmsi;
int acquire_imsi;
+ int route_to_sgsn2;
+ uint16_t nsip_sgsn2_nsei;
/* IMSI checking/matching */
int check_imsi;