This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
Sylvain Munaut 246tnt at gmail.comHi,
First, thanks for this series of patch, I'll be sure to review and test them.
> this eliminates the occurrance of gcc warning
> warning: cast increases required alignment of target type
> ---
> src/target/firmware/include/comm/timer.h | 4 +++-
> src/target/firmware/include/layer1/sched_gsmtime.h | 5 ++++-
> 2 files changed, 7 insertions(+), 2 deletions(-)
> -};
> +} __packed;
I'm not conviced by this one : Why should we use packed for structures
not used as 'communication packets' ?
Cheers,
Sylvain