From 030824e172bbcc29edd01a9906e2108615541cf0 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 17 Sep 2019 01:43:50 +0200 Subject: sgsn_libgtp: refactor ps paging into gprs_gb Paging should be done in gprs_gb Change-Id: I3020020f52005aa460ca6b245ee2297aec9821b3 --- include/osmocom/sgsn/gprs_gb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom/sgsn') diff --git a/include/osmocom/sgsn/gprs_gb.h b/include/osmocom/sgsn/gprs_gb.h index 47f2a3184..461eee319 100644 --- a/include/osmocom/sgsn/gprs_gb.h +++ b/include/osmocom/sgsn/gprs_gb.h @@ -9,3 +9,6 @@ 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); + +/* page a MS in its routing area */ +int gprs_gb_page_ps_ra(struct sgsn_mm_ctx *mmctx); -- cgit v1.2.3