Attention is currently required from: falconia, pespin.
laforge has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/osmo-bts/+/42165?usp=email )
Change subject: RTP: implement RTP socket abstraction layer ......................................................................
Patch Set 3:
(1 comment)
File src/common/rtp_abstract.c:
https://gerrit.osmocom.org/c/osmo-bts/+/42165/comment/5d424732_d6519008?usp=... : PS3, Line 109: const struct in_addr *ip, uint16_t port)
Ah I see, we didn't support IPv6 here yet because ortp doesn't support it? […]
well, I think the Abis-over-IP protocol doesn't even contain features to use IPv6 addresses for the RTP sockets in the IPAC_{CRCX,MDCX} messages. So while in general I think every code should be IPv6 ready for 20 or more years by now, supporting IPv6 in this rtp code here would just mean we end up with dead and inaccessible code, unless we invent some osmocom-specific extension to the IPA Abis dialect :(