1. 058cd57 SGSN: Integrate support for UMTS AKA by Neels Hofmeyr · 7 years ago
  2. 0e5d807 add struct gprs_subscr, separating gprs from gsm_subscriber by Neels Hofmeyr · 7 years ago
  3. a66d8cf Handle DSD from HLR by Max · 7 years ago
  4. 2b5fb8e gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb() by Alexander Couzens · 7 years ago
  5. 4f8da6d gprs/sgsn: rename gprs->mm_state -> gmm_state by Alexander Couzens · 7 years ago
  6. 93bafb6 cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  7. 59504dc fix strncpy() invocation in vty_interface_layer3.c and 3 tests by Neels Hofmeyr · 7 years ago
  8. 2c1f8c8 move grps_gsup_client.c to libcommon/gsup_client.c by Neels Hofmeyr · 8 years ago
  9. 3d6b9f4 move gprs/oap.c to libcommon/oap_client.c by Neels Hofmeyr · 8 years ago
  10. 736474c move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  11. eaaee92 rename gprs_gsup_client.h to gsup_client.h by Neels Hofmeyr · 8 years ago
  12. 814fef0 gprs_gsup_client*: remove the gprs_ prefix by Neels Hofmeyr · 8 years ago
  13. d53e9b5 Revert "Support Deactivate PDP Context Request from network" by Neels Hofmeyr · 8 years ago
  14. 1611df5 Support Deactivate PDP Context Request from network by Pravin Kumarvel · 8 years ago
  15. c346f87 sgsn_test: Fix missing = in == type check by Harald Welte · 8 years ago
  16. 39ae17f msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  17. 73f83d5 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  18. d8b4577 V.42bis: integration and unit test by Philipp · 8 years ago
  19. f1f3436 SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  20. 2c7f837 RFC1144: integration and unit-test by Philipp · 8 years ago
  21. 22611be SNDCP: add SNDCP-XID encoder/decoder and unit test by Philipp · 8 years ago
  22. c2f2ad8 Build fixes by Alexander Huemer · 8 years ago
  23. 7b6673f Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  24. 61329d4 IuPS: redirect Iu in various places, link Iu in sgsn-test by Daniel Willmann · 8 years ago
  25. 4ac3aee Adding LLC-XID related modifications in LLC by Philipp · 8 years ago
  26. 14314bd sgsn: add statistics counter for GPRS and PDP packets by Alexander Couzens · 8 years ago
  27. 8204010 SGSN: encrypt/decrypt only necessary frames by Max · 8 years ago
  28. 4011e72 SGSN: use unique AUTH REQ reference by Max · 8 years ago
  29. 3955025 SGSN: move TLLI unassignment into separate function by Max · 8 years ago
  30. 241bda0 typo in sgsn_test by Neels Hofmeyr · 8 years ago
  31. 49393e1 rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb() by Harald Welte · 9 years ago
  32. f97ee04 prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) by Harald Welte · 9 years ago
  33. cd5e526 sgsn_test: Adapt test case to now-existing InsertSubscriberData by Harald Welte · 8 years ago
  34. 23d77d5 Move osmo_gsup_messages.[ch] to libosmocore by Harald Welte · 8 years ago
  35. 53373bc move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  36. 121e9a4 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  37. 5ac4aad sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matches by Jacob Erlbeck · 9 years ago
  38. 1330478 sgsn/test: Add test case test_gmm_routing_areas by Jacob Erlbeck · 9 years ago
  39. d58c033 sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlli by Jacob Erlbeck · 9 years ago
  40. 9158089 sgsn/test: Add bssgp_raid parameter to send_0408_message by Jacob Erlbeck · 9 years ago
  41. 3fbf0a3 sgsn: Remove tlli_foreign2local by Jacob Erlbeck · 9 years ago
  42. 9c534fd gsup/oap: add OAP to GSUP client. by Neels Hofmeyr · 9 years ago
  43. 044ce5f gprs: Use RAND_bytes for p-tmsi by Daniel Willmann · 9 years ago
  44. 133e862 sgsn/test: Really parse received DL LLC messages by Jacob Erlbeck · 9 years ago
  45. cf15187 sgsn/test: Add and call cleanup_test function by Jacob Erlbeck · 9 years ago
  46. fa07b48 Revert "gprs: Use RAND_bytes for p-tmsi" by Holger Hans Peter Freyther · 9 years ago
  47. 6cf0249 gprs: Use RAND_bytes for p-tmsi by Daniel Willmann · 9 years ago
  48. 39c430e sgsn: Allow to resolve the IPv4 address of a GGSN through DNS by Holger Hans Peter Freyther · 9 years ago
  49. 9270d99 sgsn: If there is a subscr don't allow an empty list by Holger Hans Peter Freyther · 9 years ago
  50. 10c0f56 gsup: Copy the hlr-Number and use it during purge by Holger Hans Peter Freyther · 9 years ago
  51. 20de3ae sgsn: Extract the MSISDN from the subscr data structure by Holger Hans Peter Freyther · 9 years ago
  52. 9ba273d sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation by Holger Hans Peter Freyther · 9 years ago
  53. 5b51205 gprs: Fix GSUP cancel_type handling (Coverity) by Jacob Erlbeck · 9 years ago
  54. ca69b0f Revert "gprs: Block other GSUP procedures during PURGE_MS" by Jacob Erlbeck · 9 years ago
  55. 277b71e sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  56. cb1db8b sgsn: Add functions to handle APN contexts by Jacob Erlbeck · 9 years ago
  57. 0e8add6 sgsn: Add PDP info to subscriber data by Jacob Erlbeck · 10 years ago
  58. 4b2d02d sgsn/test: Fix memory leak in test_subscriber_gsup by Jacob Erlbeck · 9 years ago
  59. baf0f94 sgsn/test: Add checks for subscr->error_cause by Jacob Erlbeck · 9 years ago
  60. 9ff8289 gprs: Use 'Network failure' as default cause by Jacob Erlbeck · 9 years ago
  61. 466cedd sgsn/test: Add tests for PurgeMs responses by Jacob Erlbeck · 9 years ago
  62. e671d25 sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  63. 555b2e5 sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_data by Jacob Erlbeck · 9 years ago
  64. 3e4e58f gprs: Rename gprs_subscr_delete to gprs_subscr_cleanup by Jacob Erlbeck · 9 years ago
  65. 37139e5 gprs: Do not put the subscr in gprs_subscr_delete by Jacob Erlbeck · 9 years ago
  66. 1d778fd sgsn: Remove the "permanent" subscriber cache by Holger Hans Peter Freyther · 9 years ago
  67. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  68. 6be9ffa sgsn/test: Make assert_substr safer (Coverity) by Jacob Erlbeck · 9 years ago
  69. 87c7ffc gprs: Support the full cancellation procedure by Jacob Erlbeck · 9 years ago
  70. 4dedb27 gprs: Don't create a subscr entry on InsertSubscriberData by Jacob Erlbeck · 9 years ago
  71. 9999fd9 gprs: Add replies for all GSUP requests by Jacob Erlbeck · 9 years ago
  72. f81cacc gprs: Block other GSUP procedures during PURGE_MS by Jacob Erlbeck · 9 years ago
  73. 65fa3f7 gprs: Use PURGE MS messages by Jacob Erlbeck · 9 years ago
  74. 058bc26 sgsn/test: Add checks and reports to detect subscr leakage by Jacob Erlbeck · 9 years ago
  75. c157ee7 sgsn/test: Add test that intercepts gprs_gsup_client_send by Jacob Erlbeck · 9 years ago
  76. 0f47b8f gprs: Add expiry timeout for subscriber entries by Jacob Erlbeck · 9 years ago
  77. b8fb140 sgsn/test: Refactor subscriber test by Jacob Erlbeck · 9 years ago
  78. e1beb6f sgsn/test: Fix subscriber cleanup by Jacob Erlbeck · 9 years ago
  79. d3cde1e gprs/test: Move subscr cleanup code into a separate function by Jacob Erlbeck · 9 years ago
  80. bce2061 gprs: Let GSUP parser functions return GMM causes on errors by Jacob Erlbeck · 9 years ago
  81. af3d5c5 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 9 years ago
  82. afcf230 gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 9 years ago
  83. 7660ffa sgsn/test: Extend tests to simulate lost GSUP requests by Jacob Erlbeck · 10 years ago
  84. 3d72245 sgsn/test: Add GMM test for a GSUP based attach procedure by Jacob Erlbeck · 10 years ago
  85. e21e184 sgsn/test: Add wrapper for gprs_subscr_rx_gsup_message by Jacob Erlbeck · 10 years ago
  86. 771573c sgsn: Add global require_update_location flag by Jacob Erlbeck · 10 years ago
  87. 9d4f46c sgsn: Replace subscr.authenticate by global require_authentication flag by Jacob Erlbeck · 10 years ago
  88. 39f040d sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago
  89. f0b06d8 sgsn/test: Fix msgb freeing in mocked bssgp_tx_dl_ud by Jacob Erlbeck · 9 years ago
  90. 07de92e sgsn/test: Add checks and reports to detect msgb leakage by Jacob Erlbeck · 9 years ago
  91. a6ddc2d gprs: Add subscriber functions to create/handle GSUP messages by Jacob Erlbeck · 10 years ago
  92. 98a95ac sgsn: Add a subscriber based authentication phase by Jacob Erlbeck · 10 years ago
  93. 7921ab1 sgsn: Add support for authentication triplets by Jacob Erlbeck · 10 years ago
  94. 2e5e94c sgsn: Support subscriber based authentication by Jacob Erlbeck · 10 years ago
  95. 98647ca sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago
  96. be2c8d9 sgsn: Integrate subscriber handling into the SGSN by Jacob Erlbeck · 10 years ago
  97. 33b6dad sgsn: Add gprs_subscriber.c by Jacob Erlbeck · 10 years ago
  98. de4bbc7 sgsn/test: Add test case for unexpected Detach Accepts by Jacob Erlbeck · 10 years ago
  99. aec03a1 sgsn/test: Don't rely on the actual PRNG sequence by Jacob Erlbeck · 10 years ago
  100. a0b6efb sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago