Attention is currently required from: fixeria.
2 comments:
File sgsn/SGSN_Tests.ttcn:
Patch Set #2, Line 1067: setverdict(pass)
There is already `setverdict(pass)` below, this one is redundant.
yes I thought so too, but just wanted to make sure it doesn't fail because of that
Patch Set #2, Line 1078: vc_conn.done
have to say though... […]
Alright my idea didn't fix anything it seems. I'm having a hard time debugging this, also because I can't find the log output coded in the `.ttcn3` file via `log()`.
There seems to be all kinds of log data (e.g., output from the SGSN, packet dumps, logs in the folder `sgsn-tester` etc.) but I can't find a file with the log outputs coded in `SGSN_Tests.ttcn` (fairly certain I couldn't do so previously either - I think with another test) and I'm pretty certain the ttcn code has arrived at one of the log commands (since I don't have a debugger like gdb to wrap around the tester all I can do is try to guess until where the code is run...).
I might try looking at the pcap again, but so far the output is fairly confusing for me since I don't know the procedure.
Hmmm I just noticed the `log()` output is in the pcap through `GSMTAP libosmocore logging` (?)
To view, visit change 33465. To unsubscribe, or for help writing mail filters, visit settings.