aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-01 12:55:15 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 12:55:47 +0100
commit00096acb8fbbf76b4fd8a223a2684df6c370d9f9 (patch)
treeed30909b140a39cd5ee18b5b1940caf2fbf41977 /include
parent8df932a7fd1aecc5660f8b5db0f8f652db3d9474 (diff)
msgb: add msgb->l1h member
Diffstat (limited to 'include')
-rw-r--r--include/osmocore/msgb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocore/msgb.h b/include/osmocore/msgb.h
index 6dc07784..7de242b2 100644
--- a/include/osmocore/msgb.h
+++ b/include/osmocore/msgb.h
@@ -35,6 +35,8 @@ struct msgb {
struct gsm_bts_trx *trx;
struct gsm_lchan *lchan;
+ /* the Layer1 header (if any) */
+ unsigned char *l1h;
/* the A-bis layer 2 header: OML, RSL(RLL), NS */
unsigned char *l2h;
/* the layer 3 header. For OML: FOM; RSL: 04.08; GPRS: BSSGP */