1. cf6fcc8 mgcp/test: Fix mgcp-transcoding assertion (Coverity) by Jacob Erlbeck · 9 years ago
  2. ef93e70 rtp: And really catch up and remove all occurences of openbsc/rtp.h by Holger Hans Peter Freyther · 9 years ago
  3. 37ae84a mgcp/sdp: Session name must not be empty pick an empty one by Holger Hans Peter Freyther · 10 years ago
  4. 60e0992 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  5. ba6c320 mgcp: Count the incoming data instead of the modified one by Holger Hans Peter Freyther · 10 years ago
  6. 10c8968 mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  7. 0c67169 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  8. c48ad36 mgcp: Re-load the state after the transcoding change by Holger Hans Peter Freyther · 10 years ago
  9. 5c3beee mgcp: Use l16 in the test by Holger Hans Peter Freyther · 10 years ago
  10. 2add776 mgcp: Deal with receiving another payload type by Holger Hans Peter Freyther · 10 years ago
  11. 171817c mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  12. 4046126 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  13. bb8627a mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  14. 6be6c92 mgcp: Fix/test the case of a time jump and the resync by Holger Hans Peter Freyther · 10 years ago
  15. 322e54a mgcp: Add a testcase for 160->80 ptime handling by Holger Hans Peter Freyther · 10 years ago
  16. 5bdb0be mgcp: Initialise next_time in case the initial timestamp is not 0. by Holger Hans Peter Freyther · 10 years ago
  17. 6a4fdca mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  18. 0c97688 mgcp: Fix/test reading/writing the sequence number by Holger Hans Peter Freyther · 10 years ago
  19. b7f1ddb mgcp: Capture the return value of the of the transcode function by Holger Hans Peter Freyther · 10 years ago
  20. ec7c151 mgcp: Do not use errx as finding a test failure is too hard by Holger Hans Peter Freyther · 10 years ago
  21. a96adfd mgcp: Re-factor testcase to separate test and setup by Holger Hans Peter Freyther · 10 years ago
  22. e09e5ba mgcp: Fix SDP formatting of fmtp_extra (Coverity) by Jacob Erlbeck · 10 years ago
  23. ce00725 mgcp/test: Add test case using the fmtp_extra info by Jacob Erlbeck · 10 years ago
  24. 0557c00 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  25. 535173a mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  26. 497c2de mgcp/test: Add test cases for transcoding and repacking by Jacob Erlbeck · 10 years ago
  27. 67f103e mgcp: Add proper length checking for line handling by Holger Hans Peter Freyther · 10 years ago
  28. 4a2f659 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  29. e5d57f6 mgcp: Round the frame time otherwise we have porting issues by Holger Hans Peter Freyther · 10 years ago
  30. 4d6874f mgcp: transit is a signed variable and should be printed like this by Holger Hans Peter Freyther · 10 years ago
  31. 559d773 mgcp: Use the length modifier for the size_t in the printf by Holger Hans Peter Freyther · 10 years ago
  32. b3af066 mgcp/rtp: Base jitter calculation on input timestamps by Jacob Erlbeck · 10 years ago
  33. e0f41ea mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  34. 5708800 mgcp/rtp: Fix transit computation units by Jacob Erlbeck · 10 years ago
  35. 49677bd mgcp/test: Fake wallclock for RTP timing/stats tests by Jacob Erlbeck · 10 years ago
  36. 4c68c5b mgcp/test: Only include conn_mode into test output by Jacob Erlbeck · 10 years ago
  37. 18819c2 mgcp/test: Don't reset conn_mode between messages by Jacob Erlbeck · 10 years ago
  38. f318861 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  39. b866d3b mgcp: Disable output enabled on initialisation by Jacob Erlbeck · 10 years ago
  40. e64bb12 mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  41. ecd157a mgcp: Set output_enabled flags based on the MGCP mode by Jacob Erlbeck · 11 years ago
  42. acd8d52 mgcp/test: Show the number of dummy packets sent by Jacob Erlbeck · 10 years ago
  43. d97bcd3 mgcp/test: Reset pkt_period_* after each test by Jacob Erlbeck · 11 years ago
  44. a4cc7cf mgcp/test: Test the connection mode parser by Jacob Erlbeck · 11 years ago
  45. f12c849 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  46. 888fec6 mgcp/test: Use differential output for counters and timestamp by Jacob Erlbeck · 11 years ago
  47. 1e9b28b mgcp/test: Add test cases for constant RTP sequence number by Jacob Erlbeck · 11 years ago
  48. e91324d mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  49. fa3fff4 mgcp: Parse SDP to get rate and packet duration by Jacob Erlbeck · 11 years ago
  50. 91cf743 mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  51. 07a25f7 mgcp/test: Output the packet duration after MGCP parsing by Jacob Erlbeck · 11 years ago
  52. 0f3fa90 mgcp: Address compiler error for sprintf misusage... by Holger Hans Peter Freyther · 11 years ago
  53. 5a1d238 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  54. 866a76d mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  55. e5546cd mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  56. 5065aef mgcp/rtp: Fix output timing error counter by Jacob Erlbeck · 11 years ago
  57. eb19f55 mgcp/rtp: Add more test cases for RTP header patching by Jacob Erlbeck · 11 years ago
  58. e3440c7 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  59. fe9896f mgcp: Add tests for payload types in MGCP messages by Jacob Erlbeck · 11 years ago
  60. e7060c4 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  61. ac9f6ce mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  62. 4516a8a mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  63. a2528da mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  64. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  65. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  66. cd25695 mgcp: Test and implement re-transmission handling by Holger Hans Peter Freyther · 12 years ago
  67. 74645f4 mgcp: Add testdata for MDCX handling by Holger Hans Peter Freyther · 12 years ago
  68. 0e8e18e mgcp: Test the second CRCX as a CRCX and not as a re-transmission by Holger Hans Peter Freyther · 12 years ago
  69. 46880c2 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  70. 8c87a48 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  71. faa6793 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  72. 8fc6d08 mgcp: Include statistics at the end of a connection by Holger Hans Peter Freyther · 12 years ago
  73. ec4f01b mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  74. 0a6455c mgcp_test: Add wrong messages as input and check what happens by Holger Hans Peter Freyther · 12 years ago
  75. 06ce839 mgcp_test: Rename method as it now operates on an array of messages by Holger Hans Peter Freyther · 12 years ago
  76. ca765cd MGCP: Add CRCX test cases by Harald Welte · 12 years ago
  77. a7c9a92 further generalize mgcp testing code by Harald Welte · 12 years ago
  78. 834f3f1 mgcp_test: remove duplicate code by Harald Welte · 12 years ago
  79. fee826b tests: Introduce running tests with GNU autotest in OpenBSC by Holger Hans Peter Freyther · 13 years ago
  80. 38484aa mgcp: Print message when the test is finished by Holger Hans Peter Freyther · 13 years ago
  81. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  82. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  83. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago
  84. a135a0a mgcp: Fix make distcheck due a copy 'n pasted Makefile.am by Holger Hans Peter Freyther · 13 years ago
  85. 49e170b mgcp: Allocate the endpoints for the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  86. ab56ce1 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  87. 72026c1 mgcp: We want to count trunks starting from one. by Holger Hans Peter Freyther · 14 years ago
  88. f0bc075 mgcp: Parse a Digital Trunk endpoint name. by Holger Hans Peter Freyther · 14 years ago