Attention is currently required from: fixeria.
arehbein has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33465 )
Change subject: WIP: sgsn: Fix TC_attach_timeout_after_pdp_act failing ......................................................................
Patch Set 2:
(2 comments)
File sgsn/SGSN_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33465/comment/928b894e_406bf... PS2, 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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33465/comment/b2e7fc91_33d8c... PS2, 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` (?)