Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
143 views

TTCN to C conversion

is there a open source TTCN tool which can convert TTCN script to C
0
votes
2answers
103 views

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 ...
0
votes
3answers
230 views

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 ...
0
votes
4answers
717 views

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 ...