1. 907744e Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  2. fe53edd Add vty command 'show mgcp active' by Keith · 3 years, 2 months ago
  3. 55a9229 mgw: Add support for setting socket priority from VTY by Harald Welte · 3 years, 2 months ago
  4. 5936a9c TOS bits != DSCP by Harald Welte · 3 years, 2 months ago
  5. 41425e9 mgcp_vty: add missing VTY commands for E1 trunks by Philipp Maier · 3 years, 7 months ago
  6. 31682a3 mgcp_vty: fix config write for trunk 0 by Philipp Maier · 3 years, 7 months ago
  7. 19c430f mgcp_vty: add user attributes to configuration commands by Philipp Maier · 3 years, 9 months ago
  8. 8cfe7df mgcp_vty: deprecate bind early command by Philipp Maier · 3 years, 9 months ago
  9. ba94b6d mgcp_vty: remove remains of loopback functionality by Philipp Maier · 3 years, 9 months ago
  10. 8a2a1b2 mgw: Introduce VTY cmd 'rtp bind-ip-v6' command by Pau Espin Pedrol · 3 years, 10 months ago
  11. a790f0c mgw: Initial IPv6 support by Pau Espin Pedrol · 3 years, 10 months ago
  12. 0653cc8 mgcp_trunk: drop "trunk 0" limitation by Philipp Maier · 3 years, 11 months ago
  13. 993ea6b get rid of mgcp_internal.h by Philipp Maier · 3 years, 11 months ago
  14. 889fe7f mgcp_e1: finish E1 support, add E1 support from libosmoabis by Philipp Maier · 4 years ago
  15. 869b21c mgcp_vty: fix endpoint number configuration by Philipp Maier · 4 years ago
  16. 6fbbeec mgcp_trunk: pick trunk by number and type by Philipp Maier · 4 years ago
  17. 8d6a193 endp: add E1 endpoint interlocking by Philipp Maier · 4 years ago
  18. d19de2e trunk: get rid of virt_trunk pointer by Philipp Maier · 4 years, 1 month ago
  19. 7f90ddb mgcp_trunk: remove audio_name and audio_payload by Philipp Maier · 4 years, 1 month ago
  20. c66ab2c osmo-mgw: refactor endpoint and trunk handling by Philipp Maier · 4 years, 1 month ago
  21. f53796c mgcp_vty: fix indentation in VTY config write by Philipp Maier · 4 years, 1 month ago
  22. 14b27a8 osmo-mgw: rename struct mgcp_trunk_config and symbol tcfg by Philipp Maier · 4 years, 1 month ago
  23. 21be42a mgcp_vty: fix indentation by Philipp Maier · 4 years, 1 month ago
  24. 2d681fd vty: fix unreachable code (error msg on trunk alloc fail) by Philipp Maier · 4 years, 1 month ago
  25. c39b1bf mgcp_protocol: Avoid code duplication between virtual + other trunks by Harald Welte · 4 years, 4 months ago
  26. 6386600 counters: Implement more useful counters. by Alexander Chemeris · 4 years, 2 months ago
  27. dab89af vty: Prepend VTY output of counters for better visual separation. by Alexander Chemeris · 4 years, 2 months ago
  28. 6c92f9d fix vty dump_trunk: start from zero, do not omit first CONN by Neels Hofmeyr · 4 years, 4 months ago
  29. 189f29e vty: update desc of conn-timeout by Oliver Smith · 5 years ago
  30. d2ce444 vty: allow 0 as conn-timeout to disable it by Oliver Smith · 5 years ago
  31. b542b04 vty: Allow enabling Osmux by Pau Espin Pedrol · 5 years ago
  32. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  33. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  34. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  35. 8ab3fbb add DLCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  36. ba25eab add aggregated rtp connection stats to osmo-mgw by Stefan Sperling · 6 years ago
  37. aa823bf add MDCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  38. b7974e2 show RTP TX/RX stats in 'mgcp show stats' output by Stefan Sperling · 6 years ago
  39. 1e17487 add MGCP CRCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  40. 1208658 add VTY commands which show specific mgcp endpoints by Stefan Sperling · 6 years ago
  41. 352eed0 interpret domain '*' as 'allow any domain' by Neels Hofmeyr · 6 years ago
  42. bca0ef6 stat+vty: fix printing of rate counter values by Philipp Maier · 6 years ago
  43. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  44. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  45. a19547b vty: clean up rtp port-range command by Philipp Maier · 6 years ago
  46. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  47. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  48. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  49. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  50. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  51. edc00f4 cosmetic: move mgcp_release_endp() to mgcp_ep.c by Philipp Maier · 6 years ago
  52. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  53. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  54. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  55. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  56. 4845498 vty: simplify endpoint allocation by Philipp Maier · 7 years ago
  57. f1889d8 cosmetic: remove prefix "net" from rtp related vty commands by Philipp Maier · 7 years ago
  58. 2982e42 cosmetic: guard dead osmux vty code with ifdef by Philipp Maier · 7 years ago
  59. 1cb1e38 network: autdetect rtp bind ip-address by Philipp Maier · 7 years ago
  60. e726d4f cosmetic: make dummy packet handling more explicit by Philipp Maier · 7 years ago
  61. 1e0b9f8 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  62. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  63. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  64. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago