1. ed7c4fc mgcp_codec: do not differentiate between oa and bwe when comparing codec by Philipp Maier · 2 years, 4 months ago 2021q4
  2. 3babd1a Make function amr_is_octet_aligned publicly available by Pau Espin Pedrol · 2 years, 6 months ago
  3. bc3f3b4 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  4. 7c0fe31 fix mgcp_conn_free_all ubsan complaints by Eric · 2 years, 8 months ago
  5. e03e34f add a lock-free bounded spsc interthread queue by Eric · 2 years, 10 months ago
  6. ee6958c rework message handling by Eric · 2 years, 10 months ago
  7. fbcf4a6 adjust mgcp response context by Eric · 2 years, 10 months ago
  8. aac84ed fix up some docstrings that lost their dot by Eric · 2 years, 8 months ago
  9. fdbefde fix mgcp_conn_free_all by Eric · 2 years, 10 months ago
  10. 25ecc91 rename strip_epname and find_specific_endpoint and make them available by Eric · 2 years, 10 months ago
  11. 0c04500 libosmo-mgcp: use OSMO_STRLCPY_ARRAY in mgcp_codec_add() by Vadim Yanitskiy · 2 years, 8 months ago
  12. a0b69f1 Fix attribute parsing on gcc 11.1.0 by Pau Espin Pedrol · 2 years, 9 months ago
  13. fbf78d1 endp: do not cache cfg pointer by Eric · 2 years, 10 months ago
  14. 70a658a adjust talloc context by Eric · 2 years, 11 months ago
  15. 2764bdb embed strings into structs by Eric · 2 years, 10 months ago
  16. 55fdfc2 globally lock the portrange when trying to grab a port to prep for multithreading by Eric · 2 years, 11 months ago
  17. 8f33303 libosmo-mgcp: do not use the default msgb talloc context by Eric · 2 years, 11 months ago
  18. a94c56e libosmo-mgcp: atomic rate counter group indexes by Eric · 2 years, 10 months ago
  19. 2ebcf5c libosmo-mgcp: cleanup audio codex alloc by Eric · 2 years, 11 months ago
  20. f936e10 stats: make sanitizers happy by Eric · 2 years, 10 months ago
  21. e303fa9 mgcp_sdp: fix potential leak by Eric · 2 years, 11 months ago
  22. 958f5e7 rename do_retransmission by Eric · 2 years, 11 months ago
  23. 439c86f mgcp_ratectr: remove unusued rate counters by Philipp Maier · 2 years, 10 months ago
  24. 38533ba mgcp_ratectr: do not set talloc destructor on library allocated item by Philipp Maier · 2 years, 11 months ago
  25. 39889e4 mgcp_protocol: get rid of policy_cb and change_cb by Philipp Maier · 2 years, 11 months ago
  26. 124a3e0 mgcp_ratectr: add stats items to monitor trunk usage by Philipp Maier · 3 years ago
  27. 96c6e06 mgcp_trunk: check MGW domain name earlier by Philipp Maier · 2 years, 11 months ago
  28. ce18705 mgcp_protocol: assert endp when it becomes mandatory by Philipp Maier · 3 years ago
  29. 21dfeff remove struct member wildcarded_req from struct mgcp_endpoint by Philipp Maier · 3 years ago
  30. f486e74 mgcp_protocol: add support for wildcarded DLCX by Philipp Maier · 3 years ago
  31. 2685685 Revert "mgcp_ratectr: add stats items to monitor trunk usage" by neels · 3 years ago
  32. 41d5920 mgcp_protocol: refactor function create_response_with_sdp by Philipp Maier · 3 years ago
  33. 036612b mgcp_msg: add trunk parameter to mgcp_check_param for logging by Philipp Maier · 3 years ago
  34. 6bad138 mgcp_ratectr: add stats items to monitor trunk usage by Philipp Maier · 3 years ago
  35. 8dc3597 mgcp_protocol: refactor MGCP request handling by Philipp Maier · 3 years ago
  36. d70eef6 mgcp_trunk: use unsigned int instead of int as trunk_nr by Philipp Maier · 3 years ago
  37. 33d97f7 mgcp_protocol: refactor request handler array by Philipp Maier · 3 years ago
  38. d64c041 mgcp_endp: make wildcarded detection separate by Philipp Maier · 3 years ago
  39. a065e63 mgcp_ratectr: refactor rate counter and set group name by Philipp Maier · 3 years ago
  40. bd060c3 mgcp_trunk: add value string for trunk type. by Philipp Maier · 3 years ago
  41. 97cae47 mgcp_ratectr: fix sourcecode formatting by Philipp Maier · 3 years ago
  42. a4b677c check_rtp_destin(): clarify log msg by Neels Hofmeyr · 3 years ago
  43. 4131a65 mgcp_protocol: fix loop that sends dummy RTP packets by Philipp Maier · 3 years ago
  44. b066bd0 Take into account Marker bit when patching RTP stream by Pau Espin Pedrol · 3 years ago
  45. d6769ea Fail rx MDCX sendrecv with invalid remote addr by Pau Espin Pedrol · 3 years ago
  46. ca280a1 mgw: rx CRCX: Avoid sending dummy rtp if remote address not provided by Pau Espin Pedrol · 3 years ago
  47. a24dcc6 mgcp_send_dummy: Check RTP destination is available before attempt tx by Pau Espin Pedrol · 3 years ago
  48. 62d9df6 mgcp_network.c: Reorder some functions in file by Pau Espin Pedrol · 3 years ago
  49. 8358c4b constify some function arg pointers by Pau Espin Pedrol · 3 years ago
  50. 4c77e9b Define patch_ssrc as bool type by Pau Espin Pedrol · 3 years ago
  51. 33347a4 constify arg in addr_is_any() by Pau Espin Pedrol · 3 years ago
  52. b3d14eb mgcp_network: refactor MGCP_DUMMY_LOAD by Philipp Maier · 3 years, 1 month ago
  53. 907744e Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  54. 776846a mgcp_common, mgcp_udp_send: make parameter buf const by Philipp Maier · 3 years, 1 month ago
  55. b206442 Log some useful messages at ERROR/INFO instead of DEBUG by Keith · 3 years, 2 months ago
  56. 97a9312 mgcp_network: fix implicit address loopback by Philipp Maier · 3 years, 2 months ago
  57. fe53edd Add vty command 'show mgcp active' by Keith · 3 years, 2 months ago
  58. 55a9229 mgw: Add support for setting socket priority from VTY by Harald Welte · 3 years, 2 months ago
  59. 7802ccc switch from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP() by Harald Welte · 3 years, 2 months ago
  60. 5936a9c TOS bits != DSCP by Harald Welte · 3 years, 2 months ago
  61. 41425e9 mgcp_vty: add missing VTY commands for E1 trunks by Philipp Maier · 3 years, 7 months ago
  62. 31682a3 mgcp_vty: fix config write for trunk 0 by Philipp Maier · 3 years, 7 months ago
  63. c2a8f59 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 8 months ago
  64. 19c430f mgcp_vty: add user attributes to configuration commands by Philipp Maier · 3 years, 9 months ago
  65. 60be627 mgcp_e1: do not expose function mgcp_e1_init() by Philipp Maier · 3 years, 9 months ago
  66. 8cfe7df mgcp_vty: deprecate bind early command by Philipp Maier · 3 years, 9 months ago
  67. ba94b6d mgcp_vty: remove remains of loopback functionality by Philipp Maier · 3 years, 9 months ago
  68. 30e0135 cosmetic: Fix typo in comment by Pau Espin Pedrol · 3 years, 9 months ago
  69. 06624e1 mgw: Fix return value documentation for API mgcp_verify_call_id by Pau Espin Pedrol · 3 years, 9 months ago
  70. 1953986 mgw: Avoid logging notice message each time we receive nt param in LCO by Pau Espin Pedrol · 3 years, 9 months ago
  71. 1dc2dce cosmetic: Fix typo in comment by Pau Espin Pedrol · 3 years, 9 months ago
  72. 6049a63 mgw: Don't be case-sensitive when parsing X-Osmo-IGN param by Pau Espin Pedrol · 3 years, 9 months ago
  73. de13311 mgw: osmux: Fix conn watchdog timeout not updated by Pau Espin Pedrol · 3 years, 10 months ago
  74. 6d0a59a mgw: Release endpoint after last conn times out by Pau Espin Pedrol · 3 years, 10 months ago
  75. 2491401 mgw: osmux: Avoid sending packets on recvonly connection by Pau Espin Pedrol · 3 years, 10 months ago
  76. fbbe8f2 mgw: Announce and rebind new local address if change required during MDCX by Pau Espin Pedrol · 3 years, 10 months ago
  77. 71d42e7 mgw: Find and store RTP conn local_addr once during CRCX handling by Pau Espin Pedrol · 3 years, 10 months ago
  78. 8a2a1b2 mgw: Introduce VTY cmd 'rtp bind-ip-v6' command by Pau Espin Pedrol · 3 years, 10 months ago
  79. a790f0c mgw: Initial IPv6 support by Pau Espin Pedrol · 3 years, 10 months ago
  80. ae6858b mgcp_trunk: increase default number of virtual endpoints by Philipp Maier · 3 years, 10 months ago
  81. 99d4d36 mgcp_endp: use NUM_E1_TS from e1_input.h by Philipp Maier · 3 years, 10 months ago
  82. 2f34b53 mgcp_e1: remove unused struct member trunk->e1.line by Philipp Maier · 3 years, 10 months ago
  83. ad79f9e mgcp_e1: make E1 ts initalization more debugable by Philipp Maier · 3 years, 10 months ago
  84. 0653cc8 mgcp_trunk: drop "trunk 0" limitation by Philipp Maier · 3 years, 11 months ago
  85. 246233d cosmetic: add missing new-line by Philipp Maier · 3 years, 10 months ago
  86. a910a81 mgcp_protocol: log when endpoint is unavailable by Philipp Maier · 3 years, 10 months ago
  87. c8acee2 mgcp_e1: use return value of e1inp_line_update() by Philipp Maier · 3 years, 11 months ago
  88. 993ea6b get rid of mgcp_internal.h by Philipp Maier · 3 years, 11 months ago
  89. 889fe7f mgcp_e1: finish E1 support, add E1 support from libosmoabis by Philipp Maier · 4 years ago
  90. efd09d0 mgcp_protocol: remove unused variable by Philipp Maier · 4 years ago
  91. 51b42ff refactor: use msgb to receive, pass and send RTP packets by Neels Hofmeyr · 4 years ago
  92. 7a755be mgcp_trunk: use talloc_zero_array instead of _talloc_zero_array by Philipp Maier · 4 years ago
  93. 869b21c mgcp_vty: fix endpoint number configuration by Philipp Maier · 4 years ago
  94. 24b8c0c mgcp_trunk: remove double check by Philipp Maier · 4 years ago
  95. fe67e09 mgcp_endp.c: cosmetic: fix sourcecode formatting by Philipp Maier · 4 years ago
  96. fbcf399 mgcp_endp: use define constant to define max number of E1 subslots by Philipp Maier · 4 years ago
  97. 13fae78 libosmo-mgcp: always check result of msgb_printf() in add_fmtp() by Vadim Yanitskiy · 4 years ago
  98. b7d395d libosmo-mgcp: fix unused extra argument to printf() in add_fmtp() by Vadim Yanitskiy · 4 years ago
  99. 6fbbeec mgcp_trunk: pick trunk by number and type by Philipp Maier · 4 years ago
  100. 0ffa3bd endp: require domain name also for E1 endpoints by Philipp Maier · 4 years ago