1. 0e392dd MSC_Tests.ttcn: introduce TC_lu_and_ss_session_timeout by Vadim Yanitskiy · 6 years ago
  2. 26d57be support odd-length calling MSISDN in MSC tests by Stefan Sperling · 6 years ago
  3. 109e6aa MSC_Tests: Extend timeout in TC_mo_setup_and_nothing by Philipp Maier · 6 years ago
  4. 52918e5 MSC_Tests: Reply to Classmark Req in TC_lu_imsi_auth_tmsi_encr_3_1_no_cm by Daniel Willmann · 6 years ago
  5. e801896 MSC_Tests: Reliably pass TC_cr_before_reset by Daniel Willmann · 6 years ago
  6. 05e87f2 fix expectations of TC_lu_imsi_reject and TC_lu_imsi_timeout_gsup by Stefan Sperling · 6 years ago
  7. 42d1d5b Call f_bssap_start in TC_cr_before_reset by Daniel Willmann · 6 years ago
  8. 2daf52d msc/USSD: introduce TC_lu_and_mo_ussd_mo_release by Vadim Yanitskiy · 6 years ago
  9. 13e4a27 msc/USSD: add test cases with network-initiaded SS/USSD by Vadim Yanitskiy · 6 years ago
  10. 747689e msc/USSD: expect and reply SS/USSD messages over GSUP by Vadim Yanitskiy · 6 years ago
  11. ce8cc37 msc/USSD: introduce common GSUP/DTAP matching functions by Vadim Yanitskiy · 6 years ago
  12. aa14a38 msc: Fix random error of TC_cl3_rnd_payload by Daniel Willmann · 6 years ago
  13. c307e68 introduce a TTCN3 test suite for SCCP by Stefan Sperling · 6 years ago
  14. 9b0235b Reply to wildcard ep in CRCX with a concrete endpoint by Daniel Willmann · 6 years ago
  15. afce866 Stop tests after failures by Daniel Willmann · 6 years ago
  16. 692c9ee msc: add TC_mo_cc_bssmap_clear to catch OS#3062 by Neels Hofmeyr · 6 years ago
  17. 04fc4bc check for osmo-msc crash upon overlong IMSI by Stefan Sperling · 6 years ago
  18. 2a978b9 msc/USSD: use more informative names for test cases by Vadim Yanitskiy · 6 years ago
  19. da5a405 msc/USSD: drop the TC_lu_and_ussd_wrong_code test case by Vadim Yanitskiy · 6 years ago
  20. 0aaf48d msc/USSD: test USSD-request during an active call by Vadim Yanitskiy · 6 years ago
  21. b9d09f9 msc/USSD: add unknown request code testcase by Vadim Yanitskiy · 6 years ago
  22. 7d1f918 msc/USSD: add single *#100# request testcase by Vadim Yanitskiy · 6 years ago
  23. d5833a8 BSSAP_Adapter: Split f_bssap_start() from f_bssap_init() by Harald Welte · 6 years ago
  24. 898a7e0 MSC_Tests: Extend timeout waiting for Clear Cmd in TC_establish_and_nothing by Daniel Willmann · 6 years ago
  25. defd948 MSC_Tests: fix iterator in f_init() by Philipp Maier · 6 years ago
  26. f640a01 msc: Add SMPP tests for MO + MT SMS by Harald Welte · 6 years ago
  27. c6e06f7 MSC_Tests: fix TC_mo_crcx_ran_reject by Philipp Maier · 6 years ago
  28. f45efeb msc: Initial SMS testing (MO + MT SMS, successful case, no SMPP) by Harald Welte · 6 years ago
  29. b9e86fa msc: generate mobile identity inside f_establish_fully() by Harald Welte · 6 years ago
  30. 2b326fa fix MSC.TC_lu_clear_request: allow LU Reject, forbid 2nd Clear Cmd by Neels Hofmeyr · 6 years ago
  31. 7593298 MSC_Tests: Add support for multiple BSC by Philipp Maier · 6 years ago
  32. 458fd37 don't use setverdict(inconc) anymore. Use 'fail' at all times by Harald Welte · 6 years ago
  33. 2a98a73 MSC_Tests: Test what happens when the DLCX is dropped by Philipp Maier · 6 years ago
  34. 5946b33 msc: wait for clear-command/complete/sccp-release by Harald Welte · 6 years ago
  35. bdb3c45 msc: Fix TC_cl3_{no,rnd}_payload by Harald Welte · 6 years ago
  36. edbab81 MSC_Tests: Fix to use 2-digit MNC by Harald Welte · 6 years ago
  37. 94f3f1b MSC_Tests: Test SCCP clearing on release timeout by Philipp Maier · 6 years ago
  38. f1e02bb MSC_Tests: Support wildcarded endpoints (follow up) by Philipp Maier · 6 years ago
  39. 4b2692d MSC_Tests: Support wildcarded endpoints by Philipp Maier · 6 years ago
  40. 8e58f59 MSC_Tests: Respond to BSSMAP release by Philipp Maier · 6 years ago
  41. 328d166 MSC_Tests: Add testcase TC_cr_before_reset by Philipp Maier · 6 years ago
  42. 1b3c6e3 msc: add TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug (OS#2947) by Neels Hofmeyr · 6 years ago
  43. 29b8da0 msc: add TC_lu_imsi_auth_tmsi_encr_3_1_no_cm by Neels Hofmeyr · 6 years ago
  44. 9adaa70 msc: cosmetic: pass BSC_ConnHdlrPars to f_start_handler() as argument by Neels Hofmeyr · 6 years ago
  45. c1f105a msc: cosmetic: f_perform_lu() / pars: move send_early_cm to BSC_ConnHdlrPars by Neels Hofmeyr · 6 years ago
  46. e9b8eeb msc: cosmetic: f_start_handler(): drop the id arg, use testcasename() by Neels Hofmeyr · 6 years ago
  47. 872ce17 move f_vty_config() from MSC_Tests to Osmocom_VTY_Functions by Harald Welte · 6 years ago
  48. 158a7ca Add L3_Common for shared L3 functions between MSC and SGSN testing by Harald Welte · 6 years ago
  49. e5695f5 msc: move f_gen_{imei,imsi,msisdn} to L3_Templates.ttcn by Harald Welte · 6 years ago
  50. 90829d6 MSC_Tests: Set verdicts from inconc to fail by Daniel Willmann · 6 years ago
  51. 5868e62 MSC_Tests.f_tc_mo_crcx_ran_reject(): Send release complete to release by Daniel Willmann · 6 years ago
  52. 8b08437 MSC_Tests: Add CC sequence no. test with DTMF by Daniel Willmann · 6 years ago
  53. a4ca446 WIP: Prepare MSC_Tests for ability to emulate two BSCs by Harald Welte · 6 years ago
  54. 33ec09b msc: Mobile Terminated Voice Call test by Harald Welte · 6 years ago
  55. 0bef21e msc: Add Emergency call to f_mo_call() and use it from TC_emerg_call_imsi by Harald Welte · 6 years ago
  56. 081b19a msc: Unify channel establishment for CM SERV REQ + PAGING by Harald Welte · 6 years ago
  57. 4bd9955 MSC_Tests: Make imsi suffix for f_start_handler unique per test by Daniel Willmann · 6 years ago
  58. aa54cf8 msc: Disable t310 test for now (seems to never terminate on TITAN 6.1.0) by Harald Welte · 6 years ago
  59. 9de8479 msc: Cipher mode negotiation test by Harald Welte · 6 years ago
  60. de37149 msc: Introduce BSC_ConnHdlrNetworkPars by Harald Welte · 6 years ago
  61. 6126fb0 msc: Make MGW ip/port parameters configurable as module parameters by Harald Welte · 6 years ago
  62. 3c68a54 msc: rename sub-directory from msc_tests to msc (to be in line with bsc, etc.) by Harald Welte · 6 years ago[Renamed from msc_tests/MSC_Tests.ttcn]
  63. 89a3249 msc: Make TC_lu_clear_request tolerant to double ClearCommand from MSC by Harald Welte · 6 years ago
  64. 167458a msc: Add TC_gsup_cancel testing GSUP Location Cancel by Harald Welte · 6 years ago
  65. d2328a2 msc: Enable all test cases in control section by Harald Welte · 6 years ago
  66. f466eb4 msc: Fastert timeout in TC_cl3_{rnd,no}_payload by Harald Welte · 6 years ago
  67. 1ddc716 msc: Introduce shared f_expect_clear() by Harald Welte · 6 years ago
  68. ad2952e msc: Accept optional f_init_handler() argument for Tguard by Harald Welte · 6 years ago
  69. ec6e5b4 msc: Add missing 'repeat' in TC_mo_crcx_ran_reject by Harald Welte · 6 years ago
  70. a10db90 msc: Add global g_Tguard timer to make sure BSC_ConnHdlr terminates by Harald Welte · 6 years ago
  71. fa03ecb msc: Don't explicitly enable TMSI allocation by Harald Welte · 6 years ago
  72. 7ec4fa8 msc: Fix TC_lu_tmsi_noauth_unknown by Harald Welte · 6 years ago
  73. 4f9cdb8 msc: Fix TC_cmserv_imsi_unknown by Harald Welte · 6 years ago
  74. 812f7a4 WIP: msc: First test case for mobile terminated call testing by Harald Welte · 6 years ago
  75. 1852a84 msc: Ensure all MO call related tests are in control section by Harald Welte · 6 years ago
  76. 946a538 msc: Add missing timer start in MO call related tests by Harald Welte · 6 years ago
  77. 0cc82d9 msc: Add TC_mo_crcx_ran_reject by Harald Welte · 6 years ago
  78. 3ab8800 msc: Add TC_mo_crcx_ran_timeout by Harald Welte · 6 years ago
  79. 12510c5 msc: Add TC_mo_setup_and_nothing (MO SETUP with no follow-up) by Harald Welte · 6 years ago
  80. 116e433 msc: Add TC_establish_and_nothing by Harald Welte · 6 years ago
  81. 4017d55 msc: Make TC_lu_and_mo_call succeed with osmo-mg enabled osmo-msc by Harald Welte · 6 years ago
  82. b71901a msc: Rewrite TC_lu_and_mo_call() to be more modular by Harald Welte · 6 years ago
  83. 148a708 msc: Move auth/ciph handling in shared f_mm_common() by Harald Welte · 6 years ago
  84. c2461d6 msc: Move f_sleep() to common Osmocom_Types.ttcn by Harald Welte · 6 years ago
  85. 1623e6e msc: Make use of MGCP_Emulation in f_tc_lu_and_mo_call by Harald Welte · 6 years ago
  86. 4aa970c msc: Start to integrate MGCP_Emulation component by Harald Welte · 6 years ago
  87. 1af6ea8 msc: New TC_cl3_rnd_payload / TC_cl3_no_payload for COMPLETE L3 by Harald Welte · 6 years ago
  88. b14c77a msc: move default (auth=off, tmsi=on, encry=off) vty commands to f_init() by Harald Welte · 6 years ago
  89. 1611428 msc: TC_lu_imsi_auth_tmsi_encr_13_13 by Harald Welte · 6 years ago
  90. c638f4d msc: TC_lu_auth_2G_fail: Test auth failure in 2G auth by Harald Welte · 6 years ago
  91. 0195ab1 msc: Add TC_cm_reest_req_reject: Expect CM RE-EST REQ to be rejected by Harald Welte · 6 years ago
  92. f6b62ee msc: Wait for proper BSSAP connection clear after CM SERV REJ by Harald Welte · 6 years ago
  93. 6ed6bf9 MSC_Tests: Use enum instead of magic numbers for CM_SERVICE_TYPE by Harald Welte · 6 years ago
  94. 81b7f9d msc: Fix generation of IMSI/IMEI/MSISDN by Harald Welte · 6 years ago
  95. 3ca1c90 MSC: Use VTY to enable/disable authentication + TMSI allocation by Harald Welte · 6 years ago
  96. d5b9140 msc: Cosmetic (fix comment) by Harald Welte · 6 years ago
  97. 256571e MSC_Tests: Proper treatment of IMEI + TMSI by Harald Welte · 6 years ago
  98. e1a2f3c msc: Add all test cases to control section by Harald Welte · 6 years ago
  99. 66af9e6 msc: Add TC_lu_disconnect: Start LU, then do a hard SCCP disconnect by Harald Welte · 6 years ago
  100. 45164da MSC_Tests: More CM SERVICE REQ and EMERGENCY CALL related tests by Harald Welte · 6 years ago