1. 900d01a sgsn: add Iu Attach Request by Harald Welte · 5 years ago
  2. 4444b5a sgsn: introduce f_send_l3() to allow one function for Gb & Iu by Alexander Couzens · 5 years ago
  3. ce0d615 sgsn: Proper shutdown of RAN_Adapter components by Pau Espin Pedrol · 4 years, 11 months ago
  4. aac9b9c BSSGP_Emulation: add BssgpDecodeDepth by Oliver Smith · 4 years, 10 months ago
  5. 0167c2a sgsn: update configs for running without docker by Oliver Smith · 4 years, 10 months ago
  6. fcec914 sgsn: Introduce test TC_attach_echo_timeout by Pau Espin Pedrol · 4 years, 10 months ago
  7. 2a3302a sgsn: Add test to verify duplicate DeactPDPCtx crashing osmo-sgsn by Pau Espin Pedrol · 5 years ago
  8. 26fbb6e sgsn: Integrate RANAP by Harald Welte · 5 years ago
  9. 955aa94 BSSGP_Emulation: Abandon "BssgpDecoded" intermediate structure by Harald Welte · 5 years ago
  10. bc690ff sgsn: add osmo-sgsn.cfg, SGSN_Tests.cfg by Oliver Smith · 5 years ago
  11. acc5119 lib/IPA_Emulation: Build IPA_CTRL conditionally based on define by Pau Espin Pedrol · 5 years ago
  12. 4630e74 SGSN_Tests: f_detach_mo(): fail when receiving any unhandled layer 3 message for normal detach by Alexander Couzens · 5 years ago
  13. e6f071f sgsn: Add tests to check GTP retransmit queue by Pau Espin Pedrol · 5 years ago
  14. 34b5a95 cosmetic: Update copyright statement, license notice and SPDX by Harald Welte · 5 years ago
  15. 6bee087 SGSN_Tests: add test case TC_attach_pdp_act_gmm_detach by Alexander Couzens · 5 years ago
  16. 44aa077 SGSN_Tests: fail when receiving any layer 3 package for a power off station by Alexander Couzens · 5 years ago
  17. 8e0fd46 SGSN_Tests: correct verdict failure message in f_detach_mo() by Alexander Couzens · 5 years ago
  18. ad35222 SGSN_Tests: fix regression in f_send_l3_gmm_llc() which breaks TC_attach_rau_a_b by Alexander Couzens · 5 years ago
  19. 2fa771f SGSN_Tests: Introduce NUM_GB to avoid '3' as magic value by Harald Welte · 5 years ago
  20. f719167 SGSN_Tests: Make more helper functions gb_index aware by Harald Welte · 5 years ago
  21. ca36246 SGSN_Tests: Make f_gmm_attach() and f_gmm_auth() work on gb_idx != 0 by Harald Welte · 5 years ago
  22. 2aaac1b sgsn: Add initial XID handshake related tests by Harald Welte · 5 years ago
  23. 645a151 sgsn: Add test cases to verify SABM handling on LLGMM + LL5 by Harald Welte · 5 years ago
  24. a05b807 sgsn: Add TC_llc_null to test if SGSN survives a LLC NULL packet by Harald Welte · 5 years ago
  25. c7dddbd Ensure BcdMccMnc is encoded as 24.008 10.5.5.15 by Alexander Couzens · 5 years ago
  26. 5e514fa NS_Emulation: Add minimal support for SGSN-side SNS handling by Harald Welte · 6 years ago
  27. 2caf349 update expected results by Neels Hofmeyr · 5 years ago
  28. d930474 Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handling by Daniel Willmann · 6 years ago
  29. 9a75ab4 sgsn: update expected-results by Alexander Couzens · 6 years ago
  30. 0c6324f sgsn: implement TC_attach_usim_resync by Alexander Couzens · 6 years ago
  31. 873ae20 update expected results by Neels Hofmeyr · 6 years ago
  32. cf3c93d sgsn: add TC_attach_gmm_attach_req_while_gmm_attach by Alexander Couzens · 6 years ago
  33. 03d1224 sgsn: rework TC_attach_closed_add_vty to be executed in a single BSSGP_ConnHldr by Alexander Couzens · 6 years ago
  34. fa0a75f sgsn: fix TC_attach_check_complete_resend by Alexander Couzens · 6 years ago
  35. d81876a sgsn: increase the timeout of some TC by Alexander Couzens · 6 years ago
  36. 1d1744f sgsn: use vty cmd `reset sgsn state`. by Alexander Couzens · 6 years ago
  37. be837bd sgsn: introduce TC_attach_rau_a_b by Alexander Couzens · 6 years ago
  38. 90fe6a2 sgsn: add optional bssgp index for f_upd_ptmsi_and_tlli f_bssgp_client_llgmm_assign f_process_rau_accept by Alexander Couzens · 6 years ago
  39. f3c1b41 sgsn: don't re-use the same NS for all 3 BSSGP by Alexander Couzens · 6 years ago
  40. cdfb751 BSSGP_Emulation: move LLC layer out of BSSGP by Alexander Couzens · 6 years ago
  41. 8950870 sgsn: add f_cellid_to_RAI() by Alexander Couzens · 6 years ago
  42. bfda921 sgsn: introduce TC_attach_rau_a_a() by Alexander Couzens · 6 years ago
  43. 5dce90d sgsn: introduce f_routing_area_update() by Alexander Couzens · 6 years ago
  44. 51114d1 sgsn: create 3 instances of BSSGP at the same time by Alexander Couzens · 6 years ago
  45. 0e510e6 BSSGP_Emulation.ttcn: extend BSSGP_Client_CT to hold 3 instances of BSSGP by Alexander Couzens · 6 years ago
  46. 2c12b24 NS_Emulation: support multiple instances at the same time by Alexander Couzens · 6 years ago
  47. 5e2ba75 sgsn: fill g_gb configs for the remaining Gb interfaces by Alexander Couzens · 6 years ago
  48. 5e71c14 sgsn: f_pdp_ctx_deact_mt: rework test behaviour to workaround shutdown problems by Alexander Couzens · 6 years ago
  49. 23b4597 detect VTY TELNET port connection failures (attempt #2) by Stefan Sperling · 6 years ago
  50. bf3cf5c Revert "detect VTY TELNET port connection failures in TTCN3 tests" by Neels Hofmeyr · 6 years ago
  51. cb111b2 detect VTY TELNET port connection failures in TTCN3 tests by Stefan Sperling · 6 years ago
  52. afce866 Stop tests after failures by Daniel Willmann · 6 years ago
  53. 482dde6 sgsn: Add test to verify GPRS ctx deact caused by GTP ErrorInd by Pau Espin Pedrol · 6 years ago
  54. 8be4d19 sgsn: Remove uneeded f_gtpu_send in f_gtpu_xceive_mo by Pau Espin Pedrol · 6 years ago
  55. 9401345 sgsn: Add Test to verify Recovery procedure during CreatePdpResp by Pau Espin Pedrol · 6 years ago
  56. 72edc8a sgsn: Add Test to verify timer t3395 by Pau Espin Pedrol · 6 years ago
  57. bcddb8c sgsn: Fix TC_attach_pdp_act_user_deact_mt by Pau Espin Pedrol · 6 years ago
  58. dc27e48 sgsn: Add test to verify restart_ctr during echo req/reply. by Pau Espin Pedrol · 6 years ago
  59. 8466722 sgsn: f_pdp_ctx_deact_mt: force teardown to avoid sgsn ignoring msg by Pau Espin Pedrol · 6 years ago
  60. a4cecf5 Add README.md file for several suites by Pau Espin Pedrol · 6 years ago
  61. 0085bd7 sgsn: add TC_attach_check_complete_resend() by Alexander Couzens · 6 years ago
  62. 0ca0d9c sgsn: f_TC_attach_closed_foreign: fail on recv an Attach Accept by Alexander Couzens · 6 years ago
  63. f985865 sgsn: add TC_attach_closed_add_vty by Alexander Couzens · 6 years ago
  64. cf81896 sgsn: add TC_attach_check_subscriber_list by Alexander Couzens · 6 years ago
  65. 09040ef sgsn: TC_hlr_location_cancel_request_update: remove superflous Update Location Response by Alexander Couzens · 6 years ago
  66. 49bb4b4 sgsn: add TC_attach_detach_check_subscriber_list by Alexander Couzens · 6 years ago
  67. 53f2056 sgsn: add TC_attach_no_imsi_response by Alexander Couzens · 6 years ago
  68. 667dd7f sgsn: add TC_attach_no_imei_response by Alexander Couzens · 6 years ago
  69. 234c588 sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short by Alexander Couzens · 6 years ago
  70. ace6fc6 SGSN: fix spaces/tabs in TC_hlr_location_cancel_request_unknown_subscriber_{withdraw,update} by Alexander Couzens · 6 years ago
  71. 0249625 *.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP by Alexander Couzens · 6 years ago
  72. beb58a6 update expected results: bsc, sgsn by Neels Hofmeyr · 6 years ago
  73. 5e307b4 SGSN: add TC_hlr_location_cancel_request_update by Alexander Couzens · 6 years ago
  74. 6c47f29 SGSN: add TC_hlr_location_cancel_request_unknown_subscriber_{withdraw,update} by Alexander Couzens · 6 years ago
  75. c87967a SGSN: add TC_hlr_location_cancel_request by Alexander Couzens · 6 years ago
  76. 5844d5b sgsn: fix a typo in comment by Alexander Couzens · 6 years ago
  77. 80ec1ea sgsn: fix RAU_ATTACH not to interact with following testes by Alexander Couzens · 6 years ago
  78. 8e8cd67 update expected results by Harald Welte · 6 years ago
  79. 187ad5d sgsn: add test for attach_second_attempt by Alexander Couzens · 6 years ago
  80. 8f0fb00 sgsn: fix typo in comment of BSSGP_ConnHdlrPars:imsi by Alexander Couzens · 6 years ago
  81. de17222 update expected results by Neels Hofmeyr · 6 years ago
  82. 0ecb2e3 sgsn: test umts aka with gsm sres response by Neels Hofmeyr · 6 years ago
  83. fc0384a mask timestamps and source file nrs in expected-results.xml files by Neels Hofmeyr · 6 years ago
  84. 1fd6679 fix build: don't clean out expected-results.log: rename to *.xml by Neels Hofmeyr · 6 years ago
  85. 3cf797d add compare-results.sh, call from start-testsuite.sh by Neels Hofmeyr · 6 years ago
  86. 8df7d15 sgsn: test GMM Attach with 3-digit leading-zero MNC by Neels Hofmeyr · 6 years ago
  87. cd11223 ignore results of .ttcnpp files by Neels Hofmeyr · 6 years ago
  88. 1a4c460 fix gen_links.sh: don't include source dir as link target by Neels Hofmeyr · 6 years ago
  89. 99ca30c remove *.default from [EXECUTE] in *.default files by Harald Welte · 6 years ago
  90. df27725 IPA_Emulation: Make dependencies to RSL/MGCP/SCCP/GSUP conditional by Harald Welte · 6 years ago
  91. 57b9b7f Add TC_attach_pdp_act_user_deact_mt for GGSN-originated PDP DEACT by Harald Welte · 6 years ago
  92. 6f20316 sgsn: Add TC_attach_pdp_act_user_deact_mo by Harald Welte · 6 years ago
  93. 5b5ca1b sgsn: Add new TC_attach_pdp_act_ggsn_reject by Harald Welte · 6 years ago
  94. 1d6ae93 sgsn: Use random TEID and Charging Identifier by Harald Welte · 6 years ago
  95. 822f910 sgsn: More comments by Harald Welte · 6 years ago
  96. 37692d8 sgsn: Add user plane GTP testing (GTP->Gb and Gb->GTP) by Harald Welte · 6 years ago
  97. 3fdbe82 sgsn: Reduce logging verbosity of IPA/GSUP/NS/BSSGP by Harald Welte · 6 years ago
  98. a2526a8 BSSGP_Emulation: Add SNDCP decoding support by Harald Welte · 6 years ago
  99. f58a022 sgsn: Fix hard-coded emulated GGSN IP addresses by Harald Welte · 6 years ago
  100. 7aff2ca sgsn: GTP Create PDP: Include missing required "Charging ID" IE by Harald Welte · 6 years ago