aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-09-17 01:43:50 +0200
committerlaforge <laforge@osmocom.org>2019-10-17 08:01:10 +0000
commit030824e172bbcc29edd01a9906e2108615541cf0 (patch)
tree638ede78b5ce6f89334437e3ae8bf33e4291d8ae /include
parent0e124d3131a812d39b817daf77bd8d92cfa7068d (diff)
sgsn_libgtp: refactor ps paging into gprs_gb
Paging should be done in gprs_gb Change-Id: I3020020f52005aa460ca6b245ee2297aec9821b3
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/gprs_gb.h3
1 files changed, 3 insertions, 0 deletions
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);