From 15c21e8eecf14abf80114ba302a003e6d30b6be7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 14 Apr 2010 08:47:15 +0200 Subject: 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 --- openbsc/include/openbsc/bsc_msc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/bsc_msc.h') 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; -- cgit v1.2.3