1. 952fbf2 gprs_gb_parse: Add function to determine TLLI from encoded BSSGP by Harald Welte · 3 years, 10 months ago
  2. 82182d0 Port gbproxy to NS2 by Alexander Couzens · 4 years ago
  3. dd930a2 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years, 2 months ago
  4. 91a8bbd gprs_gmm_fsm.c: Implement RAT change between 2g and 3g by Alexander Couzens · 5 years ago
  5. 85386dc Use libosmocore constant for IMSI length in ACL entry by Max · 6 years ago
  6. 029a70e Improve logging in gprs_llc.c code by Pau Espin Pedrol · 4 years, 10 months ago
  7. 284314a sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*() by Pau Espin Pedrol · 5 years ago
  8. 030824e sgsn_libgtp: refactor ps paging into gprs_gb by Alexander Couzens · 5 years ago
  9. 3bad31b Iu: implement a user inactivity timer by Alexander Couzens · 5 years ago
  10. eb5aee5 gprs_ranap: release Iu UE Context when exiting PMM Connected by Alexander Couzens · 5 years ago
  11. a8f7825 sgsn: when receiving data PDU notify the Gb GMM fsm by Alexander Couzens · 5 years ago
  12. 35f0e66 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 5 years ago
  13. 31c4657 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 5 years ago
  14. 2e91fee enum gprs_gmm_state: Fix spec reference by Pau Espin Pedrol · 5 years ago
  15. fd815bb vty: Print MM state and RAN type in show mm-context by Pau Espin Pedrol · 5 years ago
  16. ccd1252 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 5 years ago
  17. 02514bc Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 5 years ago
  18. 0b72240 Split enum gprs_pmm_state into Iu and Gb counterparts by Pau Espin Pedrol · 5 years ago
  19. 8333ef1 Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 5 years ago
  20. 6dfb5fe Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 5 years ago
  21. 259e303 sgsn: gtp: Drop related pdp contexts on echo timeout against GGSN by Pau Espin Pedrol · 5 years ago
  22. 6ec5dc2 Introduce log helper LOGGGSN and log category DGTP by Pau Espin Pedrol · 5 years ago
  23. aa89f5d gtp: make echo_interval unsigned by Pau Espin Pedrol · 5 years ago
  24. 2c90899 vty: Introduce cs7-instance-iu by Pau Espin Pedrol · 5 years ago
  25. 39cbecd gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 8 years ago
  26. a299d65 Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 5 years ago
  27. 5b6c4b8 Introduce and use log macros when no mm ctx available by Pau Espin Pedrol · 5 years ago
  28. 05140b8 gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supported by Pau Espin Pedrol · 5 years ago
  29. 404d9b8 Introduce define TLLI_UNASSIGNED by Pau Espin Pedrol · 5 years ago
  30. 39aa9ee gprs_llc.h: Improve documentation of some structs by Pau Espin Pedrol · 5 years ago
  31. d1463bc sgsn: Have authentication required on by default by Pau Espin Pedrol · 5 years ago
  32. aed46ec gb_proxy: cosmetic: Use 'bool' in data structures where applicable by Harald Welte · 6 years ago
  33. d3dcaf0 gb_proxy.h: Add missing comments; improve comments by Harald Welte · 6 years ago
  34. af779d2 LLC: Store the XID inside the LLC Entity, not LLC Mgmg Entity by Harald Welte · 5 years ago
  35. 8822009 make gsup ipa name configurable in osmo-sgsn.cfg by Stefan Sperling · 6 years ago
  36. 2599644 remove pointless declaration of struct gsm_network by Stefan Sperling · 6 years ago
  37. 2e48576 Use explicit parameter for sgsn_auth_init() by Max · 6 years ago
  38. 40124c8 Constify sgsn_acl_lookup() parameter by Max · 6 years ago
  39. c572154 use enums consistently instead of falling back to int by Stefan Sperling · 6 years ago
  40. f4b2c4c Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  41. 73b2bf3 Allocate sgsn_instance with talloc by Pau Espin Pedrol · 6 years ago
  42. 5455756 gprs_gmm: Fix missing Security Command for 3G when attaching by Alexander Couzens · 6 years ago
  43. 176a4d2 GTP: refactor the echo timer by Alexander Couzens · 6 years ago
  44. 9739067 gprs_sgsn.h: fix wrong type of re-attempts by Alexander Couzens · 6 years ago
  45. f7198d7 gprs_gmm: introduce a GMM Attach Request FSM by Alexander Couzens · 6 years ago
  46. 84c6ec6 use __FILE__, not __BASE_FILE__ by Neels Hofmeyr · 6 years ago
  47. 82f1361 gbproxy: Add new VTY-managed timer: link-list clean-stale-timer by Pau Espin Pedrol · 6 years ago
  48. 67f1d1e gbproxy: Add VTY parameter: link stored-msgs-max-length by Pau Espin Pedrol · 6 years ago
  49. 107fb59 Drop gprs_msgb_resize_area with libosmocore replacement by Pau Espin Pedrol · 6 years ago
  50. 816a67d Drop gprs_msgb_copy with libosmocore replacement by Pau Espin Pedrol · 6 years ago
  51. 0b588be migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  52. ef6d78f sgsn: Fix crash using new libgtp cb_recovery2 API by Pau Espin Pedrol · 6 years ago
  53. 2cf70e0 Forward GGSN originated DEACT PDP CTX REQ by Pau Espin Pedrol · 6 years ago
  54. 89895b0 Add optional TearDownInd IE in PDP DEACT REQ towards PCU by Pau Espin Pedrol · 6 years ago
  55. 8c7d259 Disarm T3395 when dettaching mmctx from pdpctx by Pau Espin Pedrol · 6 years ago
  56. fa12010 osmo-sgsn: ping GGSN periodically and check for restart counter by Pau Espin Pedrol · 6 years ago
  57. a98fead Maintain per ggsn pdp ctx list by Pau Espin Pedrol · 6 years ago
  58. 94998fa Drop all references of unused MGCP by Pau Espin Pedrol · 6 years ago
  59. 8216e2f Drop all references of unused SMPP by Pau Espin Pedrol · 6 years ago
  60. c977afa gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commands by Daniel Willmann · 6 years ago
  61. 8007be4 gprs_gmm: make extract_subscr_msisdn extract_subscr_hlr public by Alexander Couzens · 6 years ago
  62. d4788cd gprs_gmm: make functions relating to GMM Attach Request public by Alexander Couzens · 6 years ago
  63. aa4ed67 GERAN: allow GSM SRES on UMTS AKA challenge by Neels Hofmeyr · 6 years ago
  64. 69e356b compiler warnings: use enum ranap_nsap_addr_enc, constify local var by Neels Hofmeyr · 7 years ago
  65. 10719b7 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 7 years ago
  66. 2e9ea50 Add vty cmd 'cdr trap' to send CDR through CTRL iface by Pau Espin Pedrol · 7 years ago
  67. c005db7 Log GTP-U endpoints update by Max · 7 years ago
  68. 4f979bf Use new FSF address in license header by Max · 7 years ago
  69. 3b3080b Remove rest_octets.h by Max · 7 years ago
  70. 396f2e6 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago