Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TTCN to C conversion

Tags:

c

ttcn

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


2 Answers

https://projects.eclipse.org/projects/tools.titan This tool can help, it converts TTCN files to C++ so then you just have to pass to C

Edit: some more info: https://polarsys.org/wiki/images/9/95/TITAN_Datasheet_3.b-090914.pdf

like image 70
Anatch Avatar answered Nov 19 '25 17:11

Anatch


I don't know of any substantial projects, but there is:

  • Yet Another TTCN Runner
  • T3DevKit (which has a link to a picottcn project)
like image 37
Greg Hewgill Avatar answered Nov 19 '25 17:11

Greg Hewgill