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