1. 328d166 MSC_Tests: Add testcase TC_cr_before_reset by Philipp Maier · 6 years ago
  2. 1b3c6e3 msc: add TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug (OS#2947) by Neels Hofmeyr · 6 years ago
  3. 29b8da0 msc: add TC_lu_imsi_auth_tmsi_encr_3_1_no_cm by Neels Hofmeyr · 6 years ago
  4. 9adaa70 msc: cosmetic: pass BSC_ConnHdlrPars to f_start_handler() as argument by Neels Hofmeyr · 6 years ago
  5. c1f105a msc: cosmetic: f_perform_lu() / pars: move send_early_cm to BSC_ConnHdlrPars by Neels Hofmeyr · 6 years ago
  6. e9b8eeb msc: cosmetic: f_start_handler(): drop the id arg, use testcasename() by Neels Hofmeyr · 6 years ago
  7. df27725 IPA_Emulation: Make dependencies to RSL/MGCP/SCCP/GSUP conditional by Harald Welte · 6 years ago
  8. 872ce17 move f_vty_config() from MSC_Tests to Osmocom_VTY_Functions by Harald Welte · 6 years ago
  9. 158a7ca Add L3_Common for shared L3 functions between MSC and SGSN testing by Harald Welte · 6 years ago
  10. e5695f5 msc: move f_gen_{imei,imsi,msisdn} to L3_Templates.ttcn by Harald Welte · 6 years ago
  11. 90829d6 MSC_Tests: Set verdicts from inconc to fail by Daniel Willmann · 6 years ago
  12. 5868e62 MSC_Tests.f_tc_mo_crcx_ran_reject(): Send release complete to release by Daniel Willmann · 6 years ago
  13. 92f6627 BSSMAP_Emulation: Parameter to skip seq no patching by Daniel Willmann · 6 years ago
  14. 8b08437 MSC_Tests: Add CC sequence no. test with DTMF by Daniel Willmann · 6 years ago
  15. e057146 re-organize configuration files; add tcpdump integration by Harald Welte · 6 years ago
  16. a4ca446 WIP: Prepare MSC_Tests for ability to emulate two BSCs by Harald Welte · 6 years ago
  17. 33ec09b msc: Mobile Terminated Voice Call test by Harald Welte · 6 years ago
  18. 0bef21e msc: Add Emergency call to f_mo_call() and use it from TC_emerg_call_imsi by Harald Welte · 6 years ago
  19. 081b19a msc: Unify channel establishment for CM SERV REQ + PAGING by Harald Welte · 6 years ago
  20. 4bd9955 MSC_Tests: Make imsi suffix for f_start_handler unique per test by Daniel Willmann · 6 years ago
  21. 6367d7b Don't symlink non-existent file by Max · 6 years ago
  22. aa54cf8 msc: Disable t310 test for now (seems to never terminate on TITAN 6.1.0) by Harald Welte · 6 years ago
  23. 9de8479 msc: Cipher mode negotiation test by Harald Welte · 6 years ago
  24. de37149 msc: Introduce BSC_ConnHdlrNetworkPars by Harald Welte · 6 years ago
  25. 6126fb0 msc: Make MGW ip/port parameters configurable as module parameters by Harald Welte · 6 years ago
  26. 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]
  27. 89a3249 msc: Make TC_lu_clear_request tolerant to double ClearCommand from MSC by Harald Welte · 6 years ago
  28. 167458a msc: Add TC_gsup_cancel testing GSUP Location Cancel by Harald Welte · 6 years ago
  29. d2328a2 msc: Enable all test cases in control section by Harald Welte · 6 years ago
  30. f466eb4 msc: Fastert timeout in TC_cl3_{rnd,no}_payload by Harald Welte · 6 years ago
  31. 1ddc716 msc: Introduce shared f_expect_clear() by Harald Welte · 6 years ago
  32. ad2952e msc: Accept optional f_init_handler() argument for Tguard by Harald Welte · 6 years ago
  33. ec6e5b4 msc: Add missing 'repeat' in TC_mo_crcx_ran_reject by Harald Welte · 6 years ago
  34. a10db90 msc: Add global g_Tguard timer to make sure BSC_ConnHdlr terminates by Harald Welte · 6 years ago
  35. fa03ecb msc: Don't explicitly enable TMSI allocation by Harald Welte · 6 years ago
  36. 7ec4fa8 msc: Fix TC_lu_tmsi_noauth_unknown by Harald Welte · 6 years ago
  37. 4f9cdb8 msc: Fix TC_cmserv_imsi_unknown by Harald Welte · 6 years ago
  38. 812f7a4 WIP: msc: First test case for mobile terminated call testing by Harald Welte · 6 years ago
  39. 1852a84 msc: Ensure all MO call related tests are in control section by Harald Welte · 6 years ago
  40. 946a538 msc: Add missing timer start in MO call related tests by Harald Welte · 6 years ago
  41. 0cc82d9 msc: Add TC_mo_crcx_ran_reject by Harald Welte · 6 years ago
  42. 3ab8800 msc: Add TC_mo_crcx_ran_timeout by Harald Welte · 6 years ago
  43. 12510c5 msc: Add TC_mo_setup_and_nothing (MO SETUP with no follow-up) by Harald Welte · 6 years ago
  44. 116e433 msc: Add TC_establish_and_nothing by Harald Welte · 6 years ago
  45. 4017d55 msc: Make TC_lu_and_mo_call succeed with osmo-mg enabled osmo-msc by Harald Welte · 6 years ago
  46. b71901a msc: Rewrite TC_lu_and_mo_call() to be more modular by Harald Welte · 6 years ago
  47. 148a708 msc: Move auth/ciph handling in shared f_mm_common() by Harald Welte · 6 years ago
  48. c2461d6 msc: Move f_sleep() to common Osmocom_Types.ttcn by Harald Welte · 6 years ago
  49. 1623e6e msc: Make use of MGCP_Emulation in f_tc_lu_and_mo_call by Harald Welte · 6 years ago
  50. 4aa970c msc: Start to integrate MGCP_Emulation component by Harald Welte · 6 years ago
  51. 1af6ea8 msc: New TC_cl3_rnd_payload / TC_cl3_no_payload for COMPLETE L3 by Harald Welte · 6 years ago
  52. b14c77a msc: move default (auth=off, tmsi=on, encry=off) vty commands to f_init() by Harald Welte · 6 years ago
  53. 1611428 msc: TC_lu_imsi_auth_tmsi_encr_13_13 by Harald Welte · 6 years ago
  54. c638f4d msc: TC_lu_auth_2G_fail: Test auth failure in 2G auth by Harald Welte · 6 years ago
  55. 0195ab1 msc: Add TC_cm_reest_req_reject: Expect CM RE-EST REQ to be rejected by Harald Welte · 6 years ago
  56. f6b62ee msc: Wait for proper BSSAP connection clear after CM SERV REJ by Harald Welte · 6 years ago
  57. 6ed6bf9 MSC_Tests: Use enum instead of magic numbers for CM_SERVICE_TYPE by Harald Welte · 6 years ago
  58. 81b7f9d msc: Fix generation of IMSI/IMEI/MSISDN by Harald Welte · 6 years ago
  59. 3ca1c90 MSC: Use VTY to enable/disable authentication + TMSI allocation by Harald Welte · 6 years ago
  60. d5b9140 msc: Cosmetic (fix comment) by Harald Welte · 6 years ago
  61. 256571e MSC_Tests: Proper treatment of IMEI + TMSI by Harald Welte · 6 years ago
  62. e1a2f3c msc: Add all test cases to control section by Harald Welte · 6 years ago
  63. 66af9e6 msc: Add TC_lu_disconnect: Start LU, then do a hard SCCP disconnect by Harald Welte · 6 years ago
  64. 45164da MSC_Tests: More CM SERVICE REQ and EMERGENCY CALL related tests by Harald Welte · 6 years ago
  65. ba7b6d9 msc: Add test case for LU with MI=IMEI (which is illegal) by Harald Welte · 6 years ago
  66. bc88178 msc: Test closing BSSAP connection of LU by ClearCommand by Harald Welte · 6 years ago
  67. 071ed73 msc: Add tests for HLR SAI timeout and HLR SAI error by Harald Welte · 6 years ago
  68. cf66d5a msc_tests: Randomly generate Auth Vector (rather than hard-coded value) by Harald Welte · 6 years ago
  69. 7b1b281 MSC: Add test for LU with 2G authentication by Harald Welte · 6 years ago
  70. 2bb825f WIP: MSC: Add MO call testing by Harald Welte · 6 years ago
  71. 701b574 Use Osmocom-patched UNIX_DOMAIN_SOCKETasp for SEQPACKET support by Harald Welte · 6 years ago
  72. 8a121b3 msc: make sending of early classmark optional by Harald Welte · 6 years ago
  73. ef9fa87 msc: Prepare authentication support by Harald Welte · 6 years ago
  74. 8260057 msc: Store CM2/CM3 in g_pars, so it can be modified by Harald Welte · 6 years ago
  75. 5c2622c MSC_Tests: Implement early classmark sending in LU by Harald Welte · 6 years ago
  76. 71b6933 BSSMAP_Emulation: Introduce new MSC_CONN_PRIM_CONF_IND by Harald Welte · 6 years ago
  77. e5bd1ae msc: Add missing MSC_Tests.cfg file by Harald Welte · 6 years ago
  78. a49e36e MSC_Tests: Integrate MNCC, GSUP, BSSAP connection handler, ... by Harald Welte · 6 years ago
  79. 474fd7d Add a MNCC Socket implementation for TTCN-3 by Harald Welte · 7 years ago
  80. 20a58c6 generalize shared code from regen_makefile.sh into shared helper script by Harald Welte · 7 years ago
  81. 9fbe93f regen_makefile.sh: Fix TITAN 6.1.0 support by Harald Welte · 7 years ago
  82. 6807982 Makefile: clone dependencies into 'deps' folder by Harald Welte · 7 years ago
  83. 140714d regen_makefile.sh: Add Regex's for TITAN 6.3.0 by Harald Welte · 7 years ago
  84. f6dd64d msc_tests: Initial skeleton for osmo-msc testing over SCCP/M3UA by Harald Welte · 7 years ago