1. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/include/openbsc/gb_proxy.h]
  2. beade31 gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info by Daniel Willmann · 8 years ago
  3. 98fa3dc gbproxy: Count more GSM 04.08 messages by Holger Hans Peter Freyther · 9 years ago
  4. 537d480 gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocation by Daniel Willmann · 9 years ago
  5. b36032c gbproxy: Use a separate regexp for routing by Jacob Erlbeck · 10 years ago
  6. 9a83d7a gbproxy: Refactor IMSI matching by Jacob Erlbeck · 10 years ago
  7. 6575028 gbproxy: Refactor local message generation by Jacob Erlbeck · 10 years ago
  8. d211d1d gbproxy: Reset IMSI acquisition within gbproxy_unregister_link_info by Jacob Erlbeck · 10 years ago
  9. f8562e3 gbproxy: Rename the field 'enabled_tllis' to 'logical_links' by Jacob Erlbeck · 10 years ago
  10. 91d2f8a gbproxy: Use the term 'link' instead of 'tlli' by Jacob Erlbeck · 10 years ago
  11. 9a7b0d5 gbproxy: Rename functions related to tlli_info by Jacob Erlbeck · 10 years ago
  12. 8992f30 gbproxy: Rename identifiers related to IMSI matching by Jacob Erlbeck · 10 years ago
  13. 91a0e86 gbproxy: Separate SGSN numeric namespaces by Jacob Erlbeck · 10 years ago
  14. 7430da6 gbproxy: Keep tlli_info after detach by Jacob Erlbeck · 10 years ago
  15. a42fe9f gbproxy: Remove gbproxy_register_tlli by Jacob Erlbeck · 10 years ago
  16. 2fd1ba4 gbproxy: Replace 'mi_data' by 'imsi' by Jacob Erlbeck · 10 years ago
  17. 1abfdc2 gbproxy: Remove patch_mode, update initial checks by Jacob Erlbeck · 10 years ago
  18. 7fb26c2 gbproxy/test: Add assertions, improve test coverage by Jacob Erlbeck · 10 years ago
  19. 3159114 gbproxy: Reset IMSI acquisition and free stored messages in tlli_info by Jacob Erlbeck · 10 years ago
  20. 18a3787 gbproxy: Check tlli_info when patching, fix APN patching by Jacob Erlbeck · 10 years ago
  21. f4d60c8 gbproxy: Support a secondary SGSN by Jacob Erlbeck · 10 years ago
  22. 5f4ef32 gbproxy: Implement IMSI acquisition by Jacob Erlbeck · 10 years ago
  23. 48bb3a3 gbproxy: Remove nonnull attributes by Jacob Erlbeck · 10 years ago
  24. 5f1faa3 gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  25. 9114bee gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  26. 0d37671 gbproxy: Use different TLLI/P-TMSI for BSS and SGSN by Jacob Erlbeck · 10 years ago
  27. 9057bc3 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  28. 59748e6 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  29. 29805da gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  30. 5e68ecf gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  31. 7b821d0 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  32. 291f050 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  33. 89d3d34 gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  34. 0196c99 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  35. 3fa2644 gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  36. eece6277 gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  37. fa7a8bc gprs: The methods moved to gprs_utils.h remove them here by Holger Hans Peter Freyther · 10 years ago
  38. 1ddd9e5 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  39. b900459 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  40. 16f30b5 gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  41. a7027a0 gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  42. d4d36f2 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  43. 18739ea gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  44. 7dd498d gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  45. 7c101d9 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  46. 7368528 gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  47. 91fb680 gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  48. 67a4445 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  49. b32d3c0 gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  50. 72b401f gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  51. 4211d79 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  52. 90267a9 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  53. da890c7 gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  54. bc55574 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  55. e75fec6 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  56. 51a869c gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  57. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  58. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  59. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  60. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  61. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  62. ff3bde8 [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node by Harald Welte · 14 years ago
  63. 5540c4c [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  64. 7af4962 [SGSN] Gb Proxy: Simplify configuration by Harald Welte · 14 years ago
  65. 1ccbf44 [GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startup by Harald Welte · 14 years ago
  66. c1c1dd2 [gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSs by Harald Welte · 14 years ago
  67. 85801d0 [gprs] gb_proxy: More VTY 'show' information by Harald Welte · 14 years ago
  68. 672f5c4 [gprs] gb_proxy: Fix proxying of BSS messages to SGSN by Harald Welte · 14 years ago
  69. b77c697 [gprs] fully integrate VTY configuration into Gb proxy by Harald Welte · 14 years ago