1. 1239cf4 gb_proxy: Slightly restructure processing of BSS-originated BVC-RESET by Harald Welte · 3 years, 10 months ago
  2. ac44d6b gbproxy: Move BSS-side BVC-RESET processing to its own function by Harald Welte · 3 years, 10 months ago
  3. c8d98ac gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOAD by Harald Welte · 3 years, 10 months ago
  4. 6626bbc gbproxy: Add todos encountered while going through the code by Daniel Willmann · 3 years, 10 months ago
  5. 103a7ec gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent by Daniel Willmann · 3 years, 10 months ago
  6. 6e8ed27 gbproxy: Use LOG macros for NSE/BVC by Daniel Willmann · 3 years, 10 months ago
  7. 7418797 gbproxy: Add logging macros for NSE and BVC by Daniel Willmann · 3 years, 10 months ago
  8. d97ff68 gb_proxy: More precise + readable log messages by Harald Welte · 3 years, 10 months ago
  9. 83142be gmm: Introduce comment to ease addition of Network feature support IE later by Pau Espin Pedrol · 3 years, 10 months ago
  10. 8c3d7fd gmm: fix build without define PTMSI_ALLOC by Pau Espin Pedrol · 3 years, 10 months ago
  11. 9e583c8 gbproxy: Separate function to move gbproxy_peer to different nse by Daniel Willmann · 3 years, 10 months ago
  12. 5937dfd gbproxy: Only send paging to each matching NSE once by Daniel Willmann · 3 years, 10 months ago
  13. cafa388 gbproxy: Ensure BVC0 is reset before handling PtP BVCs by Daniel Willmann · 3 years, 10 months ago
  14. 447ad44 gbproxy: Add NSE peer that can have multiple gbproxy_peers by Daniel Willmann · 3 years, 10 months ago
  15. f7a1aed gbproxy: Remove test testing NSVCI change by Daniel Willmann · 3 years, 10 months ago
  16. eb4233e gb_proxy_peer: Add some FIXMEs regarding invalid assumptions by Harald Welte · 3 years, 10 months ago
  17. 2636e89 gbproxy: Pass TLLI as LSP towards NS to facilitate load sharing by Harald Welte · 3 years, 10 months ago
  18. bcd7709 sgsn: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 10 months ago
  19. 7ffc660 gtphub: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 10 months ago
  20. 826eaa3 gbproxy: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 10 months ago
  21. 952fbf2 gprs_gb_parse: Add function to determine TLLI from encoded BSSGP by Harald Welte · 3 years, 10 months ago
  22. 8553f55 gbproxy: Implement paging to entire BSS area by Harald Welte · 3 years, 10 months ago
  23. 3375fa4 gbproxy: Properly implement paging to LAC/RAC by Harald Welte · 3 years, 10 months ago
  24. e1ba423 Use osmo_fd_*_{disable,enable} by Harald Welte · 4 years ago
  25. 638cddd osmo-gbproxy: Implement nsvc-state ctrl command by Daniel Willmann · 3 years, 11 months ago
  26. 58937ce configure.ac: Require python3 for ext_tests by Daniel Willmann · 3 years, 11 months ago
  27. 02f2c34 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 11 months ago
  28. 62fa619 Let libosmocore handle VTY parent node tracking by Daniel Willmann · 3 years, 11 months ago
  29. c42331f gbproxy: Get the peer if paging by BVCI on SIG_BVC by Daniel Willmann · 3 years, 11 months ago
  30. 15c9da2 gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 11 months ago
  31. 8bca8de gbproxy: Whitespace fixes by Daniel Willmann · 3 years, 11 months ago
  32. 82182d0 Port gbproxy to NS2 by Alexander Couzens · 4 years ago
  33. 08395b3 process_ms_ctx_status: Fix crash deleting PDP Ctx if GTP side was already released by Pau Espin Pedrol · 4 years ago
  34. 25998dd process_ms_ctx_status: refactor to avoid code duplication by Pau Espin Pedrol · 4 years ago
  35. 60581ae sgsn_delete_pdp_ctx: Add documentation and assert assumptions by Pau Espin Pedrol · 4 years ago
  36. c70e838 VTY: Add gtp state-dir command by Keith · 4 years ago
  37. 5ce54ba Fix crash rx DeactPdpReq while waiting for DeactPdpAck after gtp side is freed by Pau Espin Pedrol · 4 years ago
  38. ff5b59a Log error if pdp ctx is freed while holding an active timer by Pau Espin Pedrol · 4 years ago
  39. be2330f Use osmo_fd_setup() whenever applicable by Harald Welte · 4 years ago
  40. 8d2d7db contrib/jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 4 years ago
  41. 92ef0c8 gtphub: fix compilation with gcc 10.2.0 by Alexander Couzens · 4 years ago
  42. 68d9c5a gtphub_test: fix compilation error on gcc 10.2.0 by Alexander Couzens · 4 years ago
  43. ef6205b gprs_sndcp: fix use after free by Philipp Maier · 4 years ago
  44. 86336af gbproxy-usermanual: Explain BSSGP/BVC handling by Daniel Willmann · 4 years ago
  45. 6d92f14 Fix Radio Priority in MM Attach and PDP Context Activation by Keith · 4 years ago
  46. 27a0bf7 gmm: on invalid RA id reject the MS with an implicit detach by Alexander Couzens · 4 years ago
  47. d3c3dde gprs_llc: _bssgp_tx_dl_ud: ensure the LLME is valid before using it by Alexander Couzens · 4 years ago
  48. e6c5b4a Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 4 years, 1 month ago
  49. aae7daf Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 4 years, 1 month ago
  50. b32936d doc: Update VTY reference xml file by Pau Espin Pedrol · 4 years, 1 month ago
  51. d5dc143 configure.ac: Fix trailing whitespace by Pau Espin Pedrol · 4 years, 1 month ago
  52. 65a5a0a debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 4 years, 1 month ago
  53. 9d16b14 Send a BVC-RESET to all persistent Gb interfaces at start-up by Harald Welte · 4 years, 3 months ago
  54. dd930a2 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years, 2 months ago
  55. b3e10aa sgsn_libgtp: Avoid ps-paging MS on GMM Suspended state by Pau Espin Pedrol · 4 years, 3 months ago
  56. 36ecddb gprs_gmm_fsm.c: Add missing license header by Pau Espin Pedrol · 4 years, 3 months ago
  57. 90dedcb *.spec.in: Use %config(noreplace) to retain current config file by Harald Welte · 4 years, 3 months ago
  58. cfd307b sgsn_libgtp: Improve ps-paging logging by Pau Espin Pedrol · 4 years, 3 months ago
  59. b26a5a8 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 4 months ago
  60. 7369d44 gbproxy_test.c: fix mobile identity test data by Neels Hofmeyr · 4 years, 4 months ago
  61. 5e1a486 Treat RAU as implicit RESUME if GMM is suspended by Harald Welte · 4 years, 3 months ago
  62. 627e285 Fix memory leak when SNDCP de-fragmentation is used by Harald Welte · 4 years, 4 months ago
  63. 5e0b829 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years, 4 months ago
  64. bd6d677 contrib: integrate RPM spec by Oliver Smith · 4 years, 4 months ago
  65. 482bb07 contrib: import RPM spec by Oliver Smith · 4 years, 4 months ago
  66. b63e19d gsup: send RAT type on LU by Neels Hofmeyr · 4 years, 9 months ago
  67. c6548bb fix nullpointer: in gsm48_rx_gmm_ra_upd_req() by Neels Hofmeyr · 4 years, 9 months ago
  68. b2ebc59 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 5 months ago
  69. 9d550cb gtphub_test: Fix compilation with gcc-10 by Harald Welte · 4 years, 5 months ago
  70. e6b2883 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 6 months ago
  71. 6528e8c tests: dlopen does not imply availability of dlsym.. by Eric · 4 years, 6 months ago
  72. 6e4cd08 manual: explain IuPS, add SCCP/M3UA section from common chapters by Neels Hofmeyr · 4 years, 6 months ago
  73. 91a8bbd gprs_gmm_fsm.c: Implement RAT change between 2g and 3g by Alexander Couzens · 5 years ago
  74. d999e54 gprs_gmm: Check for RAT change and ensure this only happens for RAU/ATT by Daniel Willmann · 4 years, 8 months ago
  75. 394aa53 Bump version: 1.5.0.91-5997-dirty → 1.6.0 by Pau Espin Pedrol · 4 years, 9 months ago 1.6.0
  76. 5997357 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 10 months ago osmith/fix-python3
  77. de67c00 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 10 months ago
  78. ad08d17 regen_doc.sh: support gbproxy, run without docker by Oliver Smith · 4 years, 10 months ago
  79. 118c411 doc: add OsmoGbProxy VTY reference by Oliver Smith · 4 years, 10 months ago
  80. fa2656d gitignore: fix paths to binaries by Oliver Smith · 4 years, 10 months ago
  81. 6e63476 manual: Fix copy+paste error by Harald Welte · 4 years, 10 months ago
  82. 61557f4 check for osmo_ss7_init() error return value by Harald Welte · 4 years, 10 months ago
  83. a868e17 check for osmo_fsm_register() error return values by Harald Welte · 4 years, 10 months ago
  84. 1fd50d9 Initial OsmoGbPROXY user manual by Harald Welte · 6 years ago
  85. 4146121 LLC: Don't use hard-coded N201-U / N201-I values in XID by Harald Welte · 5 years ago
  86. 85386dc Use libosmocore constant for IMSI length in ACL entry by Max · 6 years ago
  87. 9203da5 gprs_gmm.c: Send XID reset with received TLLI by Pau Espin Pedrol · 4 years, 10 months ago
  88. b71d2c5 gprs_llc.c: Use enum instead of hardcoded value by Pau Espin Pedrol · 4 years, 10 months ago
  89. 029a70e Improve logging in gprs_llc.c code by Pau Espin Pedrol · 4 years, 10 months ago
  90. de80976 gmm: Fix assertion hit during RA UPD REQ before completting gmm attach by Pau Espin Pedrol · 4 years, 11 months ago
  91. 284314a sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*() by Pau Espin Pedrol · 5 years ago
  92. 4d1d2e7 sgsn: Gb: implementing PS Paging when MS is MM_STANDBY by Alexander Couzens · 5 years ago
  93. 030824e sgsn_libgtp: refactor ps paging into gprs_gb by Alexander Couzens · 5 years ago
  94. 0e124d3 gprs_mm_state_iu_fsm.c: fix: assign timer_cb to mm_state_iu_fsm by Vadim Yanitskiy · 5 years ago
  95. 865bf6f sgsn_mm_ctx_alloc(): check for unallocated fsms by Alexander Couzens · 5 years ago
  96. 10af11d gprs_gmm: release Iu connection on RAU failures by Alexander Couzens · 5 years ago
  97. afadd10 ranap: add non-spec X1001 by Alexander Couzens · 5 years ago
  98. 1223531 sgsn: MM Gb Fsm: fix event handling for implicit detach by Alexander Couzens · 5 years ago
  99. d597ee2 gprs_sgsn: always allocate Gb/Iu mm fsm by Alexander Couzens · 5 years ago
  100. 743e687 gprs_ranap: add missing rc = 0 by Alexander Couzens · 5 years ago