aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/osmo_msc.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-12 23:59:07 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-13 00:11:34 +0100
commitbaf58f9d00363fbc660b68cded297079556f59d5 (patch)
tree2309976c3f7c3cc9150b7c9fa6ff9b58fbdb0edd /include/osmocom/msc/osmo_msc.h
parent4c1b217b6d6cfd91a0f0d93fb8d8a7fc20bede33 (diff)
fix conn fsm tear down after call failureneels/os2779
Check whether the conn is done with all requests after each transaction is freed. Change-Id: I46ff2e9b09b67e4e0d79cccf8c04936f17281fcb
Diffstat (limited to 'include/osmocom/msc/osmo_msc.h')
-rw-r--r--include/osmocom/msc/osmo_msc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/msc/osmo_msc.h b/include/osmocom/msc/osmo_msc.h
index 70e381882..773cc2a0b 100644
--- a/include/osmocom/msc/osmo_msc.h
+++ b/include/osmocom/msc/osmo_msc.h
@@ -110,4 +110,6 @@ void _msc_subscr_conn_put(struct gsm_subscriber_connection *conn,
void msc_stop_paging(struct vlr_subscr *vsub);
+void subscr_conn_bump(struct gsm_subscriber_connection *conn);
+
#endif