*Hi, Osmocom-SGSN*
I have downloaded latest master branch sources for TTCN3 tests.
I followed instructions for compilations and dependencies.
In file :
*regen_makefile.sh *
If line with
../regen-makefile.sh SGSN_Tests.ttcn $FILES
is replaced with
../regen-makefile.sh $FILES
then this warning is not present
File `SGSN_Tests.ttcn' was given more than once for the Makefile.
Also,
after command
*make compile *
*(same with *
*make sgsn *
*from upper dir.)*
I got from output:
....
GSM_RR_Types.ttcn:404.2-408.2: In type definition `SecondPartAssign':
GSM_RR_Types.ttcn:409.18-20: error: in variant attribute, at or before
token `CSN': syntax error, unexpected XIdentifier, expecting $end
GSM_RR_Types.ttcn:510.2-512.2: In type definition `IaRestOctLL':
GSM_RR_Types.ttcn:513.42-44: error: in variant attribute, at or before
token `CSN': syntax error, unexpected XIdentifier, expecting $end
GSM_RR_Types.ttcn:588.2-594.2: In type definition `IaRestOctets':
GSM_RR_Types.ttcn:595.23-25: error: in variant attribute, at or before
token `CSN': syntax error, unexpected XIdentifier, expecting $end
........
Notify: Errors found in the input modules. Code will not be generated.
make: *** [Makefile:206: compile] Error 1
Last time in April, I played with TTCN3 for SGSN, everything was good.
Can you help me with this ?
HI, Osmo Packet Core Guys,
I am working from home nowadays, testing commercial packet core equipment
(Ericsson).
I have already listen/read about using TTCN3 in all your famous products.
But never get a try.
I am interesting to deploy similar tests for production systems like yours
for OsmoSGSN, due to lack of test radio equipment from home and also to
make some sort of automation.
I ran your TTCN3 tests for OsmoSGSN and get loved on a first sight.
You did amazing job and made countless possibilities. Thank for that.
I know you have C code support in libosmocore library for 3g/2g auth.
*Can we use SIM card reader in TTCN3 as an option to evaluate
authentication ?!*
*Did you ever tried?!*
Best regards,
Mirko K.