1. 08726e2 osmux: initialize osmux_batch_size in mgcp config by Pablo Neira Ayuso · 10 years ago
  2. 03ab79a osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  3. 308d5f8 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  4. 3ba3cf8 osmux: fix unchecked return value in mgcp_parse_osmux_cid() by Pablo Neira Ayuso · 10 years ago
  5. 4ef66b1 osmux: fix leak in osmux_deliver() by Pablo Neira Ayuso · 10 years ago
  6. caa0aac osmux: fix access to uninitialized memory area in scheduled_tx_*_cb by Pablo Neira Ayuso · 10 years ago
  7. 7a83f4d osmux: rename osmux.c to mgcp_osmux.c by Pablo Neira Ayuso · 10 years ago
  8. 91ca4a7 osmux: remove spamming debug log messages by Pablo Neira Ayuso · 10 years ago
  9. f892763 osmux: use osmux port when specified from vty from engine by Pablo Neira Ayuso · 10 years ago
  10. eb7aeb1 osmux: print out 'osmux port' when saving configuration by Pablo Neira Ayuso · 10 years ago
  11. 0fe78d3 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  12. 36a03bd osmux: display statistics once osmux input handle is released by Pablo Neira Ayuso · 10 years ago
  13. 1c81045 osmux: fix error path in osmux_handle_dummy() by Pablo Neira Ayuso · 10 years ago
  14. 1e1558f osmux: remove spamming log message by Pablo Neira Ayuso · 10 years ago
  15. 72b187b osmux: cleanup osmux input handle on release by Pablo Neira Ayuso · 10 years ago
  16. b769f3c osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  17. 8be171e osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  18. fd1d961 osmux: split osmux_handle_lookup() in several functions by Pablo Neira Ayuso · 10 years ago
  19. 63650bb osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  20. a563641 osmux: Drop the message in case we don't know the remote yet. by Holger Hans Peter Freyther · 10 years ago
  21. ea7ef38 osmux: Qualify the handle by IPv4 address _and_ port by Holger Hans Peter Freyther · 10 years ago
  22. 48a071e osmux: Extract the dummy message, find the endpoint and set rtp port by Holger Hans Peter Freyther · 10 years ago
  23. 07ec8ee osmux: Send the CI as part of the dummy to help to identify a client by Holger Hans Peter Freyther · 10 years ago
  24. 25a2db0 osmux: Using the "CI" and calling it "CID" is plain wrong by Holger Hans Peter Freyther · 10 years ago
  25. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  26. b936278 mgcp: Fix/test the case of a time jump and the resync by Holger Hans Peter Freyther · 10 years ago
  27. c8b2908 mgcp: Initialise next_time in case the initial timestamp is not 0. by Holger Hans Peter Freyther · 10 years ago
  28. bd4109b mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  29. 91eeeae mgcp: Fix/test reading/writing the sequence number by Holger Hans Peter Freyther · 10 years ago
  30. 1fc1ed2 mgcp: Patch and Count _after_ the transcoding by Holger Hans Peter Freyther · 10 years ago
  31. 77ceaaf mgcp: Add a comment about the return of the function by Holger Hans Peter Freyther · 10 years ago
  32. dd1f815 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  33. e52ca9a mgcp: Warn when the buffer is being reset due a wrong seq number by Holger Hans Peter Freyther · 10 years ago
  34. a7992e0 mgcp: Mention the packet duration in the error message by Holger Hans Peter Freyther · 10 years ago
  35. 3d93d35 mgcp: Provide more information about configured endpoints by Holger Hans Peter Freyther · 10 years ago
  36. c5c239f mgcp: Fix memory leak in the transcoding code by Holger Hans Peter Freyther · 10 years ago
  37. c6e9049 osmux: Now that we have IPv4/port we might want to consider to expire handles by Holger Hans Peter Freyther · 10 years ago
  38. 9d43cee osmux: Mention where the data was coming from by Holger Hans Peter Freyther · 10 years ago
  39. 7239f57 osmux: Be accurate. The label has been already created by Holger Hans Peter Freyther · 10 years ago
  40. 6b0ba01 osmux: Make sure to always use the right dummy sending method by Holger Hans Peter Freyther · 10 years ago
  41. 891b0a8 osmux: Remove extra newline from the osmux log message by Holger Hans Peter Freyther · 10 years ago
  42. 8d998a7 mgcp: Verify that the force-ptime is written back to the file by Holger Hans Peter Freyther · 10 years ago
  43. 2947411 mgcp: Fix documentation issue in the force-ptime command by Holger Hans Peter Freyther · 10 years ago
  44. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  45. 421365e mgcp: Allow to batch more than four messages by Holger Hans Peter Freyther · 10 years ago
  46. cb04ca2 mgcp: Fix SDP formatting of fmtp_extra (Coverity) by Jacob Erlbeck · 10 years ago
  47. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  48. 909fac6 mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  49. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  50. 997e1e8 mgcp: Only include SDP lines with valid content by Jacob Erlbeck · 10 years ago
  51. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  52. 845d005 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  53. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  54. cc84c95 osmux: Fix the VTY online help in the osmux command by Holger Hans Peter Freyther · 10 years ago
  55. 4f0381b mgcp: Address scanf issue already found by cppcheck and now ASAN by Holger Hans Peter Freyther · 10 years ago
  56. 4f20049 osmux: Fix potential memory leak in the msgb handling by Holger Hans Peter Freyther · 10 years ago
  57. 1cc5ff8 mgcp: Add proper length checking for line handling by Holger Hans Peter Freyther · 10 years ago
  58. f259bd8 mgcp: Remove excessive logging for each frame by Holger Hans Peter Freyther · 10 years ago
  59. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  60. f50f704 mgcp: The valid payload types start at 0. Fix the VTY by Holger Hans Peter Freyther · 10 years ago
  61. b281e4e mgcp/rtp: Base jitter calculation on input timestamps by Jacob Erlbeck · 10 years ago
  62. eacc9b9 mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  63. 303b54a mgcp/rtp: Fix transit computation units by Jacob Erlbeck · 10 years ago
  64. e35fd13 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  65. 8857c90 mgcp: Disable output enabled on initialisation by Jacob Erlbeck · 10 years ago
  66. 1dc022c openbsc: Fix coverity issues by Jacob Erlbeck · 10 years ago
  67. 075a9eb mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  68. 34bdc9f mgcp/rtp: Send dummy packet to the RTCP destination, too by Jacob Erlbeck · 11 years ago
  69. 785e3c9 mgcp/rtp: Make offset computation understandable by Jacob Erlbeck · 11 years ago
  70. 2645c9e mgcp: Set output_enabled flags based on the MGCP mode by Jacob Erlbeck · 11 years ago
  71. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  72. b830008 mgcp/rtp: Refactor mgcp_send to avoid code duplication by Jacob Erlbeck · 11 years ago
  73. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  74. 0a1bc56 mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  75. 24754f0 mgcp: Parse SDP to get rate and packet duration by Jacob Erlbeck · 11 years ago
  76. 2c2ca4d mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  77. 33f3009 mgcp/rtp: Refactor timestamp offset calculation into own function by Jacob Erlbeck · 11 years ago
  78. f6ec0e9 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  79. 58340e5 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  80. e2292f3 mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  81. 3da9e4e mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  82. 30ce422 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  83. b35a777 mgcp/rtp: Only update RTP header field offsets if enabled by Jacob Erlbeck · 11 years ago
  84. 5e9549e mgcp/rtp: Change the log message shown when the SSRC changes by Jacob Erlbeck · 11 years ago
  85. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  86. 55ba140 mgcp/rtp: Fix output timing error counter by Jacob Erlbeck · 11 years ago
  87. 78a9501 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  88. 9107e2d mgcp: NUL-terminate MGCP message by Jacob Erlbeck · 11 years ago
  89. 1771171 mgcp: Refactor MGCP/SDP parsing by Jacob Erlbeck · 11 years ago
  90. 2bee7f9 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  91. a01bd60 mgcp: Rename for_each_line to for_each_non_empty_line by Jacob Erlbeck · 11 years ago
  92. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  93. d62419b mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  94. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  95. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  96. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  97. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  98. d81fec0 libmgcp: attach mgcp_ prefix to udp_send by Pablo Neira Ayuso · 11 years ago
  99. 66b52c1 libmgcp: add mgcp prefix to functions and constants by Pablo Neira Ayuso · 11 years ago
  100. 46bd424 libmgcp: add enum mgcp_type and use it by Pablo Neira Ayuso · 11 years ago