1. 99bd9d3 gprs_gmm.c: Use osmo_rai_name() in log line by Pau Espin Pedrol · 5 years ago
  2. 39cbecd gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 8 years ago
  3. 5ed3f67 tests: Introduce vty-transcript-test tests by Pau Espin Pedrol · 5 years ago
  4. a299d65 Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 5 years ago
  5. a43fb7b tests: Verify that timers can be set over VTY by Pau Espin Pedrol · 5 years ago
  6. f913265 gprs_gmm: Avoid spaces in fsm events and enum strings by Pau Espin Pedrol · 5 years ago
  7. 5b6c4b8 Introduce and use log macros when no mm ctx available by Pau Espin Pedrol · 5 years ago
  8. 2179dec gprs_gmm.c: Call mmctx_set_(p)mm_state only on related ran_type by Pau Espin Pedrol · 5 years ago
  9. 2844b5e gprs_gmm.c: Fix typo in log message by Pau Espin Pedrol · 5 years ago
  10. f0f596f sgsn: use sccp_simple_client API to setup ss7 id 0 instead of 1 by Pau Espin Pedrol · 5 years ago
  11. 6e31125 gprs_gmm.c: Flag mmctx_set_(p)mm_state() functions static by Pau Espin Pedrol · 5 years ago
  12. 05140b8 gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supported by Pau Espin Pedrol · 5 years ago
  13. c21be62 gprs_gmm.c: Use correct function to set MM_IDLE state during cleanup by Pau Espin Pedrol · 5 years ago
  14. 1927052 gprs_gmm: Introduce assert to guard against unexpected condition by Pau Espin Pedrol · 5 years ago
  15. c488665 gprs_sgsn.c: Remove recently introduced assert by Pau Espin Pedrol · 5 years ago
  16. 982e130 gprs_gmm: Clarify comment during TLLI assignment by Pau Espin Pedrol · 5 years ago
  17. 788863c gprs_sgsn.c: Warn upon llme free unexpected scenarios by Pau Espin Pedrol · 5 years ago
  18. 404d9b8 Introduce define TLLI_UNASSIGNED by Pau Espin Pedrol · 5 years ago
  19. d723a97 gprs_gmm.c: Drop unneeded brackets by Pau Espin Pedrol · 5 years ago
  20. 72b61e4 gprs_gmm.c: Improve doc on nullable parameters by Pau Espin Pedrol · 5 years ago
  21. 39aa9ee gprs_llc.h: Improve documentation of some structs by Pau Espin Pedrol · 5 years ago
  22. dfd7c24 gprs_gmm: Introduce macros to access msgb's associated IU UE ctx by Pau Espin Pedrol · 5 years ago
  23. d7ef94c Bump version: 1.4.1 → 1.5.0 by Pau Espin Pedrol · 5 years ago 1.5.0
  24. 37bc0ff Require newer versions of dependencies by Pau Espin Pedrol · 5 years ago
  25. e456e32 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  26. c9e8d90 configuration.adoc: Add a section about encryption by Daniel Willmann · 5 years ago
  27. 862bc62 configuration.adoc: Small fixes by Daniel Willmann · 5 years ago
  28. e18df0e osmo-gbproxy.cfg: fix conflict with osmo-sgsn.cfg by Oliver Smith · 5 years ago
  29. 5f0bce6 osmo-sgsn: Fix outdated information in usermanual by Daniel Willmann · 5 years ago
  30. 03a2ed5 Add/fix help string for version option by Daniel Willmann · 5 years ago
  31. 40fce10 osmo-gtphub.cfg: fix conflict with osmo-sgsn.cfg by Oliver Smith · 5 years ago
  32. 6daac87 manuals: Update vty/counter documentation by Daniel Willmann · 5 years ago
  33. 05fee6d turn -Werror=null-dereference into a warning by Eric Wild · 5 years ago
  34. 4b8e309 sgsn_mm_ctx_find_ggsn_ctx(): fix: always set gsm_cause by Vadim Yanitskiy · 5 years ago
  35. 55fcf11 Spelling fixes by Ruben Undheim · 6 years ago
  36. 43f16ec contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  37. 43c5b70 manuals: Add script to regenerate vty/counter documentation by Daniel Willmann · 5 years ago
  38. df9b391 replace magic tmsi constant with define by Eric Wild · 5 years ago
  39. d1463bc sgsn: Have authentication required on by default by Pau Espin Pedrol · 5 years ago
  40. 794f446 osmo-sgsn: add VTY parameter to toggle authentication by Vadim Yanitskiy · 5 years ago
  41. f7afd20 sgsn_libgtp: Use new per-GSN libgtp API instead of deprecated API by Pau Espin Pedrol · 5 years ago
  42. 812a8bd doc/manuals/vty: regenerate sgsn_vty_reference.xml by Vadim Yanitskiy · 5 years ago
  43. eb3a855 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  44. 1825ab5 sgsn: Fix echo timer not started upon first pdp ctx created by Pau Espin Pedrol · 5 years ago
  45. 20795e3 Document max retransmit times for T3395 by Pau Espin Pedrol · 5 years ago
  46. ba2e500 sgsn: vty: Improve log warning content with spec section by Pau Espin Pedrol · 5 years ago
  47. ef38b4c Fix IMSI padding in imsi-acl by Max · 6 years ago
  48. def0d94 gprs_gmm: send Service Reject when no PDP ctxs are available. by efistokl · 5 years ago
  49. bfd67d2 Echo zero byte XID-Field of Type L3_PAR by Keith · 5 years ago
  50. 6c0586a gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACK by Alexander Couzens · 5 years ago
  51. b721414 gprs_sndcp_comp_free: Replace ifelse with switch and better handling of error by Pau Espin Pedrol · 5 years ago
  52. aed46ec gb_proxy: cosmetic: Use 'bool' in data structures where applicable by Harald Welte · 6 years ago
  53. d3dcaf0 gb_proxy.h: Add missing comments; improve comments by Harald Welte · 6 years ago
  54. af779d2 LLC: Store the XID inside the LLC Entity, not LLC Mgmg Entity by Harald Welte · 5 years ago
  55. 1f60bbe gprs_llc: Correctly refuse any ABM command (SABM, DISC) with DM by Harald Welte · 5 years ago
  56. 3a0b772 LLC: Avoid NOTICE message on LLC NULL by Harald Welte · 5 years ago
  57. 37bd021 LLC: Don't blindly assume all LLC frames have data payload by Harald Welte · 5 years ago
  58. 321eb8e LLC XID: Fix string representation of N201_U by Harald Welte · 5 years ago
  59. 932ccf8 gprs_gmm: reintroduce calling gsm48_gmm_authorize when not handling GMM Attach Requests by Alexander Couzens · 5 years ago
  60. c42e21e gsm0408_rcv_gmm: send Iu-ReleaseCommand upon receiving Attach Complete. by efistokl · 5 years ago
  61. 313cf35 gbproxy_test: Fix test expectations of gprs_ns_rcvmsg() by Harald Welte · 6 years ago
  62. b6f8b74 GMM: permit VLR_ANSWERED event in attach FSM by Max · 6 years ago
  63. 34604c2 Improve 'show subscriber cache' vty command by Max · 6 years ago
  64. 319a52b Bump version: 1.3.0.120-88220-dirty → 1.4.0 by Harald Welte · 6 years ago 1.4.0
  65. 8822009 make gsup ipa name configurable in osmo-sgsn.cfg by Stefan Sperling · 6 years ago
  66. 2599644 remove pointless declaration of struct gsm_network by Stefan Sperling · 6 years ago
  67. 2e48576 Use explicit parameter for sgsn_auth_init() by Max · 6 years ago
  68. ad2e18f Use explicit length check by Max · 6 years ago
  69. 88d149c Drop unused osmo-sgsn.pc by Max · 6 years ago
  70. 40124c8 Constify sgsn_acl_lookup() parameter by Max · 6 years ago
  71. 67c9784 Remove misleading comment by Max · 6 years ago
  72. 4786737 contrib: fix makedistcheck with disabled systemd by Oliver Smith · 6 years ago
  73. b5ed023 contrib/jenkins.sh: build and publish manuals by Oliver Smith · 6 years ago
  74. cc77954 Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 6 years ago
  75. f164d89 build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  76. 1d2326d Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 6 years ago
  77. 4ca244a sgsn: update vty reference by Neels Hofmeyr · 6 years ago
  78. b8f9560 vty-ref: Update URI of docbook 5.0 schema by Harald Welte · 7 years ago
  79. fb0ca14 OsmoSGSN: update VTY reference by Neels Hofmeyr · 7 years ago
  80. 0b81a2f OsmoSGSN: overview: Fix typo and reference OpenGGSN->OsmoGGSN by Pau Espin Pedrol · 7 years ago
  81. 2e0d1b0 share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR by Harald Welte · 7 years ago
  82. a6e189f OsmoSGSN: add rate counter documentation by Alexander Couzens · 7 years ago
  83. 54828cd OsmoSGSN: configuration: Document CDR CTRL interface by Pau Espin Pedrol · 7 years ago
  84. 04da5fe OsmoSGSN: configuration: Add missing pdp-periodic event by Pau Espin Pedrol · 7 years ago
  85. 817911f OsmoSGSN: configuration: Move pdp ctx specific CDR fields to its own table by Pau Espin Pedrol · 7 years ago
  86. 471be2c refactor Makefile build rules, don't use the FORCE by Neels Hofmeyr · 7 years ago
  87. 202a39e Allow easily disabling GFDL references by Pau Espin Pedrol · 7 years ago
  88. 19ee301 sgsn: Add charging characteristics to GSUP by Holger Hans Peter Freyther · 7 years ago
  89. 29980b7 sgsn: Fix numbering of QoS and add basic description for APN by Holger Hans Peter Freyther · 7 years ago
  90. 0f63651 osmo-sgsn: fix arrow tips in flow diagrams by Philipp Maier · 8 years ago
  91. e4e9011 osmo-sgsn: Explain TCP/IP header compression by Philipp Maier · 8 years ago
  92. ed17106 osmo-sgsn: improve auth-policy explaination by Philipp Maier · 8 years ago
  93. 5783c0f osmo-sgsn: Update VTY command reference by Philipp Maier · 8 years ago
  94. c520c3b GSUP, OAP: fix AUTS length to 14, not 16 by ikostov · 8 years ago
  95. aa6629f SGSN: add Auth. policy, NS Statistics and BSSGP state examples, tweaks by ikostov · 8 years ago
  96. 8343572 fix 'make clean': shell glob, ignore failure by Neels Hofmeyr · 8 years ago
  97. 235b0db add 'make check' target by Neels Hofmeyr · 8 years ago
  98. 779ba70 GSUP: Add ladder diagrams for protocol transactions / procedures by Harald Welte · 8 years ago
  99. ed9c53d Update GSUP chapter regarding UMTS AKA and other recent changes by Harald Welte · 8 years ago
  100. 2b6d272 Add OsmoSGSN control interface description by Max · 8 years ago