ttcn

How to open .ttcn file using C file open functions?

I am working on TTCN-3 (Testing and Test Control Notation) scripting language. I wanted to prepare on guideline checker for this code files. For that I want to read lines of TTCN-3 script file( some thing like file.ttcn ) one by one into a buffer. But for me fopen / sopen / open / fgetc / fscanf are not able to work properly and are not...

How to dynamically get the filename according to extension?

As a follow up to this question .... Now I found the answer for that quesstion by a comment by user j_random_hacker. Here Widnows follows 8.3 file naming standard means turbo c can only read files with name length of 8 characters and extension of 3 characters. So windows will give another name to any file which is not following 8.3 na...

How to implement TTCN system/platform adapter using C-langauge?

I am using TTCN as scripting language we need to test the SUT response in TTCN script. SUT gets the input from system adapter which inturn gets its input from TTCN Code, my question is how to convert TTCN languge to C-langauge(implement system adapter in C-language) and send it to SUT. ...

TTCN to C conversion

is there a open source TTCN tool which can convert TTCN script to C ...

Good TTCN-3 resources

Does anyone know any good resources for learning TTCN-3? All I've seen (through Google) is either toy demos that does not implement real codecs to a real language (i.e. no test adaptors so that your test cases actually talks to the networ), or the ETSI language references which are dry and not exactly helpful for someone to learn to nav...