aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bsc_msc.c')
-rw-r--r--openbsc/src/bsc_msc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c
index 42b4c20f8..c85bf5bd5 100644
--- a/openbsc/src/bsc_msc.c
+++ b/openbsc/src/bsc_msc.c
@@ -47,6 +47,7 @@ static void connection_loss(struct bsc_msc_connection *con)
fd->when = 0;
con->is_connected = 0;
+ con->first_contact = 0;
con->connection_loss(con);
}
@@ -267,4 +268,4 @@ struct msgb *bsc_msc_id_get_resp(const char *token)
msgb_l16tv_put(msg, strlen(token) + 1,
IPAC_IDTAG_UNITNAME, (u_int8_t *) token);
return msg;
-} \ No newline at end of file
+}