blob: 461eee319e6b7b1a9795a552c9edb5049fa5e4e8 [file] [log] [blame]
Pau Espin Pedrol8333ef12019-08-29 19:26:12 +02001#pragma once
2
3#include <stdbool.h>
4
5#include <osmocom/core/msgb.h>
Alexander Couzensa8f78252019-09-16 02:44:58 +02006#include <osmocom/sgsn/gprs_llc.h>
Pau Espin Pedrol8333ef12019-08-29 19:26:12 +02007
8int gsm0408_gprs_rcvmsg_gb(struct msgb *msg, struct gprs_llc_llme *llme,
9 bool drop_cipherable);
Alexander Couzensa8f78252019-09-16 02:44:58 +020010/* Has to be called whenever any PDU (signaling, data, ...) has been received */
11void gprs_gb_recv_pdu(struct sgsn_mm_ctx *mmctx);
Alexander Couzens030824e2019-09-17 01:43:50 +020012
13/* page a MS in its routing area */
14int gprs_gb_page_ps_ra(struct sgsn_mm_ctx *mmctx);