aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/regen_makefile.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-10-13regen_makefile.sh: set executable name explicitlyOliver Smith1-1/+3
Set the executable name in each regen_makefile.sh explicitly with -e, instead of having it set indirectly from the first .ttcn file. Make it consistent by placing the name on top of each of these files. Fix for warning: ttcn3_makefilegen: warning: File `BSC_Tests.ttcn' was given more than once for the Makefile. Related: OS#5252 Change-Id: I5ed03f8f3ed905483620dc7bae33b617bbb8507f
2021-10-12regen_makefile.sh: files/flags in separate linesOliver Smith1-2/+23
Make all regen_makefile.sh more readable and diff friendly by moving each entry in FILES and CPPFLAGS_TTCN3 into separate lines. Order entries alphabetically. Related: OS#5252 Change-Id: I6b6866eb9f6ec6232e4ae434517457a4c8c1c050
2021-08-19MGCP_Test: add control interface to MGW testsuitePhilipp Maier1-1/+3
The testsuite for osmo-mgw does not use the control interface yet. Change-Id: I7324802bf6e692ce8b7d9b269dd2385a7d3d0d77
2021-08-03MGCP_Test: upgrade expected behavior for TC_dlcx_wildcardedPhilipp Maier1-1/+1
The testcase TC_dlcx_wildcarded expect osmo-mgw to reject wildcarded DLCX requests but osmo-mgw now implements wildcarded DLCX Depends: osmo-mgw I6d3a74f6087512130d85002348787bffc672de81 Depends: docker-playground I693cc17dbf6836e7a74b34111671b6e589744a63 Change-Id: I61e23e264bc85eb36d07431c7839fb445c110947 Related: SYS#5535
2019-05-27Add Osmux support and tests for MGWPau Espin Pedrol1-1/+1
Depends: osmo-mgw.git Iac073f1db46569b46eddeaecc9934a2986bd50f1 Change-Id: Ibb58b2a4e08d6f30cfe347c217794d0d1310954f
2019-02-20MGCP_Test: Add VTY accessPhilipp Maier1-1/+1
The MGCP_Test testsuite currenty lacks VTY access capabilities, lets add them so that future testcases can access the VTY in order to change options on the fly. Depends: osmo-ttcn3-hacks Ife949c61156222de3026280071226ef6f5dbd959 Change-Id: If383f81af3306f8f5bdf50152498ae1303d390df Related: OS#3807
2018-03-29mgw: Add statistics to RTP_Emulation and link/build it in mgw testHarald Welte1-1/+1
We're not using it so far, this is left for follow-up patches. Change-Id: I40c322374cd99adb75a0f09175023fc0b12291d2
2017-12-13generalize shared code from regen_makefile.sh into shared helper scriptHarald Welte1-9/+1
Change-Id: I86a738420851a7d9e3bdb2671f6862c3d505a4ba
2017-12-13regen_makefile.sh: Fix TITAN 6.1.0 supportHarald Welte1-1/+1
When introducing the rewriting for 6.3.0 we broke the 6.1.0 support. Now the result should build on Debian with both 6.1.0 and 6.3.0 Change-Id: I263a6abd2d9eb15ce5778ef8dbfcdac2a228b77d
2017-12-08regen_makefile.sh: Add Regex's for TITAN 6.3.0Harald Welte1-0/+4
The TITAN 6.3.0 makefile generator needs some new regular expressions for patching the generated makefile to work on Debian
2017-11-19mgw: Use dynamic runtime to allow use with log output pluginsHarald Welte1-2/+2
2017-11-18mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCPHarald Welte1-1/+1
2017-09-16Introduce MGCP_CodecPort on top of UDP portHarald Welte1-2/+2
2017-09-14mgw: Use official Titan SDP library for encode/decode of SDP in MGCPHarald Welte1-1/+1
2017-09-13Add minimal MGCP parser/encoder based on TEXT codecHarald Welte1-0/+9