1. 4f7613e configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  2. 01f0395 cosmetic: mgcp_client_fsm: rename enums by Philipp Maier · 6 years ago
  3. d2e3a52 mgcp_client_fsm: Add FSM event names by Philipp Maier · 6 years ago
  4. 2924825 enable osmo_fsm vty commands in libosmo-mgcp-client vty by Stefan Sperling · 6 years ago
  5. bd86f94 compiler warning: ignore deprecated in mgcp_client_test.c by Neels Hofmeyr · 6 years ago
  6. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  7. 0793d2f mgcp_client: cosmetic: clean up SDP params parsing by Neels Hofmeyr · 6 years ago
  8. a8c6a9c mgcp_client: show failure by MGCP SDP section parsing test by Neels Hofmeyr · 6 years ago
  9. 2da99a2 mgcp_stat: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  10. c3eed40 legacy: mgcp_protocol: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  11. 515e341 osmo-mgw: Add talloc context introspection via VTY by Neels Hofmeyr · 6 years ago
  12. 8bda7a7 client: add an optional FSM interface by Philipp Maier · 6 years ago
  13. df5d219 mgcp: fix use-after-free and add callback for endpoint cleanup by Philipp Maier · 6 years ago
  14. 5656fbf protocol: prohibit wildcarded requests for MDCX and DLCX by Philipp Maier · 6 years ago
  15. 19d640e Turn libosmo-mgcp into local, non-installed library by Harald Welte · 6 years ago
  16. 207ab51 protocol: fix tagging of wildcarded requests by Philipp Maier · 6 years ago
  17. c3cc654 protocol: check requested connection mode by Philipp Maier · 6 years ago
  18. b911b87 cosmetic: Add missing \n on log line by Philipp Maier · 6 years ago
  19. af07f66 protocol: exit cleanly when local cx options check fails by Philipp Maier · 6 years ago
  20. dd0c522 protocol: reject DLCX/CRCX/MDCX on unsupported parameters by Philipp Maier · 6 years ago
  21. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  22. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  23. fdd603c ep: move endpoint struct and define to mgcp_ep.h by Philipp Maier · 6 years ago
  24. 1fc6999 client: use heap to store mgcp_response by Philipp Maier · 6 years ago
  25. 220f487 libosmo-mgcp-client is GPLv2+, not AGPLv3+ by Harald Welte · 6 years ago
  26. edc00f4 cosmetic: move mgcp_release_endp() to mgcp_ep.c by Philipp Maier · 6 years ago
  27. a49e32a msg: fix response code on exhausted endp resources by Philipp Maier · 6 years ago
  28. dd4ede3 protocol: on wildcarded CRCX return endpoint number as hex by Philipp Maier · 6 years ago
  29. 3aa8157 client: prohibit endpoint ids without @ character by Philipp Maier · 6 years ago
  30. 3261dc7 client: do not accept endpoint ids without @ character in responses by Philipp Maier · 6 years ago
  31. 771b26a client: Do not accept endpoint ids with wildcards in responses by Philipp Maier · 6 years ago
  32. 36a8112 cosmetic: remove spaces from pointer symbol by Philipp Maier · 6 years ago
  33. a390d0b protocol: check the packetization in local cx options by Philipp Maier · 6 years ago
  34. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  35. c3cfae2 protocol: fix missing carriage return by Philipp Maier · 6 years ago
  36. 3cbfb8a protocol: fix problem with line break and OSMUX by Philipp Maier · 6 years ago
  37. 275ac97 cosmetic: client: add doxygen comments by Philipp Maier · 6 years ago
  38. abe8c89 client: eliminate destructive head parsing by Philipp Maier · 6 years ago
  39. e9d645b client: eliminate destructive parameter parsing by Philipp Maier · 6 years ago
  40. 7f0966c mgcp: add prefix to virtual trunk by Philipp Maier · 6 years ago
  41. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  42. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  43. 490cbaa client: make callid in MDCX mandatory by Philipp Maier · 6 years ago
  44. eb0bde0 main: display mgcp ip/port by Philipp Maier · 6 years ago
  45. 3b12e1b client: do not insist on \n\n when parsing MGCP messages by Philipp Maier · 6 years ago
  46. 2138779 cosmetic: protocol: remove unnecessary nul termination by Philipp Maier · 6 years ago
  47. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  48. 6efb43a client/common: move constant MGCP_ENDPOINT_MAXLEN by Philipp Maier · 6 years ago
  49. 03cc484 mgcp: allow endpoints beginning from zero by Philipp Maier · 6 years ago
  50. 5672563 cosmetic: mgcp_network: typo in log by Neels Hofmeyr · 6 years ago
  51. 106743c osmo-bsc_mgcp: Add LIBOSMONETIF_{CFLAGS,LIBS} by Harald Welte · 6 years ago
  52. 8890dfa osmo-mgw: Use libosmocore socket abstraction by Harald Welte · 7 years ago
  53. 10f32db client: mgcp_response_parse_params: check rtp port by Philipp Maier · 7 years ago
  54. e35eeae Return proper MGCP Error codes, as per spec by Harald Welte · 7 years ago
  55. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 7 years ago
  56. 3f35a37 mgcp_internal.h: document more struct members with comments by Harald Welte · 7 years ago
  57. 33eafe0 mgcp_msg: We must parse endpoint numbers as hex, not decimal! by Harald Welte · 7 years ago
  58. 1d1b98f libosmo-mgcp: Cosmetic spelling fixes in comments by Harald Welte · 7 years ago
  59. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  60. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  61. 3338135 strct mgcp_rtp_state: Group + document struct members related to patching by Harald Welte · 7 years ago
  62. 5dbfc78 network: use originating RTP packet address for loopback by Philipp Maier · 7 years ago
  63. 7bc5552 mcgp_client: mgcp_msg_gen(): add checks to verify params by Philipp Maier · 7 years ago
  64. a330b86 mgcp_test: fix possible double free by Philipp Maier · 7 years ago
  65. 7df419b mgcp_test: add returncode check by Philipp Maier · 7 years ago
  66. 7cedfd7 mgcp_test: fix nullpointer dereference by Philipp Maier · 7 years ago
  67. 23b8e29 mgcp_test: fix wrong strcmp() parameters by Philipp Maier · 7 years ago
  68. 1c3287f conn: remove assertions by Philipp Maier · 7 years ago
  69. 922ae9a client: use string as connection identifier by Philipp Maier · 7 years ago
  70. 189d6bf mgcp_client_test makefile: add update_exp target by Neels Hofmeyr · 7 years ago
  71. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  72. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  73. 230e4fc cosmetic: clearly mark endpoint numbers as hex by Philipp Maier · 7 years ago
  74. ead2f60 cosmetic: fix sourcecode formatting by Philipp Maier · 7 years ago
  75. f8bfbe8 client: use osmo_strlcpy instead of strncpy 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. 4845498 vty: simplify endpoint allocation by Philipp Maier · 7 years ago
  81. 9a3543a cosmetic: use correct VTY port number constant by Philipp Maier · 7 years ago
  82. 465446b mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  83. b597b4f mgcp_test: test_no_cycle: sanitize: free endp by Neels Hofmeyr · 7 years ago
  84. d20910c mgcp_test: test_packet_error_detection: sanitize: free all conns by Neels Hofmeyr · 7 years ago
  85. 677f4ad legacy_mgcp: mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  86. 7c20c9d add --enable-sanitize config option by Neels Hofmeyr · 7 years ago
  87. 839fc95 osmo-mgw: Fix copyright notice by Harald Welte · 7 years ago
  88. d164b05 osmo-mgw: Config file is osmo-mgw.cfg, and not mgcp.cfg by Harald Welte · 7 years ago
  89. a896f9c osmo-mgw: Update copyright statement by Harald Welte · 7 years ago
  90. 1b0cf6f Fix possible buffer overflow in mgcp_conn_dump() by Harald Welte · 7 years ago
  91. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  92. 6be0fdb debian: include systemd service osmo-mgw.service by Alexander Couzens · 7 years ago
  93. 641c4d4 debian/control: correct library dependency of osmo-mgw against libosmo-mgcp1 by Alexander Couzens · 7 years ago
  94. c1b9fa1 MGCP endpoints: parse as decimal, not hex by Neels Hofmeyr · 7 years ago
  95. 6a421f1 doc: update sample config file by Philipp Maier · 7 years ago
  96. f1889d8 cosmetic: remove prefix "net" from rtp related vty commands by Philipp Maier · 7 years ago
  97. 2982e42 cosmetic: guard dead osmux vty code with ifdef by Philipp Maier · 7 years ago
  98. ddf1f9d osmux: fix nullpointer dereference by Philipp Maier · 7 years ago
  99. 653c4ff fix segfault: DLCX for unknown endpoint: dont try to log NULL endpoint by Neels Hofmeyr · 7 years ago
  100. 4efce88 contrib: Add osmo-mgw systemd service by Pau Espin Pedrol · 7 years ago