1. 69e356b compiler warnings: use enum ranap_nsap_addr_enc, constify local var by Neels Hofmeyr · 6 years ago
  2. 10719b7 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  3. 25c65c3 Use gsm48_encode_ra() for RAI encoding by Max · 6 years ago
  4. e0ed7d9 Fix RAI construction by Max · 7 years ago
  5. 8a5c171 gprs_gmm: Convert warning message to pragma message by Pau Espin Pedrol · 7 years ago
  6. d04e669 cosmetic: gprs_gmm: Remove trailing whitespace by Pau Espin Pedrol · 7 years ago
  7. db6f803 gprs_gmm: Remove unused variable by Pau Espin Pedrol · 7 years ago
  8. 3b6332f Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  9. 367275e Remove dead code by Max · 7 years ago
  10. ceccd46 gsm48_rx_gmm_att_req: fix error handling: don't clean up NULL llme by Neels Hofmeyr · 7 years ago
  11. aa7af4d gprs_gmm: segfault: gracefully handle failure to alloc context by Neels Hofmeyr · 7 years ago
  12. c005db7 Log GTP-U endpoints update by Max · 7 years ago
  13. 7ad8fa6 Check for correct P-TMSI allocation by Max · 7 years ago
  14. 86e04df Move P-TMSI alloc/update into separate function by Max · 7 years ago
  15. 396f2e6 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago
  16. ee6cfdc split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago 1.1.0
  17. a7a3947 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  18. 2188a77 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  19. 158de36 IuPS: explicitly check RAN type; move comment by Neels Hofmeyr · 7 years ago
  20. d6649c3 IuPS: don't require an MM context for Iu Release by Neels Hofmeyr · 7 years ago
  21. 6d1e9a9 GPRS/IuPS: remove all 3G authentication dev hacks by Neels Hofmeyr · 7 years ago
  22. ed3157c move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/gprs/gprs_gmm.c]
  23. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  24. 5616cdd fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arrays by Neels Hofmeyr · 7 years ago
  25. d015cbd XID: resend xid with pdp-ctx-ack messages by Philipp Maier · 7 years ago
  26. 058cd57 SGSN: Integrate support for UMTS AKA by Neels Hofmeyr · 7 years ago
  27. 0e5d807 add struct gprs_subscr, separating gprs from gsm_subscriber by Neels Hofmeyr · 7 years ago
  28. 17a29ef gprs/gprs_mm: add value_strings for PMM & MM states by Alexander Couzens · 7 years ago
  29. 2b5fb8e gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb() by Alexander Couzens · 7 years ago
  30. 4f8da6d gprs/sgsn: rename gprs->mm_state -> gmm_state by Alexander Couzens · 7 years ago
  31. 725f3f1 sgsn: Fix deeply flawed copying logic for PDP context activation by Holger Hans Peter Freyther · 7 years ago
  32. 6934a0f gprs: Fix compiler warning about uninitalized cause code by Philipp Maier · 7 years ago
  33. 93bafb6 cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  34. 3d07aef Log expected SRES on GPRS AUTH REJECT by Max · 7 years ago
  35. eb52aad IuPS: properly update ra_id on GMM Attach Request by Neels Hofmeyr · 8 years ago
  36. 16606c9 Add support for pdpctx_timer_stop by Pravin Kumarvel · 8 years ago
  37. 26f6ced Correct Logging macro for pdpctx_timer_start by Pravin Kumarvel · 8 years ago
  38. a173566 gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before use by Alexander Couzens · 8 years ago
  39. 21b269f IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives by Daniel Willmann · 8 years ago
  40. c17cdb4 IuPS: Introduce function to change PMM state by Daniel Willmann · 8 years ago
  41. fac9758 IuPS: GMM Attach: reset MM ctx pending_req by Daniel Willmann · 8 years ago
  42. 5b2363e IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM state by Daniel Willmann · 8 years ago
  43. af24172 IuPS: RA UPD: make sure to authorize, for Iu Integrity Protection by Daniel Willmann · 8 years ago
  44. 1dee2b6 IuPS: add GMM Service Request rx and tx by Daniel Willmann · 8 years ago
  45. 3ecfbbb IuPS: send Security Mode Command, track the new_key flag. by Daniel Willmann · 8 years ago
  46. 770f3e3 IuPS: dev hack: init hardcoded Ki on ATT REQ by Daniel Willmann · 8 years ago
  47. 6b7b319 IuPS: add Iu response to create_pdp_conf() by Daniel Willmann · 8 years ago
  48. 61329d4 IuPS: redirect Iu in various places, link Iu in sgsn-test by Daniel Willmann · 8 years ago
  49. 6292c8d IuPS: osmo-sgsn: add core IuPS impl, call iu_init() by Daniel Willmann · 8 years ago
  50. d75864f IuPS: track msg->dst aka ue_conn_ctx, comment by Daniel Willmann · 8 years ago
  51. 746c789 gprs_gmm: Fix bit mask when determining update/attach type by Daniel Willmann · 8 years ago
  52. 723f7c7 comment: gsm48_gmm_sendmsg(): add spec reference on encryptable by Neels Hofmeyr · 8 years ago
  53. 14314bd sgsn: add statistics counter for GPRS and PDP packets by Alexander Couzens · 8 years ago
  54. 15fcd10 gprs_gmm: remove duplicated start of T3395 by Alexander Couzens · 8 years ago
  55. 8204010 SGSN: encrypt/decrypt only necessary frames by Max · 8 years ago
  56. b997f84 SGSN: add preliminary support for GPRS encryption by Max · 8 years ago
  57. 5aa5196 SGSN: split GEA key management from TLLI by Max · 8 years ago
  58. 4011e72 SGSN: use unique AUTH REQ reference by Max · 8 years ago
  59. 3955025 SGSN: move TLLI unassignment into separate function by Max · 8 years ago
  60. 9329e6f gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULL by Neels Hofmeyr · 8 years ago
  61. f9f4387 gprs: more conditionals for Gb specific actions by Daniel Willmann · 8 years ago
  62. 2b2429e gprs_gmm.c: Perform LLME operations only if we have one by Harald Welte · 9 years ago
  63. dbc72b3 gprs_gmm.c: Make TLLI handling specific to Gb interface by Harald Welte · 9 years ago
  64. e98ba82 gprs_gmm.c: Don't try to de-reference NULL mmctx by Neels Hofmeyr · 8 years ago
  65. 49393e1 rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb() by Harald Welte · 9 years ago
  66. f97ee04 prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) by Harald Welte · 9 years ago
  67. 53373bc move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  68. 121e9a4 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  69. 961bd0b 04.08: apply new transaction id inline functions by Neels Hofmeyr · 8 years ago
  70. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  71. 5ac4aad sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matches by Jacob Erlbeck · 9 years ago
  72. d35957a sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_req by Jacob Erlbeck · 9 years ago
  73. 8239e06 gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  74. ecff242 Use 'ROUTING AREA' consistently, not 'ROUTEING AREA' by Harald Welte · 9 years ago
  75. b9845f9 GSM/GPRS 04.08: Don't print numeric mobile identity types by Harald Welte · 9 years ago
  76. 6b39fee GMM: fix format string compiler warning by Harald Welte · 9 years ago
  77. 601cf12 GMM: Don't use DGPRS logging category from GMM by Harald Welte · 9 years ago
  78. eb98c74 GMM: use MMCTXP whenever possible to include MS identity in log output by Harald Welte · 9 years ago
  79. 6a19dd0 GMM: add hexdump in case of unknown pdisc/msgtype by Harald Welte · 9 years ago
  80. 9450882 sgsn: make all SGSN timers configurable via the VTY by Harald Welte · 9 years ago
  81. 0958938 sgsn: Simplify finding/using the first address of the result by Holger Hans Peter Freyther · 9 years ago
  82. b7ae0b3 ggsn: The id is a uint32_t don't print it as signed by Holger Hans Peter Freyther · 9 years ago
  83. 39c430e sgsn: Allow to resolve the IPv4 address of a GGSN through DNS by Holger Hans Peter Freyther · 9 years ago
  84. ccd2312 sgsn: Create a copy of the msgb for later usage by Holger Hans Peter Freyther · 9 years ago
  85. 7605bdc sgsn: Re-factor the activate PDP code for future changes by Holger Hans Peter Freyther · 9 years ago
  86. 8ee13e2 sgsn: Extract the hlr Number into the mm context by Holger Hans Peter Freyther · 9 years ago
  87. b100895 sgsn: Add various signals consumed by CDR or other client code by Holger Hans Peter Freyther · 9 years ago
  88. 20de3ae sgsn: Extract the MSISDN from the subscr data structure by Holger Hans Peter Freyther · 9 years ago
  89. 277b71e sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  90. e671d25 sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  91. 496aee7 sgsn: Ensure 0-terminated imsi strings (Coverity) by Jacob Erlbeck · 9 years ago
  92. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  93. 841d95f gprs: Use a macro value to set the 'Periodic RA update timer' by Jacob Erlbeck · 9 years ago
  94. 8de9c48 gprs: Add 'Negotiated READY timer value' IE to Attach/RAU Accept by Jacob Erlbeck · 9 years ago
  95. d6267d1 sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0 by Jacob Erlbeck · 9 years ago
  96. af3d5c5 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 10 years ago
  97. afcf230 gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 10 years ago
  98. 7dba11f sgsn: Be more tolerant with state and SUSPEND/RESUME by Jacob Erlbeck · 10 years ago
  99. 4adb136 sgsn: Integrate Auth & Ciph into gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  100. 98647ca sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago