1. 5620c6d gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  2. 0727f9a gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  3. 2504bc4 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  4. eed33ef gprs/test: Remove verbose parameter of gbprox_dump_* functions by Jacob Erlbeck · 10 years ago
  5. 9d7268a gprs: Use area terms LAI/RAI as defined in GSM 03.03 by Jacob Erlbeck · 10 years ago
  6. f340960 gbproxy: The "[stats]" option was not documented, document it by Holger Hans Peter Freyther · 11 years ago
  7. d0a9b50 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  8. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  9. 7fee972 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  10. 2ea8812 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  11. b44b873 gbproxy: Fix rate counter group leak in peer_free() by Jacob Erlbeck · 11 years ago
  12. 901b9a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  13. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  14. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  15. 700b873 gbproxy: Fix warning and log message by Jacob Erlbeck · 11 years ago
  16. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  17. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  18. d728eb0 misc: Fix compilation now that the method is located in libosmocore by Holger Hans Peter Freyther · 12 years ago
  19. 25eeaab gbproxy: Address two unaligned memory access warnings by Holger Hans Peter Freyther · 12 years ago
  20. a529c07 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  21. a62e9fe libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  22. 7ed98e3 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  23. 14f112a libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  24. cfb6b28 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  25. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  26. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  27. 279d752 [gb_proxy] vty: display the BVC BLOCKED status in 'show gbproxy' by Harald Welte · 13 years ago
  28. 7b7eaa9 [gb_proxy] make sure bssgp cell id is copied correctly by Harald Welte · 13 years ago
  29. 4127072 [gb proxy] treat BVCI=1 consistently like signalling by Harald Welte · 13 years ago
  30. db2a2d5 [gb_proxy] Convert a NS-BLOCK from BSS into BVC-RESET to SGSN by Harald Welte · 13 years ago
  31. 51b7d40 [gb_proxy] Track the state of blocked/unblocked BVC in the proxy by Harald Welte · 13 years ago
  32. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  33. 5180844 misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  34. 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
  35. 98b82c1 GPRS: Fix crash when the peer can not be found... by Holger Hans Peter Freyther · 14 years ago
  36. bd9591f Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  37. 4f0675b [GPRS] Gb proxy VTY: Make sure all lines are aligned properly by Harald Welte · 14 years ago
  38. 6265d37 [GPRS] Gb Proxy: print only one line for every BVCI by Harald Welte · 14 years ago
  39. 22bc7d2 [GPRS] NS: Make sure we allocate NS packet with headroom for FR/GRE by Harald Welte · 14 years ago
  40. ba1f931 [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  41. 9ee404a [GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startup by Harald Welte · 14 years ago
  42. 93048cf [GPRS] Gb Proxy: More verbose logging by Harald Welte · 14 years ago
  43. 0cc900d [GPRS] Gb Proxy: Cosmetic fix of log message by Harald Welte · 14 years ago
  44. d8f2271 GPRS: We have to do the msgb_free() in NS not Gb Proxy by Harald Welte · 14 years ago
  45. 3fb22d6 Gb Proxy: Proper msgb memory management by Harald Welte · 14 years ago
  46. fa41cb7 NS / GB Proxy: Add Signal in case Tns-Alive expires too often by Harald Welte · 14 years ago
  47. be6e25a [gprs] Gb proxy: log level consolidation by Harald Welte · 14 years ago
  48. 8ba9d2d [gprs] gb_proxy: Snoop Cell ID from BSSGP RESET by Harald Welte · 14 years ago
  49. b8da061 [gprs] gb_proxy: more verbose debugging by Harald Welte · 14 years ago
  50. 15cbb0e [gprs] gb_proxy: Fix detecting the SGSN-facing ns-vc by its NSEI by Harald Welte · 14 years ago
  51. f2fdefe [gprs] Gb proxy: cosmetic cleanup by Harald Welte · 14 years ago
  52. 874acec [gprs] gb_proxy: Send proper BSSGP STATUS msg in error case by Harald Welte · 14 years ago
  53. 5bb0d36 [gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSs by Harald Welte · 14 years ago
  54. b34e2c1 [gprs] gb_proxy: More VTY 'show' information by Harald Welte · 14 years ago
  55. 48030cf [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed from openbsc/src/gb_proxy.c]
  56. 0358aae [gprs] gb_proxy: Fix message looping bug by Harald Welte · 14 years ago
  57. e661b27 [gprs] gb_proxy: fix NSEI value printed in some debug statements by Harald Welte · 14 years ago
  58. 6aa24d1 [gprs] gb_proxy: locally acknowledge BVC RESET for BVCI=0 by Harald Welte · 14 years ago
  59. 3ad3243 [gprs] gb_proxy: Strip NS header before relaying message by Harald Welte · 14 years ago
  60. f01709d [gprs] gb_proxy: Fix proxying of BSS messages to SGSN by Harald Welte · 14 years ago
  61. 2ac2e91 [gprs] gb_proxy: use new msgb_bssgph() and msgb_bssgp_len() macros by Harald Welte · 14 years ago
  62. e49c829 [gprs] gb_proxy: Actually create our gbprox_peers by Harald Welte · 14 years ago
  63. d1991e7 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago