aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-04WIP: L1CTL support for hopping/non-hopping unionlaforge/bts-rtpHarald Welte1-7/+12
2018-04-04bts: f_TC_rtp: Chose payload suitable for given codecHarald Welte1-2/+23
2018-04-04bts: Specify tch_mode with L1CTL_DM_EST_REQHarald Welte3-7/+45
2018-04-04WIP: bts: Add support for RTP user plane testingHarald Welte3-1/+194
2018-04-04WIP: L1CTL_Types: Support TRAFFICHarald Welte1-2/+43
2018-04-04document the purpose of IP addresses used by GGSN testsStefan Sperling1-0/+19
2018-04-03bts: enable CTRL interface testsNeels Hofmeyr1-0/+5
2018-04-02bts: new f_rsl_transceive_ret(): like f_rsl_transceive() with return valueHarald Welte1-4/+13
2018-04-02RTP_Emulation: Fix RTCP handlingHarald Welte1-2/+2
2018-04-02L1CTL_PortType: Remove some logging, make it less chattyHarald Welte1-2/+0
2018-04-02L1CTL_Types: dl_info is part of TRAFFIC_CONF, not just TRAFFIC_INDHarald Welte1-1/+2
2018-04-01improve documentation of templates used in GGSN_TestsStefan Sperling1-7/+8
2018-03-29mgw: Fix mixed-up MGW / local IP addressHarald Welte1-2/+2
2018-03-29mgw: Don't use RTP_Endpoint anymore. We use RTP_Emulation new.Harald Welte1-11/+0
2018-03-29BSC_Tests: Add missing routing context to moduleparPhilipp Maier1-1/+2
2018-03-29msc: Fix config file syntax.Harald Welte1-2/+2
2018-03-29mgw: Add first tests for testing RTP streamsHarald Welte2-0/+174
2018-03-29RTP_Emulation: Add f_rtpem_stats_compare() to match a pair of statsHarald Welte1-0/+12
2018-03-29RTP_Emulation: Add convenience helper functions around procedure callsHarald Welte1-0/+30
2018-03-29RTP_Emulation: Make it less chatty in the logHarald Welte1-2/+2
2018-03-29RTP_Emulation: Fix receive templatesHarald Welte1-2/+2
2018-03-29mgw: Add statistics to RTP_Emulation and link/build it in mgw testHarald Welte3-7/+65
2018-03-28BSSMAP_Templates: Add templates for HANDOVER REQUIREDPhilipp Maier1-1/+22
2018-03-28MSC_Tests: Add support for multiple BSCPhilipp Maier4-28/+80
2018-03-28Cosmetic: Update MSC_Tests.cfgPhilipp Maier1-2/+40
2018-03-27deps/Makefile: Various updatesHarald Welte1-6/+6
2018-03-27deps/Makefile: Add missing "git fetch" to /update and /clean targetsHarald Welte1-2/+2
2018-03-27deps: Switch to our own fork of the M3UA ProtocolEmulationHarald Welte1-2/+2
2018-03-27fix TCH/H for TC_chan_exhaustionPhilipp Maier2-7/+8
2018-03-26Makefile: Add new 'sip' testsuite to list of testsuitesHarald Welte1-1/+1
2018-03-26More progress on osmo-sip-connector testsHarald Welte7-49/+800
2018-03-26MNCC_Types: More types for MNCC server (MSC) side emulationHarald Welte1-1/+239
2018-03-26MNCC_EncDec.cc: Fix decoding of speech versions in bearer capabilitiesHarald Welte1-2/+5
2018-03-24MNCC_Emulation: Make ExpectedCreateCallback work for SETUP_REQ, tooHarald Welte1-2/+3
2018-03-24MNCC_Emulation: Send HELLO in "server" roleHarald Welte2-0/+15
2018-03-23bsc: Fix tons of TTCN3 compiler warningsHarald Welte6-25/+32
2018-03-22sip: Add SIP_Emulation and first osmo-sip-connector test caseHarald Welte8-9/+769
2018-03-22bsc: TC_assignment_codec_*: Verify RSL side codec/modeHarald Welte1-0/+52
2018-03-22RSL_Emulation: Introduce LastActTableHarald Welte1-2/+70
2018-03-22preserve uncommitted local changes in ttcn3 deps repositoriesStefan Sperling1-1/+14
2018-03-22BSC_Tests: split up f_mt_call and f_mo_callPhilipp Maier1-45/+50
2018-03-21BSC_Tests: remove obsolete VTY configurationPhilipp Maier1-4/+0
2018-03-21bsc: Add tests for assigning channels of all 5 codecsHarald Welte2-2/+177
2018-03-21MSC_ConnHdlr: Fix RlsChannelNr encoding in f_ChDesc2RslChanNr()Harald Welte1-6/+5
2018-03-21bsc: Allow multiple subsequent calls of f_MscConnHdlr_init()Harald Welte1-3/+8
2018-03-21RSL: Add tr_RSL_ChanModeHarald Welte1-0/+10
2018-03-21Add BSSMAP SPDI definitions (speech/data indicator octets)Harald Welte1-1/+7
2018-03-21bsc: Move TestHdlrParams to global per-component var g_parsHarald Welte2-27/+38
2018-03-21don't use setverdict(inconc) anymore. Use 'fail' at all timesHarald Welte4-6/+6
2018-03-21make management of osmo-ttcn3 git repository dependencies automaticStefan Sperling2-6/+57