Attention is currently required from: osmith, pespin.
2 comments:
File ggsn_tests/GGSN_Tests.ttcn:
Patch Set #1, Line 338: return int2oct(f_rnd_int(18446744073709551616), 8);
There is a more elegant way to do this (see Osmocom_Types.f_rnd_imsi()):
return hex2oct(f_rnd_hexstring(16, 10));
File library/GTP_Templates.ttcn:
Usually no tab here, so function body is visually separated from its declaration.
To view, visit change 28105. To unsubscribe, or for help writing mail filters, visit settings.