1. 835b15f sgsn: Add TC_pdp_act_unattached by Harald Welte · 6 years ago
  2. d71c343 ttcn3-tcpdump-start.sh: Don't call tcpdump log files ".log" by Harald Welte · 6 years ago
  3. c7872fa BSSGP_Emulation: use 'isvalue()' instead of 'isbound()' by Harald Welte · 6 years ago
  4. a291931 Makefile: Add 'sgsn' sub-directory in list of projects by Harald Welte · 6 years ago
  5. 2830708 sgsn: Fix syntax errors introduced in PDP Context Act patches by Harald Welte · 6 years ago
  6. eded9ad sgsn: First PDP CTX ACT test: TC_attach_pdp_act by Harald Welte · 6 years ago
  7. c69cf4e ggsn: Move GTP templates to separate GTP_Templates + Add GTP_Emulation by Harald Welte · 6 years ago
  8. 328eb6d move GTP_CodecPort from ggsn to library (for sgsn reuse) by Harald Welte · 6 years ago
  9. d471901 BSSGP/LLC: Fix LLCC SAPI for SM by Harald Welte · 6 years ago
  10. 6abb9fe sgsn: Add TC_detach_* for various GPRS DETACH use cases by Harald Welte · 6 years ago
  11. 91636de sgsn: Add new TC_attach_rau: Attach followed by RA Update by Harald Welte · 6 years ago
  12. f70997d sgsn: Implement TLLI assignment/modification/unassignment by Harald Welte · 6 years ago
  13. 311ec27 sgsn: Reduce code duplication by introducing f_gmm_gsup_lu_isd() by Harald Welte · 6 years ago
  14. 23178c5 sgsn: Reduce code duplication by introducing f_mi_get_lv() by Harald Welte · 6 years ago
  15. b7c14e9 sgsn: Add TC_attach_gsup_lu_reject by Harald Welte · 6 years ago
  16. fe25388 Implement TC_attach_auth_sai_reject by Harald Welte · 6 years ago
  17. 04683d0 sgsn: Add TC_rau_unknown by Harald Welte · 6 years ago
  18. b2124b2 sgsn: Add TC_attach_closed for "auth-policy closed" by Harald Welte · 6 years ago
  19. 76dee09 sgsn: Add TC_attach_accept_all for "auth-policy accept-all" by Harald Welte · 6 years ago
  20. bd19472 sgsn: Integrate VTY access into SGSN_Tests by Harald Welte · 6 years ago
  21. 872ce17 move f_vty_config() from MSC_Tests to Osmocom_VTY_Functions by Harald Welte · 6 years ago
  22. 1967d47 sgsn: Ensure ATTACH is always only for GPRS, not combined by Harald Welte · 6 years ago
  23. 3823e2e sgsn: Add TC_attach_combined by Harald Welte · 6 years ago
  24. 5b7c812 sgsn: TC_attach_*_timeout test cases by Harald Welte · 6 years ago
  25. 62e2958 sgsn: Introduce global guard timer by Harald Welte · 6 years ago
  26. 5a4fa04 sgsn: Use Random RAI when performing attach request by Harald Welte · 6 years ago
  27. 14a0f94 sgsn: Use random TLLI when performing ATTACH by Harald Welte · 6 years ago
  28. 5ac3149 First actual SGSN test case by Harald Welte · 6 years ago
  29. 519db89 L3_Templates: Fix ts_MI_TMSI_TLV / ts_MI_IMSI_LV / ts_MI_IMEI_LV by Harald Welte · 6 years ago
  30. b0386df L3_Templates: More GMM related templates by Harald Welte · 6 years ago
  31. 78d9f27 Osmocom_Gb_Types: Add ts_BSSGP_UL_UD and tr_BSSGP_PS_PAGING by Harald Welte · 6 years ago
  32. ccda45e bool2bit_tmpl(): Print unsupported template in failure case by Harald Welte · 6 years ago
  33. b596c18 bool2bit_tmpl(): Fix for '?' template case by Harald Welte · 6 years ago
  34. 158a7ca Add L3_Common for shared L3 functions between MSC and SGSN testing by Harald Welte · 6 years ago
  35. e5695f5 msc: move f_gen_{imei,imsi,msisdn} to L3_Templates.ttcn by Harald Welte · 6 years ago
  36. 38575a7 L3_Templates: Add various GMM related templates by Harald Welte · 6 years ago
  37. c7adaa7 Osmocom_Types: Add bool2bit() and bool2bit_templ() by Harald Welte · 6 years ago
  38. 853c0ad BSSGP_Emulation: Remove one level of indent (like most other code) by Harald Welte · 6 years ago
  39. 96a33b0 sgsn: Skeleton of a SGSN test fremwork by Harald Welte · 6 years ago
  40. e0abc47 Migrate Gb (NS/BSSGP) code over to Ericsson NS/BSSGP modules by Harald Welte · 6 years ago
  41. 2f8eed0 BSC: Update BSC_Tests.cfg by Philipp Maier · 6 years ago
  42. 70558e3 BSC: add codec-list to osmo-bsc.cfg by Philipp Maier · 6 years ago
  43. b8e8a1d BSC: remove obsolete loglevels from osmo-bsc.cfg by Philipp Maier · 6 years ago
  44. 779a792 BSC: add TC_paging_counter to control section by Philipp Maier · 6 years ago
  45. 956a92f BSC: Do not access unbound BTS objects by Philipp Maier · 6 years ago
  46. 23b774e Move f_hex_is_odd_length from BSSMAP_Templates to GSM_Types by Harald Welte · 6 years ago
  47. 7348940 General_Types: Add INT18b_BO_LAST type by Harald Welte · 6 years ago
  48. ecb8f68 gprs: Move BSSGP related code to library by Harald Welte · 6 years ago
  49. fc5e1c8 gprs: Move NS Types/CodecPort/Emulation to library directory by Harald Welte · 6 years ago
  50. 6bef5dd Makefile: Add 'deps-update' target to update the deps-repository by Harald Welte · 6 years ago
  51. 4c294b6 deps/Makefile: Separate 'distclean' from 'clean' by Harald Welte · 6 years ago
  52. 981be73 deps/Makefile: Use "git remote set-url" to catch URL changes by Harald Welte · 6 years ago
  53. dada4c5 ttcn3-tcpdump-stop.sh: Wait to receive last packets before stopping tcpdump by Pau Espin Pedrol · 6 years ago
  54. 8fdd313 ttcn3-tcpdump-start.sh: Wait for tcpdump to start recording by Pau Espin Pedrol · 6 years ago
  55. b01d313 ttcn3-tcpdump-start.sh: Wait for pcap file creation to start test by Pau Espin Pedrol · 6 years ago
  56. ef59855 ttcn3-tcpdump-start.sh: Log tcpdump output to file by Pau Espin Pedrol · 6 years ago
  57. 90829d6 MSC_Tests: Set verdicts from inconc to fail by Daniel Willmann · 6 years ago
  58. 5868e62 MSC_Tests.f_tc_mo_crcx_ran_reject(): Send release complete to release by Daniel Willmann · 6 years ago
  59. 92f6627 BSSMAP_Emulation: Parameter to skip seq no patching by Daniel Willmann · 6 years ago
  60. 8b08437 MSC_Tests: Add CC sequence no. test with DTMF by Daniel Willmann · 6 years ago
  61. 84a2807 ggsn: Switch over to new shared/common configuration file layout by Harald Welte · 6 years ago
  62. 7f58258 BSSMAP_Emulation: Sleep 1s to wait for M3UA/AS/ASP to come active by Harald Welte · 6 years ago
  63. e057146 re-organize configuration files; add tcpdump integration by Harald Welte · 6 years ago
  64. 261af4b WIP: Intra-BSC handover testing by Harald Welte · 6 years ago
  65. c20b1c4 MSC_ConnectionHdlr: Add telnet to VTY to each ConnHdlr by Harald Welte · 6 years ago
  66. 70b52c9 RSL_Emulation: Add procedure calls to suspend/resume dchan handling by Harald Welte · 6 years ago
  67. 421e4d4 RSL_Emulation: Add second RSL/RSL_PROC port for hand-over cases by Harald Welte · 6 years ago
  68. bc03c76 bsc: Add VTY module to BSC_Tests by Harald Welte · 6 years ago
  69. a4ca446 WIP: Prepare MSC_Tests for ability to emulate two BSCs by Harald Welte · 6 years ago
  70. 33ec09b msc: Mobile Terminated Voice Call test by Harald Welte · 6 years ago
  71. 49518bf BSSMAP: Fix L3 sequence number for ComplL3(Paging Response) by Harald Welte · 6 years ago
  72. 1823cb1 MNCC: Fix encoding of non-signal MNCC PDUs by Harald Welte · 6 years ago
  73. e8f38ed BSC: do not flush RSL queue early in TC_chan_rel_a_reset() by Philipp Maier · 6 years ago
  74. 0bef21e msc: Add Emergency call to f_mo_call() and use it from TC_emerg_call_imsi by Harald Welte · 6 years ago
  75. 081b19a msc: Unify channel establishment for CM SERV REQ + PAGING by Harald Welte · 6 years ago
  76. c037516 MGCP: remove hack to fake SDP by Philipp Maier · 6 years ago
  77. b20c3dc msc: convert bssmap chipher to rsl chiper representation by Philipp Maier · 6 years ago
  78. 86f3920 bsc: fix f_establish_fully() for expected assignment failures by Philipp Maier · 6 years ago
  79. dcf9eb9 L3_Templates: Use tid parameter in ts_ML3_MO_CC template by Daniel Willmann · 6 years ago
  80. 4bd9955 MSC_Tests: Make imsi suffix for f_start_handler unique per test by Daniel Willmann · 6 years ago
  81. ff6abf0 MNCC_Emulation: Initialize connection table by Daniel Willmann · 6 years ago
  82. 47fb0f4 start-testsuite.sh: Pass a third parameter to ttcn3_start by Daniel Willmann · 6 years ago
  83. 12984ef deps: Ensure that branches are updated on make update as well by Daniel Willmann · 6 years ago
  84. 9dadc52 BSSMAP_Emulation: Send proper L3 N(SD) seuence numbers in MO by Harald Welte · 6 years ago
  85. 6367d7b Don't symlink non-existent file by Max · 6 years ago
  86. d13700d MNCC: Represent 'keypad' as one-character charstring, not int by Harald Welte · 6 years ago
  87. 8a3dc92 MGCP_Test: test illegal wildcarded DLCX and MDCX by Philipp Maier · 6 years ago
  88. dffa6a4 MGCP_Test: Clean up after TC_crcx_sdp by Philipp Maier · 6 years ago
  89. 5e06cee MCGP_Test: Add tests for wildcarded CRCX by Philipp Maier · 6 years ago
  90. bb7a01c mgw: add constants for mgw endpoint and domain name by Philipp Maier · 6 years ago
  91. e9e02e4 bsc: Add TC_err_84_unknown_msg to check if unknown RR message triggers RR STATUS by Harald Welte · 6 years ago
  92. e3bd658 bsc: reduce code duplication; add new test case on too short messages by Harald Welte · 6 years ago
  93. ea99a00 bsc: Add TC_unsol_ass_compl / unsolicited assignment complete by Harald Welte · 6 years ago
  94. fbf9b5e bsc: Add TC_unsol_ho_fail test case for unsolicited handover failure by Harald Welte · 6 years ago
  95. 898113b bsc: Add TC_classmark to test RR CLASSMARK -> BSSMAP CLASSMARK conversion by Harald Welte · 6 years ago
  96. beb9dbc bsc: Change expectation in paging tests by Harald Welte · 6 years ago
  97. 751d3eb BSC_Tests: Implement remaining missing paging tests by Harald Welte · 6 years ago
  98. 2fccd98 BSC_Tests: fix f_pageing_helper() in case no paging was expected by Harald Welte · 6 years ago
  99. 6c7285d ggsn_tests: Add test to validate if different pdp ctx can talk each other by Pau Espin Pedrol · 6 years ago
  100. 3d9338f ggsn_tests: Add test case to validate packets forwarded vs dropped by Pau Espin Pedrol · 6 years ago