Attention is currently required from: laforge, pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/libgtpnl/+/34735?usp=email )
Change subject: Add IPv6 support ......................................................................
Patch Set 2:
(4 comments)
File src/gtp-genl.c:
https://gerrit.osmocom.org/c/libgtpnl/+/34735/comment/b087f34e_d39e33cb PS2, Line 60: }
default: assert()
Done
https://gerrit.osmocom.org/c/libgtpnl/+/34735/comment/c350bc50_b555d079 PS2, Line 69: }
default: assert()
Done
https://gerrit.osmocom.org/c/libgtpnl/+/34735/comment/f1d30c8a_29d582ee PS2, Line 239: switch (pdp.ms_addr.family) {
All this can simply be: […]
oh right, nice! :D
https://gerrit.osmocom.org/c/libgtpnl/+/34735/comment/38353512_cb43cd01 PS2, Line 249: switch (pdp.sgsn_addr.family) {
inet_ntop(pdp.sgsn_addr.family, &pdp.sgsn_addr. […]
Done