1. 941e317 osmux: Get rid of static NULL talloc context by Pau Espin Pedrol · 1 year, 9 months ago
  2. 3fbf035 osmux: Clean up helper macro osmux_chunk_length() by Pau Espin Pedrol · 1 year, 9 months ago
  3. 21bcf6a osmux: Attach osmux to virtual trunk by Pau Espin Pedrol · 1 year, 9 months ago
  4. 4d1a52d osmux: Log sendto() error by Pau Espin Pedrol · 1 year, 9 months ago
  5. c5bbb78 osmux: set log level of expected code path to INFO by Pau Espin Pedrol · 1 year, 9 months ago
  6. e39ae87 osmux: don't store conn ptr inside shared osmux_handle by Pau Espin Pedrol · 1 year, 10 months ago
  7. 8b0a614 osmux: Fix memleak on error code path by Pau Espin Pedrol · 1 year, 10 months ago
  8. c61664c osmux: Log refcounting of osmux_handle_list by Pau Espin Pedrol · 1 year, 10 months ago
  9. 15e7e4f osmux: Use osmo_sockaddr wherever possible by Pau Espin Pedrol · 1 year, 10 months ago
  10. ab8371c osmux: Use better name for function which may allocate a new struct by Pau Espin Pedrol · 1 year, 10 months ago
  11. ec5e85b Add Osmux log category by Pau Espin Pedrol · 1 year, 10 months ago
  12. a4f783b cosmetic: osmux: Fix wrong indentation by Pau Espin Pedrol · 1 year, 10 months ago
  13. 3363916 osmux: Use new osmux APIs to let libosmo-netif alloc struct osmux_out_handle by Pau Espin Pedrol · 1 year, 10 months ago
  14. f1f73b8 mgcp_osmux: Drop duplicated conn_osmux_release_cid() in code path by Pau Espin Pedrol · 1 year, 11 months ago
  15. fbf78d1 endp: do not cache cfg pointer by Eric · 2 years, 10 months ago
  16. b3d14eb mgcp_network: refactor MGCP_DUMMY_LOAD by Philipp Maier · 3 years, 1 month ago
  17. 55a9229 mgw: Add support for setting socket priority from VTY by Harald Welte · 3 years, 2 months ago
  18. 7802ccc switch from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP() by Harald Welte · 3 years, 2 months ago
  19. 5936a9c TOS bits != DSCP by Harald Welte · 3 years, 2 months ago
  20. c2a8f59 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 8 months ago
  21. de13311 mgw: osmux: Fix conn watchdog timeout not updated by Pau Espin Pedrol · 3 years, 10 months ago
  22. 2491401 mgw: osmux: Avoid sending packets on recvonly connection by Pau Espin Pedrol · 3 years, 10 months ago
  23. a790f0c mgw: Initial IPv6 support by Pau Espin Pedrol · 3 years, 10 months ago
  24. 993ea6b get rid of mgcp_internal.h by Philipp Maier · 3 years, 11 months ago
  25. 51b42ff refactor: use msgb to receive, pass and send RTP packets by Neels Hofmeyr · 4 years ago
  26. 6fbbeec mgcp_trunk: pick trunk by number and type by Philipp Maier · 4 years ago
  27. d19de2e trunk: get rid of virt_trunk pointer by Philipp Maier · 4 years, 1 month ago
  28. c66ab2c osmo-mgw: refactor endpoint and trunk handling by Philipp Maier · 4 years, 1 month ago
  29. c39b1bf mgcp_protocol: Avoid code duplication between virtual + other trunks by Harald Welte · 4 years, 4 months ago
  30. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  31. df7d97e osmux: Fix hardcoded rtp payload_type 98 in osmux conn by Pau Espin Pedrol · 5 years ago
  32. 85978da osmux: Fix CID release for non-enabled connections by Pau Espin Pedrol · 5 years ago
  33. c1ad553 osmux: Use DUMMY ft msg as per Osmux spec by Pau Espin Pedrol · 5 years ago
  34. 1442c5a osmux: Redo read/write osmux glue code to have data routed correctly by Pau Espin Pedrol · 5 years ago
  35. dac2ca7 osmux: Delay osmux enable of conn until remote addr is configured by MDCX by Pau Espin Pedrol · 5 years ago
  36. 3752522 osmux: Improve logging around osmux enabling events by Pau Espin Pedrol · 5 years ago
  37. 295570c osmux: Use remote port to send osmux frames by Pau Espin Pedrol · 5 years ago
  38. fa810e8 osmux: Mark conn_rtp->type as osmux during CRCX by Pau Espin Pedrol · 5 years ago
  39. 1205686 cosmetic: osmux: Document network byte order in port variable by Pau Espin Pedrol · 5 years ago
  40. c9a6280 osmux: Use LOGPCONN in several log calls by Pau Espin Pedrol · 5 years ago
  41. b5583cd osmux: Fix reception of legacy dummy payloads by Pau Espin Pedrol · 5 years ago
  42. f027f17 osmux: Log osmux socket during osmux_init by Pau Espin Pedrol · 5 years ago
  43. ac772d8 mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return check by Pau Espin Pedrol · 5 years ago
  44. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  45. ff6606c osmux: Avoid processing further frames if conn not found by Pau Espin Pedrol · 6 years ago
  46. de2a4d7 osmux: Improve checks around activating and using enabled osmux by Pau Espin Pedrol · 6 years ago
  47. 48aff62 osmux: allow enabling osmux only on correct activating state by Pau Espin Pedrol · 6 years ago
  48. 852ba86 osmux: Make func handling dummy frames independent of endp type by Pau Espin Pedrol · 6 years ago
  49. 662fa42 osmux: Move parse_cid of legacy dummy frames to own function by Pau Espin Pedrol · 6 years ago
  50. d14163e osmux: Don't process regular osmux frames if disabled by cfg by Pau Espin Pedrol · 6 years ago
  51. 11b4810 osmux_send_dummy: Avoid logging incorrectly and sending if osmux not enabled by Pau Espin Pedrol · 6 years ago
  52. 9ecceb6 mgcp: Log endpoint nr consistently as hex by Pau Espin Pedrol · 6 years ago
  53. 426a9d9 osmux: Avoid initing output without enabling osmux by Pau Espin Pedrol · 6 years ago
  54. 17bf603 mgcp_osmux: Use define to calculate rtp_ssrc_winlen by Pau Espin Pedrol · 6 years ago
  55. bcd52e5 mgcp: Fix osmux_cid_bitmap static array size calculation by Pau Espin Pedrol · 6 years ago
  56. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  57. f2321b7 mgcp: switch to new osmux output APIs by Pau Espin Pedrol · 6 years ago
  58. 4219904 mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_nat by Pau Espin Pedrol · 6 years ago
  59. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  60. fdd603c ep: move endpoint struct and define to mgcp_ep.h by Philipp Maier · 6 years ago
  61. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  62. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  63. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  64. ddf1f9d osmux: fix nullpointer dereference by Philipp Maier · 7 years ago
  65. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  66. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago