diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-22 03:11:10 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-22 03:11:10 +0100 |
commit | 045cc22baeb7f12dcb0022b79a1984d86e922870 (patch) | |
tree | 7531951d9fdb0f5663941054c8f1b91671ea8080 | |
parent | cbc8062ef8ba10690aa64b433d0efdccb46f496a (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |