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.
32 lines
507 B
32 lines
507 B
#!/bin/sh
|
|
|
|
NAME=BSCNAT_Tests
|
|
|
|
FILES="
|
|
*.c
|
|
*.ttcn
|
|
*.ttcnpp
|
|
IPA_CodecPort_CtrlFunctDef.cc
|
|
IPL4asp_PT.cc
|
|
IPL4asp_discovery.cc
|
|
MGCP_CodecPort_CtrlFunctDef.cc
|
|
Native_FunctionDefs.cc
|
|
RTP_EncDec.cc
|
|
SCCP_EncDec.cc
|
|
SDP_EncDec.cc
|
|
TCCConversion.cc
|
|
TCCInterface.cc
|
|
TELNETasp_PT.cc
|
|
"
|
|
|
|
export CPPFLAGS_TTCN3="
|
|
-DIPA_EMULATION_CTRL
|
|
-DIPA_EMULATION_MGCP
|
|
-DIPA_EMULATION_SCCP
|
|
-DRAN_EMULATION_BSSAP
|
|
-DRAN_EMULATION_CTRL
|
|
-DRAN_EMULATION_MGCP
|
|
-DUSE_MTP3_DISTRIBUTOR
|
|
"
|
|
|
|
../regen-makefile.sh -e $NAME $FILES
|
|
|