1. 4c47f2f gbproxy: Use different TLLI/P-TMSI for BSS and SGSN by Jacob Erlbeck · 10 years ago
  2. 4b5070e gbproxy: Add context info to log messages by Jacob Erlbeck · 10 years ago
  3. d65d92d gbproxy: Patch TLLI/P-TMSI by Jacob Erlbeck · 10 years ago
  4. d52f2d1 gbproxy: Fix TLLI state handling by Jacob Erlbeck · 10 years ago
  5. 33ba981 gbproxy: Also handle LLC non UI and LL11 messages by Jacob Erlbeck · 10 years ago
  6. 2cb9e3f gbproxy: Refactor gbprox_patch_raid(), use different RAI types properly by Jacob Erlbeck · 10 years ago
  7. d893588 gbproxy: Refactor gbprox_get_detached_tlli_info by Jacob Erlbeck · 10 years ago
  8. 383c841 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  9. 3113287 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  10. 2e071fc gbproxy: Update enable_patching flag on existing tlli_info by Jacob Erlbeck · 10 years ago
  11. f95340d gbproxy: Parse Detach Request messages by Jacob Erlbeck · 10 years ago
  12. 581728f gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  13. ccc5970 gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  14. cefe85c gbproxy: Optimize gbprox_remove_stale_tllis by Jacob Erlbeck · 10 years ago
  15. c404c08 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  16. 985b46e gbproxy: Don't remove stale TLLI automatically by Jacob Erlbeck · 10 years ago
  17. cae8b0c gbproxy: Move parse_ctx logging into separate function by Jacob Erlbeck · 10 years ago
  18. 0f9273b gbproxy: Refactor gbproxy_patch_bssgp_message by Jacob Erlbeck · 10 years ago
  19. b679977 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  20. 9ac42ba gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  21. e39a1c9 gbproxy: Make pointers to MI const in parse/check functions by Jacob Erlbeck · 10 years ago
  22. fe7e670 gbproxy: Explicitly convert PTMSI to TLLI by Jacob Erlbeck · 10 years ago
  23. dc6dcdf gbproxy: Parse additional IMSI/PTMSI/TLLI fields by Jacob Erlbeck · 10 years ago
  24. 4dc663f gbproxy: Separate BSSGP parsing from patching by Jacob Erlbeck · 10 years ago
  25. 2f2aa2e gbproxy: Unify TLLI tracking by Jacob Erlbeck · 10 years ago
  26. 3b66d85 gbproxy: Move patching code out of the 04.08 specific functions by Jacob Erlbeck · 10 years ago
  27. 1ab5e1f gbproxy: Track all TLLIs (not only LOCAL) by Jacob Erlbeck · 10 years ago
  28. 6d9118f gprs: Refactor gbprox_register_tlli() by Jacob Erlbeck · 10 years ago
  29. 60fa5b9 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  30. 6c2094e gbproxy: Remove broken TLLI comparison by Jacob Erlbeck · 10 years ago
  31. 5e94f7f gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  32. 9f9bd13 gbproxy: Add a hint to the compiler that all parameters are not NULL by Holger Hans Peter Freyther · 10 years ago
  33. 7d9c1df gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  34. c120d11 gbproxy: Use gbprox_delete_tlli if possible by Holger Hans Peter Freyther · 10 years ago
  35. 8ac3a72 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  36. d64bf22 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  37. f28f8f5 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  38. c29a9ec gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  39. 98e753f gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  40. c65a659 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  41. 5eaf1a2 gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  42. f14bb91 gprs: Move LLC IE length fix to BSSGP level by Jacob Erlbeck · 10 years ago
  43. f5b2085 gprs: Parse PTMSI and update TLLI accordingly by Jacob Erlbeck · 10 years ago
  44. f40a6c9 gprs: Use struct to pass context information by Jacob Erlbeck · 10 years ago
  45. 4b3d038 gprs: Use shift functions instead of manual parsing by Jacob Erlbeck · 10 years ago
  46. 077abce gprs: Add TLV parse functions by Jacob Erlbeck · 10 years ago
  47. d77af10 gprs: Fix TLLI cache size computation by Jacob Erlbeck · 10 years ago
  48. 386621c gprs/test: Rearrange for PTMSI parsing by Jacob Erlbeck · 10 years ago
  49. 481da7c gprs: Add counters related to LLC layer patching by Jacob Erlbeck · 10 years ago
  50. eb2705a gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  51. 4303763 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  52. 90a1fd1 gprs: Store gbproxy patching state per peer by Jacob Erlbeck · 10 years ago
  53. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  54. 0727f9a gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  55. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  56. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  57. 9d7268a gprs: Use area terms LAI/RAI as defined in GSM 03.03 by Jacob Erlbeck · 10 years ago
  58. f340960 gbproxy: The "[stats]" option was not documented, document it by Holger Hans Peter Freyther · 11 years ago
  59. d0a9b50 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  60. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  61. 7fee972 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  62. 2ea8812 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  63. b44b873 gbproxy: Fix rate counter group leak in peer_free() by Jacob Erlbeck · 11 years ago
  64. 901b9a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  65. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  66. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  67. 700b873 gbproxy: Fix warning and log message by Jacob Erlbeck · 11 years ago
  68. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  69. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  70. d728eb0 misc: Fix compilation now that the method is located in libosmocore by Holger Hans Peter Freyther · 12 years ago
  71. 25eeaab gbproxy: Address two unaligned memory access warnings by Holger Hans Peter Freyther · 12 years ago
  72. a529c07 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  73. a62e9fe libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  74. 7ed98e3 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  75. 14f112a libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  76. cfb6b28 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  77. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  78. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  79. 279d752 [gb_proxy] vty: display the BVC BLOCKED status in 'show gbproxy' by Harald Welte · 13 years ago
  80. 7b7eaa9 [gb_proxy] make sure bssgp cell id is copied correctly by Harald Welte · 13 years ago
  81. 4127072 [gb proxy] treat BVCI=1 consistently like signalling by Harald Welte · 13 years ago
  82. db2a2d5 [gb_proxy] Convert a NS-BLOCK from BSS into BVC-RESET to SGSN by Harald Welte · 13 years ago
  83. 51b7d40 [gb_proxy] Track the state of blocked/unblocked BVC in the proxy by Harald Welte · 13 years ago
  84. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  85. 5180844 misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  86. 337f4d5 GPRS: Copy the content of the msgb instead of creating one that points to the other by Holger Hans Peter Freyther · 14 years ago
  87. 98b82c1 GPRS: Fix crash when the peer can not be found... by Holger Hans Peter Freyther · 14 years ago
  88. bd9591f Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  89. 4f0675b [GPRS] Gb proxy VTY: Make sure all lines are aligned properly by Harald Welte · 14 years ago
  90. 6265d37 [GPRS] Gb Proxy: print only one line for every BVCI by Harald Welte · 14 years ago
  91. 22bc7d2 [GPRS] NS: Make sure we allocate NS packet with headroom for FR/GRE by Harald Welte · 14 years ago
  92. ba1f931 [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  93. 9ee404a [GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startup by Harald Welte · 14 years ago
  94. 93048cf [GPRS] Gb Proxy: More verbose logging by Harald Welte · 14 years ago
  95. 0cc900d [GPRS] Gb Proxy: Cosmetic fix of log message by Harald Welte · 14 years ago
  96. d8f2271 GPRS: We have to do the msgb_free() in NS not Gb Proxy by Harald Welte · 14 years ago
  97. 3fb22d6 Gb Proxy: Proper msgb memory management by Harald Welte · 14 years ago
  98. fa41cb7 NS / GB Proxy: Add Signal in case Tns-Alive expires too often by Harald Welte · 14 years ago
  99. be6e25a [gprs] Gb proxy: log level consolidation by Harald Welte · 14 years ago
  100. 8ba9d2d [gprs] gb_proxy: Snoop Cell ID from BSSGP RESET by Harald Welte · 14 years ago