Attention is currently required from: jolly.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/32932 )
Change subject: ASCI: Add message definition and encoding according to 3GPP TS 48.008 ......................................................................
Patch Set 5: Code-Review+1
(1 comment)
File include/osmocom/gsm/gsm0808.h:
https://gerrit.osmocom.org/c/libosmocore/+/32932/comment/1f138772_3bf7a0b2 PS5, Line 386: struct sockaddr_storage *aoip_transport_layer;
It is the same way it was done in "struct gsm0808_handover_request". […]
You could add osmocom/core/socket.h and use "struct osmo_sockaddr" instead, which would be more handy for users too. And if there's a header problem on some systems in osmocom/core/socket.h it should be fixed. But anyway, not willing to block you despite I see using a pointer here as messy.