libosmocore/openbsc
Harald Welte ec19c10829 [gprs] Ensure msgb->l3h points to Layer3 (04.08)
In the old code
	l3h = BSSGP, l4h = LLC, cb[gmmh] = 04.08
Now, this has been changed to
	cb[bssgph] = BSSGP, cb[llch] = LLC, l3h = 04.08

This way, GSM general 04.08 and GPRS 04.08 code can expect a
GSM 04.08 header at msgb->l3h
2010-05-04 07:20:43 +02:00
..
include/openbsc [gprs] fully integrate VTY configuration into Gb proxy 2010-05-04 07:20:42 +02:00
src [gprs] Ensure msgb->l3h points to Layer3 (04.08) 2010-05-04 07:20:43 +02:00