From a8f782502b48f685464a287c01306af225fa7ec5 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Sep 2019 02:44:58 +0200 Subject: sgsn: when receiving data PDU notify the Gb GMM fsm When receiving a PDU, the GMM fsm will change to state MM_READY and will re-arm the T3314 Relates: OS#1941 Change-Id: I78f40762fb17bbd4a6f35608a793f8e5271e9b86 --- include/osmocom/sgsn/gprs_gb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocom/sgsn/gprs_gb.h b/include/osmocom/sgsn/gprs_gb.h index 3bc367613..47f2a3184 100644 --- a/include/osmocom/sgsn/gprs_gb.h +++ b/include/osmocom/sgsn/gprs_gb.h @@ -3,7 +3,9 @@ #include #include -#include +#include int gsm0408_gprs_rcvmsg_gb(struct msgb *msg, struct gprs_llc_llme *llme, bool drop_cipherable); +/* Has to be called whenever any PDU (signaling, data, ...) has been received */ +void gprs_gb_recv_pdu(struct sgsn_mm_ctx *mmctx); -- cgit v1.2.3