Attention is currently required from: laforge, fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29260 )
Change subject: osmux: Allow the user to alloc msgbs used to provide generated RTP packets ......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
I don't really like it much, but I have no other/better proposal. […]
I tried that first, see first versions of this patch. But that poses problems since the primitive types prepended at the start are not packed, so it ends up full of unaligned pointers.
In general having all the struct osmo_prim stuff not packed it something which really affects a lot of code, and we'll have to fix lots of stuff in the future or simply live with it and do this sort of tricks.