1. 306dc09 add simplistic IuUP FSM and strip/add IuUP headers by Neels Hofmeyr · 6 years ago cccamp19
  2. 740af6e mgcp_codec: constify 'param' arg by Neels Hofmeyr · 4 years, 11 months ago
  3. 85978da osmux: Fix CID release for non-enabled connections by Pau Espin Pedrol · 5 years ago
  4. 30907dc mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGW by Pau Espin Pedrol · 5 years ago
  5. 14f8a08 osmux: Drop unneeded OSMUX_STATE_NEGOTIATING by Pau Espin Pedrol · 5 years ago
  6. 91088c3 mgcp-cli: Parse X-Osmux on CRCX response by Pau Espin Pedrol · 5 years ago
  7. 900cd65 mgcp-cli: Allow submitting X-Osmux on CRCX request by Pau Espin Pedrol · 5 years ago
  8. 497611a osmux: Introduce mgcp_conn_rtp_is_osmux() helper by Pau Espin Pedrol · 5 years ago
  9. 9d9f44a mgcp_internal: LOGPENDP: ensure *endp is not NULL by Alexander Couzens · 5 years ago
  10. 84274e4 constify map_codec_to_pt() ptmap arg by Neels Hofmeyr · 5 years ago
  11. 538d2c5 move MGW endpoint FSM from osmo-bsc to here by Neels Hofmeyr · 5 years ago
  12. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  13. 3239f62 Introduce log fmt helpers LOGPENDP and LOGPCONN by Pau Espin Pedrol · 5 years ago
  14. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  15. 5812825 mgcp_network: use mgcp_rtp_codec in downlink format callback by Philipp Maier · 5 years ago
  16. dbe09dd mgco_client: cosmetic: remove excess whitespace by Philipp Maier · 5 years ago
  17. 47642f2 make codec_table public as osmo_mgcpc_codec_names by Neels Hofmeyr · 5 years ago
  18. cb760bd mgcp client: allow setting conn mode for CRCX and MDCX by Neels Hofmeyr · 5 years ago
  19. 9fc8a02 Add option to GSM HR frames to RFC5593 representation by Philipp Maier · 5 years ago
  20. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  21. ac69ea9 mgcp_client: make domain part of endpoint configurable by Neels Hofmeyr · 6 years ago
  22. 72bc8da mgcp_client: drop a bunch of dead code by Neels Hofmeyr · 6 years ago
  23. 8ab3fbb add DLCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  24. ba25eab add aggregated rtp connection stats to osmo-mgw by Stefan Sperling · 6 years ago
  25. aa823bf add MDCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  26. a714abf add more mgcp crxc error counters by Stefan Sperling · 6 years ago
  27. 1e17487 add MGCP CRCX command statistics to osmo-mgw by Stefan Sperling · 6 years ago
  28. 407b1f1 osmux.h: Document enum osmux_state by Pau Espin Pedrol · 6 years ago
  29. f0504e8 comment: indicate struct type for mgcp_endpoint.conns by Neels Hofmeyr · 6 years ago
  30. 31b4729 Remove libosmo-legacy-mgcp and osmo-bsc-mgcp by Pau Espin Pedrol · 6 years ago
  31. 55e0dcf mgcp_common: rename to MGCP_CONN_ID_MAXLEN by Neels Hofmeyr · 6 years ago
  32. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  33. af8e00f mgcp_client: use IETF source port as for MGCP by Philipp Maier · 6 years ago
  34. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  35. 544448a mgcp_client_fsm: allow ptmap in mgcp_client_fsm as well by Philipp Maier · 6 years ago
  36. e547bdd configure: Find correct libgsm's gsm.h header by Pau Espin Pedrol · 6 years ago
  37. acc1035 protocol: prevent unnecessary null pointer deref by Philipp Maier · 6 years ago
  38. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  39. 337209a mgcp_internal: remove unused struct member by Philipp Maier · 6 years ago
  40. 8838c62 cosmetic: fix doxygen comment markers by Neels Hofmeyr · 6 years ago
  41. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  42. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  43. 04da5e5 mgcp-client: add mgcp_conn_get_ci() by Neels Hofmeyr · 6 years ago
  44. 54b4f82 cosmetic: fix typo by Philipp Maier · 6 years ago
  45. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  46. 1b3a385 sdp: remove circular inclusion by Philipp Maier · 6 years ago
  47. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  48. ba61f68 legacy-mgcp: Add jitter buffer on the uplink receiver by Pau Espin Pedrol · 6 years ago
  49. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  50. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  51. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  52. 086c3f3 cosmetic: mgcp, legacy_mgcp: drop unused vty.h definitions by Neels Hofmeyr · 6 years ago
  53. c430d19 cosmetic: rename function .._conn_reset() to .._conn_init() by Philipp Maier · 6 years ago
  54. 8bda7a7 client: add an optional FSM interface by Philipp Maier · 6 years ago
  55. df5d219 mgcp: fix use-after-free and add callback for endpoint cleanup by Philipp Maier · 6 years ago
  56. 207ab51 protocol: fix tagging of wildcarded requests by Philipp Maier · 6 years ago
  57. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  58. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  59. fdd603c ep: move endpoint struct and define to mgcp_ep.h by Philipp Maier · 6 years ago
  60. edc00f4 cosmetic: move mgcp_release_endp() to mgcp_ep.c by Philipp Maier · 6 years ago
  61. 36a8112 cosmetic: remove spaces from pointer symbol by Philipp Maier · 6 years ago
  62. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  63. 7f0966c mgcp: add prefix to virtual trunk by Philipp Maier · 6 years ago
  64. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  65. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  66. 6efb43a client/common: move constant MGCP_ENDPOINT_MAXLEN by Philipp Maier · 6 years ago
  67. e35eeae Return proper MGCP Error codes, as per spec by Harald Welte · 6 years ago
  68. 3f35a37 mgcp_internal.h: document more struct members with comments by Harald Welte · 7 years ago
  69. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  70. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  71. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  72. 3338135 strct mgcp_rtp_state: Group + document struct members related to patching by Harald Welte · 7 years ago
  73. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  74. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  75. ead2f60 cosmetic: fix sourcecode formatting by Philipp Maier · 7 years ago
  76. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  77. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  78. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  79. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  80. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  81. 1cb1e38 network: autdetect rtp bind ip-address by Philipp Maier · 7 years ago
  82. e726d4f cosmetic: make dummy packet handling more explicit by Philipp Maier · 7 years ago
  83. c341388 network: add separate log category by Philipp Maier · 7 years ago
  84. 7bf4ce3 mgcp: remove port/timeslot calculator functions from mgcp.h by Philipp Maier · 7 years ago
  85. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  86. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago
  87. 8970c49 sdp: refactoring sdp parser/generator by Philipp Maier · 7 years ago
  88. fde78ad mgcp: move misplaced include by Philipp Maier · 7 years ago
  89. 2152f85 build: make sure copied mgcp_common.h is removed on 'make clean' by Neels Hofmeyr · 7 years ago
  90. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  91. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  92. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago
  93. d95ab1e libosmo-mgcp-client: fix debian, make self-contained by Neels Hofmeyr · 7 years ago
  94. 3a8e723 rename mgcpgw_client_* to mgcp_client_* by Neels Hofmeyr · 7 years ago
  95. 97df691 separate libosmo-mgcp-client from mgcp server code by Neels Hofmeyr · 7 years ago
  96. e9920f2 split off osmo-mgw: remove files, apply build, rename by Neels Hofmeyr · 7 years ago