Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31455 )
Change subject: library/DIAMETER_Emulation: add API for generating Session-Id AVP ......................................................................
Patch Set 1:
(3 comments)
File library/DIAMETER_Emulation.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31455/comment/da10e8cd_95d6f... PS1, Line 90: var uint32_t g_sess_id_seed_h32; I suspect that's because uint64_t is not supported in TTCN3?
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31455/comment/6b385550_0ce09... PS1, Line 393: [] DIAMETER_PROC.getcall(DIAMETEREM_gen_sess_id:{?,?}) -> param(identity) { ah so they are encoded visibly as 2 parts, weird.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31455/comment/4697c5d3_fd44a... PS1, Line 397: { g_sess_id_seed_h32 := g_sess_id_seed_h32 + 1; } totally strange formatting here.