aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/gprs_gb.h
blob: 3bc36761317f02de48af7c4e48cf48e83935ba58 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdbool.h>

#include <osmocom/core/msgb.h>
#include <osmocom/sgsn/gprs_rllc.h>

int gsm0408_gprs_rcvmsg_gb(struct msgb *msg, struct gprs_llc_llme *llme,
			   bool drop_cipherable);