diff options
-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 */ |