aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-11 19:07:39 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-11 20:00:16 +0800
commite575ce69ce3f973e0dd0157acc8853e5ccbe9330 (patch)
tree53beb95947c26d474f860b23a97f4c62c7ec3a00 /openbsc/include/openbsc
parentc1ca0ff0910b36222f14d07ca8e8b14d3ea33cc0 (diff)
nat: Print the MSC status with a new vty command.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 2d5e2287e..4be7e3a67 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -213,6 +213,7 @@ struct bsc_nat {
char *msc_ip;
int msc_port;
int first_contact;
+ struct bsc_msc_connection *msc_con;
/* timeouts */
int auth_timeout;