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
This commit is contained in:
Holger Hans Peter Freyther 2010-06-15 18:50:48 +08:00
parent c16cf27bd5
commit 8bdcf55b22
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
struct bsc_msc_connection {
struct write_queue write_queue;
int is_connected;
int is_authenticated;
const char *ip;
int port;