1. 5cbb44a debian: Build debug packages for each of the target packages by Holger Hans Peter Freyther · 11 years ago
  2. 595b126 Merge remote-tracking branch 'jerlbeck/features/rtp-header-patching' by Holger Hans Peter Freyther · 11 years ago
  3. d69cf60 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  4. 5a1d238 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  5. 2b57b4c mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  6. 866a76d mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  7. 64af5d2 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  8. d7a27bc mgcp/rtp: Only update RTP header field offsets if enabled by Jacob Erlbeck · 11 years ago
  9. 4a14bed mgcp/rtp: Change the log message shown when the SSRC changes by Jacob Erlbeck · 11 years ago
  10. e5546cd mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  11. 5065aef mgcp/rtp: Fix output timing error counter by Jacob Erlbeck · 11 years ago
  12. eb19f55 mgcp/rtp: Add more test cases for RTP header patching by Jacob Erlbeck · 11 years ago
  13. 45376e9 Merge branch 'jerlbeck/mgcp-cleanups' by Holger Hans Peter Freyther · 11 years ago
  14. e3440c7 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  15. 7a0d87b mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  16. 3c629c6 mgcp: NUL-terminate MGCP message by Jacob Erlbeck · 11 years ago
  17. 9cec667 mgcp: Refactor MGCP/SDP parsing by Jacob Erlbeck · 11 years ago
  18. fe9896f mgcp: Add tests for payload types in MGCP messages by Jacob Erlbeck · 11 years ago
  19. e7060c4 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  20. 7a6510c mgcp: Rename for_each_line to for_each_non_empty_line by Jacob Erlbeck · 11 years ago
  21. faae5b8 osmo-nitb: don't print 'bac_hack' in usage/help output by Harald Welte · 11 years ago
  22. ac9f6ce mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  23. 4516a8a mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  24. a2528da mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  25. 35e6fbb bsc: Add a VTY command to show the paging group for a BSC/IMSI by Holger Hans Peter Freyther · 11 years ago
  26. b99fee1 rtp: Fixed size check in padded RTP packets by Jacob Erlbeck · 11 years ago
  27. 713f43f bsc: Use the right string for the notification by Holger Hans Peter Freyther · 11 years ago
  28. 51d19de rtp: Take the parameter from the arguments by Holger Hans Peter Freyther · 11 years ago
  29. 9e18495 ipa: Explain that one needs to get the IP address of the BTS as argument by Holger Hans Peter Freyther · 11 years ago
  30. 2b697e7 shared: Introduce/Add procedure pending to the MO by Holger Hans Peter Freyther · 11 years ago
  31. f340960 gbproxy: The "[stats]" option was not documented, document it by Holger Hans Peter Freyther · 11 years ago
  32. e4cca68 bsc/ussd: Rename bsc_send_ussd_notification() by Jacob Erlbeck · 11 years ago
  33. 51f814a bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  34. 6bc0d0b bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  35. 8bdc5ee Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  36. 841d19f bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  37. a423591 vty: Enable the end/exit test for libosmocore nodes by Jacob Erlbeck · 11 years ago
  38. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  39. 5f17bf9 bts: Add a flag to remember the kind of activation/release by Holger Hans Peter Freyther · 11 years ago
  40. d0a9b50 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  41. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  42. 7fee972 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  43. 2ea8812 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  44. b44b873 gbproxy: Fix rate counter group leak in peer_free() by Jacob Erlbeck · 11 years ago
  45. 7553d1c gbproxy: Add basic VTY tests by Jacob Erlbeck · 11 years ago
  46. 5c46e93 vty: Fix whitespace in test script by Jacob Erlbeck · 11 years ago
  47. 901b9a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  48. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  49. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  50. 700b873 gbproxy: Fix warning and log message by Jacob Erlbeck · 11 years ago
  51. 4501772 gbproxy: Extended test program to simulate SGSN, too by Jacob Erlbeck · 11 years ago
  52. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  53. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  54. b8b1c2a ussd: Fix test for RELEASE COMPLETE by Alexander Huemer · 11 years ago
  55. 5b57413 misc: Require libosmocore 0.6.4 and libosmogb 0.6.4 by Holger Hans Peter Freyther · 11 years ago
  56. abe587d db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  57. f3f3d30 abis: Consistent usage of LOGP/DEBUGP for "RSL CONNECT NACK" by Alexander Chemeris · 11 years ago
  58. 0d4f964 osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used now by Holger Hans Peter Freyther · 11 years ago
  59. e092dec nitb: Add "subscriber create" VTY command. by Alexander Chemeris · 11 years ago
  60. a84faf6 sms: Possiqble meamleak fix gsm340_rx_tpdu() by Alexander Chemeris · 11 years ago
  61. 979d137 Fix typo in console output: "PEROIDOC" -> "PERIODIC". by Alexander Chemeris · 11 years ago
  62. 0d404ca Fix typo ',' -> ';' at the end of a line. by Alexander Chemeris · 11 years ago
  63. 35f1290 Fix copy-paste error in console output in db_test. by Alexander Chemeris · 11 years ago
  64. 64e143a bsc: Add control command to set timezone by Jacob Erlbeck · 11 years ago
  65. 651038f smpp: Fix the make distcheck for smpp by Holger Hans Peter Freyther · 11 years ago
  66. 8c53428 nat: Fix make distcheck for the nat by Holger Hans Peter Freyther · 11 years ago
  67. cc0d884 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  68. 80d5843 bsc: Add vty command for setting Access control classes. by Ivan Kluchnikov · 11 years ago
  69. 21f6d15 ctrl: Set a generic reply when it hasn'n been set by Jacob Erlbeck · 11 years ago
  70. 5741e1f ctrl: Add test script for the BSC control interface by Jacob Erlbeck · 11 years ago
  71. 38c5667 vty: Cosmetic change to the writing of the bts->model by Holger Hans Peter Freyther · 11 years ago
  72. dcce8e8 ctrl: Remember last 'rf_locked' control command by Jacob Erlbeck · 11 years ago
  73. 5e22911 vty: Hide unconfigured BTS on 'write' by Jacob Erlbeck · 11 years ago
  74. 3ccb86b ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  75. 323d2f5 bsc_msc: Fix possible null pointer dereference by Holger Hans Peter Freyther · 11 years ago
  76. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  77. 0cc1498 nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  78. bac47a2 bsc_msc: Stop the re-connect timer in case the msc is lost by Holger Hans Peter Freyther · 11 years ago
  79. 7be0e60 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  80. abb54ae vty: Attempt to fix the build when SMPP is not enabled by Holger Hans Peter Freyther · 11 years ago
  81. cdf1857 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  82. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  83. e86c597 vty: Generalize ournode_exit() and ournode_end() by Jacob Erlbeck · 11 years ago
  84. 768a7c3 vty: Add test to check vty node hierarchy and related commands by Jacob Erlbeck · 11 years ago
  85. 602b5d9 SMPP: add missing VTY parameter 'deliver-src-imsi' for ESME by Harald Welte · 11 years ago
  86. 30f1702 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  87. 814ca92 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  88. 20dec48 bsc: Fix compiler warning about undeclare functions by Holger Hans Peter Freyther · 11 years ago
  89. 27d407a nanobts: Fix initialization of two concurrent BTS. by Holger Hans Peter Freyther · 11 years ago
  90. 64985d4 vty: Fix BSC_NODE prompt string by Jacob Erlbeck · 11 years ago
  91. b62092a bsc/vty: Add 'no bsc-welcome-text' command by Jacob Erlbeck · 11 years ago
  92. 058b1e5 bsc/ussd: Optionally send USSD message on MSC disconnection by Jacob Erlbeck · 11 years ago
  93. 0b0be5b nat: Add example bsc entry for pablo by Holger Hans Peter Freyther · 11 years ago
  94. a4e3694 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  95. ad11ffe libmgcp: attach mgcp_ prefix to udp_send by Pablo Neira Ayuso · 11 years ago
  96. e36b4c7 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  97. 2a13ade libmgcp: add mgcp prefix to functions and constants by Pablo Neira Ayuso · 11 years ago
  98. 4684eb6 nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  99. deff65a nat: Fix potential memory leak when reading a message by Holger Hans Peter Freyther · 11 years ago
  100. 8c1c28b nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago