aboutsummaryrefslogtreecommitdiffstats
path: root/msc/MSC_Tests.ttcn
AgeCommit message (Expand)AuthorFilesLines
2021-02-08msc: test reaction on Clear Request during a MO/MT CallVadim Yanitskiy1-0/+62
2021-02-08msc: finish and enable test case for MT Call T310 timerVadim Yanitskiy1-14/+40
2021-01-07CTRL: Introduce support to run osmocom CTRL serverPau Espin Pedrol1-1/+1
2020-09-16mncc: Support IPv6 addresses (new version mncc 7)Pau Espin Pedrol1-0/+1
2020-09-15msc: Introduce module param to disable crashing test in latestPau Espin Pedrol1-4/+7
2020-09-15msc: Drop parameter mp_enable_osmux_testPau Espin Pedrol1-14/+5
2020-09-09msc: Introduce tests to verify BSSAP and MGCP handling with IPv6Pau Espin Pedrol1-6/+86
2020-08-25msc: add TC_paging_response_[it]msi_unknownNeels Hofmeyr1-0/+46
2020-08-25msc: add TC_cmserv_tmsi_unknown()Neels Hofmeyr1-0/+38
2020-08-25msc: add TC_attached_imsi_lu_unknown_tmsi()Neels Hofmeyr1-0/+89
2020-08-20msc: Fix repeated execution of TC_sgsap_unsol_ud()Harald Welte1-7/+14
2020-08-20msc: Make TC_lu_and_mo_call_sccp_tiar_timeout() more reliableHarald Welte1-1/+4
2020-08-19msc: fix log typo in f_tc_cmserv_imsi_unknown()Neels Hofmeyr1-1/+1
2020-08-19msc: Expect CommonID from MSC by defaultHarald Welte1-0/+5
2020-08-18msc: Use random chosen unused local TCP port number for SMPP clientHarald Welte1-1/+1
2020-07-08msc: verify conn and VLR cell id in most testsNeels Hofmeyr1-24/+29
2020-06-14move type RAN_Configurations to RAN_Adapter.ttcnppNeels Hofmeyr1-1/+0
2020-05-18library/IPA: split t_ASP_IPA_EVT_UD into send / receive templatesVadim Yanitskiy1-1/+1
2020-05-11msc: add tests for SMS and voice call while PagingNeels Hofmeyr1-1/+111
2020-01-20MSC: add a test case to check T3212 expiration during pagingVadim Yanitskiy1-0/+39
2020-01-15MSC/SMPP: fix RP-ACK expectations in TC_smpp_mo_smsVadim Yanitskiy1-2/+6
2020-01-15MSC/SMPP: introduce TC_smpp_mo_sms_rp_error for OS#4351Vadim Yanitskiy1-0/+45
2020-01-15MSC/SMS-over-GSUP: cosmetic: use a single log() call to print received PDUVadim Yanitskiy1-4/+2
2020-01-15MSC: fix coding style in f_tc_lu_and_mt_sms_paging_and_nothing()Vadim Yanitskiy1-12/+11
2020-01-12msc: Introduce test TC_(iu_)chan_rel_sccp_tiar_timeoutPau Espin Pedrol1-0/+47
2020-01-10MSC: add test cases for concurrent MO/MT SS/USSD transactionsVadim Yanitskiy1-0/+41
2020-01-10MSC: f_ran_register_imsi(): allow passing omit as TMSIVadim Yanitskiy1-60/+11
2020-01-10MSC/Iu: fix SS/USSD tests: pass g_pars.tmsi to f_ran_register_imsi()Vadim Yanitskiy1-4/+4
2020-01-07MSC/GSUP: make session ID for MT SS/USSD configurableVadim Yanitskiy1-7/+8
2020-01-04MSC_Tests.ttcn: introduce TC_mm_id_resp_no_identityVadim Yanitskiy1-0/+38
2020-01-03MSC_Tests.ttcn: fix: verify the contents of SM-RP-DA/OA for MO/MT SMSVadim Yanitskiy1-8/+18
2020-01-03library/GSUP_Types.ttcn: fix MSISDN / SMSC coding in SM-RP-OA/DAVadim Yanitskiy1-2/+4
2020-01-03MSC/BSC_ConnectionHandler: only keep SMSC address in SmsParametersRpVadim Yanitskiy1-1/+1
2020-01-01msc: Introduce test TC_lu_imsi_timeout_tmsi_reallocPau Espin Pedrol1-0/+56
2019-12-17msc: Remove trailing whitespacePau Espin Pedrol1-1/+1
2019-12-12msc: expect only one Paging on GERANNeels Hofmeyr1-2/+28
2019-12-12msc: fix 2 Iu tests: use f_mm_common() instead of f_mm_auth()Neels Hofmeyr1-2/+2
2019-11-23msc: add f_tc_invalid_mgcp_crashNeels Hofmeyr1-0/+24
2019-11-23msc: add and fix Iu mt callNeels Hofmeyr1-1/+1
2019-11-23msc: overhaul voice call testingNeels Hofmeyr1-206/+30
2019-11-04improve/fix f_tc_mo_setup_dtmf_dupNeels Hofmeyr1-0/+2
2019-10-04MSC_Tests.ttcn: fix race condition in f_tc_proc_ss_paging_fail()Vadim Yanitskiy1-2/+3
2019-09-28msc: add f_tc_lu_and_mt_sms_paging_repeatedAlexander Couzens1-0/+43
2019-09-24MSC_Tests: Expect SGsAP-SERVICE-ABORT-REQUEST on paging timeoutPhilipp Maier1-3/+21
2019-09-24Cosmetic: Fix commentPhilipp Maier1-3/+3
2019-08-18MSC_Tests: do not send an SGsAP-MO-CSFB-INDICATION when testing MT-CallPhilipp Maier1-3/+0
2019-07-23msc: check IMEI: move reject LU into new functionOliver Smith1-48/+4
2019-07-23msc: use f_expect_clear() in check IMEI testsOliver Smith1-2/+6
2019-07-12msc: add check IMEI testsOliver Smith1-1/+300
2019-07-10L3_Templates: add enum CmIdentityTypeOliver Smith1-1/+1