1. b8add73 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 4 years, 10 months ago
  2. 600c5a1 enum gprs_gmm_state: Fix spec reference by Pau Espin Pedrol · 4 years, 10 months ago
  3. d06057f gmm: Move code handling GMM PTMSI Realloc Complete to its own function by Pau Espin Pedrol · 4 years, 10 months ago
  4. 07e2227 gmm: Move code handling GMM Routing Area Update Complete to its own function by Pau Espin Pedrol · 4 years, 10 months ago
  5. 391ecbe gmm: Move code handling GMM Attach Complete to its own function by Pau Espin Pedrol · 4 years, 10 months ago
  6. a3646fb Move out sgsn to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  7. 13fdd51 Move out gtphub to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  8. 1ddefb1 Move out gbproxy to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  9. 658b222 src/gprs/Makefile.am: Move build of shared .c files to an internal lib by Pau Espin Pedrol · 4 years, 10 months ago
  10. 54a8d98 vty: Print MM state and RAN type in show mm-context by Pau Espin Pedrol · 4 years, 10 months ago
  11. 05029e0 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 4 years, 10 months ago
  12. 1d6de38 Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 4 years, 10 months ago
  13. 6890743 sgsn_vty: Print correct Iu mmctx id in 'show mm-context' by Pau Espin Pedrol · 4 years, 10 months ago
  14. 34cc220 sgsn_vty: Fix mmctx rate_ctr output indentation by Pau Espin Pedrol · 4 years, 10 months ago
  15. 2633d87 sgsn_cdr.c: Fix ip addr string buffer size by Pau Espin Pedrol · 4 years, 10 months ago
  16. 5aeef5b gprs_gmm.c: Replace inet_ntoa with inet_ntop by Pau Espin Pedrol · 4 years, 10 months ago
  17. 46514dd Merge common allocation steps for Gb and Iu ctx by Pau Espin Pedrol · 4 years, 10 months ago
  18. 94e55e1 Split enum gprs_pmm_state into Iu and Gb counterparts by Pau Espin Pedrol · 4 years, 10 months ago
  19. dda532a Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 4 years, 10 months ago
  20. 241cb86 Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 4 years, 10 months ago
  21. 84a8884 sgsn: gtp: Drop related pdp contexts on echo timeout against GGSN by Pau Espin Pedrol · 4 years, 10 months ago
  22. cfcc870 Introduce log helper LOGGGSN and log category DGTP by Pau Espin Pedrol · 4 years, 10 months ago
  23. 5780cce gprs_gmm: gsm48_rx_gmm_att_req(): refactor duplicated code by Alexander Couzens · 4 years, 11 months ago
  24. f8f6d99 gprs_gmm: clarify comment of Iu follow-on request by Alexander Couzens · 4 years, 11 months ago
  25. eeb3374 gprs_gmm: only update gb/iu cell information when Iu/Gb present by Alexander Couzens · 4 years, 11 months ago
  26. 526a4b7 gtp: cb_delete_context(): Clarify why pdp->lib is set to NULL by Pau Espin Pedrol · 4 years, 10 months ago
  27. 38bfe0a gtp: make echo_interval unsigned by Pau Espin Pedrol · 4 years, 10 months ago
  28. 08378b3 gprs_gmm.c: Add spec document to function documentation by Pau Espin Pedrol · 4 years, 10 months ago
  29. ced2d3b gprs_gmm.c: Print value_string of reject cause by Pau Espin Pedrol · 4 years, 10 months ago
  30. ffcf9ee vty: Introduce cs7-instance-iu by Pau Espin Pedrol · 4 years, 10 months ago
  31. 0480c89 examples: Add osmo-sgsn_custom-sccp.cfg by Pau Espin Pedrol · 4 years, 10 months ago
  32. ce86913 gprs_gmm.c: Use osmo_rai_name() in log line by Pau Espin Pedrol · 4 years, 11 months ago
  33. 4ad741e gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 7 years ago
  34. 4330ea9 tests: Introduce vty-transcript-test tests by Pau Espin Pedrol · 4 years, 11 months ago
  35. 1b8364d Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 4 years, 11 months ago
  36. 089d2c1 tests: Verify that timers can be set over VTY by Pau Espin Pedrol · 4 years, 11 months ago
  37. a9af5db gprs_gmm: Avoid spaces in fsm events and enum strings by Pau Espin Pedrol · 4 years, 11 months ago
  38. ace7e04 Introduce and use log macros when no mm ctx available by Pau Espin Pedrol · 4 years, 11 months ago
  39. 3be213a gprs_gmm.c: Call mmctx_set_(p)mm_state only on related ran_type by Pau Espin Pedrol · 4 years, 11 months ago
  40. 1ad0de0 gprs_gmm.c: Fix typo in log message by Pau Espin Pedrol · 4 years, 11 months ago
  41. 7c113d3 sgsn: use sccp_simple_client API to setup ss7 id 0 instead of 1 by Pau Espin Pedrol · 4 years, 10 months ago
  42. e88da83 gprs_gmm.c: Flag mmctx_set_(p)mm_state() functions static by Pau Espin Pedrol · 4 years, 11 months ago
  43. d18942b gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supported by Pau Espin Pedrol · 4 years, 11 months ago
  44. b516f73 gprs_gmm.c: Use correct function to set MM_IDLE state during cleanup by Pau Espin Pedrol · 4 years, 11 months ago
  45. 6b87d8e gprs_gmm: Introduce assert to guard against unexpected condition by Pau Espin Pedrol · 4 years, 11 months ago
  46. 057048c gprs_sgsn.c: Remove recently introduced assert by Pau Espin Pedrol · 4 years, 11 months ago
  47. c6f4747 gprs_gmm: Clarify comment during TLLI assignment by Pau Espin Pedrol · 4 years, 11 months ago
  48. 44e66b2 gprs_sgsn.c: Warn upon llme free unexpected scenarios by Pau Espin Pedrol · 4 years, 11 months ago
  49. b06917d Introduce define TLLI_UNASSIGNED by Pau Espin Pedrol · 4 years, 11 months ago
  50. 1aae58c gprs_gmm.c: Drop unneeded brackets by Pau Espin Pedrol · 4 years, 11 months ago
  51. f696c4a gprs_gmm.c: Improve doc on nullable parameters by Pau Espin Pedrol · 4 years, 11 months ago
  52. 9e3fee9 gprs_llc.h: Improve documentation of some structs by Pau Espin Pedrol · 4 years, 11 months ago
  53. be49ceb gprs_gmm: Introduce macros to access msgb's associated IU UE ctx by Pau Espin Pedrol · 4 years, 11 months ago
  54. eab9d38 Bump version: 1.4.1 → 1.5.0 by Pau Espin Pedrol · 4 years, 11 months ago
  55. d91102f Require newer versions of dependencies by Pau Espin Pedrol · 4 years, 11 months ago
  56. 9a9c8cb Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  57. c1ccf66 configuration.adoc: Add a section about encryption by Daniel Willmann · 5 years ago
  58. d2badb3 configuration.adoc: Small fixes by Daniel Willmann · 5 years ago
  59. 7918e6a osmo-gbproxy.cfg: fix conflict with osmo-sgsn.cfg by Oliver Smith · 5 years ago
  60. 33ab444 osmo-sgsn: Fix outdated information in usermanual by Daniel Willmann · 5 years ago
  61. 57cef23 Add/fix help string for version option by Daniel Willmann · 5 years ago
  62. e03b33e osmo-gtphub.cfg: fix conflict with osmo-sgsn.cfg by Oliver Smith · 5 years ago
  63. 9a6cb50 manuals: Update vty/counter documentation by Daniel Willmann · 5 years ago
  64. d855b30 turn -Werror=null-dereference into a warning by Eric Wild · 5 years ago
  65. 3d8b009 sgsn_mm_ctx_find_ggsn_ctx(): fix: always set gsm_cause by Vadim Yanitskiy · 5 years ago
  66. 5d3cab7 Spelling fixes by Ruben Undheim · 6 years ago
  67. 5413865 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  68. e7a5764 manuals: Add script to regenerate vty/counter documentation by Daniel Willmann · 5 years ago
  69. 1fd8a7e replace magic tmsi constant with define by Eric Wild · 5 years ago
  70. 52ddbde sgsn: Have authentication required on by default by Pau Espin Pedrol · 5 years ago
  71. 9afe435 osmo-sgsn: add VTY parameter to toggle authentication by Vadim Yanitskiy · 5 years ago
  72. 81bcdc3 sgsn_libgtp: Use new per-GSN libgtp API instead of deprecated API by Pau Espin Pedrol · 5 years ago
  73. 5c78d38 doc/manuals/vty: regenerate sgsn_vty_reference.xml by Vadim Yanitskiy · 5 years ago
  74. dde4050 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  75. 226b4bc sgsn: Fix echo timer not started upon first pdp ctx created by Pau Espin Pedrol · 5 years ago
  76. a8459de Document max retransmit times for T3395 by Pau Espin Pedrol · 5 years ago
  77. ca4756b sgsn: vty: Improve log warning content with spec section by Pau Espin Pedrol · 5 years ago
  78. 4ce2791 Fix IMSI padding in imsi-acl by Max · 6 years ago
  79. b842c03 gprs_gmm: send Service Reject when no PDP ctxs are available. by efistokl · 5 years ago
  80. 7456365 Echo zero byte XID-Field of Type L3_PAR by Keith · 5 years ago
  81. 2357b30 gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACK by Alexander Couzens · 5 years ago
  82. 8c3fbf8 gprs_sndcp_comp_free: Replace ifelse with switch and better handling of error by Pau Espin Pedrol · 5 years ago
  83. bec7041 gb_proxy: cosmetic: Use 'bool' in data structures where applicable by Harald Welte · 5 years ago
  84. 4a8769a gb_proxy.h: Add missing comments; improve comments by Harald Welte · 5 years ago
  85. 8e195f2 LLC: Store the XID inside the LLC Entity, not LLC Mgmg Entity by Harald Welte · 5 years ago
  86. 1a5083d gprs_llc: Correctly refuse any ABM command (SABM, DISC) with DM by Harald Welte · 5 years ago
  87. f970fdd LLC: Avoid NOTICE message on LLC NULL by Harald Welte · 5 years ago
  88. d04863f LLC: Don't blindly assume all LLC frames have data payload by Harald Welte · 5 years ago
  89. 42baeeb LLC XID: Fix string representation of N201_U by Harald Welte · 5 years ago
  90. 2eef417 gprs_gmm: reintroduce calling gsm48_gmm_authorize when not handling GMM Attach Requests by Alexander Couzens · 5 years ago
  91. 609cdbe gsm0408_rcv_gmm: send Iu-ReleaseCommand upon receiving Attach Complete. by efistokl · 5 years ago
  92. 06f3d5a gbproxy_test: Fix test expectations of gprs_ns_rcvmsg() by Harald Welte · 5 years ago
  93. ed7723a GMM: permit VLR_ANSWERED event in attach FSM by Max · 5 years ago
  94. 101cd7f Improve 'show subscriber cache' vty command by Max · 5 years ago
  95. e250eaa Bump version: 1.3.0.120-88220-dirty → 1.4.0 by Harald Welte · 5 years ago
  96. 48417d9 make gsup ipa name configurable in osmo-sgsn.cfg by Stefan Sperling · 6 years ago
  97. ddba099 remove pointless declaration of struct gsm_network by Stefan Sperling · 6 years ago
  98. bc1d4f0 Use explicit parameter for sgsn_auth_init() by Max · 6 years ago
  99. be621a6 Use explicit length check by Max · 6 years ago
  100. d53a215 Drop unused osmo-sgsn.pc by Max · 6 years ago