1. 10c0f56 gsup: Copy the hlr-Number and use it during purge by Holger Hans Peter Freyther · 9 years ago
  2. 0bb5674 gsup: Decode/Encode the hlr-Number in the GSUP message by Holger Hans Peter Freyther · 9 years ago
  3. c15c61c sgsn: Add VTY configuration for the CDR module by Holger Hans Peter Freyther · 9 years ago
  4. 20de3ae sgsn: Extract the MSISDN from the subscr data structure by Holger Hans Peter Freyther · 9 years ago
  5. 9ba273d sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation by Holger Hans Peter Freyther · 9 years ago
  6. 49c1a71 gsup: Extract the QoS field by Holger Hans Peter Freyther · 9 years ago
  7. b927f1c gsup: Extract the new MSISDN string by Holger Hans Peter Freyther · 9 years ago
  8. c652913 filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  9. c09f8a3 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  10. 4ba947b filter: Separate SCCP/BSSAP extraction and gsm48 code by Holger Hans Peter Freyther · 9 years ago
  11. c36a6d5 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  12. a1e6bd6 filter: Remove nat from bsc_nat_acc_lst and replace with msg by Holger Hans Peter Freyther · 9 years ago
  13. d7e04b9 filter: Cease out "struct bsc_nat" from the API by Holger Hans Peter Freyther · 9 years ago
  14. 973dbae filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  15. 4247cea filter: Move the gsm 04.08 filter to a common place by Holger Hans Peter Freyther · 9 years ago
  16. d6d7aff sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  17. ddc0e05 mgcp/test: Fix mgcp-transcoding assertion (Coverity) by Jacob Erlbeck · 9 years ago
  18. 7f100c9 nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  19. 8e6ecc9 misc: Fix warnings about size of size_t in printf by Holger Hans Peter Freyther · 9 years ago
  20. 322b149 nitb: Check source string length before calling strncpy (Coverity) by Jacob Erlbeck · 9 years ago
  21. 5b51205 gprs: Fix GSUP cancel_type handling (Coverity) by Jacob Erlbeck · 9 years ago
  22. ab94ca1 nat: Add a ctrl command to add to an existing ACC list by Holger Hans Peter Freyther · 9 years ago
  23. 32dd2f3 bsc: Allow to use different LAC/CI for the core-network by Holger Hans Peter Freyther · 9 years ago
  24. 7ce72c1 rtp: And really catch up and remove all occurences of openbsc/rtp.h by Holger Hans Peter Freyther · 9 years ago
  25. 66105fd ctrl: Implement a global result for rf_locked by Holger Hans Peter Freyther · 9 years ago openbsc/0.14.0
  26. ca41519 ctrl: Add a command to check how many bts are configured by Holger Hans Peter Freyther · 9 years ago
  27. 9c20a5f sgsn: Add easy APN commands with just the name by Holger Hans Peter Freyther · 9 years ago
  28. ca69b0f Revert "gprs: Block other GSUP procedures during PURGE_MS" by Jacob Erlbeck · 9 years ago
  29. 277b71e sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  30. cb1db8b sgsn: Add functions to handle APN contexts by Jacob Erlbeck · 9 years ago
  31. 0e8add6 sgsn: Add PDP info to subscriber data by Jacob Erlbeck · 10 years ago
  32. 4e13a8f bsc/nitb: Allow to set the GPRS mode through the ctrl command by Holger Hans Peter Freyther · 9 years ago
  33. b8c204c ctrl/bsc: Fix copy and paste error and update text by Holger Hans Peter Freyther · 9 years ago
  34. 8657326 meas: Install the scenario command and test it by Holger Hans Peter Freyther · 9 years ago
  35. 4b2d02d sgsn/test: Fix memory leak in test_subscriber_gsup by Jacob Erlbeck · 9 years ago
  36. baf0f94 sgsn/test: Add checks for subscr->error_cause by Jacob Erlbeck · 9 years ago
  37. 9ff8289 gprs: Use 'Network failure' as default cause by Jacob Erlbeck · 9 years ago
  38. 85ba655 gprs/test: Fix GSUP Purge MS response messages by Jacob Erlbeck · 9 years ago
  39. 466cedd sgsn/test: Add tests for PurgeMs responses by Jacob Erlbeck · 9 years ago
  40. 8000e0e gprs: Support cancellation type by Jacob Erlbeck · 9 years ago
  41. e988ae4 gprs: Don't use subscr->keep_in_ram in normal operation by Jacob Erlbeck · 9 years ago
  42. e671d25 sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  43. 555b2e5 sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_data by Jacob Erlbeck · 9 years ago
  44. 3e4e58f gprs: Rename gprs_subscr_delete to gprs_subscr_cleanup by Jacob Erlbeck · 9 years ago
  45. 37139e5 gprs: Do not put the subscr in gprs_subscr_delete by Jacob Erlbeck · 9 years ago
  46. 1d778fd sgsn: Remove the "permanent" subscriber cache by Holger Hans Peter Freyther · 9 years ago
  47. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  48. 79af67d gprs: Add GPRS timer conversion functions by Jacob Erlbeck · 9 years ago
  49. d919343 sgsn: Restructure the 'update-subscriber' command by Jacob Erlbeck · 9 years ago
  50. 6be9ffa sgsn/test: Make assert_substr safer (Coverity) by Jacob Erlbeck · 9 years ago
  51. 87c7ffc gprs: Support the full cancellation procedure by Jacob Erlbeck · 9 years ago
  52. 4dedb27 gprs: Don't create a subscr entry on InsertSubscriberData by Jacob Erlbeck · 9 years ago
  53. 9999fd9 gprs: Add replies for all GSUP requests by Jacob Erlbeck · 9 years ago
  54. f81cacc gprs: Block other GSUP procedures during PURGE_MS by Jacob Erlbeck · 9 years ago
  55. 65fa3f7 gprs: Use PURGE MS messages by Jacob Erlbeck · 9 years ago
  56. 69d2713 gprs: Implement PURGE_MS GSUP messages by Jacob Erlbeck · 9 years ago
  57. 058bc26 sgsn/test: Add checks and reports to detect subscr leakage by Jacob Erlbeck · 9 years ago
  58. c157ee7 sgsn/test: Add test that intercepts gprs_gsup_client_send by Jacob Erlbeck · 9 years ago
  59. 0f47b8f gprs: Add expiry timeout for subscriber entries by Jacob Erlbeck · 9 years ago
  60. b8fb140 sgsn/test: Refactor subscriber test by Jacob Erlbeck · 9 years ago
  61. e1beb6f sgsn/test: Fix subscriber cleanup by Jacob Erlbeck · 9 years ago
  62. d3cde1e gprs/test: Move subscr cleanup code into a separate function by Jacob Erlbeck · 9 years ago
  63. bce2061 gprs: Let GSUP parser functions return GMM causes on errors by Jacob Erlbeck · 9 years ago
  64. af3d5c5 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 9 years ago
  65. afcf230 gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 9 years ago
  66. 7660ffa sgsn/test: Extend tests to simulate lost GSUP requests by Jacob Erlbeck · 10 years ago
  67. 3d72245 sgsn/test: Add GMM test for a GSUP based attach procedure by Jacob Erlbeck · 10 years ago
  68. e21e184 sgsn/test: Add wrapper for gprs_subscr_rx_gsup_message by Jacob Erlbeck · 10 years ago
  69. 771573c sgsn: Add global require_update_location flag by Jacob Erlbeck · 10 years ago
  70. 9d4f46c sgsn: Replace subscr.authenticate by global require_authentication flag by Jacob Erlbeck · 10 years ago
  71. 39f040d sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago
  72. 0572ee0 gprs/test: Add tests for invalid GSUP messages by Jacob Erlbeck · 9 years ago
  73. f0b06d8 sgsn/test: Fix msgb freeing in mocked bssgp_tx_dl_ud by Jacob Erlbeck · 9 years ago
  74. 07de92e sgsn/test: Add checks and reports to detect msgb leakage by Jacob Erlbeck · 9 years ago
  75. a6ddc2d gprs: Add subscriber functions to create/handle GSUP messages by Jacob Erlbeck · 10 years ago
  76. f3a271f gprs: Add encoder/decoder for the Subscriber Update Protocol by Jacob Erlbeck · 10 years ago
  77. c6e32ad Partial revert "Fix most compiler warnings with gcc-4.9.2" by Holger Hans Peter Freyther · 10 years ago
  78. 7b1d25a Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 10 years ago
  79. be8e775 db: Extend the test to mark a SMS as delivered and verify it by Holger Hans Peter Freyther · 10 years ago
  80. 98a95ac sgsn: Add a subscriber based authentication phase by Jacob Erlbeck · 10 years ago
  81. 7921ab1 sgsn: Add support for authentication triplets by Jacob Erlbeck · 10 years ago
  82. 697a534 gprs: Add gprs_shift_tlv function by Jacob Erlbeck · 10 years ago
  83. dcfd456 gprs: Move TLV parser functions to gprs_utils.c and rename them by Jacob Erlbeck · 10 years ago
  84. 2e5e94c sgsn: Support subscriber based authentication by Jacob Erlbeck · 10 years ago
  85. 416c08f nat: Fix copy and paste in the test code by Holger Hans Peter Freyther · 10 years ago
  86. 207f4a5 sgsn: Add VTY commands to manage subscriber cache by Jacob Erlbeck · 10 years ago
  87. 98647ca sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago
  88. be2c8d9 sgsn: Integrate subscriber handling into the SGSN by Jacob Erlbeck · 10 years ago
  89. 33b6dad sgsn: Add gprs_subscriber.c by Jacob Erlbeck · 10 years ago
  90. 70d8e31 msc: Add per subscriber keep_in_ram flag by Jacob Erlbeck · 10 years ago
  91. 901c40f sgsn: Remove warnings by Jacob Erlbeck · 10 years ago
  92. 0acc001 bsc/test: Add tests for gsm_subscriber base by Jacob Erlbeck · 10 years ago
  93. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  94. 1f6cce7 ctrl: Allow to query if the OML link is connected or not by Holger Hans Peter Freyther · 10 years ago
  95. 5eebb7a ctrl: Add command to get the current load of a BTS by Holger Hans Peter Freyther · 10 years ago
  96. de4bbc7 sgsn/test: Add test case for unexpected Detach Accepts by Jacob Erlbeck · 10 years ago
  97. aec03a1 sgsn/test: Don't rely on the actual PRNG sequence by Jacob Erlbeck · 10 years ago
  98. 59ac49d gbproxy: Reset TLLIs when the link_info is found by IMSI/P-TMSI by Jacob Erlbeck · 10 years ago
  99. 175a240 bsc: Add ctrl command to set the TRX ARFCN by Holger Hans Peter Freyther · 11 years ago
  100. a49b2c0 bsc: Allow to generate new system information online by Holger Hans Peter Freyther · 10 years ago