From 045cc22baeb7f12dcb0022b79a1984d86e922870 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 22 Mar 2010 03:11:10 +0100 Subject: osmocore: Add a direct l4h to the union of l4h pointers This is needed for the BSSAP code of the On Waves/BSC master branch --- include/osmocore/msgb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocore/msgb.h b/include/osmocore/msgb.h index 754918e1..31db7194 100644 --- a/include/osmocore/msgb.h +++ b/include/osmocore/msgb.h @@ -46,6 +46,7 @@ struct msgb { union { unsigned char *smsh; unsigned char *llch; + unsigned char *l4h; }; /* the layer 5 header, GPRS: GMM header */ -- cgit v1.2.3