l1ctl_proto: fix unpacked struct in l1ctl_gprs_dl_block_ind
commit080310982df4629f569aa6bcdb7a8f32b5d7b9e1
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>
Sat, 18 Mar 2023 10:43:41 +0000 (18 17:43 +0700)
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>
Sat, 18 Mar 2023 10:43:47 +0000 (18 17:43 +0700)
tree1f3ce22b4146068660e72ab5b1bd4d5a3add05d1
parent3b582af2eb05071961ef1c8b77b4210c2335f4d1
l1ctl_proto: fix unpacked struct in l1ctl_gprs_dl_block_ind

The __attribute__((packed)) does not apply to inner structures.
I found this problem when testing the new TTCN-3 message definitions.

Change-Id: I90e74330073a9090c2638fc3175ff0216b0da5ec
Related: OS#5500
include/l1ctl_proto.h