1. 3abced8 allow larger MGCP client wqueue: 10 -> 1024 by Neels Hofmeyr · 4 years, 4 months ago neels/virt-voice
  2. a48ff4a Update per-trunk global packet/byte counters in real-time by Harald Welte · 4 years, 4 months ago laforge/virt-voice
  3. 6c92f9d fix vty dump_trunk: start from zero, do not omit first CONN by Neels Hofmeyr · 4 years, 4 months ago
  4. 9852e22 Add CTRL interface to osmo-mgw by Harald Welte · 4 years, 4 months ago
  5. b141ccc Fix number of endpoints of default trunk by Harald Welte · 4 years, 4 months ago
  6. ec45068 Bump version: 1.6.0.30-832bc-dirty → 1.7.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.7.0
  7. 73f9c02 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 7 months ago
  8. 6a25a61 Move fsm_mgcp_client regstration to __attribute__((contructor)) by Harald Welte · 4 years, 7 months ago
  9. 1dbbed1 mgcp_client: Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  10. ca2aec0 fix use-after-free: require new fsm deferred dealloc, check for term by Neels Hofmeyr · 4 years, 9 months ago
  11. e827831 accept MGCP without SDP by Neels Hofmeyr · 4 years, 10 months ago
  12. 923d60b client: endp fsm: add osmo_mgcpc_ep_ci_ep() by Neels Hofmeyr · 4 years, 8 months ago
  13. f2bf8dc client: endp fsm: allow cancelling a notify event by Neels Hofmeyr · 4 years, 8 months ago
  14. 055ded7 client: endp fsm: clear ci[] before dispatching DLCX success by Neels Hofmeyr · 4 years, 8 months ago
  15. 3ff7128 client: endp fsm: add notify struct, prep for cancel-notify by Neels Hofmeyr · 4 years, 8 months ago
  16. cc0b97e clear pending requests on MGCP failure by Neels Hofmeyr · 4 years, 9 months ago
  17. 8c69e29 mgcp_client_fsm cleanup: Do not assert on DLCX failure by Neels Hofmeyr · 4 years, 10 months ago
  18. 843d903 mgw: Allocate mgcp_conn instance under tcfg->endpoints by Pau Espin Pedrol · 4 years, 10 months ago
  19. 3ab8ca4 SDP: store all ptmap entries by Neels Hofmeyr · 5 years ago
  20. 23f4048 tweak mgcp_parse_audio_ptime_rtpmap() by Neels Hofmeyr · 5 years ago
  21. 401b740 explicitly free codecs in mgcp_rtp_conn_cleanup() by Neels Hofmeyr · 5 years ago
  22. a468b0f mgcp_codec_add: fix audio_name size check by Neels Hofmeyr · 4 years, 10 months ago
  23. b0cfa72 mgcp_codec: codec_set(): log about all possible errors by Neels Hofmeyr · 5 years ago
  24. 683e05f ptmap: implicitly match '/8000' and '/8000/1' by Neels Hofmeyr · 5 years ago
  25. 16b637b differentiate AMR octet-aligned=0 vs =1 by Neels Hofmeyr · 5 years ago
  26. ce64f18 fix memleak: actually free strings in mgcp_codec_reset_all() by Neels Hofmeyr · 5 years ago
  27. 667fa59 mgcp_codec: split codec_free() off of codec_init() by Neels Hofmeyr · 5 years ago
  28. 5a6220f mgcp_send(): stop looping on conversion error by Neels Hofmeyr · 4 years, 11 months ago
  29. 7c6dd3c fix crashes: don't assert on incoming RTP packet size by Neels Hofmeyr · 4 years, 11 months ago
  30. 740af6e mgcp_codec: constify 'param' arg by Neels Hofmeyr · 5 years ago
  31. 782d607 rename codecs_cmp() to codecs_same() by Neels Hofmeyr · 5 years ago
  32. 50e52e4 Bump version: 1.5.0.84-a2d10-dirty → 1.6.0 by Pau Espin Pedrol · 5 years ago 1.6.0
  33. f54eb96 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  34. a2b1c5e Fix return variable of strtoul() by Pau Espin Pedrol · 5 years ago
  35. c5c1430 Catch unsigned integer MGCP parsing errors with strtoul by Pau Espin Pedrol · 5 years ago
  36. 06a49fc mgcp_sdp: Don't check if an unsigned int is below 0 by Harald Welte · 5 years ago
  37. 9b508f6 mgw: Allow receiving uppercase noanswer keyword by Pau Espin Pedrol · 5 years ago
  38. 6e26c70 mgw: Allow receiving lowercase X-Osmo-Ign Callid field by Pau Espin Pedrol · 5 years ago
  39. 9a34592 mgw: Allow receiving lowercase MGCP header keyword by Pau Espin Pedrol · 5 years ago
  40. 7eb6f2c mgw: Make check of duplicated LCO fields case insensitive by Pau Espin Pedrol · 5 years ago
  41. 83fd8a5 mgw: Support receiving lowercase LCO codec by Pau Espin Pedrol · 5 years ago
  42. 1705848 mgw: Support receiving uppercase connection mode by Pau Espin Pedrol · 5 years ago
  43. 166077e mgcp-cli: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  44. 0c6c3c1 mgw: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  45. fe9a1fe mgw: Support uppercase LCO options by Pau Espin Pedrol · 5 years ago
  46. 189f29e vty: update desc of conn-timeout by Oliver Smith · 5 years ago
  47. d2ce444 vty: allow 0 as conn-timeout to disable it by Oliver Smith · 5 years ago
  48. 1b1d7ed mgcp-cli: Validate osmux cid value during mgcp_msg_gen by Pau Espin Pedrol · 5 years ago
  49. df7d97e osmux: Fix hardcoded rtp payload_type 98 in osmux conn by Pau Espin Pedrol · 5 years ago
  50. 85978da osmux: Fix CID release for non-enabled connections by Pau Espin Pedrol · 5 years ago
  51. 9aaaab6 osmux: Fix loopback for Osmux connections by Pau Espin Pedrol · 5 years ago
  52. c1ad553 osmux: Use DUMMY ft msg as per Osmux spec by Pau Espin Pedrol · 5 years ago
  53. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  54. 1442c5a osmux: Redo read/write osmux glue code to have data routed correctly by Pau Espin Pedrol · 5 years ago
  55. dac2ca7 osmux: Delay osmux enable of conn until remote addr is configured by MDCX by Pau Espin Pedrol · 5 years ago
  56. 3752522 osmux: Improve logging around osmux enabling events by Pau Espin Pedrol · 5 years ago
  57. 295570c osmux: Use remote port to send osmux frames by Pau Espin Pedrol · 5 years ago
  58. a93c6e9 osmux: Provide correct local port during mgcp resp by Pau Espin Pedrol · 5 years ago
  59. 30907dc mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGW by Pau Espin Pedrol · 5 years ago
  60. 14f8a08 osmux: Drop unneeded OSMUX_STATE_NEGOTIATING by Pau Espin Pedrol · 5 years ago
  61. c63f15a mgcp-cli: Parse X-Osmux on MDCX response by Pau Espin Pedrol · 5 years ago
  62. ca538fc mgcp-cli: Allow submitting X-Osmux on MDCX request by Pau Espin Pedrol · 5 years ago
  63. 6be2c49 osmux: Handle Osmux MGCP extension in MDCX messages by Pau Espin Pedrol · 5 years ago
  64. 91088c3 mgcp-cli: Parse X-Osmux on CRCX response by Pau Espin Pedrol · 5 years ago
  65. 900cd65 mgcp-cli: Allow submitting X-Osmux on CRCX request by Pau Espin Pedrol · 5 years ago
  66. fa810e8 osmux: Mark conn_rtp->type as osmux during CRCX by Pau Espin Pedrol · 5 years ago
  67. 2b89617 osmux: Allocate CID during CRCX by Pau Espin Pedrol · 5 years ago
  68. b542b04 vty: Allow enabling Osmux by Pau Espin Pedrol · 5 years ago
  69. 1205686 cosmetic: osmux: Document network byte order in port variable by Pau Espin Pedrol · 5 years ago
  70. f1d301a cosmetic: mgcp_udp_send: Document port param is in network byte order by Pau Espin Pedrol · 5 years ago
  71. c9a6280 osmux: Use LOGPCONN in several log calls by Pau Espin Pedrol · 5 years ago
  72. b5583cd osmux: Fix reception of legacy dummy payloads by Pau Espin Pedrol · 5 years ago
  73. 3ac604e handle NULL return of rate_ctr_group_alloc() by Harald Welte · 5 years ago
  74. 9fb8ddf osmux: Document func and return different rc upon osmux init failure by Pau Espin Pedrol · 5 years ago
  75. 182ca3b mgcp-cli: Change osmo_mgcpc_ep_fsm name to avoid collision with old osmo-bsc by Pau Espin Pedrol · 5 years ago
  76. f027f17 osmux: Log osmux socket during osmux_init by Pau Espin Pedrol · 5 years ago
  77. ac772d8 mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return check by Pau Espin Pedrol · 5 years ago
  78. 84274e4 constify map_codec_to_pt() ptmap arg by Neels Hofmeyr · 5 years ago
  79. c5479fe fix: multiple initial CRCX by Neels Hofmeyr · 5 years ago
  80. 538d2c5 move MGW endpoint FSM from osmo-bsc to here by Neels Hofmeyr · 5 years ago
  81. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  82. 5e8d799 create_response_with_sdp: Fix inclusion of X-Osmux by Pau Espin Pedrol · 5 years ago
  83. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  84. 209eb9f cosmetic: handle_modify_con: Fix indentation level by Pau Espin Pedrol · 5 years ago
  85. ef6304e mgcp_msg: Log faulty line on Osmux parsing error by Pau Espin Pedrol · 5 years ago
  86. fc80673 cosmetic: Fix typos in comment by Pau Espin Pedrol · 5 years ago
  87. 9f11dc5 libosmo-mgcp: Use trunk type during endpoint allocation by Pau Espin Pedrol · 5 years ago
  88. ca0818c mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcard by Pau Espin Pedrol · 5 years ago
  89. c12bfb7 mgcp-client: whitespace cleanup in mgcp_client.c by Pau Espin Pedrol · 5 years ago
  90. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  91. 5812825 mgcp_network: use mgcp_rtp_codec in downlink format callback by Philipp Maier · 5 years ago
  92. e7ae69a mgcp_sdp: untangle parsing of a= parameters by Philipp Maier · 5 years ago
  93. 7e37ce6 mgcp_sdp: mgcp_sdp.c does not include own header file by Philipp Maier · 5 years ago
  94. 217d31d mgcp_sdp: cosmetic: correct typo in comment by Philipp Maier · 5 years ago
  95. 47642f2 make codec_table public as osmo_mgcpc_codec_names by Neels Hofmeyr · 5 years ago
  96. cb760bd mgcp client: allow setting conn mode for CRCX and MDCX by Neels Hofmeyr · 5 years ago
  97. e3f8bca log: don't spam with "can not patch PT" messages by Neels Hofmeyr · 5 years ago
  98. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  99. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  100. 622dd61 Cosmetic: fix spaces/tabs in mgcp_requests[] by Oliver Smith · 5 years ago