1. a729db6 generate shorter 'I:' conn IDs by Neels Hofmeyr · 6 years ago
  2. 5336f57 fix mgcp_verify_ci(): off-by-one in max len check by Neels Hofmeyr · 6 years ago
  3. eb72ff0 mgcp_verify_ci(): return meaningful error codes by Neels Hofmeyr · 6 years ago
  4. 8a91d2c doc: fix mgcp_verify_ci() return val doc by Neels Hofmeyr · 6 years ago
  5. 55e0dcf mgcp_common: rename to MGCP_CONN_ID_MAXLEN by Neels Hofmeyr · 6 years ago
  6. f2388ea X-Osmo-IGN: rather parse items by token, not char by Neels Hofmeyr · 6 years ago
  7. 1208658 add VTY commands which show specific mgcp endpoints by Stefan Sperling · 6 years ago
  8. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  9. 0063ca2 fix 3G hack: allow any IP for loopback and 0.0.0.0 by Neels Hofmeyr · 6 years ago
  10. 610fda6 cosmetic: log: fix "CallIDs does not match" by Neels Hofmeyr · 6 years ago
  11. 352eed0 interpret domain '*' as 'allow any domain' by Neels Hofmeyr · 6 years ago
  12. 0a89e92 fix handling of "Wrong domain name" error by Neels Hofmeyr · 6 years ago
  13. 910189d mgcp_sdp: restructure mgcp_write_response_sdp() (audio) by Philipp Maier · 6 years ago
  14. 8482e83 mgcp_sdp: restructure mgcp_write_response_sdp() (rtpmap) by Philipp Maier · 6 years ago
  15. fee4fa9 Cosmetic: remove misplaced line break by Philipp Maier · 6 years ago
  16. 4dba769 network: check packets before further processing by Philipp Maier · 6 years ago
  17. da895b1 network: do not patch PT of RTCP packets by Philipp Maier · 6 years ago
  18. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  19. 35a3829 IuUP hack: make RTP patching less general by Neels Hofmeyr · 6 years ago
  20. 7066af8 cosmetic: mgcp_network.c: merge one LOGPC to its preceding LOGP by Neels Hofmeyr · 6 years ago
  21. acc1035 protocol: prevent unnecessary null pointer deref by Philipp Maier · 6 years ago
  22. bca0ef6 stat+vty: fix printing of rate counter values by Philipp Maier · 6 years ago
  23. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  24. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  25. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  26. 604410c protocol: do not change LCO, when no LCO are present by Philipp Maier · 6 years ago
  27. b340f90 conn: call talloc_free before setting the pointer to NULL by Philipp Maier · 6 years ago
  28. 3c8ccb6 cosmetic: fix log output by Philipp Maier · 6 years ago
  29. e6df0e4 mgcp_network: do not log destination invalid ip/port as error by Philipp Maier · 6 years ago
  30. b38fb89 protocol: Try whole port range on port allocation by Philipp Maier · 6 years ago
  31. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  32. a19547b vty: clean up rtp port-range command by Philipp Maier · 6 years ago
  33. 0682373 mgcp_sdp: correct apidoc of mgcp_parse_sdp_data by Philipp Maier · 6 years ago
  34. f2321b7 mgcp: switch to new osmux output APIs by Pau Espin Pedrol · 6 years ago
  35. 4219904 mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_nat by Pau Espin Pedrol · 6 years ago
  36. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  37. 0ec1d4e network: independently initalize state->out_stream by Philipp Maier · 6 years ago
  38. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  39. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  40. d0b470d mgcp_conn: add function mgcp_rtp_conn_cleanup() by Philipp Maier · 6 years ago
  41. 77f76d0 cosmetic: rename .._codec_reset() to .._codec_init() by Philipp Maier · 6 years ago
  42. 892dec0 mgcp_conn: do not touch u.rtp in mgcp_conn_alloc() by Philipp Maier · 6 years ago
  43. c430d19 cosmetic: rename function .._conn_reset() to .._conn_init() by Philipp Maier · 6 years ago
  44. 2da99a2 mgcp_stat: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  45. df5d219 mgcp: fix use-after-free and add callback for endpoint cleanup by Philipp Maier · 6 years ago
  46. 5656fbf protocol: prohibit wildcarded requests for MDCX and DLCX by Philipp Maier · 6 years ago
  47. 19d640e Turn libosmo-mgcp into local, non-installed library by Harald Welte · 6 years ago
  48. 207ab51 protocol: fix tagging of wildcarded requests by Philipp Maier · 6 years ago
  49. c3cc654 protocol: check requested connection mode by Philipp Maier · 6 years ago
  50. b911b87 cosmetic: Add missing \n on log line by Philipp Maier · 6 years ago
  51. af07f66 protocol: exit cleanly when local cx options check fails by Philipp Maier · 6 years ago
  52. dd0c522 protocol: reject DLCX/CRCX/MDCX on unsupported parameters by Philipp Maier · 6 years ago
  53. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  54. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  55. fdd603c ep: move endpoint struct and define to mgcp_ep.h by Philipp Maier · 6 years ago
  56. edc00f4 cosmetic: move mgcp_release_endp() to mgcp_ep.c by Philipp Maier · 6 years ago
  57. a49e32a msg: fix response code on exhausted endp resources by Philipp Maier · 6 years ago
  58. dd4ede3 protocol: on wildcarded CRCX return endpoint number as hex by Philipp Maier · 6 years ago
  59. a390d0b protocol: check the packetization in local cx options by Philipp Maier · 6 years ago
  60. c3cfae2 protocol: fix missing carriage return by Philipp Maier · 6 years ago
  61. 3cbfb8a protocol: fix problem with line break and OSMUX by Philipp Maier · 6 years ago
  62. 7f0966c mgcp: add prefix to virtual trunk by Philipp Maier · 6 years ago
  63. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  64. 2138779 cosmetic: protocol: remove unnecessary nul termination by Philipp Maier · 6 years ago
  65. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  66. 03cc484 mgcp: allow endpoints beginning from zero by Philipp Maier · 6 years ago
  67. 5672563 cosmetic: mgcp_network: typo in log by Neels Hofmeyr · 6 years ago
  68. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  69. e35eeae Return proper MGCP Error codes, as per spec by Harald Welte · 7 years ago
  70. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 7 years ago
  71. 33eafe0 mgcp_msg: We must parse endpoint numbers as hex, not decimal! by Harald Welte · 7 years ago
  72. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  73. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  74. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  75. 3338135 strct mgcp_rtp_state: Group + document struct members related to patching by Harald Welte · 7 years ago
  76. 5dbfc78 network: use originating RTP packet address for loopback by Philipp Maier · 7 years ago
  77. 1c3287f conn: remove assertions by Philipp Maier · 7 years ago
  78. 230e4fc cosmetic: clearly mark endpoint numbers as hex by Philipp Maier · 7 years ago
  79. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  80. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  81. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  82. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  83. 4845498 vty: simplify endpoint allocation by Philipp Maier · 7 years ago
  84. 1b0cf6f Fix possible buffer overflow in mgcp_conn_dump() by Harald Welte · 7 years ago
  85. c1b9fa1 MGCP endpoints: parse as decimal, not hex by Neels Hofmeyr · 7 years ago
  86. f1889d8 cosmetic: remove prefix "net" from rtp related vty commands by Philipp Maier · 7 years ago
  87. 2982e42 cosmetic: guard dead osmux vty code with ifdef by Philipp Maier · 7 years ago
  88. ddf1f9d osmux: fix nullpointer dereference by Philipp Maier · 7 years ago
  89. 653c4ff fix segfault: DLCX for unknown endpoint: dont try to log NULL endpoint by Neels Hofmeyr · 7 years ago
  90. e7d27ae Tag/Release Version 1.2.0 by Harald Welte · 7 years ago 1.2.0
  91. e6f172d network: remove unused return code by Philipp Maier · 7 years ago
  92. b969455 network: fix rtp packet length by Philipp Maier · 7 years ago
  93. 1cb1e38 network: autdetect rtp bind ip-address by Philipp Maier · 7 years ago
  94. e726d4f cosmetic: make dummy packet handling more explicit by Philipp Maier · 7 years ago
  95. c341388 network: add separate log category by Philipp Maier · 7 years ago
  96. f4c0e37 protocol: allow wildcarded DLCX by Philipp Maier · 7 years ago
  97. d8d7b4b cosmetic: correct whitespaces by Philipp Maier · 7 years ago
  98. 31c4305 cosmetic: fix commenting style by Philipp Maier · 7 years ago
  99. c7a228a cosmetic: fix coding style for mgcp_parse_sdp_data() by Philipp Maier · 7 years ago
  100. e472b4e cosmetic: rename bts_codec to codec_str by Philipp Maier · 7 years ago