1. b0f6129 gbproxy/test: Extend test_gbproxy_keep_info by Jacob Erlbeck · 10 years ago
  2. d5f24fd gbproxy: Patch BSSGP P-TMSI in PAGING PS messages by Jacob Erlbeck · 10 years ago
  3. 0d1ad5e gbproxy: Fix P-TMSI generation for repeated Attach Accept messages by Jacob Erlbeck · 10 years ago
  4. f7d1b4e gbproxy/test: Add test case for repeated and otherwise bad messages by Jacob Erlbeck · 10 years ago
  5. a926e54 gbproxy/test: Add expect_msg checks to test_gbproxy_keep_info by Jacob Erlbeck · 10 years ago
  6. 4c70e71 gbproxy/test: Don't assign a variable within OSMO_ASSERT (Coverity) by Jacob Erlbeck · 10 years ago
  7. 3d80527 gbproxy: Use a separate regexp for routing by Jacob Erlbeck · 10 years ago
  8. 8fbf44a gbproxy: Cleanup match config after tests by Jacob Erlbeck · 10 years ago
  9. f4290b0 gbproxy: Refactor IMSI matching by Jacob Erlbeck · 10 years ago
  10. e4b5f38 gbproxy/test: Add expect_msg checks to test_gbproxy_ra_patching by Jacob Erlbeck · 10 years ago
  11. a4b5e89 gbproxy/test: Save and check received messages by Jacob Erlbeck · 10 years ago
  12. 538bee0 gbproxy: Parse Attach Reject messages by Jacob Erlbeck · 10 years ago
  13. 73e4f5f gbproxy/test: Add invalidation tests to test_gbproxy_keep_info() by Jacob Erlbeck · 10 years ago
  14. 99b4113 gbproxy/test: Fix IMSI length check (Coverity) by Jacob Erlbeck · 10 years ago
  15. c4fb4c2 gbproxy/test: Fix time calculation in test_gbproxy_tlli_expire() by Jacob Erlbeck · 10 years ago
  16. 485e28c gbproxy: Rename the field 'enabled_tllis' to 'logical_links' by Jacob Erlbeck · 10 years ago
  17. 2b2406a gbproxy: Use the term 'link' instead of 'tlli' by Jacob Erlbeck · 10 years ago
  18. ee621a7 gbproxy: Rename functions related to tlli_info by Jacob Erlbeck · 10 years ago
  19. 070702b gbproxy: Rename identifiers related to IMSI matching by Jacob Erlbeck · 10 years ago
  20. 9e9051f gbproxy/test: Test IMSI acquisition for RA UDP REQ by Jacob Erlbeck · 10 years ago
  21. d918f52 gbproxy: Separate SGSN numeric namespaces by Jacob Erlbeck · 10 years ago
  22. d1056b3 gbproxy/test: Add a test with a P-TMSI collision between two SGSNs by Jacob Erlbeck · 10 years ago
  23. 9aa21cd gbproxy/test: Fix Identification Response by Jacob Erlbeck · 10 years ago
  24. 0a6ea84 gbproxy: Check other tlli_infos for matching TLLI/P-TMSI by Jacob Erlbeck · 10 years ago
  25. 571aec3 gbproxy/test: Add test case for P-TMSI assigment by Jacob Erlbeck · 10 years ago
  26. 4581f29 gbproxy: Parse RA_UPD_REJ and invalidate TLLI by Jacob Erlbeck · 10 years ago
  27. 3b589a9 gbproxy: Avoid multiple tlli_info entries with the same IMSI by Jacob Erlbeck · 10 years ago
  28. f9038d9 gbproxy: Keep tlli_info after detach by Jacob Erlbeck · 10 years ago
  29. 2c74e44 gbproxy/test: Add test case for tlli_info persistence by Jacob Erlbeck · 10 years ago
  30. c68f66c gbproxy: Remove gbproxy_register_tlli by Jacob Erlbeck · 10 years ago
  31. 550898a gbproxy: Fixed RAI patching in Attach Request messages by Jacob Erlbeck · 10 years ago
  32. 89aa65b gbproxy/test: Add/modify test cases by Jacob Erlbeck · 10 years ago
  33. 155dc9c gbproxy: Replace 'mi_data' by 'imsi' by Jacob Erlbeck · 10 years ago
  34. dab8a6d gbproxy/test: Add assertions, improve test coverage by Jacob Erlbeck · 10 years ago
  35. 0c0747f gbproxy/test: Add test cases for IMSI acquisition by Jacob Erlbeck · 10 years ago
  36. 96f8bc1 gbproxy/test: Extend P-TMSI patch test by a sequence of RA UDP REQ by Jacob Erlbeck · 10 years ago
  37. 03e02ac gbproxy/test: Check APN patching while P-TMSI patching is enabled by Jacob Erlbeck · 10 years ago
  38. 1235606 gbproxy/test: Add test case for secondary SGSN by Jacob Erlbeck · 10 years ago
  39. 4c0f698 gbproxy: Implement IMSI acquisition by Jacob Erlbeck · 10 years ago
  40. bfed3b2 gbproxy/test: Add a test for IMSI acquisition by Jacob Erlbeck · 10 years ago
  41. 2937b51 gbproxy/test: Test patching BSSGP SUSPEND/LLC-DISCARDED by Jacob Erlbeck · 10 years ago
  42. 040fabc gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  43. cf11e93 gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  44. 70e00de gbproxy/test: Add test for TLLI patching by Jacob Erlbeck · 10 years ago
  45. 383c841 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  46. 322d9f9 gbproxy/test: Generate BSSGP and LLC layer for DTAP messages by Jacob Erlbeck · 10 years ago
  47. 3e23849 gbproxy/test: Fix BSSGP/LLC test messages by Jacob Erlbeck · 10 years ago
  48. 3113287 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  49. f95340d gbproxy: Parse Detach Request messages by Jacob Erlbeck · 10 years ago
  50. 581728f gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  51. b5eff5d gbproxy: Fix warnings (signed/unsigned) by Jacob Erlbeck · 10 years ago
  52. ccc5970 gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  53. 3e2045e gbproxy/test: More TLLI expiry testing by Jacob Erlbeck · 10 years ago
  54. c404c08 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  55. 985b46e gbproxy: Don't remove stale TLLI automatically by Jacob Erlbeck · 10 years ago
  56. b679977 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  57. 9ac42ba gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  58. dc6dcdf gbproxy: Parse additional IMSI/PTMSI/TLLI fields by Jacob Erlbeck · 10 years ago
  59. 8a600ae gbproxy/test: Fix BSSGP RESET message size by Jacob Erlbeck · 10 years ago
  60. 60fa5b9 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  61. 5e94f7f gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  62. 7d9c1df gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  63. 2d10ad1 gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  64. 8ac3a72 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  65. d64bf22 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  66. f28f8f5 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  67. 5eaf1a2 gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  68. 077abce gprs: Add TLV parse functions by Jacob Erlbeck · 10 years ago
  69. 386621c gprs/test: Rearrange for PTMSI parsing by Jacob Erlbeck · 10 years ago
  70. 4303763 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  71. 90a1fd1 gprs: Store gbproxy patching state per peer by Jacob Erlbeck · 10 years ago
  72. bf6020f gprs/test: Add Detach messages to test by Jacob Erlbeck · 10 years ago
  73. ab7366f gprs/test: Added GMM Info and fixed TLLI by Jacob Erlbeck · 10 years ago
  74. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  75. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  76. 03a2ee2 gprs/test: Make test output more readable by Jacob Erlbeck · 10 years ago
  77. b440bf8 gprs/test: Increase stderr log level by Jacob Erlbeck · 10 years ago
  78. 8927642 gbproxy_test: Provide enough disabled categories to please valgrind by Holger Hans Peter Freyther · 10 years ago
  79. a927987 gbproxy_test: Reset the gbproxy before we reset GPRS NS by Holger Hans Peter Freyther · 10 years ago
  80. 731097d gbproxy_test: Simplify the test setup by sharing code by Holger Hans Peter Freyther · 10 years ago
  81. eb3102e gprs/test: Add additional gbproxy tests by Jacob Erlbeck · 10 years ago
  82. 738b1c8 gprs/test: Add connect_sgsn() function by Jacob Erlbeck · 10 years ago
  83. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  84. 3f08632 gprs/test: Use valid MCC/MNC for BVC RESET by Jacob Erlbeck · 10 years ago
  85. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  86. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  87. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  88. 4501772 gbproxy: Extended test program to simulate SGSN, too by Jacob Erlbeck · 11 years ago
  89. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  90. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago