Attention is currently required from: pespin, daniel.
3 comments:
File ggsn_tests/GGSN_Tests.ttcn:
Patch Set #1, Line 366: if (not match(cpr.endUserAddress, tr_EuaIPv4(?)) and
Let's make it shorter:
if (not match(cpr.endUserAddress, (tr_EuaIPv4(?), tr_EuaIPv6(?)))) { ... }
Patch Set #1, Line 1704: cause_accept
Defined but not used, why?
const, here and the line below
To view, visit change 27314. To unsubscribe, or for help writing mail filters, visit settings.