1. 5336f57 fix mgcp_verify_ci(): off-by-one in max len check by Neels Hofmeyr · 6 years ago
  2. b861db9 mgcp_test: fix get_conn_id_from_response() CI length by Neels Hofmeyr · 6 years ago
  3. 08e0704 mgcp_test: fix log of conn_id presence by Neels Hofmeyr · 6 years ago
  4. f2388ea X-Osmo-IGN: rather parse items by token, not char by Neels Hofmeyr · 6 years ago
  5. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  6. a74c0ea mgcp_test: release endpoints after use by Philipp Maier · 6 years ago
  7. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  8. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  9. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  10. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  11. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  12. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  13. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  14. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  15. 60f8e31 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  16. 2da99a2 mgcp_stat: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  17. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  18. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  19. c3cfae2 protocol: fix missing carriage return by Philipp Maier · 6 years ago
  20. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  21. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  22. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 7 years ago
  23. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  24. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  25. a330b86 mgcp_test: fix possible double free by Philipp Maier · 7 years ago
  26. 7df419b mgcp_test: add returncode check by Philipp Maier · 7 years ago
  27. 7cedfd7 mgcp_test: fix nullpointer dereference by Philipp Maier · 7 years ago
  28. 23b8e29 mgcp_test: fix wrong strcmp() parameters by Philipp Maier · 7 years ago
  29. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  30. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  31. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  32. 465446b mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  33. b597b4f mgcp_test: test_no_cycle: sanitize: free endp by Neels Hofmeyr · 7 years ago
  34. d20910c mgcp_test: test_packet_error_detection: sanitize: free all conns by Neels Hofmeyr · 7 years ago
  35. 3d9b656 mgcp_test: do not send rtp packets by Philipp Maier · 7 years ago
  36. 020e89b mgcp_test: tweak test failure output by Neels Hofmeyr · 7 years ago
  37. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  38. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  39. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago
  40. e9920f2 split off osmo-mgw: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  41. 85929a7 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/tests/mgcp/mgcp_test.c]
  42. 4a824ca don't re-implement osmo_talloc_replace_string() by Harald Welte · 7 years ago
  43. 59504dc fix strncpy() invocation in vty_interface_layer3.c and 3 tests by Neels Hofmeyr · 7 years ago
  44. 4c2d4ab msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  45. 11cb27e mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128 by Pablo Neira Ayuso · 9 years ago
  46. b45e4d8 osmux: Do not divide the number of bytes by eight. by Holger Hans Peter Freyther · 9 years ago
  47. 641d387 osmux: Test cid allocation and de-allocation by Holger Hans Peter Freyther · 9 years ago
  48. 4c97435 mgcp: Test we don't crash on the NAT dummy MGCP message by Holger Hans Peter Freyther · 9 years ago
  49. d17bc7b mgcp: Avoid crashing when rtpmap is not complete by Holger Hans Peter Freyther · 9 years ago
  50. aeadf26 mgcp: Allow to enforce that the codecs need to match by Holger Hans Peter Freyther · 9 years ago
  51. b1edf7b mgcp/sdp: Session name must not be empty pick an empty one by Holger Hans Peter Freyther · 10 years ago
  52. 619b014 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  53. 05d481a mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  54. a5a59c9 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  55. e46bc27 mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  56. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  57. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  58. bebf92d mgcp/test: Add test case using the fmtp_extra info by Jacob Erlbeck · 10 years ago
  59. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  60. 1cc5ff8 mgcp: Add proper length checking for line handling by Holger Hans Peter Freyther · 10 years ago
  61. cdfc206 mgcp: Round the frame time otherwise we have porting issues by Holger Hans Peter Freyther · 10 years ago
  62. ba41978 mgcp: transit is a signed variable and should be printed like this by Holger Hans Peter Freyther · 10 years ago
  63. 757971a mgcp: Use the length modifier for the size_t in the printf by Holger Hans Peter Freyther · 10 years ago
  64. e763f3e mgcp/test: Fake wallclock for RTP timing/stats tests by Jacob Erlbeck · 10 years ago
  65. cf577c3 mgcp/test: Only include conn_mode into test output by Jacob Erlbeck · 10 years ago
  66. ead0529 mgcp/test: Don't reset conn_mode between messages by Jacob Erlbeck · 10 years ago
  67. e35fd13 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  68. 84dfba1 mgcp/test: Show the number of dummy packets sent by Jacob Erlbeck · 10 years ago
  69. 68c74f5 mgcp/test: Reset pkt_period_* after each test by Jacob Erlbeck · 11 years ago
  70. 1b653af mgcp/test: Test the connection mode parser by Jacob Erlbeck · 11 years ago
  71. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  72. 65c7a45 mgcp/test: Use differential output for counters and timestamp by Jacob Erlbeck · 11 years ago
  73. 93c9da3 mgcp/test: Add test cases for constant RTP sequence number by Jacob Erlbeck · 11 years ago
  74. 0a1bc56 mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  75. 2c2ca4d mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  76. ba477d2 mgcp/test: Output the packet duration after MGCP parsing by Jacob Erlbeck · 11 years ago
  77. a801006 mgcp: Address compiler error for sprintf misusage... by Holger Hans Peter Freyther · 11 years ago
  78. 3da9e4e mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  79. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  80. 83c0523 mgcp/rtp: Add more test cases for RTP header patching by Jacob Erlbeck · 11 years ago
  81. 78a9501 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  82. a52ac66 mgcp: Add tests for payload types in MGCP messages by Jacob Erlbeck · 11 years ago
  83. 2bee7f9 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  84. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  85. d62419b mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  86. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  87. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  88. ce55361 mgcp: Test and implement re-transmission handling by Holger Hans Peter Freyther · 12 years ago
  89. cf2f158 mgcp: Add testdata for MDCX handling by Holger Hans Peter Freyther · 12 years ago
  90. d267f4d mgcp: Test the second CRCX as a CRCX and not as a re-transmission by Holger Hans Peter Freyther · 12 years ago
  91. 8d0be25 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  92. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  93. 38e02c5 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  94. 0bf15a8 mgcp: Include statistics at the end of a connection by Holger Hans Peter Freyther · 12 years ago
  95. d77023b mgcp_test: Add wrong messages as input and check what happens by Holger Hans Peter Freyther · 12 years ago
  96. 5563e6c mgcp_test: Rename method as it now operates on an array of messages by Holger Hans Peter Freyther · 12 years ago
  97. 27fa790 MGCP: Add CRCX test cases by Harald Welte · 12 years ago
  98. f74da14 further generalize mgcp testing code by Harald Welte · 12 years ago
  99. 8819d82 mgcp_test: remove duplicate code by Harald Welte · 12 years ago
  100. d5b3ca6 mgcp: Print message when the test is finished by Holger Hans Peter Freyther · 12 years ago