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.
9 lines
342 B
9 lines
342 B
#!/bin/bash
|
|
|
|
FILES="*.ttcn *.ttcnpp IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc Native_FunctionDefs.cc "
|
|
FILES+="BSSGP_EncDec.cc NS_CodecPort_CtrlFunctDef.cc LLC_EncDec.cc TELNETasp_PT.cc "
|
|
FILES+="AF_PACKET_PT.cc AF_PACKET_PT.hh "
|
|
|
|
export CPPFLAGS_TTCN3="-DNS_EMULATION_FR"
|
|
|
|
../regen-makefile.sh FR_Tests.ttcn $FILES
|
|
|