1. 216dff8 gbproxy: Add comments to sgsn functions by Daniel Willmann · 3 years, 6 months ago
  2. d4ab1f9 gbproxy: Add SGSN pooling support by Daniel Willmann · 3 years, 6 months ago
  3. ee834af gbproxy: Add SGSN NRI configuration by Daniel Willmann · 3 years, 6 months ago
  4. 9151b4a gbproxy: Add "show gbproxy cell ..." VTY command by Harald Welte · 3 years, 6 months ago
  5. 98b1b45 gbproxy: Fix confusing log message in gbprox_relay2nse by Daniel Willmann · 3 years, 6 months ago
  6. 1e7be5d osmo-gbproxy: Initialize all hash_maps by Daniel Willmann · 3 years, 6 months ago
  7. ec323bd sgsn: check for NULL of gprs_subscr_get_or_create() by Alexander Couzens · 3 years, 6 months ago
  8. befe1c3 gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..." by Harald Welte · 3 years, 6 months ago
  9. c6ecfad gbproxy: Improve VTY state introspection by Harald Welte · 3 years, 6 months ago
  10. 209dc9f gbproxy: Implement scaling of BVC flow control in SGSN pool by Harald Welte · 3 years, 6 months ago
  11. d10afca gbproxy: Add FSM related VTY commands by Harald Welte · 3 years, 6 months ago
  12. df690e8 gbproxy: Fix segfault when receiving PAGING for unknown destination by Harald Welte · 3 years, 6 months ago
  13. 664c24e gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already exists by Harald Welte · 3 years, 6 months ago
  14. ee0cc81 gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVC by Harald Welte · 3 years, 6 months ago
  15. 06331ac gbproxy: Fix bvci check in gbprox_rx_ptp_from_* by Daniel Willmann · 3 years, 6 months ago
  16. 85a4027 gbproxy: Implement handling of BVC Flow Control by Harald Welte · 3 years, 6 months ago
  17. dbef0aa gbproxy: Don't create an extra msgb copy for SGSN DL SIG by Harald Welte · 3 years, 6 months ago
  18. cfc7e8e gbproxy: Introduce new DOBJ log category; log object allocation/release by Harald Welte · 3 years, 6 months ago
  19. 4bd3e49 gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group index by Harald Welte · 3 years, 6 months ago
  20. e520964 gbproxy major rewrite for SGSN pool support by Harald Welte · 3 years, 7 months ago
  21. 822714d mm_state_gb_fsm: Handle implicit detach from mm_standby by Daniel Willmann · 4 years, 5 months ago
  22. 4e15cf4 migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 6 months ago
  23. c169de4 gbproxy: Log FSM timeouts by Harald Welte · 3 years, 6 months ago
  24. ec0f801 gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEs by Harald Welte · 3 years, 6 months ago
  25. 815f798 gbproxy: use gbprox_relay2peer() whenever possible by Harald Welte · 3 years, 7 months ago
  26. 278dd27 gb_proxy: Introduce more validation / constraint checks by Harald Welte · 3 years, 6 months ago
  27. d09ffc2 gbproxy: Delete gbproxy_test by Harald Welte · 3 years, 6 months ago
  28. a0f7073 gb_proxy: cosmetic: Use function rather than open-coding is_sgsn by Harald Welte · 3 years, 7 months ago
  29. 7a0c9dd gbproxy: Remove patching, TLLI-tracking and SGSN2 support by Harald Welte · 3 years, 7 months ago
  30. 8b4c794 gbproxy: convert nse->bvcs from llist_head to hashtable by Harald Welte · 3 years, 7 months ago
  31. d2fef95 gbproxy: convert bss_nses from llist_head to hashtable by Harald Welte · 3 years, 7 months ago
  32. 2b7b1bb gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses by Harald Welte · 3 years, 7 months ago
  33. 560bdb3 gb_proxy: Rename gbproxy_peer to gbproxy_bvc by Harald Welte · 3 years, 7 months ago
  34. 173a182 gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENT by Harald Welte · 3 years, 7 months ago
  35. f9e149b gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEs by Harald Welte · 3 years, 7 months ago
  36. 5b89771 gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY command by Daniel Willmann · 3 years, 7 months ago
  37. f6a36cc gbproxy: Allow gbproxy_nse_free(NULL) by Daniel Willmann · 3 years, 7 months ago
  38. 4becbcb gbproxy: Add newline to log message by Daniel Willmann · 3 years, 7 months ago
  39. 8f407b1 gbproxy: Add BVC log filters by Daniel Willmann · 3 years, 7 months ago
  40. 324f065 gbproxy: Cosmetics: use longer lines by Harald Welte · 3 years, 7 months ago
  41. 314647b gb_proxy: Slightly restructure processing of BSS-originated BVC-RESET by Harald Welte · 3 years, 7 months ago
  42. 7df1e5a gbproxy: Move BSS-side BVC-RESET processing to its own function by Harald Welte · 3 years, 7 months ago
  43. 7479c4d gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOAD by Harald Welte · 3 years, 7 months ago
  44. 65bfbaf gbproxy: Add todos encountered while going through the code by Daniel Willmann · 3 years, 7 months ago
  45. 3696dce gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent by Daniel Willmann · 3 years, 7 months ago
  46. 5e595ca gbproxy: Use LOG macros for NSE/BVC by Daniel Willmann · 3 years, 7 months ago
  47. 066c4cb gbproxy: Add logging macros for NSE and BVC by Daniel Willmann · 3 years, 7 months ago
  48. 95cf9fb gb_proxy: More precise + readable log messages by Harald Welte · 3 years, 7 months ago
  49. 7345af8 gmm: Introduce comment to ease addition of Network feature support IE later by Pau Espin Pedrol · 3 years, 7 months ago
  50. bdbdcaf gmm: fix build without define PTMSI_ALLOC by Pau Espin Pedrol · 3 years, 7 months ago
  51. 559edac gbproxy: Separate function to move gbproxy_peer to different nse by Daniel Willmann · 3 years, 7 months ago
  52. 7620571 gbproxy: Only send paging to each matching NSE once by Daniel Willmann · 3 years, 7 months ago
  53. af7398a gbproxy: Ensure BVC0 is reset before handling PtP BVCs by Daniel Willmann · 3 years, 7 months ago
  54. e50550e gbproxy: Add NSE peer that can have multiple gbproxy_peers by Daniel Willmann · 3 years, 7 months ago
  55. 5f677fd gbproxy: Remove test testing NSVCI change 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, 7 months ago
  58. 3fdd720 sgsn: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 7 months ago
  59. fd1614c gtphub: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 7 months ago
  60. 821da08 gbproxy: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 7 months ago
  61. dc9c785 gprs_gb_parse: Add function to determine TLLI from encoded BSSGP by Harald Welte · 3 years, 7 months ago
  62. 53ee206 gbproxy: Implement paging to entire BSS area by Harald Welte · 3 years, 7 months ago
  63. 3d1bd4d gbproxy: Properly implement paging to LAC/RAC by Harald Welte · 3 years, 7 months ago
  64. cbdddac Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 8 months ago
  65. 2fca219 osmo-gbproxy: Implement nsvc-state ctrl command by Daniel Willmann · 3 years, 8 months ago
  66. 45cf0d1 configure.ac: Require python3 for ext_tests by Daniel Willmann · 3 years, 7 months ago
  67. b655010 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 8 months ago
  68. 5818b04 Let libosmocore handle VTY parent node tracking by Daniel Willmann · 3 years, 8 months ago
  69. 3bdfa43 gbproxy: Get the peer if paging by BVCI on SIG_BVC by Daniel Willmann · 3 years, 8 months ago
  70. 8489e7a gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 8 months ago
  71. 35f7d33 gbproxy: Whitespace fixes by Daniel Willmann · 3 years, 8 months ago
  72. 951e133 Port gbproxy to NS2 by Alexander Couzens · 3 years, 9 months ago
  73. 5f57315 process_ms_ctx_status: Fix crash deleting PDP Ctx if GTP side was already released by Pau Espin Pedrol · 3 years, 8 months ago
  74. 2b835ec process_ms_ctx_status: refactor to avoid code duplication by Pau Espin Pedrol · 3 years, 8 months ago
  75. 430b27c sgsn_delete_pdp_ctx: Add documentation and assert assumptions by Pau Espin Pedrol · 3 years, 8 months ago
  76. 2158c69 VTY: Add gtp state-dir command by Keith · 3 years, 8 months ago
  77. 3d7be51 Fix crash rx DeactPdpReq while waiting for DeactPdpAck after gtp side is freed by Pau Espin Pedrol · 3 years, 8 months ago
  78. 589d98f Log error if pdp ctx is freed while holding an active timer by Pau Espin Pedrol · 3 years, 8 months ago
  79. 0781512 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 8 months ago
  80. d8645a0 contrib/jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 3 years, 8 months ago
  81. cce1e9d gtphub: fix compilation with gcc 10.2.0 by Alexander Couzens · 3 years, 9 months ago
  82. 016a68b gtphub_test: fix compilation error on gcc 10.2.0 by Alexander Couzens · 3 years, 9 months ago
  83. 76059b8 gprs_sndcp: fix use after free by Philipp Maier · 3 years, 9 months ago
  84. 376aa9e gbproxy-usermanual: Explain BSSGP/BVC handling by Daniel Willmann · 3 years, 9 months ago
  85. 3ab0ad8 Fix Radio Priority in MM Attach and PDP Context Activation by Keith · 3 years, 9 months ago
  86. e600786 gmm: on invalid RA id reject the MS with an implicit detach by Alexander Couzens · 3 years, 9 months ago
  87. f1f6b76 gprs_llc: _bssgp_tx_dl_ud: ensure the LLME is valid before using it by Alexander Couzens · 3 years, 9 months ago
  88. 9bfbe2c Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 3 years, 10 months ago
  89. e77e5bc Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 3 years, 10 months ago
  90. 0b1a81e doc: Update VTY reference xml file by Pau Espin Pedrol · 3 years, 10 months ago
  91. 570c407 configure.ac: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 10 months ago
  92. 74a2504 debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 3 years, 10 months ago
  93. e717f0b Send a BVC-RESET to all persistent Gb interfaces at start-up by Harald Welte · 4 years ago
  94. 323aaf6 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years ago
  95. 750bfb0 sgsn_libgtp: Avoid ps-paging MS on GMM Suspended state by Pau Espin Pedrol · 4 years ago
  96. cc8d1a1 gprs_gmm_fsm.c: Add missing license header by Pau Espin Pedrol · 4 years ago
  97. 7dd85f4 *.spec.in: Use %config(noreplace) to retain current config file by Harald Welte · 4 years ago
  98. bee65e0 sgsn_libgtp: Improve ps-paging logging by Pau Espin Pedrol · 4 years ago
  99. 7facc86 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 1 month ago
  100. 17d6134 gbproxy_test.c: fix mobile identity test data by Neels Hofmeyr · 4 years, 1 month ago