1. 5f1faa3 gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  2. 9114bee gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  3. 0d37671 gbproxy: Use different TLLI/P-TMSI for BSS and SGSN by Jacob Erlbeck · 10 years ago
  4. 643d522 gbproxy: Add context info to log messages by Jacob Erlbeck · 10 years ago
  5. 03ca10e gbproxy: Patch TLLI/P-TMSI by Jacob Erlbeck · 10 years ago
  6. e37487e gbproxy: Fix TLLI state handling by Jacob Erlbeck · 10 years ago
  7. 3b23d63 gbproxy: Also handle LLC non UI and LL11 messages by Jacob Erlbeck · 10 years ago
  8. 12496dd gbproxy: Refactor gbprox_patch_raid(), use different RAI types properly by Jacob Erlbeck · 10 years ago
  9. 311592f gbproxy: Refactor gbprox_get_detached_tlli_info by Jacob Erlbeck · 10 years ago
  10. 0d4236b gbproxy: Add 'patch-ptmsi' command to enable TLLI/P-TMSI patching by Jacob Erlbeck · 10 years ago
  11. 9057bc3 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  12. 59748e6 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  13. 3c5b40f gbproxy: Update enable_patching flag on existing tlli_info by Jacob Erlbeck · 10 years ago
  14. 3e23ddf gbproxy: Parse Detach Request messages by Jacob Erlbeck · 10 years ago
  15. 1449c9f move gsm_bts_num() to gsm_data_shared.[ch] by Harald Welte · 10 years ago
  16. 29805da gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago
  17. e263187 Fix bsc_ctrl_node_lookup after libctrl changes by Harald Welte · 10 years ago
  18. 74d4adc libctrl: Follow rename of controlif_setup -> ctrl_interface_setup by Harald Welte · 10 years ago
  19. 02cc2b6 libctrl: Move bulk of node lookup code into libosmocore by Harald Welte · 10 years ago
  20. a67455f ctrl_if: Split bsc_ctrl_cmd_handle() in two parts by Harald Welte · 10 years ago
  21. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  22. 248b385 Fix control interface build after IPA rename/migration by Harald Welte · 10 years ago
  23. 4a88a49 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  24. eb62301 ipaccess-proxy: avoid namespace collision with libosmo-abis by Harald Welte · 10 years ago
  25. 5e68ecf gbproxy: Pass tlli_info around by Jacob Erlbeck · 10 years ago
  26. 2dec985 gbproxy: Optimize gbprox_remove_stale_tllis by Jacob Erlbeck · 10 years ago
  27. 7b821d0 gbproxy: Don't call time() in TLLI related functions by Jacob Erlbeck · 10 years ago
  28. aad32bc gbproxy: Don't remove stale TLLI automatically by Jacob Erlbeck · 10 years ago
  29. 12828c1 gbproxy: Move parse_ctx logging into separate function by Jacob Erlbeck · 10 years ago
  30. c812882 gbproxy: Refactor gbproxy_patch_bssgp_message by Jacob Erlbeck · 10 years ago
  31. 291f050 gbproxy: Test and fix IMSI/TMSI matching by Jacob Erlbeck · 10 years ago
  32. 89d3d34 gbproxy: Track TLLI even when the IMSI is not known by Jacob Erlbeck · 10 years ago
  33. 58da91d gbproxy: Make pointers to MI const in parse/check functions by Jacob Erlbeck · 10 years ago
  34. fb22ac5 gbproxy: Explicitly convert PTMSI to TLLI by Jacob Erlbeck · 10 years ago
  35. 690768a gbproxy: Parse additional IMSI/PTMSI/TLLI fields by Jacob Erlbeck · 10 years ago
  36. 2db2512 gbproxy: Separate BSSGP parsing from patching by Jacob Erlbeck · 10 years ago
  37. 2bdd253 gbproxy: Unify TLLI tracking by Jacob Erlbeck · 10 years ago
  38. 0cee7ad gbproxy: Move patching code out of the 04.08 specific functions by Jacob Erlbeck · 10 years ago
  39. 93dfa24 bsc: Add a ctrl command to send a ussdNotify for a call by Holger Hans Peter Freyther · 10 years ago
  40. 350de9f ctrl: Allow the value to contain spaces. No need to split the string by Holger Hans Peter Freyther · 10 years ago
  41. 477c69a gbproxy: Track all TLLIs (not only LOCAL) by Jacob Erlbeck · 10 years ago
  42. b773fbf sgsn: Make P-TMSI a local TLLI to avoid clash by Holger Hans Peter Freyther · 10 years ago
  43. 58cf664 gprs: Refactor gbprox_register_tlli() by Jacob Erlbeck · 10 years ago
  44. 0196c99 gbproxy/test: Test TLLI expiry by Holger Hans Peter Freyther · 10 years ago
  45. d8a7e22 gbproxy: Remove broken TLLI comparison by Jacob Erlbeck · 10 years ago
  46. 3fa2644 gbproxy: Kill the global gbprox_global_patch_state struct by Holger Hans Peter Freyther · 10 years ago
  47. 3748ada gbproxy: Add a hint to the compiler that all parameters are not NULL by Holger Hans Peter Freyther · 10 years ago
  48. eece6277 gbproxy: Remove global state from the gbproxy by Holger Hans Peter Freyther · 10 years ago
  49. ce1b22e gprs: Add testcases for the APN string/octet conversion and fix it by Holger Hans Peter Freyther · 10 years ago
  50. 4d9fc42 gbproxy: Use gbprox_delete_tlli if possible by Holger Hans Peter Freyther · 10 years ago
  51. 7127b02 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  52. 1ddd9e5 gbproxy: Use gbproxy_ for all structures by Holger Hans Peter Freyther · 10 years ago
  53. b900459 gbproxy: The dump routines are only used by the test, move it there by Holger Hans Peter Freyther · 10 years ago
  54. 16f30b5 gbproxy: Have a clear namespace for the public functions by Holger Hans Peter Freyther · 10 years ago
  55. a7027a0 gbproxy: Remove the global rate counter and place it in the config by Holger Hans Peter Freyther · 10 years ago
  56. d4d36f2 gbproxy: Correct the method name. We work on TLLIs by Holger Hans Peter Freyther · 10 years ago
  57. 18739ea gbproxy: Move the VTY code into the vty file and create public API by Holger Hans Peter Freyther · 10 years ago
  58. 035b874 MNCC: Add IMSI to CALL CONFIRM message by Andreas Eversberg · 11 years ago
  59. 723a751 dyn PDCH: Cleanup of rsl_chan_activate_lchan() and users by Andreas Eversberg · 11 years ago
  60. 1011d5b vty: Fix interactive VTY help for silent-sms transmission by Harald Welte · 10 years ago
  61. c7548a1 DB: produce a backtrace in case of a DB error by Harald Welte · 10 years ago
  62. 652cdb4 trau: Cast to remove compiler warning by Holger Hans Peter Freyther · 10 years ago
  63. 03551e5 gprs: Move LLC IE length fix to BSSGP level by Jacob Erlbeck · 10 years ago
  64. 2e2650f gprs: Parse PTMSI and update TLLI accordingly by Jacob Erlbeck · 10 years ago
  65. 35cc03f gprs: Use struct to pass context information by Jacob Erlbeck · 10 years ago
  66. aefaf92 gprs: Use shift functions instead of manual parsing by Jacob Erlbeck · 10 years ago
  67. b138106 gprs: Add TLV parse functions by Jacob Erlbeck · 10 years ago
  68. 040b401 gprs: Fix TLLI cache size computation by Jacob Erlbeck · 10 years ago
  69. aa3e334 gprs/test: Rearrange for PTMSI parsing by Jacob Erlbeck · 10 years ago
  70. 25049b9 gprs: Add counters related to LLC layer patching by Jacob Erlbeck · 10 years ago
  71. 7dd498d gprs/vty: Add commands to manage the TLLI list by Jacob Erlbeck · 10 years ago
  72. 7c101d9 gprs: Track IMSI/TLLI to control APN patching by Jacob Erlbeck · 10 years ago
  73. 006c038 gprs: Store gbproxy patching state per peer by Jacob Erlbeck · 10 years ago
  74. 7368528 gprs: Add APN patch support for LLC/GSM messages by Jacob Erlbeck · 10 years ago
  75. 91fb680 gprs: Add MCC/MNC patch support for LLC/GMM messages by Jacob Erlbeck · 10 years ago
  76. 67a4445 gprs: Implement BSSGP MCC/MNC patching by Jacob Erlbeck · 10 years ago
  77. fd636ae gprs: Use imsi field instead of imei by Jacob Erlbeck · 10 years ago
  78. a563641 osmux: Drop the message in case we don't know the remote yet. by Holger Hans Peter Freyther · 10 years ago
  79. ea7ef38 osmux: Qualify the handle by IPv4 address _and_ port by Holger Hans Peter Freyther · 10 years ago
  80. 48a071e osmux: Extract the dummy message, find the endpoint and set rtp port by Holger Hans Peter Freyther · 10 years ago
  81. 07ec8ee osmux: Send the CI as part of the dummy to help to identify a client by Holger Hans Peter Freyther · 10 years ago
  82. 25a2db0 osmux: Using the "CI" and calling it "CID" is plain wrong by Holger Hans Peter Freyther · 10 years ago
  83. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  84. b936278 mgcp: Fix/test the case of a time jump and the resync by Holger Hans Peter Freyther · 10 years ago
  85. c8b2908 mgcp: Initialise next_time in case the initial timestamp is not 0. by Holger Hans Peter Freyther · 10 years ago
  86. bd4109b mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  87. 91eeeae mgcp: Fix/test reading/writing the sequence number by Holger Hans Peter Freyther · 10 years ago
  88. 1fc1ed2 mgcp: Patch and Count _after_ the transcoding by Holger Hans Peter Freyther · 10 years ago
  89. 77ceaaf mgcp: Add a comment about the return of the function by Holger Hans Peter Freyther · 10 years ago
  90. dd1f815 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  91. e52ca9a mgcp: Warn when the buffer is being reset due a wrong seq number by Holger Hans Peter Freyther · 10 years ago
  92. a7992e0 mgcp: Mention the packet duration in the error message by Holger Hans Peter Freyther · 10 years ago
  93. 3d93d35 mgcp: Provide more information about configured endpoints by Holger Hans Peter Freyther · 10 years ago
  94. c5c239f mgcp: Fix memory leak in the transcoding code by Holger Hans Peter Freyther · 10 years ago
  95. 24fc435 trau_mux.c: Prevent out-of-bounds read in trau_decode_fr() by Holger Hans Peter Freyther · 10 years ago
  96. 94f83e1 smpp: Fix small typo in the comment by Holger Hans Peter Freyther · 10 years ago
  97. d29b8a4 bsc: Implement a way to relay a message to the remote MSC by Holger Hans Peter Freyther · 10 years ago
  98. c6e9049 osmux: Now that we have IPv4/port we might want to consider to expire handles by Holger Hans Peter Freyther · 10 years ago
  99. 9d43cee osmux: Mention where the data was coming from by Holger Hans Peter Freyther · 10 years ago
  100. 7239f57 osmux: Be accurate. The label has been already created by Holger Hans Peter Freyther · 10 years ago