1. 8553f55 gbproxy: Implement paging to entire BSS area by Harald Welte · 3 years, 10 months ago
  2. 3375fa4 gbproxy: Properly implement paging to LAC/RAC by Harald Welte · 3 years, 10 months ago
  3. e1ba423 Use osmo_fd_*_{disable,enable} by Harald Welte · 4 years ago
  4. 638cddd osmo-gbproxy: Implement nsvc-state ctrl command by Daniel Willmann · 3 years, 11 months ago
  5. 02f2c34 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 11 months ago
  6. 62fa619 Let libosmocore handle VTY parent node tracking by Daniel Willmann · 3 years, 11 months ago
  7. c42331f gbproxy: Get the peer if paging by BVCI on SIG_BVC by Daniel Willmann · 3 years, 11 months ago
  8. 15c9da2 gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 11 months ago
  9. 8bca8de gbproxy: Whitespace fixes by Daniel Willmann · 3 years, 11 months ago
  10. 82182d0 Port gbproxy to NS2 by Alexander Couzens · 4 years ago
  11. 08395b3 process_ms_ctx_status: Fix crash deleting PDP Ctx if GTP side was already released by Pau Espin Pedrol · 4 years ago
  12. 25998dd process_ms_ctx_status: refactor to avoid code duplication by Pau Espin Pedrol · 4 years ago
  13. 60581ae sgsn_delete_pdp_ctx: Add documentation and assert assumptions by Pau Espin Pedrol · 4 years ago
  14. c70e838 VTY: Add gtp state-dir command by Keith · 4 years ago
  15. 5ce54ba Fix crash rx DeactPdpReq while waiting for DeactPdpAck after gtp side is freed by Pau Espin Pedrol · 4 years ago
  16. ff5b59a Log error if pdp ctx is freed while holding an active timer by Pau Espin Pedrol · 4 years ago
  17. be2330f Use osmo_fd_setup() whenever applicable by Harald Welte · 4 years ago
  18. 92ef0c8 gtphub: fix compilation with gcc 10.2.0 by Alexander Couzens · 4 years ago
  19. ef6205b gprs_sndcp: fix use after free by Philipp Maier · 4 years ago
  20. 6d92f14 Fix Radio Priority in MM Attach and PDP Context Activation by Keith · 4 years ago
  21. 27a0bf7 gmm: on invalid RA id reject the MS with an implicit detach by Alexander Couzens · 4 years ago
  22. d3c3dde gprs_llc: _bssgp_tx_dl_ud: ensure the LLME is valid before using it by Alexander Couzens · 4 years ago
  23. e6c5b4a Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 4 years, 1 month ago
  24. aae7daf Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 4 years, 1 month ago
  25. 9d16b14 Send a BVC-RESET to all persistent Gb interfaces at start-up by Harald Welte · 4 years, 3 months ago
  26. dd930a2 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years, 2 months ago
  27. b3e10aa sgsn_libgtp: Avoid ps-paging MS on GMM Suspended state by Pau Espin Pedrol · 4 years, 3 months ago
  28. 36ecddb gprs_gmm_fsm.c: Add missing license header by Pau Espin Pedrol · 4 years, 3 months ago
  29. cfd307b sgsn_libgtp: Improve ps-paging logging by Pau Espin Pedrol · 4 years, 3 months ago
  30. b26a5a8 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 4 months ago
  31. 5e1a486 Treat RAU as implicit RESUME if GMM is suspended by Harald Welte · 4 years, 3 months ago
  32. 627e285 Fix memory leak when SNDCP de-fragmentation is used by Harald Welte · 4 years, 4 months ago
  33. b63e19d gsup: send RAT type on LU by Neels Hofmeyr · 4 years, 9 months ago
  34. c6548bb fix nullpointer: in gsm48_rx_gmm_ra_upd_req() by Neels Hofmeyr · 4 years, 9 months ago
  35. b2ebc59 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 5 months ago
  36. 91a8bbd gprs_gmm_fsm.c: Implement RAT change between 2g and 3g by Alexander Couzens · 5 years ago
  37. d999e54 gprs_gmm: Check for RAT change and ensure this only happens for RAU/ATT by Daniel Willmann · 4 years, 8 months ago
  38. de67c00 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 10 months ago
  39. 61557f4 check for osmo_ss7_init() error return value by Harald Welte · 4 years, 10 months ago
  40. a868e17 check for osmo_fsm_register() error return values by Harald Welte · 4 years, 10 months ago
  41. 4146121 LLC: Don't use hard-coded N201-U / N201-I values in XID by Harald Welte · 5 years ago
  42. 9203da5 gprs_gmm.c: Send XID reset with received TLLI by Pau Espin Pedrol · 4 years, 10 months ago
  43. b71d2c5 gprs_llc.c: Use enum instead of hardcoded value by Pau Espin Pedrol · 4 years, 10 months ago
  44. 029a70e Improve logging in gprs_llc.c code by Pau Espin Pedrol · 4 years, 10 months ago
  45. de80976 gmm: Fix assertion hit during RA UPD REQ before completting gmm attach by Pau Espin Pedrol · 4 years, 11 months ago
  46. 284314a sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*() by Pau Espin Pedrol · 5 years ago
  47. 4d1d2e7 sgsn: Gb: implementing PS Paging when MS is MM_STANDBY by Alexander Couzens · 5 years ago
  48. 030824e sgsn_libgtp: refactor ps paging into gprs_gb by Alexander Couzens · 5 years ago
  49. 0e124d3 gprs_mm_state_iu_fsm.c: fix: assign timer_cb to mm_state_iu_fsm by Vadim Yanitskiy · 5 years ago
  50. 865bf6f sgsn_mm_ctx_alloc(): check for unallocated fsms by Alexander Couzens · 5 years ago
  51. 10af11d gprs_gmm: release Iu connection on RAU failures by Alexander Couzens · 5 years ago
  52. afadd10 ranap: add non-spec X1001 by Alexander Couzens · 5 years ago
  53. 1223531 sgsn: MM Gb Fsm: fix event handling for implicit detach by Alexander Couzens · 5 years ago
  54. d597ee2 gprs_sgsn: always allocate Gb/Iu mm fsm by Alexander Couzens · 5 years ago
  55. 743e687 gprs_ranap: add missing rc = 0 by Alexander Couzens · 5 years ago
  56. 4c7609a gprs_mm_state_gb_fsm: ensure T3350 is not running when entering IDLE by Alexander Couzens · 5 years ago
  57. 62f6f9a gprs_ranap: on Iu release, stop the attach fsm if running by Alexander Couzens · 5 years ago
  58. 3bad31b Iu: implement a user inactivity timer by Alexander Couzens · 5 years ago
  59. eb5aee5 gprs_ranap: release Iu UE Context when exiting PMM Connected by Alexander Couzens · 5 years ago
  60. e30f195 Avoid compiling unneeded files when building without Iu by Alexander Couzens · 5 years ago
  61. a8f7825 sgsn: when receiving data PDU notify the Gb GMM fsm by Alexander Couzens · 5 years ago
  62. 1cb4be9 gprs_ranap: refactor REQUIRE_MM define by Alexander Couzens · 5 years ago
  63. 6888021 mm_gb_fsm: unassign the llme when entering MM_IDLE by Alexander Couzens · 5 years ago
  64. 10b3d70 gprs_ranap: send CommonId after receiving Security Mode Complete by Alexander Couzens · 5 years ago
  65. 8e3766c sgsn_pdp_ctx_terminate: check llme before accessing by Alexander Couzens · 5 years ago
  66. d7276bd sgsn: Reject PdpActReq if no GTP pdp ctx exists by Pau Espin Pedrol · 5 years ago
  67. 35f0e66 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 5 years ago
  68. 31c4657 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 5 years ago
  69. 33ebedc gmm: Move code handling GMM PTMSI Realloc Complete to its own function by Pau Espin Pedrol · 5 years ago
  70. ab264eb gmm: Move code handling GMM Routing Area Update Complete to its own function by Pau Espin Pedrol · 5 years ago
  71. a0bcfad gmm: Move code handling GMM Attach Complete to its own function by Pau Espin Pedrol · 5 years ago
  72. 762c39c Move out sgsn to its own subdir by Pau Espin Pedrol · 5 years ago
  73. ea05d5c Move out gtphub to its own subdir by Pau Espin Pedrol · 5 years ago
  74. 9d016fd Move out gbproxy to its own subdir by Pau Espin Pedrol · 5 years ago
  75. b8f22bd src/gprs/Makefile.am: Move build of shared .c files to an internal lib by Pau Espin Pedrol · 5 years ago
  76. fd815bb vty: Print MM state and RAN type in show mm-context by Pau Espin Pedrol · 5 years ago
  77. ccd1252 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 5 years ago
  78. 02514bc Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 5 years ago
  79. 9119d50 sgsn_vty: Print correct Iu mmctx id in 'show mm-context' by Pau Espin Pedrol · 5 years ago
  80. 3b848bd sgsn_vty: Fix mmctx rate_ctr output indentation by Pau Espin Pedrol · 5 years ago
  81. 8b88f5f sgsn_cdr.c: Fix ip addr string buffer size by Pau Espin Pedrol · 5 years ago
  82. a794811 gprs_gmm.c: Replace inet_ntoa with inet_ntop by Pau Espin Pedrol · 5 years ago
  83. 87264e6 Merge common allocation steps for Gb and Iu ctx by Pau Espin Pedrol · 5 years ago
  84. 0b72240 Split enum gprs_pmm_state into Iu and Gb counterparts by Pau Espin Pedrol · 5 years ago
  85. 8333ef1 Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 5 years ago
  86. 6dfb5fe Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 5 years ago
  87. 259e303 sgsn: gtp: Drop related pdp contexts on echo timeout against GGSN by Pau Espin Pedrol · 5 years ago
  88. 6ec5dc2 Introduce log helper LOGGGSN and log category DGTP by Pau Espin Pedrol · 5 years ago
  89. 4ec2176 gprs_gmm: gsm48_rx_gmm_att_req(): refactor duplicated code by Alexander Couzens · 5 years ago
  90. c44af53 gprs_gmm: clarify comment of Iu follow-on request by Alexander Couzens · 5 years ago
  91. f8d3e7f gprs_gmm: only update gb/iu cell information when Iu/Gb present by Alexander Couzens · 5 years ago
  92. d8037bc gtp: cb_delete_context(): Clarify why pdp->lib is set to NULL by Pau Espin Pedrol · 5 years ago
  93. aa89f5d gtp: make echo_interval unsigned by Pau Espin Pedrol · 5 years ago
  94. 5623eb8 gprs_gmm.c: Add spec document to function documentation by Pau Espin Pedrol · 5 years ago
  95. d956e16 gprs_gmm.c: Print value_string of reject cause by Pau Espin Pedrol · 5 years ago
  96. 2c90899 vty: Introduce cs7-instance-iu by Pau Espin Pedrol · 5 years ago
  97. 99bd9d3 gprs_gmm.c: Use osmo_rai_name() in log line by Pau Espin Pedrol · 5 years ago
  98. 39cbecd gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 8 years ago
  99. a299d65 Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 5 years ago
  100. f913265 gprs_gmm: Avoid spaces in fsm events and enum strings by Pau Espin Pedrol · 5 years ago