1. ca8639d libosmo-mgcp: fix unsigned compared against 0 in mgcp_trunk_by_name() by Vadim Yanitskiy · 4 years ago
  2. 8d6a193 endp: add E1 endpoint interlocking by Philipp Maier · 4 years ago
  3. 0996a1e endp: add typeset for e1-endpoints by Philipp Maier · 4 years, 1 month ago
  4. 7e9ddc9 trunk: parse E1 trunk number by Philipp Maier · 4 years, 1 month ago
  5. 080935a mgcp_trunk: fix docstring for mgcp_trunk_alloc() by Philipp Maier · 4 years ago
  6. 98c09b3 endp: add name generator function for E1 endpoints by Philipp Maier · 4 years ago
  7. 7462b95 endp: move endpoint name generation into mgcp_endp.c by Philipp Maier · 4 years, 1 month ago
  8. 7a64182 cosmetic: remove excess space by Philipp Maier · 4 years ago
  9. d19de2e trunk: get rid of virt_trunk pointer by Philipp Maier · 4 years, 1 month ago
  10. 08eb935 cosmetic: fix doxygen for mgcp_cleanup_rtp_bridge_cb() by Philipp Maier · 4 years ago
  11. 0b79d21 cosmetic: fix doxygen by Philipp Maier · 4 years ago
  12. bce5f29 cosmetic: fix doxygen by Philipp Maier · 4 years ago
  13. 7f90ddb mgcp_trunk: remove audio_name and audio_payload by Philipp Maier · 4 years, 1 month ago
  14. c66ab2c osmo-mgw: refactor endpoint and trunk handling by Philipp Maier · 4 years, 1 month ago
  15. f53796c mgcp_vty: fix indentation in VTY config write by Philipp Maier · 4 years, 1 month ago
  16. 14b27a8 osmo-mgw: rename struct mgcp_trunk_config and symbol tcfg by Philipp Maier · 4 years, 1 month ago
  17. 21be42a mgcp_vty: fix indentation by Philipp Maier · 4 years, 1 month ago
  18. 2d681fd vty: fix unreachable code (error msg on trunk alloc fail) by Philipp Maier · 4 years, 1 month ago
  19. c39b1bf mgcp_protocol: Avoid code duplication between virtual + other trunks by Harald Welte · 4 years, 4 months ago
  20. 74390c5 cosmetic: remove excess newlines by Philipp Maier · 4 years, 1 month ago
  21. ebb9bf3 rtp_bridge: Demote a chatty ERROR log message to DEBUG level. by Alexander Chemeris · 4 years, 2 months ago
  22. 61cf9bb mgcp_network: Fix a typo in the comment bahviour -> behaviour by Alexander Chemeris · 4 years, 2 months ago
  23. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  24. 6386600 counters: Implement more useful counters. by Alexander Chemeris · 4 years, 2 months ago
  25. dab89af vty: Prepend VTY output of counters for better visual separation. by Alexander Chemeris · 4 years, 2 months ago
  26. a48ff4a Update per-trunk global packet/byte counters in real-time by Harald Welte · 4 years, 4 months ago laforge/virt-voice
  27. 6c92f9d fix vty dump_trunk: start from zero, do not omit first CONN by Neels Hofmeyr · 4 years, 4 months ago
  28. 9852e22 Add CTRL interface to osmo-mgw by Harald Welte · 4 years, 4 months ago
  29. b141ccc Fix number of endpoints of default trunk by Harald Welte · 4 years, 4 months ago
  30. 843d903 mgw: Allocate mgcp_conn instance under tcfg->endpoints by Pau Espin Pedrol · 4 years, 9 months ago
  31. 401b740 explicitly free codecs in mgcp_rtp_conn_cleanup() by Neels Hofmeyr · 5 years ago
  32. a468b0f mgcp_codec_add: fix audio_name size check by Neels Hofmeyr · 4 years, 10 months ago
  33. b0cfa72 mgcp_codec: codec_set(): log about all possible errors by Neels Hofmeyr · 5 years ago
  34. 683e05f ptmap: implicitly match '/8000' and '/8000/1' by Neels Hofmeyr · 5 years ago
  35. 16b637b differentiate AMR octet-aligned=0 vs =1 by Neels Hofmeyr · 5 years ago
  36. ce64f18 fix memleak: actually free strings in mgcp_codec_reset_all() by Neels Hofmeyr · 5 years ago
  37. 667fa59 mgcp_codec: split codec_free() off of codec_init() by Neels Hofmeyr · 5 years ago
  38. 5a6220f mgcp_send(): stop looping on conversion error by Neels Hofmeyr · 4 years, 11 months ago
  39. 7c6dd3c fix crashes: don't assert on incoming RTP packet size by Neels Hofmeyr · 4 years, 11 months ago
  40. 740af6e mgcp_codec: constify 'param' arg by Neels Hofmeyr · 5 years ago
  41. 782d607 rename codecs_cmp() to codecs_same() by Neels Hofmeyr · 5 years ago
  42. a2b1c5e Fix return variable of strtoul() by Pau Espin Pedrol · 5 years ago
  43. c5c1430 Catch unsigned integer MGCP parsing errors with strtoul by Pau Espin Pedrol · 5 years ago
  44. 06a49fc mgcp_sdp: Don't check if an unsigned int is below 0 by Harald Welte · 5 years ago
  45. 9b508f6 mgw: Allow receiving uppercase noanswer keyword by Pau Espin Pedrol · 5 years ago
  46. 6e26c70 mgw: Allow receiving lowercase X-Osmo-Ign Callid field by Pau Espin Pedrol · 5 years ago
  47. 9a34592 mgw: Allow receiving lowercase MGCP header keyword by Pau Espin Pedrol · 5 years ago
  48. 7eb6f2c mgw: Make check of duplicated LCO fields case insensitive by Pau Espin Pedrol · 5 years ago
  49. 83fd8a5 mgw: Support receiving lowercase LCO codec by Pau Espin Pedrol · 5 years ago
  50. 1705848 mgw: Support receiving uppercase connection mode by Pau Espin Pedrol · 5 years ago
  51. 0c6c3c1 mgw: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  52. fe9a1fe mgw: Support uppercase LCO options by Pau Espin Pedrol · 5 years ago
  53. 189f29e vty: update desc of conn-timeout by Oliver Smith · 5 years ago
  54. d2ce444 vty: allow 0 as conn-timeout to disable it by Oliver Smith · 5 years ago
  55. df7d97e osmux: Fix hardcoded rtp payload_type 98 in osmux conn by Pau Espin Pedrol · 5 years ago
  56. 85978da osmux: Fix CID release for non-enabled connections by Pau Espin Pedrol · 5 years ago
  57. 9aaaab6 osmux: Fix loopback for Osmux connections by Pau Espin Pedrol · 5 years ago
  58. c1ad553 osmux: Use DUMMY ft msg as per Osmux spec by Pau Espin Pedrol · 5 years ago
  59. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  60. 1442c5a osmux: Redo read/write osmux glue code to have data routed correctly by Pau Espin Pedrol · 5 years ago
  61. dac2ca7 osmux: Delay osmux enable of conn until remote addr is configured by MDCX by Pau Espin Pedrol · 5 years ago
  62. 3752522 osmux: Improve logging around osmux enabling events by Pau Espin Pedrol · 5 years ago
  63. 295570c osmux: Use remote port to send osmux frames by Pau Espin Pedrol · 5 years ago
  64. a93c6e9 osmux: Provide correct local port during mgcp resp by Pau Espin Pedrol · 5 years ago
  65. 14f8a08 osmux: Drop unneeded OSMUX_STATE_NEGOTIATING by Pau Espin Pedrol · 5 years ago
  66. c63f15a mgcp-cli: Parse X-Osmux on MDCX response by Pau Espin Pedrol · 5 years ago
  67. 6be2c49 osmux: Handle Osmux MGCP extension in MDCX messages by Pau Espin Pedrol · 5 years ago
  68. fa810e8 osmux: Mark conn_rtp->type as osmux during CRCX by Pau Espin Pedrol · 5 years ago
  69. 2b89617 osmux: Allocate CID during CRCX by Pau Espin Pedrol · 5 years ago
  70. b542b04 vty: Allow enabling Osmux by Pau Espin Pedrol · 5 years ago
  71. 1205686 cosmetic: osmux: Document network byte order in port variable by Pau Espin Pedrol · 5 years ago
  72. f1d301a cosmetic: mgcp_udp_send: Document port param is in network byte order by Pau Espin Pedrol · 5 years ago
  73. c9a6280 osmux: Use LOGPCONN in several log calls by Pau Espin Pedrol · 5 years ago
  74. b5583cd osmux: Fix reception of legacy dummy payloads by Pau Espin Pedrol · 5 years ago
  75. 3ac604e handle NULL return of rate_ctr_group_alloc() by Harald Welte · 5 years ago
  76. 9fb8ddf osmux: Document func and return different rc upon osmux init failure by Pau Espin Pedrol · 5 years ago
  77. f027f17 osmux: Log osmux socket during osmux_init by Pau Espin Pedrol · 5 years ago
  78. ac772d8 mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return check by Pau Espin Pedrol · 5 years ago
  79. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  80. 5e8d799 create_response_with_sdp: Fix inclusion of X-Osmux by Pau Espin Pedrol · 5 years ago
  81. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  82. 209eb9f cosmetic: handle_modify_con: Fix indentation level by Pau Espin Pedrol · 5 years ago
  83. ef6304e mgcp_msg: Log faulty line on Osmux parsing error by Pau Espin Pedrol · 5 years ago
  84. fc80673 cosmetic: Fix typos in comment by Pau Espin Pedrol · 5 years ago
  85. 9f11dc5 libosmo-mgcp: Use trunk type during endpoint allocation by Pau Espin Pedrol · 5 years ago
  86. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  87. 5812825 mgcp_network: use mgcp_rtp_codec in downlink format callback by Philipp Maier · 5 years ago
  88. e7ae69a mgcp_sdp: untangle parsing of a= parameters by Philipp Maier · 5 years ago
  89. 7e37ce6 mgcp_sdp: mgcp_sdp.c does not include own header file by Philipp Maier · 5 years ago
  90. 217d31d mgcp_sdp: cosmetic: correct typo in comment by Philipp Maier · 5 years ago
  91. e3f8bca log: don't spam with "can not patch PT" messages by Neels Hofmeyr · 5 years ago
  92. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  93. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  94. 622dd61 Cosmetic: fix spaces/tabs in mgcp_requests[] by Oliver Smith · 5 years ago
  95. 96c3107 osmo-mgw: err-log: include expected domain name by Neels Hofmeyr · 6 years ago
  96. ad21a0e check_rtp: on IP:port errors, log the IP and port by Neels Hofmeyr · 6 years ago
  97. 8ab3fbb add DLCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  98. 8dbc9ed mgcp_protocol: increase buffer space for codec name in LCO by Philipp Maier · 6 years ago
  99. ba25eab add aggregated rtp connection stats to osmo-mgw by Stefan Sperling · 6 years ago
  100. aa823bf add MDCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago