aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_msc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 18:50:48 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:13 +0800
commit8bdcf55b220f2ee7c192100458c2b74b4e62305a (patch)
tree3bacdde5740eb4ccec07117d444353ac85c69c96 /openbsc/include/openbsc/bsc_msc.h
parentc16cf27bd5edd080485eb52164167fefc7da5db9 (diff)
bsc_msc_ip.c: Create the GSM network earlier, send the reset on each connection
Create the GSM network at the end of the init, send the GSM reset on each reconnection and close a small window when we would send a SCCP msg before being authenticated. For that we have introduced an authenticated into the bsc_msc struct and will manage it inside the bsc_msc_ip.c
Diffstat (limited to 'openbsc/include/openbsc/bsc_msc.h')
-rw-r--r--openbsc/include/openbsc/bsc_msc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h
index 29ce065d1..ce21bfe43 100644
--- a/openbsc/include/openbsc/bsc_msc.h
+++ b/openbsc/include/openbsc/bsc_msc.h
@@ -29,6 +29,7 @@
struct bsc_msc_connection {
struct write_queue write_queue;
int is_connected;
+ int is_authenticated;
const char *ip;
int port;