aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-12Add a test for OS#2714, "close RSL connections from unknown Unit ID"stsp/rsl_unknown_unit_idStefan Sperling1-0/+40
2018-02-11msc: Mobile Terminated Voice Call testHarald Welte4-1/+301
2018-02-11BSSMAP: Fix L3 sequence number for ComplL3(Paging Response)Harald Welte2-1/+42
2018-02-11MNCC: Fix encoding of non-signal MNCC PDUsHarald Welte1-5/+11
2018-02-10BSC: do not flush RSL queue early in TC_chan_rel_a_reset()Philipp Maier1-1/+1
2018-02-10msc: Add Emergency call to f_mo_call() and use it from TC_emerg_call_imsiHarald Welte2-40/+20
2018-02-10msc: Unify channel establishment for CM SERV REQ + PAGINGHarald Welte2-19/+20
2018-02-08MGCP: remove hack to fake SDPPhilipp Maier1-3/+0
2018-02-08msc: convert bssmap chipher to rsl chiper representationPhilipp Maier1-1/+47
2018-02-07bsc: fix f_establish_fully() for expected assignment failuresPhilipp Maier1-0/+4
2018-02-06L3_Templates: Use tid parameter in ts_ML3_MO_CC templateDaniel Willmann1-1/+1
2018-02-06MSC_Tests: Make imsi suffix for f_start_handler unique per testDaniel Willmann1-14/+14
2018-02-06MNCC_Emulation: Initialize connection tableDaniel Willmann1-0/+9
2018-02-06start-testsuite.sh: Pass a third parameter to ttcn3_startDaniel Willmann1-1/+5
2018-02-06deps: Ensure that branches are updated on make update as wellDaniel Willmann1-1/+1
2018-02-06BSSMAP_Emulation: Send proper L3 N(SD) seuence numbers in MOHarald Welte1-3/+56
2018-02-05Don't symlink non-existent fileMax9-9/+9
2018-02-03MNCC: Represent 'keypad' as one-character charstring, not intHarald Welte2-5/+7
2018-02-02MGCP_Test: test illegal wildcarded DLCX and MDCXPhilipp Maier2-0/+56
2018-02-02MGCP_Test: Clean up after TC_crcx_sdpPhilipp Maier1-0/+4
2018-02-02MCGP_Test: Add tests for wildcarded CRCXPhilipp Maier2-0/+72
2018-02-02mgw: add constants for mgw endpoint and domain namePhilipp Maier2-24/+38
2018-01-31bsc: Add TC_err_84_unknown_msg to check if unknown RR message triggers RR STATUSHarald Welte1-0/+22
2018-01-31bsc: reduce code duplication; add new test case on too short messagesHarald Welte2-42/+75
2018-01-31bsc: Add TC_unsol_ass_compl / unsolicited assignment completeHarald Welte1-0/+33
2018-01-31bsc: Add TC_unsol_ho_fail test case for unsolicited handover failureHarald Welte2-0/+47
2018-01-31bsc: Add TC_classmark to test RR CLASSMARK -> BSSMAP CLASSMARK conversionHarald Welte4-3/+154
2018-01-31bsc: Change expectation in paging testsHarald Welte1-3/+3
2018-01-31BSC_Tests: Implement remaining missing paging testsHarald Welte2-1/+48
2018-01-31BSC_Tests: fix f_pageing_helper() in case no paging was expectedHarald Welte1-0/+1
2018-01-31ggsn_tests: Add test to validate if different pdp ctx can talk each otherPau Espin Pedrol2-0/+84
2018-01-31ggsn_tests: Add test case to validate packets forwarded vs droppedPau Espin Pedrol4-8/+262
2018-01-30bsc: Handle wildcard endpoint name in MGCP CRCXHarald Welte3-5/+49
2018-01-30msc: Disable t310 test for now (seems to never terminate on TITAN 6.1.0)Harald Welte1-1/+1
2018-01-29MGCP_Emulation: Remove bogus mgcp_conn_id variable from MGCP_ConnHdlrHarald Welte1-1/+0
2018-01-29bsc: Unregister old RSL channel number after assignmentHarald Welte2-3/+20
2018-01-29bsc: f_establish_fully(): Wait for release of old channelHarald Welte1-5/+11
2018-01-29bsc: Implement Assignment handlingHarald Welte3-55/+373
2018-01-29L3_Templates: Add ts_RRM_AssignmentCompleteHarald Welte1-0/+16
2018-01-29bsc: Permit MGCP messages from random ports on BSC sideHarald Welte1-1/+1
2018-01-29RSL_Emulation: Permit registration of explicit Channel NumberHarald Welte2-3/+77
2018-01-29GSM_Types: Enable sub-slot templating in t_RslChanNr_LmHarald Welte1-1/+1
2018-01-29RSL_Types: More templates, f_rsl_find_ie() for finding an IE in a messageHarald Welte1-0/+20
2018-01-29RSL_Types: Make tr_RSL_MsgTypeDR match non-transparent RLLHarald Welte1-1/+1
2018-01-29MGCP_Templates: Some more convenience extraction functionsHarald Welte1-4/+17
2018-01-29bsc: Fix TC_paging_imsi_nochanHarald Welte1-1/+26
2018-01-29bsc: Cosmetic: Update commented-out config file optionsHarald Welte1-11/+9
2018-01-29bsc: Fix TC_chan_act_ack_est_ind_refused()Harald Welte1-2/+1
2018-01-29bsc: Fix TC_chan_act_ack_est_ind_noreply()Harald Welte1-1/+12
2018-01-29bsc: reduce code duplication by introducing f_expect_chan_rel()Harald Welte1-74/+37