1. c1f937a msc: f_mm_auth(): Add support for UMTS AKA by Harald Welte · 5 years ago
  2. f9abf8d MSC_Tests: Allow test cases to specify RAN index by Harald Welte · 5 years ago
  3. a89fecf f_perform_lu(): Use f_expect_clear(), reduce code duplication by Harald Welte · 5 years ago
  4. e035e3e Add f_expect_paging() rather than using tr_BSSMAP_Paging directly by Harald Welte · 5 years ago
  5. 6811d10 Rename BSSMAP_Emulation -> RAN_Emulation by Harald Welte · 5 years ago
  6. 408a7ef BSC_ConnectionHandler: Define SDP template for CN-side CRCX by Harald Welte · 5 years ago
  7. 1623774 msc: expect only one Paging on failed MT SMS by Neels Hofmeyr · 5 years ago
  8. 8256ed2 msc: clear the failed SMS when a test is done by Neels Hofmeyr · 5 years ago
  9. 628c005 MSC_Tests: Add testcase to simulate VLR/HLR failure (SGsAP) by Philipp Maier · 5 years ago
  10. c09a131 MSC_Tests: allow disabeling GSUP by Philipp Maier · 5 years ago
  11. d08e7e7 MSC_Tests: fix TC_sgsap_expl_imsi_det_noneps by Philipp Maier · 5 years ago
  12. fc19f17 MSC_Tests: add testcase TC_sgsap_impl_imsi_det_eps by Philipp Maier · 5 years ago
  13. 5d81270 MSC_Tests: add testcase TC_sgsap_impl_imsi_det_noneps by Philipp Maier · 5 years ago
  14. 948747b MSC_Tests: add function to check if a subscriber is in VLR by Philipp Maier · 5 years ago
  15. b0f8234 msc: f_tc_sgsap_mt_sms_and_nothing: also do f_sgsap_bssmap_screening by Neels Hofmeyr · 5 years ago
  16. bb825c9 msc: TC_lu_disconnect: add final delay to fix spurious failure by Neels Hofmeyr · 5 years ago
  17. 59e0c6f msc: for mo and mt call, interleave MGCP and Assignment by Neels Hofmeyr · 5 years ago
  18. 0f7429a msc: TC_gsup_cancel: end with f_expect_clear() to avoid broken pipe by Neels Hofmeyr · 5 years ago
  19. 82fd04b msc: add codec to all Assignment Complete messages by Neels Hofmeyr · 5 years ago
  20. c0b520d msc: f_tc_sgsap_reset: add final delay to fix spurious failure by Neels Hofmeyr · 5 years ago
  21. 6aaeccf msc: move sms sending to BSC_ConnHdlr and send from within test flow by Neels Hofmeyr · 5 years ago
  22. 6b468a4 msc: as_clear_cmd_compl_disc: log unexpected message by Neels Hofmeyr · 5 years ago
  23. de76f05 msc: add as_optional_cc_rel to ignore CC REL during call abort tests by Neels Hofmeyr · 5 years ago
  24. 43d36b9 msc: update expected results by Harald Welte · 5 years ago
  25. 4c422b7 MSC: Verify CSFB INDICATOR is present in CLEAR COMMAND by Harald Welte · 5 years ago
  26. 8e07a4a MSC_Tests: Make sure only sgsap related tests use the SGs interface by Philipp Maier · 5 years ago
  27. db7fb8d MSC_Tests: run TC_gsup_mt_multi_part_sms late by Philipp Maier · 5 years ago
  28. 4ec4e60 MSC_Tests: make sure SGs tests don't interfere by Philipp Maier · 5 years ago
  29. 5ac49cc MSC_Tests.ttcn: introduce TC_gsup_mo_mt_sms_rp_mr by Vadim Yanitskiy · 5 years ago
  30. be1ff4b MSC_Tests.ttcn: introduce TC_gsup_mt_sms_rp_mr by Vadim Yanitskiy · 5 years ago
  31. 2caf349 update expected results by Neels Hofmeyr · 5 years ago
  32. a99ad26 MSC_Tests: individual IMSI for TC_lu_and_mt_sms_paging_and_nothing by Philipp Maier · 5 years ago
  33. 3983e70 MSC_Test: Test what happens when Paging for SMS is unanswered by Philipp Maier · 6 years ago
  34. 1cd11a0 MSC_Tests.ttcn: introduce TC_gsup_mt_multi_part_sms by Vadim Yanitskiy · 6 years ago
  35. d7b37ab MSC_Tests.ttcn: introduce TC_gsup_mt_sms_{ack|err} by Vadim Yanitskiy · 6 years ago
  36. 5786548 MSC_Tests: make sgsap interface optional by Philipp Maier · 6 years ago
  37. 4263c52 WIP: MSC_Tests: Add SGs testcases by Harald Welte · 6 years ago
  38. 9cc019a MSC_Tests.ttcn: introduce TC_gsup_mo_smma for MO SMMA over GSUP by Vadim Yanitskiy · 6 years ago
  39. 103d09f MSC_Tests.ttcn: introduce TC_gsup_mo_sms for MO SMS over GSUP by Vadim Yanitskiy · 6 years ago
  40. 9b690e4 MSC_ConnectionHandler: Optionally check MM Info by Philipp Maier · 6 years ago
  41. c620b35 wait for subscriber conn in TC_cipher_complete_with_invalid_cipher by Stefan Sperling · 6 years ago
  42. c39a9d8 BSC_ConnectionHandler: make VTY interface available by Philipp Maier · 6 years ago
  43. aeb29a8 BSC_ConnectionHandler: introduce ctrl interface by Philipp Maier · 6 years ago
  44. 89eb1f3 add MSC test for an invalid CIPHER MODE COMPLETE command by Stefan Sperling · 6 years ago
  45. 7dbe990 MSC: match default expectation with config by Max · 6 years ago
  46. 36d28dd MSC_Tests.ttcn: correct VTY command in TC_lu_and_ss_session_timeout by Vadim Yanitskiy · 6 years ago
  47. 5631852 BSC_ConnectionHandler.ttcn: introduce f_mt_sms_send_rp_error() by Vadim Yanitskiy · 6 years ago
  48. 2159acb BSC_ConnectionHandler.ttcn: split up f_mt_sms() into two functions by Vadim Yanitskiy · 6 years ago
  49. d4cc150 BSC_ConnectionHandler.ttcn: split up f_mo_sms() into two functions by Vadim Yanitskiy · 6 years ago
  50. 0e392dd MSC_Tests.ttcn: introduce TC_lu_and_ss_session_timeout by Vadim Yanitskiy · 6 years ago
  51. 26d57be support odd-length calling MSISDN in MSC tests by Stefan Sperling · 6 years ago
  52. d930474 Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handling by Daniel Willmann · 6 years ago
  53. 109e6aa MSC_Tests: Extend timeout in TC_mo_setup_and_nothing by Philipp Maier · 6 years ago
  54. 1831443 Add SGsAP_Templates for SGsAP on the MME<->MSC interface by Harald Welte · 6 years ago
  55. bd0ef93 bsc: inter-BSC HO: add TC_ho_out_of_this_bsc, TC_ho_into_this_bsc by Neels Hofmeyr · 6 years ago
  56. 6b3e4ab ensure well-formed config files by Harald Welte · 6 years ago
  57. 52918e5 MSC_Tests: Reply to Classmark Req in TC_lu_imsi_auth_tmsi_encr_3_1_no_cm by Daniel Willmann · 6 years ago
  58. 873ae20 update expected results by Neels Hofmeyr · 6 years ago
  59. e801896 MSC_Tests: Reliably pass TC_cr_before_reset by Daniel Willmann · 6 years ago
  60. 05e87f2 fix expectations of TC_lu_imsi_reject and TC_lu_imsi_timeout_gsup by Stefan Sperling · 6 years ago
  61. b409ff2 move USSD_Helpers.ttcn to library by Harald Welte · 6 years ago
  62. 42d1d5b Call f_bssap_start in TC_cr_before_reset by Daniel Willmann · 6 years ago
  63. 2daf52d msc/USSD: introduce TC_lu_and_mo_ussd_mo_release by Vadim Yanitskiy · 6 years ago
  64. 13e4a27 msc/USSD: add test cases with network-initiaded SS/USSD by Vadim Yanitskiy · 6 years ago
  65. 747689e msc/USSD: expect and reply SS/USSD messages over GSUP by Vadim Yanitskiy · 6 years ago
  66. ce8cc37 msc/USSD: introduce common GSUP/DTAP matching functions by Vadim Yanitskiy · 6 years ago
  67. 23b4597 detect VTY TELNET port connection failures (attempt #2) by Stefan Sperling · 6 years ago
  68. bf3cf5c Revert "detect VTY TELNET port connection failures in TTCN3 tests" by Neels Hofmeyr · 6 years ago
  69. cb111b2 detect VTY TELNET port connection failures in TTCN3 tests by Stefan Sperling · 6 years ago
  70. aa14a38 msc: Fix random error of TC_cl3_rnd_payload by Daniel Willmann · 6 years ago
  71. c307e68 introduce a TTCN3 test suite for SCCP by Stefan Sperling · 6 years ago
  72. 9b0235b Reply to wildcard ep in CRCX with a concrete endpoint by Daniel Willmann · 6 years ago
  73. afce866 Stop tests after failures by Daniel Willmann · 6 years ago
  74. 692c9ee msc: add TC_mo_cc_bssmap_clear to catch OS#3062 by Neels Hofmeyr · 6 years ago
  75. 04fc4bc check for osmo-msc crash upon overlong IMSI by Stefan Sperling · 6 years ago
  76. 2a978b9 msc/USSD: use more informative names for test cases by Vadim Yanitskiy · 6 years ago
  77. da5a405 msc/USSD: drop the TC_lu_and_ussd_wrong_code test case by Vadim Yanitskiy · 6 years ago
  78. a4cecf5 Add README.md file for several suites by Pau Espin Pedrol · 6 years ago
  79. 0249625 *.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP by Alexander Couzens · 6 years ago
  80. 0aaf48d msc/USSD: test USSD-request during an active call by Vadim Yanitskiy · 6 years ago
  81. b9d09f9 msc/USSD: add unknown request code testcase by Vadim Yanitskiy · 6 years ago
  82. c3cb533 USSD_Helpers.ttcn: add f_USSD_FACILITY_IE_RETURN_ERROR by Vadim Yanitskiy · 6 years ago
  83. 7d1f918 msc/USSD: add single *#100# request testcase by Vadim Yanitskiy · 6 years ago
  84. 20ee5e4 msc/BSC_ConnectionHandler.ttcn: add EST_TYPE_SS_ACT for SS/USSD by Vadim Yanitskiy · 6 years ago
  85. 9201554 msc: introduce USSD helper functions by Vadim Yanitskiy · 6 years ago
  86. 8c34922 msc: import GSM 7-bit coding functions by Vadim Yanitskiy · 6 years ago
  87. d5a3062 sync TTCN3 MSC test config with docker-playground by Stefan Sperling · 6 years ago
  88. f46eb26 expect TC_establish_and_nothing to pass by Stefan Sperling · 6 years ago
  89. 69bce3b msc: Add Encoder/Decoder for Supplementary Services by Harald Welte · 6 years ago
  90. d5833a8 BSSAP_Adapter: Split f_bssap_start() from f_bssap_init() by Harald Welte · 6 years ago
  91. 898a7e0 MSC_Tests: Extend timeout waiting for Clear Cmd in TC_establish_and_nothing by Daniel Willmann · 6 years ago
  92. defd948 MSC_Tests: fix iterator in f_init() by Philipp Maier · 6 years ago
  93. de17222 update expected results by Neels Hofmeyr · 6 years ago
  94. 7ef51aa BSSAP_Adapter: Introduce transport over IPA/SCCPlite by Harald Welte · 6 years ago
  95. f640a01 msc: Add SMPP tests for MO + MT SMS by Harald Welte · 6 years ago
  96. 32ff8b9 msc: Add SMPP_Emulation + SMPP_Templates by Harald Welte · 6 years ago
  97. 384f4fe msc: Add SMPP_CodecPort by Harald Welte · 6 years ago
  98. b2609fa msc: Fix console log levels by Harald Welte · 6 years ago
  99. e008eea msc: Fix ti_flag mistake in f_mt_sms() by Harald Welte · 6 years ago
  100. 98d428d bsc, msc: update expected results by Neels Hofmeyr · 6 years ago