1. 3e168c0 mgcp: hack RAB success from nano3G: patch first RTP payload by Neels Hofmeyr · 7 years ago
  2. 2188a77 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  3. ed3157c move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/include/openbsc/mgcp_internal.h]
  4. f3316e3 mgcp: Use the right bind addresses for NET and BTS by Holger Hans Peter Freyther · 9 years ago 0.15.0 openbsc/0.15.0
  5. 1afe7c7 osmux: Remember the allocated CID and make sure it is released by Holger Hans Peter Freyther · 9 years ago
  6. c390ae8 mgcp: Allow to bind to different ports for net/bts ports by Holger Hans Peter Freyther · 9 years ago
  7. e6ed009 mgcp: Begin to separate network and bts endpoints by Holger Hans Peter Freyther · 9 years ago
  8. aeadf26 mgcp: Allow to enforce that the codecs need to match by Holger Hans Peter Freyther · 9 years ago
  9. a611da8 mgcp: Move the SDP handling into a separate file/module by Holger Hans Peter Freyther · 9 years ago
  10. 0eaad4f mgcp: Remove unused parsing data struct by Holger Hans Peter Freyther · 9 years ago
  11. 3815942 mgcp: Fix compiler warning on 64bit builds by Holger Hans Peter Freyther · 9 years ago
  12. 9be675e mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 9 years ago
  13. 05d481a mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  14. a5a59c9 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  15. ee11bc0 osmux: send osmux stats in MGCP DLCX responses by Pablo Neira Ayuso · 10 years ago
  16. e46bc27 mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  17. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  18. b769f3c osmux: add osmux circuit ID management and resolve NAT problems 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. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  21. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  22. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  23. 845d005 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  24. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  25. f6b61e6 mgcp: Use #pragma once instead of a possible clashing #ifdef by Holger Hans Peter Freyther · 10 years ago
  26. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  27. eacc9b9 mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  28. e35fd13 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  29. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  30. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  31. 2c2ca4d mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  32. f6ec0e9 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  33. 58340e5 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  34. e2292f3 mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  35. 30ce422 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  36. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  37. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  38. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  39. 46bd424 libmgcp: add enum mgcp_type and use it by Pablo Neira Ayuso · 11 years ago
  40. 5ea1bc7 mgcp: Allow to freely control the a=fmtp line for experiments by Holger Hans Peter Freyther · 12 years ago
  41. ce55361 mgcp: Test and implement re-transmission handling by Holger Hans Peter Freyther · 12 years ago
  42. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  43. 30690ad mgcp: Calculate the jitter with the formula/code from the appendix by Holger Hans Peter Freyther · 12 years ago
  44. 38e02c5 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  45. 769912c mgcp: Calculate the wrap around as of Appendix A in RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  46. ed3a661 mgcp: Align the variable naming with Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  47. 2e8e659 mgcp: Remember the initial sequence number of the stream by Holger Hans Peter Freyther · 12 years ago
  48. 952f752 mgcp: Count the received octets as of the MGCP specification by Holger Hans Peter Freyther · 12 years ago
  49. 2a60a11 mgcp: Remove the lost_no from the mgcp statistics by Holger Hans Peter Freyther · 12 years ago
  50. ae19972 mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  51. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  52. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  53. 0e939fe mgcp: Introduce a trunk config for multiple trunks. by Holger Hans Peter Freyther · 13 years ago
  54. 88ad772 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  55. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  56. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  57. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  58. b54048f mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  59. 218f856 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  60. 39a97e2 mgcp: Remember if the endpoint was allocated... by Holger Hans Peter Freyther · 14 years ago
  61. 4634013 mgcp: Make the CI uint32_t all the way to avoid mismatch by Holger Hans Peter Freyther · 14 years ago
  62. 260d6ed mgcp: Add a call tap feature to forward audio to another forward port by Holger Hans Peter Freyther · 14 years ago
  63. 6357a8e mgcp: Patch RTP packets again if that is allowed. by Holger Hans Peter Freyther · 14 years ago 0.9.3 openbsc/0.9.3
  64. f138f91 mgcp: Allow to dynamically allocate ports from a range.. by Holger Hans Peter Freyther · 14 years ago
  65. 314584a mgcp: Allocate a different port for the networking... by Holger Hans Peter Freyther · 14 years ago
  66. c492127 mgcp: Move the bfd for rtp/rtcp into the port by Holger Hans Peter Freyther · 14 years ago
  67. bb89aa1 mgcp: Make the function internal, only used by the init/config code by Holger Hans Peter Freyther · 14 years ago
  68. 58ff219 mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTS by Holger Hans Peter Freyther · 14 years ago
  69. a17d701 mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  70. 5c1e6cf mgcp: Only patch the header if we had a change in SSRC by Holger Hans Peter Freyther · 14 years ago 0.9.1 openbsc/0.9.1
  71. 6aa882b mgcp: Allow switching the audio streams, patch the header by Holger Hans Peter Freyther · 14 years ago
  72. 3186892 mgcp: Move the rtp state into a struct by Holger Hans Peter Freyther · 14 years ago
  73. c597a4e mgcp: Allow to change the receive (the loopback part) via the VTY by Holger Hans Peter Freyther · 14 years ago
  74. 98a3877 mgcp: Implement the "loopback" mode for a connection endpoint. by Holger Hans Peter Freyther · 14 years ago
  75. 380b871 mgcp: Attempt to count missing RTP packets with a basic calculation by Holger Hans Peter Freyther · 14 years ago
  76. b844b87 [mgcp] Add a dummy send method... by Holger Hans Peter Freyther · 14 years ago
  77. b4b135e [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  78. f2f1591 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  79. 1ebad74 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  80. ef6bb25 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago
  81. 7bdc637 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago