aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-02-28 18:07:17 +0100
committerDaniel Willmann <daniel@totalueberwachung.de>2018-01-25 16:35:18 +0100
commita2243aeb67ecf2893ae17dd0fa4197f0627a0aca (patch)
tree17bf259e2d9e9b3bad8116274b38bf425d1eac35 /openbsc
parente4890cc3c35bcec3d9538983f4c22393f1f3e25e (diff)
osmo-bsc_nat: Add variables for multiple MSC conns to struct bsc_nat
Change-Id: I0b959431140b1e48ca3dd85a8d8985cf967073e2 Ticket: SYS#3208 Sponsored-by: On-Waves ehf.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 0425d84fd..37eba2c8b 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -273,6 +273,10 @@ struct bsc_nat {
struct bsc_msc_connection *msc_con;
char *token;
+ /* MSC connections */
+ struct llist_head msc_configs;
+ int num_msc;
+
/* timeouts */
int auth_timeout;
int ping_timeout;