1. 56e0443 gitignore: Add m4 scripts from m4 subdir by Pau Espin Pedrol · 6 years ago
  2. b1a1b40 debian: Package installed example doc files by Pau Espin Pedrol · 6 years ago
  3. 8838c62 cosmetic: fix doxygen comment markers by Neels Hofmeyr · 6 years ago
  4. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  5. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  6. 5928dc9 mgcp_client_fsm: improve error logging by Neels Hofmeyr · 6 years ago
  7. 04da5e5 mgcp-client: add mgcp_conn_get_ci() by Neels Hofmeyr · 6 years ago
  8. 54b4f82 cosmetic: fix typo by Philipp Maier · 6 years ago
  9. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  10. 604410c protocol: do not change LCO, when no LCO are present by Philipp Maier · 6 years ago
  11. b340f90 conn: call talloc_free before setting the pointer to NULL by Philipp Maier · 6 years ago
  12. 3c8ccb6 cosmetic: fix log output by Philipp Maier · 6 years ago
  13. d4e6aa4 cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt' by Harald Welte · 6 years ago
  14. e6df0e4 mgcp_network: do not log destination invalid ip/port as error by Philipp Maier · 6 years ago
  15. 54eb0e1 client: do not start connections in loopback mode by Philipp Maier · 6 years ago
  16. b38fb89 protocol: Try whole port range on port allocation by Philipp Maier · 6 years ago
  17. 1b3a385 sdp: remove circular inclusion by Philipp Maier · 6 years ago
  18. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  19. a19547b vty: clean up rtp port-range command by Philipp Maier · 6 years ago
  20. 0682373 mgcp_sdp: correct apidoc of mgcp_parse_sdp_data by Philipp Maier · 6 years ago
  21. ed1cff5 api doc: fix parameter name for mgcp_conn_create() by Neels Hofmeyr · 6 years ago
  22. f2321b7 mgcp: switch to new osmux output APIs by Pau Espin Pedrol · 6 years ago
  23. 4219904 mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_nat by Pau Espin Pedrol · 6 years ago
  24. b2753f2 legacy-mgcp: switch to new osmux output APIs by Pau Espin Pedrol · 6 years ago
  25. ba61f68 legacy-mgcp: Add jitter buffer on the uplink receiver by Pau Espin Pedrol · 6 years ago
  26. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  27. 0ec1d4e network: independently initalize state->out_stream by Philipp Maier · 6 years ago
  28. d761d35 Bump version: 1.2.0.109-8d064-dirty → 1.3.0 by Pau Espin Pedrol · 6 years ago 1.3.0
  29. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  30. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  31. 60f8e31 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  32. 086c3f3 cosmetic: mgcp, legacy_mgcp: drop unused vty.h definitions by Neels Hofmeyr · 6 years ago
  33. d0b470d mgcp_conn: add function mgcp_rtp_conn_cleanup() by Philipp Maier · 6 years ago
  34. 77f76d0 cosmetic: rename .._codec_reset() to .._codec_init() by Philipp Maier · 6 years ago
  35. 892dec0 mgcp_conn: do not touch u.rtp in mgcp_conn_alloc() by Philipp Maier · 6 years ago
  36. c430d19 cosmetic: rename function .._conn_reset() to .._conn_init() by Philipp Maier · 6 years ago
  37. 7b8e419 jenkins.sh: add --enable-werror to configure flags by Neels Hofmeyr · 6 years ago
  38. 4f7613e configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  39. 01f0395 cosmetic: mgcp_client_fsm: rename enums by Philipp Maier · 6 years ago
  40. d2e3a52 mgcp_client_fsm: Add FSM event names by Philipp Maier · 6 years ago
  41. 2924825 enable osmo_fsm vty commands in libosmo-mgcp-client vty by Stefan Sperling · 6 years ago
  42. bd86f94 compiler warning: ignore deprecated in mgcp_client_test.c by Neels Hofmeyr · 6 years ago
  43. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  44. 0793d2f mgcp_client: cosmetic: clean up SDP params parsing by Neels Hofmeyr · 6 years ago
  45. a8c6a9c mgcp_client: show failure by MGCP SDP section parsing test by Neels Hofmeyr · 6 years ago
  46. 2da99a2 mgcp_stat: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  47. c3eed40 legacy: mgcp_protocol: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  48. 515e341 osmo-mgw: Add talloc context introspection via VTY by Neels Hofmeyr · 6 years ago
  49. 8bda7a7 client: add an optional FSM interface by Philipp Maier · 6 years ago
  50. df5d219 mgcp: fix use-after-free and add callback for endpoint cleanup by Philipp Maier · 6 years ago
  51. 5656fbf protocol: prohibit wildcarded requests for MDCX and DLCX by Philipp Maier · 6 years ago
  52. 19d640e Turn libosmo-mgcp into local, non-installed library by Harald Welte · 6 years ago
  53. 207ab51 protocol: fix tagging of wildcarded requests by Philipp Maier · 6 years ago
  54. c3cc654 protocol: check requested connection mode by Philipp Maier · 6 years ago
  55. b911b87 cosmetic: Add missing \n on log line by Philipp Maier · 6 years ago
  56. af07f66 protocol: exit cleanly when local cx options check fails by Philipp Maier · 6 years ago
  57. dd0c522 protocol: reject DLCX/CRCX/MDCX on unsupported parameters by Philipp Maier · 6 years ago
  58. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  59. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  60. fdd603c ep: move endpoint struct and define to mgcp_ep.h by Philipp Maier · 6 years ago
  61. 1fc6999 client: use heap to store mgcp_response by Philipp Maier · 6 years ago
  62. 220f487 libosmo-mgcp-client is GPLv2+, not AGPLv3+ by Harald Welte · 6 years ago
  63. edc00f4 cosmetic: move mgcp_release_endp() to mgcp_ep.c by Philipp Maier · 6 years ago
  64. a49e32a msg: fix response code on exhausted endp resources by Philipp Maier · 6 years ago
  65. dd4ede3 protocol: on wildcarded CRCX return endpoint number as hex by Philipp Maier · 6 years ago
  66. 3aa8157 client: prohibit endpoint ids without @ character by Philipp Maier · 6 years ago
  67. 3261dc7 client: do not accept endpoint ids without @ character in responses by Philipp Maier · 6 years ago
  68. 771b26a client: Do not accept endpoint ids with wildcards in responses by Philipp Maier · 6 years ago
  69. 36a8112 cosmetic: remove spaces from pointer symbol by Philipp Maier · 6 years ago
  70. a390d0b protocol: check the packetization in local cx options by Philipp Maier · 6 years ago
  71. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  72. c3cfae2 protocol: fix missing carriage return by Philipp Maier · 6 years ago
  73. 3cbfb8a protocol: fix problem with line break and OSMUX by Philipp Maier · 6 years ago
  74. 275ac97 cosmetic: client: add doxygen comments by Philipp Maier · 6 years ago
  75. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  76. e9d645b client: eliminate destructive parameter parsing by Philipp Maier · 6 years ago
  77. 7f0966c mgcp: add prefix to virtual trunk by Philipp Maier · 6 years ago
  78. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  79. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  80. 490cbaa client: make callid in MDCX mandatory by Philipp Maier · 6 years ago
  81. eb0bde0 main: display mgcp ip/port by Philipp Maier · 6 years ago
  82. 3b12e1b client: do not insist on \n\n when parsing MGCP messages by Philipp Maier · 6 years ago
  83. 2138779 cosmetic: protocol: remove unnecessary nul termination by Philipp Maier · 6 years ago
  84. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  85. 6efb43a client/common: move constant MGCP_ENDPOINT_MAXLEN by Philipp Maier · 6 years ago
  86. 03cc484 mgcp: allow endpoints beginning from zero by Philipp Maier · 6 years ago
  87. 5672563 cosmetic: mgcp_network: typo in log by Neels Hofmeyr · 6 years ago
  88. 106743c osmo-bsc_mgcp: Add LIBOSMONETIF_{CFLAGS,LIBS} by Harald Welte · 6 years ago
  89. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  90. 10f32db client: mgcp_response_parse_params: check rtp port by Philipp Maier · 7 years ago
  91. e35eeae Return proper MGCP Error codes, as per spec by Harald Welte · 6 years ago
  92. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 6 years ago
  93. 3f35a37 mgcp_internal.h: document more struct members with comments by Harald Welte · 7 years ago
  94. 33eafe0 mgcp_msg: We must parse endpoint numbers as hex, not decimal! by Harald Welte · 6 years ago
  95. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  96. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  97. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  98. 3338135 strct mgcp_rtp_state: Group + document struct members related to patching by Harald Welte · 7 years ago
  99. 5dbfc78 network: use originating RTP packet address for loopback by Philipp Maier · 7 years ago
  100. 7bc5552 mcgp_client: mgcp_msg_gen(): add checks to verify params by Philipp Maier · 7 years ago