aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-17HACK: Workaround buggy mgw newline parserdaniel/mgcp-emulationDaniel Willmann1-2/+2
2018-01-17bsc: Expect CRCX and send an ACK backDaniel Willmann1-3/+7
2018-01-17bsc: CRCX is answered with (malformed) ACKDaniel Willmann1-2/+41
2018-01-17bsc: Reply to CRCX with ACKDaniel Willmann2-0/+6
2018-01-17bsc: Register expect criteria for MGCP CRCXDaniel Willmann3-14/+34
2018-01-17MGCP_CodecPort: Receive MGCP command or responseDaniel Willmann1-1/+1
2018-01-17Fix portsDaniel Willmann1-2/+2
2018-01-17HACK: Work around IPA CCM bug in OsmoBSCHarald Welte1-1/+4
2018-01-17Add moduleparm missingDaniel Willmann1-0/+2
2018-01-17bsc: Start MGCP_Emulation and extend MSC_ConnectionHandler for MGCPDaniel Willmann2-3/+41
2018-01-17BSC_Tests: Add MGCP_Emulation to gen_linksDaniel Willmann1-1/+1
2018-01-17Add MGCP_EmulationDaniel Willmann1-0/+149
2018-01-17BSSMAP_Emulation: Initialize ExpectTable before useDaniel Willmann1-0/+7
2018-01-17RSL_Emulation: Initialize the ConnectionTableDaniel Willmann1-0/+11
2018-01-17Add "SourceInfoFormat := Single;" to all test configsHarald Welte7-0/+7
2018-01-12Test control connection status query for MSC 0.Stefan Sperling1-0/+11
2018-01-11Fix f_enc_mcc_mnc() to return a properly encoded MCC/MNC triple octet.Stefan Sperling1-1/+1
2018-01-09Fix BTS location area code assignment in test configuration.Stefan Sperling1-2/+2
2018-01-03Add a MNCC Socket implementation for TTCN-3Harald Welte6-5/+1054
2018-01-03Add comments with short module description on top of each fileHarald Welte18-6/+233
2017-12-28GSUP Support and first test against OsmoHLRHarald Welte9-3/+518
2017-12-28bsc-test: Fix compilation after IuUP support was introducedHarald Welte1-1/+1
2017-12-28MGCP_Test: be more liberal in some of the error codes we expectHarald Welte1-5/+4
2017-12-28MGCP: Add 30 endpoint number test to control sectionHarald Welte1-0/+2
2017-12-28MGCP_Test: Test use of 30 endpoint numbersHarald Welte1-0/+26
2017-12-25RTP_Emulation: Integrate IuUP supportHarald Welte2-5/+28
2017-12-25RTP_Emulation: Add RtpemConfig / RTPEM_configure() callHarald Welte1-9/+27
2017-12-25RTP_Emulation: Fix calculation of timer + timestamp incrementHarald Welte1-2/+2
2017-12-25RTP_Emulation: Fix encoding of timestamp; int2bit counts in bits!Harald Welte1-1/+1
2017-12-25Add 3GPP TS 25.415 IuUP encoder/decoderHarald Welte3-0/+725
2017-12-25BSC_Tests: Fix TC_assignment_fr_a5_4Harald Welte2-6/+15
2017-12-23MSC_ConnectionHandler: fix f_rsl_reply() for RSL_MT_ENCR_CMDHarald Welte1-1/+1
2017-12-23convert TC_assignment_sign to 'new style' testsHarald Welte1-9/+19
2017-12-22BSSAP_Adapter: Fix missing 'repeat' in as_reset_ack()Harald Welte1-0/+1
2017-12-18BSC_Tests: remove bogus line sfrom osmo-bsc.cfgHarald Welte1-5/+0
2017-12-17BSC_Tests: Delete unused/dead codeHarald Welte3-86/+0
2017-12-17BSC_Tests: Update readme + source code commentsHarald Welte2-5/+75
2017-12-17MSC_ConnHdlr: Fix f_rsl_reply() for RSL_MT_ENCR_CMDHarald Welte1-0/+5
2017-12-17BSC_Tests: reduce amount of sleeping to speed up test suiteHarald Welte1-2/+1
2017-12-17fix TC_ctrl expectation: We expect 3 BTSsHarald Welte1-1/+1
2017-12-17BSC_Tests: Only start the number of BTSs required for a givenHarald Welte1-29/+29
2017-12-17BSC_Tests: Implement ecnryption related proceduresHarald Welte5-11/+138
2017-12-17MSC_ConnHdlr: Tighten permitted messagesHarald Welte1-4/+8
2017-12-17BSC_Tests: Migrate various ASSIGNMENT tests over to MSC_ConnHdlrHarald Welte1-76/+108
2017-12-17BSC_Tests: Re-wire MSC_ConnectionHandler to handle BSSAP and RSLHarald Welte2-103/+158
2017-12-17L3_Templates: Add ts_RRM_ModeModifyAck templateHarald Welte1-0/+18
2017-12-17RSL_Types: Fix message type of ts_RSL_IPA_MDCX_ACK()Harald Welte1-1/+1
2017-12-17RSL_Types: Handle IPA specific messages in tr_RSL_MsgTypeDR()Harald Welte1-1/+28
2017-12-17RSL_Types: Fix RSL Message Type enumerated definitionHarald Welte1-20/+20
2017-12-17BSC_Tests: Prepare for tests based on {RSL,BSSMAP}_EmulationHarald Welte6-12/+122