1. a93c6e9 osmux: Provide correct local port during mgcp resp by Pau Espin Pedrol · 5 years ago
  2. 14f8a08 osmux: Drop unneeded OSMUX_STATE_NEGOTIATING by Pau Espin Pedrol · 5 years ago
  3. c63f15a mgcp-cli: Parse X-Osmux on MDCX response by Pau Espin Pedrol · 5 years ago
  4. 6be2c49 osmux: Handle Osmux MGCP extension in MDCX messages by Pau Espin Pedrol · 5 years ago
  5. fa810e8 osmux: Mark conn_rtp->type as osmux during CRCX by Pau Espin Pedrol · 5 years ago
  6. 2b89617 osmux: Allocate CID during CRCX by Pau Espin Pedrol · 5 years ago
  7. b542b04 vty: Allow enabling Osmux by Pau Espin Pedrol · 5 years ago
  8. 1205686 cosmetic: osmux: Document network byte order in port variable by Pau Espin Pedrol · 5 years ago
  9. f1d301a cosmetic: mgcp_udp_send: Document port param is in network byte order by Pau Espin Pedrol · 5 years ago
  10. c9a6280 osmux: Use LOGPCONN in several log calls by Pau Espin Pedrol · 5 years ago
  11. b5583cd osmux: Fix reception of legacy dummy payloads by Pau Espin Pedrol · 5 years ago
  12. 3ac604e handle NULL return of rate_ctr_group_alloc() by Harald Welte · 5 years ago
  13. 9fb8ddf osmux: Document func and return different rc upon osmux init failure by Pau Espin Pedrol · 5 years ago
  14. f027f17 osmux: Log osmux socket during osmux_init by Pau Espin Pedrol · 5 years ago
  15. ac772d8 mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return check by Pau Espin Pedrol · 5 years ago
  16. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  17. 5e8d799 create_response_with_sdp: Fix inclusion of X-Osmux by Pau Espin Pedrol · 5 years ago
  18. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  19. 209eb9f cosmetic: handle_modify_con: Fix indentation level by Pau Espin Pedrol · 5 years ago
  20. ef6304e mgcp_msg: Log faulty line on Osmux parsing error by Pau Espin Pedrol · 5 years ago
  21. fc80673 cosmetic: Fix typos in comment by Pau Espin Pedrol · 5 years ago
  22. 9f11dc5 libosmo-mgcp: Use trunk type during endpoint allocation by Pau Espin Pedrol · 5 years ago
  23. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  24. 5812825 mgcp_network: use mgcp_rtp_codec in downlink format callback by Philipp Maier · 5 years ago
  25. e7ae69a mgcp_sdp: untangle parsing of a= parameters by Philipp Maier · 5 years ago
  26. 7e37ce6 mgcp_sdp: mgcp_sdp.c does not include own header file by Philipp Maier · 5 years ago
  27. 217d31d mgcp_sdp: cosmetic: correct typo in comment by Philipp Maier · 5 years ago
  28. e3f8bca log: don't spam with "can not patch PT" messages by Neels Hofmeyr · 5 years ago
  29. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  30. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  31. 622dd61 Cosmetic: fix spaces/tabs in mgcp_requests[] by Oliver Smith · 5 years ago
  32. 96c3107 osmo-mgw: err-log: include expected domain name by Neels Hofmeyr · 6 years ago
  33. ad21a0e check_rtp: on IP:port errors, log the IP and port by Neels Hofmeyr · 6 years ago
  34. 8ab3fbb add DLCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  35. 8dbc9ed mgcp_protocol: increase buffer space for codec name in LCO by Philipp Maier · 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. a714abf add more mgcp crxc error counters by Stefan Sperling · 6 years ago
  39. 9270e91 use local variable for rate counters in handle_create_con() by Stefan Sperling · 6 years ago
  40. b7974e2 show RTP TX/RX stats in 'mgcp show stats' output by Stefan Sperling · 6 years ago
  41. 1e17487 add MGCP CRCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  42. c26b665 check_rtp_origin(): Avoid using memcmp for comparing integer types by Harald Welte · 6 years ago
  43. 0479b2a check_rtp_origin(): Don't memcmp sockadd_in and in_addr by Harald Welte · 6 years ago
  44. ff6606c osmux: Avoid processing further frames if conn not found by Pau Espin Pedrol · 6 years ago
  45. de2a4d7 osmux: Improve checks around activating and using enabled osmux by Pau Espin Pedrol · 6 years ago
  46. 48aff62 osmux: allow enabling osmux only on correct activating state by Pau Espin Pedrol · 6 years ago
  47. 852ba86 osmux: Make func handling dummy frames independent of endp type by Pau Espin Pedrol · 6 years ago
  48. 662fa42 osmux: Move parse_cid of legacy dummy frames to own function by Pau Espin Pedrol · 6 years ago
  49. d14163e osmux: Don't process regular osmux frames if disabled by cfg by Pau Espin Pedrol · 6 years ago
  50. 11b4810 osmux_send_dummy: Avoid logging incorrectly and sending if osmux not enabled by Pau Espin Pedrol · 6 years ago
  51. 9ecceb6 mgcp: Log endpoint nr consistently as hex by Pau Espin Pedrol · 6 years ago
  52. 426a9d9 osmux: Avoid initing output without enabling osmux by Pau Espin Pedrol · 6 years ago
  53. 17bf603 mgcp_osmux: Use define to calculate rtp_ssrc_winlen by Pau Espin Pedrol · 6 years ago
  54. bcd52e5 mgcp: Fix osmux_cid_bitmap static array size calculation by Pau Espin Pedrol · 6 years ago
  55. efd645e log: avoid logging early media as error by Neels Hofmeyr · 6 years ago
  56. a77eade mgcp_conn_get(): match conn Id ('I:') despite leading zeros by Neels Hofmeyr · 6 years ago
  57. 6531726 mgcp_conn_get(): compare conn Id ('I:') case insensitively by Neels Hofmeyr · 6 years ago
  58. a729db6 generate shorter 'I:' conn IDs by Neels Hofmeyr · 6 years ago
  59. 5336f57 fix mgcp_verify_ci(): off-by-one in max len check by Neels Hofmeyr · 6 years ago
  60. eb72ff0 mgcp_verify_ci(): return meaningful error codes by Neels Hofmeyr · 6 years ago
  61. 8a91d2c doc: fix mgcp_verify_ci() return val doc by Neels Hofmeyr · 6 years ago
  62. 55e0dcf mgcp_common: rename to MGCP_CONN_ID_MAXLEN by Neels Hofmeyr · 6 years ago
  63. f2388ea X-Osmo-IGN: rather parse items by token, not char by Neels Hofmeyr · 6 years ago
  64. 1208658 add VTY commands which show specific mgcp endpoints by Stefan Sperling · 6 years ago
  65. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  66. 0063ca2 fix 3G hack: allow any IP for loopback and 0.0.0.0 by Neels Hofmeyr · 6 years ago
  67. 610fda6 cosmetic: log: fix "CallIDs does not match" by Neels Hofmeyr · 6 years ago
  68. 352eed0 interpret domain '*' as 'allow any domain' by Neels Hofmeyr · 6 years ago
  69. 0a89e92 fix handling of "Wrong domain name" error by Neels Hofmeyr · 6 years ago
  70. 910189d mgcp_sdp: restructure mgcp_write_response_sdp() (audio) by Philipp Maier · 6 years ago
  71. 8482e83 mgcp_sdp: restructure mgcp_write_response_sdp() (rtpmap) by Philipp Maier · 6 years ago
  72. fee4fa9 Cosmetic: remove misplaced line break by Philipp Maier · 6 years ago
  73. 4dba769 network: check packets before further processing by Philipp Maier · 6 years ago
  74. da895b1 network: do not patch PT of RTCP packets by Philipp Maier · 6 years ago
  75. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  76. 35a3829 IuUP hack: make RTP patching less general by Neels Hofmeyr · 6 years ago
  77. 7066af8 cosmetic: mgcp_network.c: merge one LOGPC to its preceding LOGP by Neels Hofmeyr · 6 years ago
  78. acc1035 protocol: prevent unnecessary null pointer deref by Philipp Maier · 6 years ago
  79. bca0ef6 stat+vty: fix printing of rate counter values by Philipp Maier · 6 years ago
  80. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  81. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  82. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  83. 604410c protocol: do not change LCO, when no LCO are present by Philipp Maier · 6 years ago
  84. b340f90 conn: call talloc_free before setting the pointer to NULL by Philipp Maier · 6 years ago
  85. 3c8ccb6 cosmetic: fix log output by Philipp Maier · 6 years ago
  86. e6df0e4 mgcp_network: do not log destination invalid ip/port as error by Philipp Maier · 6 years ago
  87. b38fb89 protocol: Try whole port range on port allocation by Philipp Maier · 6 years ago
  88. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  89. a19547b vty: clean up rtp port-range command by Philipp Maier · 6 years ago
  90. 0682373 mgcp_sdp: correct apidoc of mgcp_parse_sdp_data by Philipp Maier · 6 years ago
  91. f2321b7 mgcp: switch to new osmux output APIs by Pau Espin Pedrol · 6 years ago
  92. 4219904 mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_nat by Pau Espin Pedrol · 6 years ago
  93. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  94. 0ec1d4e network: independently initalize state->out_stream by Philipp Maier · 6 years ago
  95. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  96. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  97. d0b470d mgcp_conn: add function mgcp_rtp_conn_cleanup() by Philipp Maier · 6 years ago
  98. 77f76d0 cosmetic: rename .._codec_reset() to .._codec_init() by Philipp Maier · 6 years ago
  99. 892dec0 mgcp_conn: do not touch u.rtp in mgcp_conn_alloc() by Philipp Maier · 6 years ago
  100. c430d19 cosmetic: rename function .._conn_reset() to .._conn_init() by Philipp Maier · 6 years ago