blob: 47f2a3184e539a3179af9fa4ccb82bcae9e71c5d [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);