1. 1aa0ae9 gbproxy: Fix segfault when receiving PAGING for unknown destination by Harald Welte · 3 years, 9 months ago
  2. cab8588 gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already exists by Harald Welte · 3 years, 9 months ago
  3. 4b4c997 gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVC by Harald Welte · 3 years, 9 months ago
  4. c4c1db9 gbproxy: Fix bvci check in gbprox_rx_ptp_from_* by Daniel Willmann · 3 years, 10 months ago
  5. 61ff273 gbproxy: Implement handling of BVC Flow Control by Harald Welte · 3 years, 10 months ago
  6. bf69833 gbproxy: Don't create an extra msgb copy for SGSN DL SIG by Harald Welte · 3 years, 10 months ago
  7. 7cb76a4 gbproxy: Introduce new DOBJ log category; log object allocation/release by Harald Welte · 3 years, 10 months ago
  8. c91f53c gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group index by Harald Welte · 3 years, 10 months ago
  9. 5687ae6 gbproxy major rewrite for SGSN pool support by Harald Welte · 3 years, 10 months ago
  10. 453a51d migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 10 months ago
  11. a54ed46 gbproxy: Log FSM timeouts by Harald Welte · 3 years, 10 months ago
  12. 052d855 gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEs by Harald Welte · 3 years, 10 months ago
  13. 11ad571 gbproxy: use gbprox_relay2peer() whenever possible by Harald Welte · 3 years, 10 months ago
  14. d651edc gb_proxy: Introduce more validation / constraint checks by Harald Welte · 3 years, 10 months ago
  15. 4bf53ef gb_proxy: cosmetic: Use function rather than open-coding is_sgsn by Harald Welte · 3 years, 10 months ago
  16. 91bb720 gbproxy: Remove patching, TLLI-tracking and SGSN2 support by Harald Welte · 3 years, 10 months ago
  17. 993d3f4 gbproxy: convert nse->bvcs from llist_head to hashtable by Harald Welte · 3 years, 10 months ago
  18. 78db244 gbproxy: convert bss_nses from llist_head to hashtable by Harald Welte · 3 years, 10 months ago
  19. 0e1b791 gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses by Harald Welte · 3 years, 10 months ago
  20. 8cd7440 gb_proxy: Rename gbproxy_peer to gbproxy_bvc by Harald Welte · 3 years, 10 months ago
  21. 6c4c6f0 gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENT by Harald Welte · 3 years, 10 months ago
  22. fb7f8c5 gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEs by Harald Welte · 3 years, 10 months ago
  23. 9a2fc90 gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY command by Daniel Willmann · 3 years, 10 months ago
  24. e794c1f gbproxy: Allow gbproxy_nse_free(NULL) by Daniel Willmann · 3 years, 10 months ago
  25. bd356a6 gbproxy: Add newline to log message by Daniel Willmann · 3 years, 10 months ago
  26. e8c8ec9 gbproxy: Add BVC log filters by Daniel Willmann · 3 years, 10 months ago
  27. 5525371 gbproxy: Cosmetics: use longer lines by Harald Welte · 3 years, 10 months ago
  28. 1239cf4 gb_proxy: Slightly restructure processing of BSS-originated BVC-RESET by Harald Welte · 3 years, 10 months ago
  29. ac44d6b gbproxy: Move BSS-side BVC-RESET processing to its own function by Harald Welte · 3 years, 10 months ago
  30. c8d98ac gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOAD by Harald Welte · 3 years, 10 months ago
  31. 6626bbc gbproxy: Add todos encountered while going through the code by Daniel Willmann · 3 years, 10 months ago
  32. 103a7ec gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent by Daniel Willmann · 3 years, 10 months ago
  33. 6e8ed27 gbproxy: Use LOG macros for NSE/BVC by Daniel Willmann · 3 years, 10 months ago
  34. d97ff68 gb_proxy: More precise + readable log messages by Harald Welte · 3 years, 10 months ago
  35. 9e583c8 gbproxy: Separate function to move gbproxy_peer to different nse by Daniel Willmann · 3 years, 10 months ago
  36. 5937dfd gbproxy: Only send paging to each matching NSE once by Daniel Willmann · 3 years, 10 months ago
  37. cafa388 gbproxy: Ensure BVC0 is reset before handling PtP BVCs by Daniel Willmann · 3 years, 10 months ago
  38. 447ad44 gbproxy: Add NSE peer that can have multiple gbproxy_peers by Daniel Willmann · 3 years, 10 months ago
  39. eb4233e gb_proxy_peer: Add some FIXMEs regarding invalid assumptions by Harald Welte · 3 years, 10 months ago
  40. 2636e89 gbproxy: Pass TLLI as LSP towards NS to facilitate load sharing by Harald Welte · 3 years, 10 months ago
  41. 826eaa3 gbproxy: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 10 months ago
  42. 8553f55 gbproxy: Implement paging to entire BSS area by Harald Welte · 3 years, 10 months ago
  43. 3375fa4 gbproxy: Properly implement paging to LAC/RAC by Harald Welte · 3 years, 10 months ago
  44. 638cddd osmo-gbproxy: Implement nsvc-state ctrl command by Daniel Willmann · 3 years, 11 months ago
  45. 02f2c34 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 11 months ago
  46. 62fa619 Let libosmocore handle VTY parent node tracking by Daniel Willmann · 3 years, 11 months ago
  47. c42331f gbproxy: Get the peer if paging by BVCI on SIG_BVC by Daniel Willmann · 3 years, 11 months ago
  48. 15c9da2 gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 11 months ago
  49. 8bca8de gbproxy: Whitespace fixes by Daniel Willmann · 3 years, 11 months ago
  50. 82182d0 Port gbproxy to NS2 by Alexander Couzens · 4 years ago
  51. b26a5a8 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 4 months ago
  52. de67c00 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 10 months ago
  53. 9d016fd Move out gbproxy to its own subdir by Pau Espin Pedrol · 5 years ago