Great to see it's progressing!
Would it make sense to add osmo-ttcn3-hacks to gerrit to facilitate contributions? Maybe even dropping "-hacks" part :)
I've added some dependency information to https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Notes Does it require particular version of eclipse-titan?
I've hit following while trying it: ... RLCMAC_CSN1_Types.ttcn:228.19-23: error: at or before token `'B': syntax error, unexpected Bstring, expecting Number or '-' RLCMAC_CSN1_Types.ttcn:229.19-23: error: at or before token `'B': syntax error, unexpected Bstring, expecting Number or '-' ...
That's when running 'make' in sysinfo subdir after gen_links.sh and regen_makefile.sh Or maybe I'm just doing it wrong?
I've tried to run "./start-testsuite.sh sysinfo/Test.ttcn sysinfo/Test.cfg" but got ... ttcn3_start: warning: TTCN3_DIR environment variable is not set ... MC2> spawn ./sysinfo/Test.ttcn pbell 33117 couldn't execute "./sysinfo/Test.ttcn": permission denied while executing "spawn $ETS $hostname $port" (file "/usr/bin/ttcn3_start" line 232)
Is it supposed to be run as root? What shall I set TTCN3_DIR to?