1. 3c56a2a Fix gbproxy_sgsn_by_tlli wraparound by Daniel Willmann · 3 years, 6 months ago
  2. 6964e88 gb_proxy_peer: fix NULL pointer dereference in gbproxy_sgsn_alloc() by Vadim Yanitskiy · 3 years, 6 months ago
  3. 4dba67a gb_proxy_peer: sgsn can never be NULL in gbproxy_sgsn_by_nri() by Vadim Yanitskiy · 3 years, 6 months ago
  4. b387c1e gbproxy: Add VTY command to override the node selection function by Daniel Willmann · 3 years, 6 months ago
  5. a648f3c gbproxy: Add config option to name an SGSN by Daniel Willmann · 3 years, 6 months ago
  6. 7305ba3 gbproxy: use ns2 vty2 by Alexander Couzens · 3 years, 6 months ago
  7. 02d7c48 gbproxy: Fix build on Deiban 8 by Harald Welte · 3 years, 6 months ago
  8. 216dff8 gbproxy: Add comments to sgsn functions by Daniel Willmann · 3 years, 6 months ago
  9. d4ab1f9 gbproxy: Add SGSN pooling support by Daniel Willmann · 3 years, 6 months ago
  10. ee834af gbproxy: Add SGSN NRI configuration by Daniel Willmann · 3 years, 7 months ago
  11. 9151b4a gbproxy: Add "show gbproxy cell ..." VTY command by Harald Welte · 3 years, 7 months ago
  12. 98b1b45 gbproxy: Fix confusing log message in gbprox_relay2nse by Daniel Willmann · 3 years, 6 months ago
  13. 1e7be5d osmo-gbproxy: Initialize all hash_maps by Daniel Willmann · 3 years, 6 months ago
  14. befe1c3 gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..." by Harald Welte · 3 years, 7 months ago
  15. c6ecfad gbproxy: Improve VTY state introspection by Harald Welte · 3 years, 7 months ago
  16. 209dc9f gbproxy: Implement scaling of BVC flow control in SGSN pool by Harald Welte · 3 years, 7 months ago
  17. d10afca gbproxy: Add FSM related VTY commands by Harald Welte · 3 years, 7 months ago
  18. df690e8 gbproxy: Fix segfault when receiving PAGING for unknown destination by Harald Welte · 3 years, 7 months ago
  19. 664c24e gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already exists by Harald Welte · 3 years, 7 months ago
  20. ee0cc81 gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVC by Harald Welte · 3 years, 7 months ago
  21. 06331ac gbproxy: Fix bvci check in gbprox_rx_ptp_from_* by Daniel Willmann · 3 years, 7 months ago
  22. 85a4027 gbproxy: Implement handling of BVC Flow Control by Harald Welte · 3 years, 7 months ago
  23. dbef0aa gbproxy: Don't create an extra msgb copy for SGSN DL SIG by Harald Welte · 3 years, 7 months ago
  24. cfc7e8e gbproxy: Introduce new DOBJ log category; log object allocation/release by Harald Welte · 3 years, 7 months ago
  25. 4bd3e49 gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group index by Harald Welte · 3 years, 7 months ago
  26. e520964 gbproxy major rewrite for SGSN pool support by Harald Welte · 3 years, 7 months ago
  27. 4e15cf4 migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 7 months ago
  28. c169de4 gbproxy: Log FSM timeouts by Harald Welte · 3 years, 7 months ago
  29. ec0f801 gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEs by Harald Welte · 3 years, 7 months ago
  30. 815f798 gbproxy: use gbprox_relay2peer() whenever possible by Harald Welte · 3 years, 7 months ago
  31. 278dd27 gb_proxy: Introduce more validation / constraint checks by Harald Welte · 3 years, 7 months ago
  32. a0f7073 gb_proxy: cosmetic: Use function rather than open-coding is_sgsn by Harald Welte · 3 years, 7 months ago
  33. 7a0c9dd gbproxy: Remove patching, TLLI-tracking and SGSN2 support by Harald Welte · 3 years, 7 months ago
  34. 8b4c794 gbproxy: convert nse->bvcs from llist_head to hashtable by Harald Welte · 3 years, 7 months ago
  35. d2fef95 gbproxy: convert bss_nses from llist_head to hashtable by Harald Welte · 3 years, 7 months ago
  36. 2b7b1bb gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses by Harald Welte · 3 years, 7 months ago
  37. 560bdb3 gb_proxy: Rename gbproxy_peer to gbproxy_bvc by Harald Welte · 3 years, 7 months ago
  38. 173a182 gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENT by Harald Welte · 3 years, 7 months ago
  39. f9e149b gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEs by Harald Welte · 3 years, 7 months ago
  40. 5b89771 gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY command by Daniel Willmann · 3 years, 7 months ago
  41. f6a36cc gbproxy: Allow gbproxy_nse_free(NULL) by Daniel Willmann · 3 years, 7 months ago
  42. 4becbcb gbproxy: Add newline to log message by Daniel Willmann · 3 years, 7 months ago
  43. 8f407b1 gbproxy: Add BVC log filters by Daniel Willmann · 3 years, 7 months ago
  44. 324f065 gbproxy: Cosmetics: use longer lines by Harald Welte · 3 years, 7 months ago
  45. 314647b gb_proxy: Slightly restructure processing of BSS-originated BVC-RESET by Harald Welte · 3 years, 7 months ago
  46. 7df1e5a gbproxy: Move BSS-side BVC-RESET processing to its own function by Harald Welte · 3 years, 7 months ago
  47. 7479c4d gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOAD by Harald Welte · 3 years, 7 months ago
  48. 65bfbaf gbproxy: Add todos encountered while going through the code by Daniel Willmann · 3 years, 7 months ago
  49. 3696dce gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent by Daniel Willmann · 3 years, 7 months ago
  50. 5e595ca gbproxy: Use LOG macros for NSE/BVC by Daniel Willmann · 3 years, 7 months ago
  51. 95cf9fb gb_proxy: More precise + readable log messages by Harald Welte · 3 years, 7 months ago
  52. 559edac gbproxy: Separate function to move gbproxy_peer to different nse by Daniel Willmann · 3 years, 7 months ago
  53. 7620571 gbproxy: Only send paging to each matching NSE once by Daniel Willmann · 3 years, 7 months ago
  54. af7398a gbproxy: Ensure BVC0 is reset before handling PtP BVCs by Daniel Willmann · 3 years, 7 months ago
  55. e50550e gbproxy: Add NSE peer that can have multiple gbproxy_peers by Daniel Willmann · 3 years, 7 months ago
  56. 09ea490 gb_proxy_peer: Add some FIXMEs regarding invalid assumptions by Harald Welte · 3 years, 7 months ago
  57. fe05958 gbproxy: Pass TLLI as LSP towards NS to facilitate load sharing by Harald Welte · 3 years, 8 months ago
  58. 821da08 gbproxy: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 7 months ago
  59. 53ee206 gbproxy: Implement paging to entire BSS area by Harald Welte · 3 years, 7 months ago
  60. 3d1bd4d gbproxy: Properly implement paging to LAC/RAC by Harald Welte · 3 years, 7 months ago
  61. 2fca219 osmo-gbproxy: Implement nsvc-state ctrl command by Daniel Willmann · 3 years, 8 months ago
  62. b655010 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 8 months ago
  63. 5818b04 Let libosmocore handle VTY parent node tracking by Daniel Willmann · 3 years, 8 months ago
  64. 3bdfa43 gbproxy: Get the peer if paging by BVCI on SIG_BVC by Daniel Willmann · 3 years, 8 months ago
  65. 8489e7a gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 8 months ago
  66. 35f7d33 gbproxy: Whitespace fixes by Daniel Willmann · 3 years, 8 months ago
  67. 951e133 Port gbproxy to NS2 by Alexander Couzens · 3 years, 9 months ago
  68. 7facc86 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 1 month ago
  69. 92726d9 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 7 months ago
  70. 1ddefb1 Move out gbproxy to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago