1. a045d43 Add missing _CFLAGS and _LIBS by Alexander Huemer · 7 years ago
  2. 274b384 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  3. 7a944e1 Gb: use textual representation for parse log by Max · 7 years ago
  4. d8dfe7b ctrl: remove boilerplate code by Max · 7 years ago
  5. 27b817c Fix vty warnings for GEA0 by Max · 7 years ago
  6. 94a9362 bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSI by Neels Hofmeyr · 7 years ago
  7. ff2b0b3 cosmetic: Add commandline option to display version by Philipp Maier · 7 years ago
  8. 6087a39 gprs_sgsn.c: initialize ptmsi with 0xdeadbeef by Alexander Couzens · 7 years ago
  9. 6403811 sgsn: fix problem with leading-zero-IMSIs by Philipp Maier · 7 years ago
  10. 83f6a7b Fix potential segfault in sgsn_libgtp.c by Max · 7 years ago
  11. aabcba8 fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arrays by Neels Hofmeyr · 7 years ago
  12. 0818ab3 XID: resend xid with pdp-ctx-ack messages by Philipp Maier · 7 years ago
  13. d93b175 SGSN VTY: make missing GSUP server address+port fatal by Neels Hofmeyr · 7 years ago
  14. 4eec3df SGSN: Integrate support for UMTS AKA by Neels Hofmeyr · 7 years ago
  15. e2c94d6 add struct gprs_subscr, separating gprs from gsm_subscriber by Neels Hofmeyr · 7 years ago
  16. e405f15 Handle DSD from HLR by Max · 7 years ago
  17. 09c26f1 vty: remove ignored logging parameters by Max · 7 years ago
  18. 86ce0e0 gprs/sgsn_vty: fix typo in comment by Alexander Couzens · 7 years ago
  19. 2fc5505 gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLE by Alexander Couzens · 7 years ago
  20. 41d1780 gprs/gprs_mm: add value_strings for PMM & MM states by Alexander Couzens · 7 years ago
  21. 1c7869e gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb() by Alexander Couzens · 7 years ago
  22. 5e33f44 gprs/sgsn: rename gprs->mm_state -> gmm_state by Alexander Couzens · 7 years ago
  23. a8787e6 VTY: Print 3G auth tuples, not just 2G auth tuples by Harald Welte · 8 years ago
  24. 87ac258 sgsn: Fix deeply flawed copying logic for PDP context activation by Holger Hans Peter Freyther · 7 years ago
  25. 22f3e40 gprs: Fix compiler warning about uninitalized cause code by Philipp Maier · 7 years ago
  26. 734a0c2 sgsn: Add GTP information to "show pdp-context" by Harald Welte · 8 years ago
  27. ff4a92b various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) by Neels Hofmeyr · 8 years ago
  28. c19f508 compression: Fix nullpointer deref by Philipp Maier · 7 years ago
  29. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  30. 3f7edfb gprs subscr: fix: intended strcmp(), but is strcpy() by Neels Hofmeyr · 7 years ago
  31. 2b52125 Log expected SRES on GPRS AUTH REJECT by Max · 7 years ago
  32. 5058c48 cosmetic: Rename phone to ms by Philipp · 8 years ago
  33. 9bf7dcb sndcp: Allow empty SNDCP-XID indications by Philipp · 8 years ago
  34. df9fb38 Improve GPRS logging by Max · 8 years ago
  35. 5fcb721 gtphub: fix possible NULL deref: don't print NULL tunnel by Neels Hofmeyr · 8 years ago
  36. c1270fd move grps_gsup_client.c to libcommon/gsup_client.c by Neels Hofmeyr · 8 years ago
  37. 0b2505b move gprs/oap.c to libcommon/oap_client.c by Neels Hofmeyr · 8 years ago
  38. 6dfb30d rename oap.h to oap_client.h by Neels Hofmeyr · 8 years ago
  39. 325bdfb oap: rename public API from oap_ to oap_client_ by Neels Hofmeyr · 8 years ago
  40. 9fda146 move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  41. 7aef97a gsup client, gsup_test_client: move logging to DLGSUP category by Neels Hofmeyr · 8 years ago
  42. db1d801 rename gprs_gsup_client.h to gsup_client.h by Neels Hofmeyr · 8 years ago
  43. 0e5c1e1 gprs_gsup_client*: remove the gprs_ prefix by Neels Hofmeyr · 8 years ago
  44. afc26a9 comments: gsup client: rename to Generic, adjust copyright and authors by Neels Hofmeyr · 8 years ago
  45. abc6505 add gsup_test_client program by Harald Welte · 8 years ago
  46. ad77870 Revert "Support Deactivate PDP Context Request from network" by Neels Hofmeyr · 8 years ago
  47. 2780c44 Support Deactivate PDP Context Request from network by Pravin Kumarvel · 8 years ago
  48. 3de9bf1 LLC: Fixup element order in LLC-XID by Philipp · 8 years ago
  49. 0915612 IuPS: properly update ra_id on GMM Attach Request by Neels Hofmeyr · 8 years ago
  50. c530f48 sndcp: fixup for coverity scan defect CID 149097 by Philipp · 8 years ago
  51. 7b74246 Add support for pdpctx_timer_stop by Pravin Kumarvel · 8 years ago
  52. b9d251d Correct Logging macro for pdpctx_timer_start by Pravin Kumarvel · 8 years ago
  53. f96c724 SNDCP: Fixup based on Coverity Scan suggestion by Philipp · 8 years ago
  54. f810d4f gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info by Daniel Willmann · 8 years ago
  55. 8a8a134 SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP by Harald Welte · 8 years ago
  56. 3c175ed sndcp: Fixups for sndcp layer based on coverity-scan suggestions by Philipp · 8 years ago
  57. a73e5f1 msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  58. 20215f1 msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  59. 4e927cb gprs/gprs_llc: count UI frames over SAPI in the statistics by Alexander Couzens · 8 years ago
  60. 3a1fb21 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  61. ca8b768 fix: send SNDCP XID only on GERAN Gb contexts by Neels Hofmeyr · 8 years ago
  62. a1cfebc COSMETIC: 'if' is not a function, so there is space before '(' by Harald Welte · 8 years ago
  63. 7d3365f log VTY telnet bind only once by Neels Hofmeyr · 8 years ago
  64. 2c6dd81 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  65. 8a3fe60 V.42bis: integration and unit test by Philipp · 8 years ago
  66. 92e9aad V.42bis: add sourcecode from IAXmodem (SPANDSP) by Philipp · 8 years ago
  67. 91df16c SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  68. 4948209 RFC1144: integration and unit-test by Philipp · 8 years ago
  69. 92b30ac RFC1144: add slhc code from linux kernel by Philipp · 8 years ago
  70. 59971b8 SNDCP: add SNDCP-XID encoder/decoder and unit test by Philipp · 8 years ago
  71. 4976953 Build fixes by Alexander Huemer · 8 years ago
  72. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  73. 81b0513 gprs/gprs_llc: fix null pointer deref in gprs_llc_rcvmsg by Alexander Couzens · 8 years ago
  74. 9625a61 gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before use by Alexander Couzens · 8 years ago
  75. 3d224b6 IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives by Daniel Willmann · 8 years ago
  76. e986183 IuPS: Introduce function to change PMM state by Daniel Willmann · 8 years ago
  77. 68ce9e3 IuPS: GMM Attach: reset MM ctx pending_req by Daniel Willmann · 8 years ago
  78. 7d62c88 IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM state by Daniel Willmann · 8 years ago
  79. e0181a2 IuPS: RA UPD: make sure to authorize, for Iu Integrity Protection by Daniel Willmann · 8 years ago
  80. 65edec8 IuPS: add GMM Service Request rx and tx by Daniel Willmann · 8 years ago
  81. 522fee8 IuPS: send Security Mode Command, track the new_key flag. by Daniel Willmann · 8 years ago
  82. c3eb6a3 IuPS: dev hack: init hardcoded Ki on ATT REQ by Daniel Willmann · 8 years ago
  83. 66eb074 IuPS: add Iu response to delete_pdp_conf() by Daniel Willmann · 8 years ago
  84. 943f973 IuPS: add Iu response to create_pdp_conf() by Daniel Willmann · 8 years ago
  85. 63dddc7 IuPS: redirect Iu in various places, link Iu in sgsn-test by Daniel Willmann · 8 years ago
  86. 945f608 IuPS: osmo-sgsn: add core IuPS impl, call iu_init() by Daniel Willmann · 8 years ago
  87. 499d3ce IuPS: track msg->dst aka ue_conn_ctx, comment by Daniel Willmann · 8 years ago
  88. 4b4ecb9 gprs_gmm: Fix bit mask when determining update/attach type by Daniel Willmann · 8 years ago
  89. aef31f7 cosmetic: gprs_sgsn.c: move pdp.h include to top by Neels Hofmeyr · 8 years ago
  90. 9985f47 Adding LLC-XID related modifications in LLC by Philipp · 8 years ago
  91. 247a339 Moving grs_sndcp.h header file to include by Philipp · 8 years ago
  92. fcb979a Adding LLC-XID encoder / decoder and unit test by Philipp · 8 years ago
  93. b7d11e3 sgsn: add statistics counter for LLC packets by Alexander Couzens · 8 years ago
  94. 2a7ce0f comment: gsm48_gmm_sendmsg(): add spec reference on encryptable by Neels Hofmeyr · 8 years ago
  95. 47f1943 fix: create_pdp_conf(): unset reject_cause after unknown ran_type by Neels Hofmeyr · 8 years ago
  96. 32fdba0 sgsn: add statistics counter for GPRS and PDP packets by Alexander Couzens · 8 years ago
  97. 88790b2 gprs_gmm: remove duplicated start of T3395 by Alexander Couzens · 8 years ago
  98. 5236a9e SGSN: fix FCS calculation for encrypted frames by Dieter Spaar · 8 years ago
  99. 8f1c636 SGSN: move cipher application to separate function by Max · 8 years ago
  100. 4bc2821 SGSN: encrypt/decrypt only necessary frames by Max · 8 years ago