aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-02-28 18:07:17 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2017-03-15 14:14:05 +0100
commita4344af7ac79e002241b05d115a0659a6063c3a7 (patch)
treec243086891b9b76c3d47798b65bd92f02b710383
parentee605f731a7f8a3a58a1f90b4ecc594397fa662b (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.
-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 3f88aec44..da293ced1 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -268,6 +268,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;