1. 10d64d5 mgcp: hack RAB success from nano3G: patch first RTP payload by Neels Hofmeyr · 7 years ago
  2. a1756f3 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  3. 85929a7 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmgcp/mgcp_network.c]
  4. b3cbd9a mgcp: Indicate where the sending failed by Holger Hans Peter Freyther · 9 years ago
  5. e6ed009 mgcp: Begin to separate network and bts endpoints by Holger Hans Peter Freyther · 9 years ago
  6. d0e171a rtp: Use osmocom/netif/rtp.h for the rtp structure definition by Holger Hans Peter Freyther · 9 years ago
  7. 9be675e mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 9 years ago
  8. 7b76f82 mgcp: Count the incoming data instead of the modified one by Holger Hans Peter Freyther · 10 years ago
  9. 05d481a mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  10. a5a59c9 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  11. 2a7ab86 mgcp: We only look at the RTP header use that in the comment by Holger Hans Peter Freyther · 10 years ago
  12. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  13. 1fc1ed2 mgcp: Patch and Count _after_ the transcoding by Holger Hans Peter Freyther · 10 years ago
  14. a7992e0 mgcp: Mention the packet duration in the error message by Holger Hans Peter Freyther · 10 years ago
  15. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  16. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  17. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  18. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  19. f259bd8 mgcp: Remove excessive logging for each frame by Holger Hans Peter Freyther · 10 years ago
  20. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  21. b281e4e mgcp/rtp: Base jitter calculation on input timestamps by Jacob Erlbeck · 10 years ago
  22. eacc9b9 mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  23. 303b54a mgcp/rtp: Fix transit computation units by Jacob Erlbeck · 10 years ago
  24. 1dc022c openbsc: Fix coverity issues by Jacob Erlbeck · 10 years ago
  25. 34bdc9f mgcp/rtp: Send dummy packet to the RTCP destination, too by Jacob Erlbeck · 11 years ago
  26. 785e3c9 mgcp/rtp: Make offset computation understandable by Jacob Erlbeck · 11 years ago
  27. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  28. b830008 mgcp/rtp: Refactor mgcp_send to avoid code duplication by Jacob Erlbeck · 11 years ago
  29. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  30. 24754f0 mgcp: Parse SDP to get rate and packet duration by Jacob Erlbeck · 11 years ago
  31. 33f3009 mgcp/rtp: Refactor timestamp offset calculation into own function 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. 3da9e4e mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  36. 30ce422 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  37. b35a777 mgcp/rtp: Only update RTP header field offsets if enabled by Jacob Erlbeck · 11 years ago
  38. 5e9549e mgcp/rtp: Change the log message shown when the SSRC changes by Jacob Erlbeck · 11 years ago
  39. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  40. 55ba140 mgcp/rtp: Fix output timing error counter by Jacob Erlbeck · 11 years ago
  41. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  42. d62419b mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  43. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  44. d81fec0 libmgcp: attach mgcp_ prefix to udp_send by Pablo Neira Ayuso · 11 years ago
  45. 66b52c1 libmgcp: add mgcp prefix to functions and constants by Pablo Neira Ayuso · 11 years ago
  46. 46bd424 libmgcp: add enum mgcp_type and use it by Pablo Neira Ayuso · 11 years ago
  47. 7e7ee5f mgcp: Fix the vary large jump detection in the code by Holger Hans Peter Freyther · 12 years ago
  48. eedb453 mgcp: Print both receivd and expected address in the error statement by Holger Hans Peter Freyther · 12 years ago
  49. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  50. 30690ad mgcp: Calculate the jitter with the formula/code from the appendix by Holger Hans Peter Freyther · 12 years ago
  51. 38e02c5 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  52. 769912c mgcp: Calculate the wrap around as of Appendix A in RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  53. 1e85af6 mgcp: Document a difference between RFC 3550 and this code by Holger Hans Peter Freyther · 12 years ago
  54. ed3a661 mgcp: Align the variable naming with Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  55. 2e8e659 mgcp: Remember the initial sequence number of the stream by Holger Hans Peter Freyther · 12 years ago
  56. 952f752 mgcp: Count the received octets as of the MGCP specification by Holger Hans Peter Freyther · 12 years ago
  57. 2a60a11 mgcp: Remove the lost_no from the mgcp statistics by Holger Hans Peter Freyther · 12 years ago
  58. aff2071 Set byte order defines when compiled on OSX by Tobias Engel · 12 years ago
  59. 8c3d069 mgcp_network.c: Address compiler warning on return by Holger Hans Peter Freyther · 12 years ago
  60. a8090d5 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  61. 445d005 mgcp: Fix warning about unused variable by Holger Hans Peter Freyther · 12 years ago
  62. 9bdf5a9 mgcp: Fix a typo in the function name by Holger Hans Peter Freyther · 13 years ago
  63. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  64. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  65. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  66. 16b7f5c mgcp: Remove some duplicate header files from the list. by Holger Hans Peter Freyther · 13 years ago
  67. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/mgcp/mgcp_network.c]
  68. 88ad772 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  69. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  70. 8b19dee mgcp: Send data from the network to the transcoder too by Holger Hans Peter Freyther · 14 years ago
  71. 5f2cd84 mgcp: Use the calculated remote port from the mgcp_rtp_end by Holger Hans Peter Freyther · 14 years ago
  72. 3f29cc8 mgcp: Make the transcoding forwarding work for BTS/NET by Holger Hans Peter Freyther · 14 years ago
  73. 386a940 mgcp: Refactor the network binding routines by Holger Hans Peter Freyther · 14 years ago
  74. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  75. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  76. b54048f mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  77. 3cb2879 misc: Attempt to determine byte order in a cross-platform way by Holger Hans Peter Freyther · 14 years ago
  78. 9aa8a9c mgcp: Count the packets that arrive on the transcoder by Holger Hans Peter Freyther · 14 years ago
  79. b98ba72 mgcp: Make the base port of the transcoder configurable by Holger Hans Peter Freyther · 14 years ago
  80. 218f856 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  81. 39a97e2 mgcp: Remember if the endpoint was allocated... by Holger Hans Peter Freyther · 14 years ago
  82. 52ccf6a mgcp: Fix discovering the RTCP port with the more strict check. by Holger Hans Peter Freyther · 14 years ago
  83. 0d44eb6 mgcp: Determine the proto properly... by Holger Hans Peter Freyther · 14 years ago
  84. 7fe2a3d mgcp: Add instrumentation code to find a possible port leak/bsc-fd corruption by Holger Hans Peter Freyther · 14 years ago
  85. 6f36e92 mgcp: Fix a filedescriptor leak in case the bind is failing. by Holger Hans Peter Freyther · 14 years ago
  86. 260d6ed mgcp: Add a call tap feature to forward audio to another forward port by Holger Hans Peter Freyther · 14 years ago
  87. 6357a8e mgcp: Patch RTP packets again if that is allowed. by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.3
  88. ea97fbf mgcp: Be more strict on the source addr/source port of the bts by Holger Hans Peter Freyther · 14 years ago
  89. b97c50d mgcp: Only discover the bts once, the extra check got lost by Holger Hans Peter Freyther · 14 years ago
  90. f138f91 mgcp: Allow to dynamically allocate ports from a range.. by Holger Hans Peter Freyther · 14 years ago
  91. e602cd6 mgcp: Separate recv from net/bts and remove autodetection by Holger Hans Peter Freyther · 14 years ago
  92. 1fc4329 mgcp: Move the loopback code into the common send as well. by Holger Hans Peter Freyther · 14 years ago
  93. b615164 mgcp: Remove the receive code into a new method. by Holger Hans Peter Freyther · 14 years ago
  94. 84e1c47 mgcp: Move the selection of the right source port to a new method by Holger Hans Peter Freyther · 14 years ago
  95. 314584a mgcp: Allocate a different port for the networking... by Holger Hans Peter Freyther · 14 years ago
  96. c492127 mgcp: Move the bfd for rtp/rtcp into the port by Holger Hans Peter Freyther · 14 years ago
  97. 217d712 mgcp: Rename the bind method to show it is only binding for the bts port by Holger Hans Peter Freyther · 14 years ago
  98. 58ff219 mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTS by Holger Hans Peter Freyther · 14 years ago
  99. a17d701 mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  100. 8b5772e mgcp: Remove the forwarding mode as it was not used. by Holger Hans Peter Freyther · 14 years ago