aboutsummaryrefslogtreecommitdiffstats
path: root/msc
AgeCommit message (Expand)AuthorFilesLines
2020-10-01update expected resultsNeels Hofmeyr1-1/+14
2020-09-16msc: Validate RTP addr+port passed from MNCC to MGCP MDCXPau Espin Pedrol1-7/+21
2020-09-16mncc: Support IPv6 addresses (new version mncc 7)Pau Espin Pedrol2-6/+33
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 Pedrol2-11/+91
2020-09-07msc: Fix wrong mgcp conn expected in several placesPau Espin Pedrol1-10/+10
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 Welte2-2/+23
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 Hofmeyr2-26/+135
2020-06-14move type RAN_Configurations to RAN_Adapter.ttcnppNeels Hofmeyr1-1/+0
2020-05-19update expected resultsNeels Hofmeyr1-49/+26
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 Hofmeyr3-8/+139
2020-04-29Split templates in RLCMAC_{CSN1_}Types into their own _Templates filePau Espin Pedrol1-1/+1
2020-04-28pcu: Introduce test TC_mo_ping_pong_with_ul_racapPau Espin Pedrol1-1/+1
2020-03-28library/GSM_RR_Types: do not duplicate Mobile Identity recordsVadim Yanitskiy1-2/+2
2020-01-20MSC: add a test case to check T3212 expiration during pagingVadim Yanitskiy3-0/+50
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 Yanitskiy2-0/+46
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-13MSC/Iu: fixup: start 16 BSC_ConnHdlr components in parallelVadim Yanitskiy1-3/+3
2020-01-12msc: Introduce test TC_(iu_)chan_rel_sccp_tiar_timeoutPau Espin Pedrol3-0/+64
2020-01-10MSC: add test cases for concurrent MO/MT SS/USSD transactionsVadim Yanitskiy3-0/+87
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/Iu: add missing SS/USSD test cases from MSC_Tests.ttcnVadim Yanitskiy2-0/+52
2020-01-07MSC/GSUP: make session ID for MT SS/USSD configurableVadim Yanitskiy2-7/+9
2020-01-05MSC: fix SM-RP-OA (SMSC Address) expectations for MT SMSVadim Yanitskiy1-2/+3
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 Yanitskiy2-9/+19
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 Yanitskiy2-6/+16
2020-01-01msc: Introduce test TC_lu_imsi_timeout_tmsi_reallocPau Espin Pedrol4-2/+78
2019-12-17msc: Remove trailing whitespacePau Espin Pedrol2-3/+1
2019-12-12msc: expect only one Paging on GERANNeels Hofmeyr1-2/+28
2019-12-12msc: Iu: fix missing 'ran_is_geran := false' for TC_iu_lu_and_mt_sms_paging_r...Neels Hofmeyr1-1/+1
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 Hofmeyr2-0/+40
2019-11-23msc: log tweaks for call / call hangupNeels Hofmeyr1-2/+5
2019-11-23msc: add and fix Iu mt callNeels Hofmeyr3-11/+88
2019-11-23msc: fix Iu mo callNeels Hofmeyr1-30/+47
2019-11-23msc: overhaul voice call testingNeels Hofmeyr2-334/+278