aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 03:11:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 03:11:10 +0100
commit045cc22baeb7f12dcb0022b79a1984d86e922870 (patch)
tree7531951d9fdb0f5663941054c8f1b91671ea8080
parentcbc8062ef8ba10690aa64b433d0efdccb46f496a (diff)
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
-rw-r--r--include/osmocore/msgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocore/msgb.h b/include/osmocore/msgb.h
index 754918e1a..31db71942 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 */