Osmocom test suites in TTCN-3 (Eclipse Titan)
https://osmocom.org/projects/core-testing-infra
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
481 B
30 lines
481 B
#!/bin/sh
|
|
|
|
NAME=MGCP_Test
|
|
|
|
FILES="
|
|
*.c
|
|
*.ttcn
|
|
*.ttcnpp
|
|
IPA_CodecPort_CtrlFunctDef.cc
|
|
IPL4asp_PT.cc
|
|
IPL4asp_discovery.cc
|
|
IP_EncDec.cc
|
|
IuUP_EncDec.cc
|
|
MGCP_CodecPort_CtrlFunctDef.cc
|
|
Native_FunctionDefs.cc
|
|
OSMUX_CodecPort_CtrlFunctDef.cc
|
|
RTP_CodecPort_CtrlFunctDef.cc
|
|
RTP_EncDec.cc
|
|
SDP_EncDec.cc
|
|
StatsD_CodecPort_CtrlFunctdef.cc
|
|
TCCConversion.cc
|
|
TCCInterface.cc
|
|
TELNETasp_PT.cc
|
|
"
|
|
|
|
export CPPFLAGS_TTCN3="
|
|
-DIPA_EMULATION_CTRL
|
|
"
|
|
|
|
../regen-makefile.sh -e $NAME $FILES
|
|
|