1. e600786 gmm: on invalid RA id reject the MS with an implicit detach by Alexander Couzens · 3 years, 9 months ago
  2. f1f6b76 gprs_llc: _bssgp_tx_dl_ud: ensure the LLME is valid before using it by Alexander Couzens · 3 years, 9 months ago
  3. 9bfbe2c Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 3 years, 10 months ago
  4. e77e5bc Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 3 years, 10 months ago
  5. 0b1a81e doc: Update VTY reference xml file by Pau Espin Pedrol · 3 years, 10 months ago
  6. 570c407 configure.ac: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 10 months ago
  7. 74a2504 debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 3 years, 11 months ago
  8. e717f0b Send a BVC-RESET to all persistent Gb interfaces at start-up by Harald Welte · 4 years ago
  9. 323aaf6 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years ago
  10. 750bfb0 sgsn_libgtp: Avoid ps-paging MS on GMM Suspended state by Pau Espin Pedrol · 4 years ago
  11. cc8d1a1 gprs_gmm_fsm.c: Add missing license header by Pau Espin Pedrol · 4 years ago
  12. 7dd85f4 *.spec.in: Use %config(noreplace) to retain current config file by Harald Welte · 4 years ago
  13. bee65e0 sgsn_libgtp: Improve ps-paging logging by Pau Espin Pedrol · 4 years ago
  14. 7facc86 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 1 month ago
  15. 17d6134 gbproxy_test.c: fix mobile identity test data by Neels Hofmeyr · 4 years, 1 month ago
  16. 6a32db9 Treat RAU as implicit RESUME if GMM is suspended by Harald Welte · 4 years ago
  17. e36ef1f Fix memory leak when SNDCP de-fragmentation is used by Harald Welte · 4 years, 1 month ago
  18. aea9d6f Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years, 1 month ago
  19. a40ccf6 contrib: integrate RPM spec by Oliver Smith · 4 years, 1 month ago
  20. 1465bab contrib: import RPM spec by Oliver Smith · 4 years, 1 month ago
  21. 0a650e6 gsup: send RAT type on LU by Neels Hofmeyr · 4 years, 6 months ago
  22. 8581cc0 fix nullpointer: in gsm48_rx_gmm_ra_upd_req() by Neels Hofmeyr · 4 years, 6 months ago
  23. b657808 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  24. 2a96831 gtphub_test: Fix compilation with gcc-10 by Harald Welte · 4 years, 2 months ago
  25. 9a69cf3 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 3 months ago
  26. a9a289f tests: dlopen does not imply availability of dlsym.. by Eric · 4 years, 3 months ago
  27. 56254aa manual: explain IuPS, add SCCP/M3UA section from common chapters by Neels Hofmeyr · 4 years, 3 months ago
  28. cd14b56 gprs_gmm_fsm.c: Implement RAT change between 2g and 3g by Alexander Couzens · 4 years, 10 months ago
  29. 33f9755 gprs_gmm: Check for RAT change and ensure this only happens for RAU/ATT by Daniel Willmann · 4 years, 5 months ago
  30. 379e75a Bump version: 1.5.0.91-5997-dirty → 1.6.0 by Pau Espin Pedrol · 4 years, 6 months ago
  31. 14ec634 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 7 months ago
  32. 92726d9 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 7 months ago
  33. def05d3 regen_doc.sh: support gbproxy, run without docker by Oliver Smith · 4 years, 7 months ago
  34. 149a95c doc: add OsmoGbProxy VTY reference by Oliver Smith · 4 years, 7 months ago
  35. 7ca0e60 gitignore: fix paths to binaries by Oliver Smith · 4 years, 7 months ago
  36. 5c0ba71 manual: Fix copy+paste error by Harald Welte · 4 years, 7 months ago
  37. 9389097 check for osmo_ss7_init() error return value by Harald Welte · 4 years, 7 months ago
  38. f305728 check for osmo_fsm_register() error return values by Harald Welte · 4 years, 7 months ago
  39. a5ad7a4 Initial OsmoGbPROXY user manual by Harald Welte · 5 years ago
  40. d334be2 LLC: Don't use hard-coded N201-U / N201-I values in XID by Harald Welte · 5 years ago
  41. 1ad2e0b Use libosmocore constant for IMSI length in ACL entry by Max · 6 years ago
  42. 4a0cd05 gprs_gmm.c: Send XID reset with received TLLI by Pau Espin Pedrol · 4 years, 7 months ago
  43. ba6ab01 gprs_llc.c: Use enum instead of hardcoded value by Pau Espin Pedrol · 4 years, 7 months ago
  44. 1a406ea Improve logging in gprs_llc.c code by Pau Espin Pedrol · 4 years, 7 months ago
  45. 35e6c21 gmm: Fix assertion hit during RA UPD REQ before completting gmm attach by Pau Espin Pedrol · 4 years, 8 months ago
  46. c1a64fa sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*() by Pau Espin Pedrol · 4 years, 9 months ago
  47. 04a3a52 sgsn: Gb: implementing PS Paging when MS is MM_STANDBY by Alexander Couzens · 4 years, 9 months ago
  48. 151772d sgsn_libgtp: refactor ps paging into gprs_gb by Alexander Couzens · 4 years, 9 months ago
  49. a983144 gprs_mm_state_iu_fsm.c: fix: assign timer_cb to mm_state_iu_fsm by Vadim Yanitskiy · 4 years, 9 months ago
  50. c252c07 sgsn_mm_ctx_alloc(): check for unallocated fsms by Alexander Couzens · 4 years, 9 months ago
  51. 9cc12b0 gprs_gmm: release Iu connection on RAU failures by Alexander Couzens · 4 years, 9 months ago
  52. 5b0bc40 ranap: add non-spec X1001 by Alexander Couzens · 4 years, 9 months ago
  53. 2eeadb5 sgsn: MM Gb Fsm: fix event handling for implicit detach by Alexander Couzens · 4 years, 9 months ago
  54. 4cc48bb gprs_sgsn: always allocate Gb/Iu mm fsm by Alexander Couzens · 4 years, 9 months ago
  55. a124d7c gprs_ranap: add missing rc = 0 by Alexander Couzens · 4 years, 9 months ago
  56. c159984 gprs_mm_state_gb_fsm: ensure T3350 is not running when entering IDLE by Alexander Couzens · 4 years, 10 months ago
  57. 67f8715 gprs_ranap: on Iu release, stop the attach fsm if running by Alexander Couzens · 4 years, 10 months ago
  58. f764dad Iu: implement a user inactivity timer by Alexander Couzens · 4 years, 10 months ago
  59. 0a9cd33 gprs_ranap: release Iu UE Context when exiting PMM Connected by Alexander Couzens · 4 years, 10 months ago
  60. a0b7182 Avoid compiling unneeded files when building without Iu by Alexander Couzens · 4 years, 9 months ago
  61. 9644396 sgsn: when receiving data PDU notify the Gb GMM fsm by Alexander Couzens · 4 years, 10 months ago
  62. 4c8cac0 Introduce TODO-RELEASE file by Pau Espin Pedrol · 4 years, 9 months ago
  63. 6e9d14e gprs_ranap: refactor REQUIRE_MM define by Alexander Couzens · 4 years, 10 months ago
  64. fbe1a3b mm_gb_fsm: unassign the llme when entering MM_IDLE by Alexander Couzens · 4 years, 10 months ago
  65. f23c555 gprs_ranap: send CommonId after receiving Security Mode Complete by Alexander Couzens · 4 years, 10 months ago
  66. 0f82896 sgsn_pdp_ctx_terminate: check llme before accessing by Alexander Couzens · 4 years, 10 months ago
  67. 424628d sgsn: Reject PdpActReq if no GTP pdp ctx exists by Pau Espin Pedrol · 4 years, 10 months ago
  68. 85bcdb4 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 4 years, 10 months ago
  69. b8add73 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 4 years, 10 months ago
  70. 600c5a1 enum gprs_gmm_state: Fix spec reference by Pau Espin Pedrol · 4 years, 10 months ago
  71. d06057f gmm: Move code handling GMM PTMSI Realloc Complete to its own function by Pau Espin Pedrol · 4 years, 10 months ago
  72. 07e2227 gmm: Move code handling GMM Routing Area Update Complete to its own function by Pau Espin Pedrol · 4 years, 10 months ago
  73. 391ecbe gmm: Move code handling GMM Attach Complete to its own function by Pau Espin Pedrol · 4 years, 10 months ago
  74. a3646fb Move out sgsn to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  75. 13fdd51 Move out gtphub to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  76. 1ddefb1 Move out gbproxy to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  77. 658b222 src/gprs/Makefile.am: Move build of shared .c files to an internal lib by Pau Espin Pedrol · 4 years, 10 months ago
  78. 54a8d98 vty: Print MM state and RAN type in show mm-context by Pau Espin Pedrol · 4 years, 10 months ago
  79. 05029e0 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 4 years, 10 months ago
  80. 1d6de38 Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 4 years, 10 months ago
  81. 6890743 sgsn_vty: Print correct Iu mmctx id in 'show mm-context' by Pau Espin Pedrol · 4 years, 10 months ago
  82. 34cc220 sgsn_vty: Fix mmctx rate_ctr output indentation by Pau Espin Pedrol · 4 years, 10 months ago
  83. 2633d87 sgsn_cdr.c: Fix ip addr string buffer size by Pau Espin Pedrol · 4 years, 10 months ago
  84. 5aeef5b gprs_gmm.c: Replace inet_ntoa with inet_ntop by Pau Espin Pedrol · 4 years, 10 months ago
  85. 46514dd Merge common allocation steps for Gb and Iu ctx by Pau Espin Pedrol · 4 years, 10 months ago
  86. 94e55e1 Split enum gprs_pmm_state into Iu and Gb counterparts by Pau Espin Pedrol · 4 years, 10 months ago
  87. dda532a Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 4 years, 10 months ago
  88. 241cb86 Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 4 years, 10 months ago
  89. 84a8884 sgsn: gtp: Drop related pdp contexts on echo timeout against GGSN by Pau Espin Pedrol · 4 years, 10 months ago
  90. cfcc870 Introduce log helper LOGGGSN and log category DGTP by Pau Espin Pedrol · 4 years, 10 months ago
  91. 5780cce gprs_gmm: gsm48_rx_gmm_att_req(): refactor duplicated code by Alexander Couzens · 4 years, 11 months ago
  92. f8f6d99 gprs_gmm: clarify comment of Iu follow-on request by Alexander Couzens · 4 years, 11 months ago
  93. eeb3374 gprs_gmm: only update gb/iu cell information when Iu/Gb present by Alexander Couzens · 4 years, 11 months ago
  94. 526a4b7 gtp: cb_delete_context(): Clarify why pdp->lib is set to NULL by Pau Espin Pedrol · 4 years, 10 months ago
  95. 38bfe0a gtp: make echo_interval unsigned by Pau Espin Pedrol · 4 years, 10 months ago
  96. 08378b3 gprs_gmm.c: Add spec document to function documentation by Pau Espin Pedrol · 4 years, 10 months ago
  97. ced2d3b gprs_gmm.c: Print value_string of reject cause by Pau Espin Pedrol · 4 years, 10 months ago
  98. ffcf9ee vty: Introduce cs7-instance-iu by Pau Espin Pedrol · 4 years, 10 months ago
  99. 0480c89 examples: Add osmo-sgsn_custom-sccp.cfg by Pau Espin Pedrol · 4 years, 10 months ago
  100. ce86913 gprs_gmm.c: Use osmo_rai_name() in log line by Pau Espin Pedrol · 4 years, 11 months ago