From c1ebe963f44006fe8b60304dcceeb22c5d14c2e3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 10 Mar 2017 02:11:25 +0100 Subject: more specifically conclude cm service requests Don't end a CM Service Request "lock" too indiscriminately. Trigger only on new transactions that start. Change-Id: I4f64b8d91cfb1e61be4563594b2d6b23144af5bc --- openbsc/include/openbsc/gsm_04_08.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_04_08.h b/openbsc/include/openbsc/gsm_04_08.h index 0cd8ea171..82026798e 100644 --- a/openbsc/include/openbsc/gsm_04_08.h +++ b/openbsc/include/openbsc/gsm_04_08.h @@ -39,6 +39,9 @@ static inline void set_radio_link_timeout(struct gsm48_cell_options *cell_option cell_options->radio_link_timeout = (value >> 2) - 1; } +void cm_service_request_concludes(struct gsm_subscriber_connection *conn, + struct msgb *msg); + /* config options controlling the behaviour of the lower leves */ void gsm0408_allow_everyone(int allow); void gsm0408_clear_request(struct gsm_subscriber_connection *conn, uint32_t cause); -- cgit v1.2.3