1. 1235606 gbproxy/test: Add test case for secondary SGSN by Jacob Erlbeck · 10 years ago
  2. 4c0f698 gbproxy: Implement IMSI acquisition by Jacob Erlbeck · 10 years ago
  3. bfed3b2 gbproxy/test: Add a test for IMSI acquisition by Jacob Erlbeck · 10 years ago
  4. 85a9f54 gbproxy: Create STATUS message with original PDU by Jacob Erlbeck · 10 years ago
  5. 2937b51 gbproxy/test: Test patching BSSGP SUSPEND/LLC-DISCARDED by Jacob Erlbeck · 10 years ago
  6. 040fabc gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  7. cf11e93 gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  8. 70e00de gbproxy/test: Add test for TLLI patching by Jacob Erlbeck · 10 years ago
  9. 383c841 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  10. 322d9f9 gbproxy/test: Generate BSSGP and LLC layer for DTAP messages by Jacob Erlbeck · 10 years ago
  11. 3e23849 gbproxy/test: Fix BSSGP/LLC test messages by Jacob Erlbeck · 10 years ago
  12. 3113287 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  13. 2e071fc gbproxy: Update enable_patching flag on existing tlli_info by Jacob Erlbeck · 10 years ago
  14. f95340d gbproxy: Parse Detach Request messages by Jacob Erlbeck · 10 years ago
  15. 581728f gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  16. b5eff5d gbproxy: Fix warnings (signed/unsigned) by Jacob Erlbeck · 10 years ago
  17. ccc5970 gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  18. 3e2045e gbproxy/test: More TLLI expiry testing by Jacob Erlbeck · 10 years ago
  19. c404c08 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  20. 985b46e gbproxy: Don't remove stale TLLI automatically by Jacob Erlbeck · 10 years ago
  21. b679977 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  22. 9ac42ba gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  23. dc6dcdf gbproxy: Parse additional IMSI/PTMSI/TLLI fields by Jacob Erlbeck · 10 years ago
  24. 8a600ae gbproxy/test: Fix BSSGP RESET message size by Jacob Erlbeck · 10 years ago
  25. 60fa5b9 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  26. 5e94f7f gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  27. 7d9c1df gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  28. 2d10ad1 gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  29. 8ac3a72 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  30. d64bf22 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  31. f28f8f5 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  32. 5eaf1a2 gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  33. f5b2085 gprs: Parse PTMSI and update TLLI accordingly by Jacob Erlbeck · 10 years ago
  34. 077abce gprs: Add TLV parse functions by Jacob Erlbeck · 10 years ago
  35. d77af10 gprs: Fix TLLI cache size computation by Jacob Erlbeck · 10 years ago
  36. 386621c gprs/test: Rearrange for PTMSI parsing by Jacob Erlbeck · 10 years ago
  37. 481da7c gprs: Add counters related to LLC layer patching by Jacob Erlbeck · 10 years ago
  38. 4303763 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  39. 90a1fd1 gprs: Store gbproxy patching state per peer by Jacob Erlbeck · 10 years ago
  40. bf6020f gprs/test: Add Detach messages to test by Jacob Erlbeck · 10 years ago
  41. ab7366f gprs/test: Added GMM Info and fixed TLLI by Jacob Erlbeck · 10 years ago
  42. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  43. 0727f9a gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  44. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  45. 03a2ee2 gprs/test: Make test output more readable by Jacob Erlbeck · 10 years ago
  46. b440bf8 gprs/test: Increase stderr log level by Jacob Erlbeck · 10 years ago
  47. 8927642 gbproxy_test: Provide enough disabled categories to please valgrind by Holger Hans Peter Freyther · 10 years ago
  48. a927987 gbproxy_test: Reset the gbproxy before we reset GPRS NS by Holger Hans Peter Freyther · 10 years ago
  49. 731097d gbproxy_test: Simplify the test setup by sharing code by Holger Hans Peter Freyther · 10 years ago
  50. eb3102e gprs/test: Add additional gbproxy tests by Jacob Erlbeck · 10 years ago
  51. 738b1c8 gprs/test: Add connect_sgsn() function by Jacob Erlbeck · 10 years ago
  52. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  53. 9d7268a gprs: Use area terms LAI/RAI as defined in GSM 03.03 by Jacob Erlbeck · 10 years ago
  54. 3f08632 gprs/test: Use valid MCC/MNC for BVC RESET by Jacob Erlbeck · 10 years ago
  55. d0a9b50 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  56. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  57. 901b9a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  58. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  59. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  60. 4501772 gbproxy: Extended test program to simulate SGSN, too by Jacob Erlbeck · 11 years ago
  61. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  62. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago