Attention is currently required from: jolly, pespin.
laforge 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 6:
(1 comment)
File include/osmocom/gsm/gsm0808.h:
https://gerrit.osmocom.org/c/libosmocore/+/32932/comment/93271d6c_77592309 PS5, Line 386: struct sockaddr_storage *aoip_transport_layer;
osmocom/core/socket.h will not work on embedded systems. see line 5. […]
the solution is to not build gsm0808 on embedded targets. The embedded builds are for osmocom-bb or simtrace2, where you just want code like msgb, linked lists, sercomm, ... - but certainly no 08.08 is required. So IMHO it would be fine to #ifdef this all out