Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » SIPmsg and SIP_parser(SIP TTCN bison flex)
SIPmsg and SIP_parser [message #1785340] Thu, 12 April 2018 18:14 Go to next message
Yann Garcia is currently offline Yann GarciaFriend
Messages: 145
Registered: June 2016
Senior Member
Hello All,

I would like to modify SIP_parser.l/SIP_parser.y files and to generate the C source code but I got some issues. I think I don't use the correct argument from bison/flex command line.
May I ask you the command line I shall use to generate the C source code from the SIP_parser.l/SIP_parser.y files?

Many thanks in advance,

Yann
Re: SIPmsg and SIP_parser [message #1785372 is a reply to message #1785340] Fri, 13 April 2018 07:02 Go to previous messageGo to next message
Gábor Szalai is currently offline Gábor SzalaiFriend
Messages: 133
Registered: December 2015
Senior Member
Hi,
The Makefile rules:

SIP_parse_.tab.c SIP_parse_.tab.h: SIP_parse.y
bison -dv -p SIP_parse_ -b SIP_parse_ $<

lex.SIP_parse_.c: SIP_parse.l
flex -Cfr -8 -Bvpp -PSIP_parse_ SIP_parse.l

What do you want to modify?
Re: SIPmsg and SIP_parser [message #1785376 is a reply to message #1785372] Fri, 13 April 2018 08:18 Go to previous message
Yann Garcia is currently offline Yann GarciaFriend
Messages: 145
Registered: June 2016
Senior Member
Hello Gabor,

I'm working on a new ETSI STF on Emergency communication, and I will need to add some new message header.
In addition I would like to make a SIP_parser witch match the ETSI LibSip and LibSipIMS.

Thanks a lot for your support,

Yann
Previous Topic:TTCN3_Compiler problem
Next Topic:Model Based Testing (MBT) and Eclipse Titan
Goto Forum:
  


Current Time: Thu Apr 25 20:11:59 GMT 2024

Powered by FUDForum. Page generated in 0.03323 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top