Attention is currently required from: osmith.
2 comments:
Commit Message:
Patch Set #1, Line 11: /home/pespin/dev/sysmocom/git/osmo-ggsn/lib/gtp-kernel.c: In function ‘gtp_kernel_tunnel_add’:
I think you can get rid of these paths :)
File lib/gtp-kernel.c:
Patch Set #1, Line 117: ms_addr_count = in46a_from_eua(&pdp->eua, ms);
if in46a_from_eua returns negative, you are still returning 0.
You need to do "ret = ms_addr_count;" or similar instead of ret = 0 at the start.
To view, visit change 36089. To unsubscribe, or for help writing mail filters, visit settings.