1. a330b86 mgcp_test: fix possible double free by Philipp Maier · 7 years ago
  2. 7df419b mgcp_test: add returncode check by Philipp Maier · 7 years ago
  3. 7cedfd7 mgcp_test: fix nullpointer dereference by Philipp Maier · 7 years ago
  4. 23b8e29 mgcp_test: fix wrong strcmp() parameters by Philipp Maier · 7 years ago
  5. 1c3287f conn: remove assertions by Philipp Maier · 7 years ago
  6. 922ae9a client: use string as connection identifier by Philipp Maier · 7 years ago
  7. 189d6bf mgcp_client_test makefile: add update_exp target by Neels Hofmeyr · 7 years ago
  8. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  9. c0dcc3c Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready by Neels Hofmeyr · 7 years ago
  10. 230e4fc cosmetic: clearly mark endpoint numbers as hex by Philipp Maier · 7 years ago
  11. ead2f60 cosmetic: fix sourcecode formatting by Philipp Maier · 7 years ago
  12. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  13. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  14. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  15. 0be3ce6 mgcp_client: don't configure "bts base" by Neels Hofmeyr · 7 years ago
  16. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  17. 4845498 vty: simplify endpoint allocation by Philipp Maier · 7 years ago
  18. 9a3543a cosmetic: use correct VTY port number constant by Philipp Maier · 7 years ago
  19. 465446b mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  20. b597b4f mgcp_test: test_no_cycle: sanitize: free endp by Neels Hofmeyr · 7 years ago
  21. d20910c mgcp_test: test_packet_error_detection: sanitize: free all conns by Neels Hofmeyr · 7 years ago
  22. 677f4ad legacy_mgcp: mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  23. 7c20c9d add --enable-sanitize config option by Neels Hofmeyr · 7 years ago
  24. 839fc95 osmo-mgw: Fix copyright notice by Harald Welte · 7 years ago
  25. d164b05 osmo-mgw: Config file is osmo-mgw.cfg, and not mgcp.cfg by Harald Welte · 7 years ago
  26. a896f9c osmo-mgw: Update copyright statement by Harald Welte · 7 years ago
  27. 1b0cf6f Fix possible buffer overflow in mgcp_conn_dump() by Harald Welte · 7 years ago
  28. 9bf7c53 cosmetic: fix whitespaces; we use tabs for indentation by Harald Welte · 7 years ago
  29. 6be0fdb debian: include systemd service osmo-mgw.service by Alexander Couzens · 7 years ago
  30. 641c4d4 debian/control: correct library dependency of osmo-mgw against libosmo-mgcp1 by Alexander Couzens · 7 years ago
  31. c1b9fa1 MGCP endpoints: parse as decimal, not hex by Neels Hofmeyr · 7 years ago
  32. 6a421f1 doc: update sample config file by Philipp Maier · 7 years ago
  33. f1889d8 cosmetic: remove prefix "net" from rtp related vty commands by Philipp Maier · 7 years ago
  34. 2982e42 cosmetic: guard dead osmux vty code with ifdef by Philipp Maier · 7 years ago
  35. ddf1f9d osmux: fix nullpointer dereference by Philipp Maier · 7 years ago
  36. 653c4ff fix segfault: DLCX for unknown endpoint: dont try to log NULL endpoint by Neels Hofmeyr · 7 years ago
  37. 4efce88 contrib: Add osmo-mgw systemd service by Pau Espin Pedrol · 7 years ago
  38. e7d27ae Tag/Release Version 1.2.0 by Harald Welte · 7 years ago 1.2.0
  39. e6f172d network: remove unused return code by Philipp Maier · 7 years ago
  40. b969455 network: fix rtp packet length by Philipp Maier · 7 years ago
  41. 54dd4b3 mgcp client: vty: tweak doc strings by Neels Hofmeyr · 7 years ago
  42. dbd88e5 mgcp_client_vty.c: Fix VTY compatibility with 'mgcpgw bts-base' by Pau Espin Pedrol · 7 years ago
  43. 87203f2 mgcp-client vty: use name 'mgw' instead of 'mgcpgw' by Neels Hofmeyr · 7 years ago
  44. 1cb1e38 network: autdetect rtp bind ip-address by Philipp Maier · 7 years ago
  45. e726d4f cosmetic: make dummy packet handling more explicit by Philipp Maier · 7 years ago
  46. c341388 network: add separate log category by Philipp Maier · 7 years ago
  47. 7bf4ce3 mgcp: remove port/timeslot calculator functions from mgcp.h by Philipp Maier · 7 years ago
  48. f4c0e37 protocol: allow wildcarded DLCX by Philipp Maier · 7 years ago
  49. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  50. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago
  51. 8348abb client: fix stderror logging in unit-test by Philipp Maier · 7 years ago
  52. d8d7b4b cosmetic: correct whitespaces by Philipp Maier · 7 years ago
  53. 31c4305 cosmetic: fix commenting style by Philipp Maier · 7 years ago
  54. c7a228a cosmetic: fix coding style for mgcp_parse_sdp_data() by Philipp Maier · 7 years ago
  55. e472b4e cosmetic: rename bts_codec to codec_str by Philipp Maier · 7 years ago
  56. 8970c49 sdp: refactoring sdp parser/generator by Philipp Maier · 7 years ago
  57. 1e0b9f8 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  58. 8863f7a jenkins: use osmo-clean-workspace.sh before and after build by Neels Hofmeyr · 7 years ago
  59. 1ae2d5e Tag/Release 1.1.0 by Harald Welte · 7 years ago 1.1.0
  60. 5852a78 libosmo-mgcp-client: Bump LIBVERSION as interfaces have been added by Harald Welte · 7 years ago
  61. 59e2d51 libosmo-legacy-mgcp: Link against libosmovty, don't link libosmogsm by Harald Welte · 7 years ago
  62. 062b0f0 osmo-bsc_mgcp: Don't link against libosmo-netif by Harald Welte · 7 years ago
  63. 71c619e libosmo-mgcp-client: don't link against libosmonetif by Harald Welte · 7 years ago
  64. e3b5de2 libosmo-mgcp-client: Don't link libosmogsm, but link libosmovty by Harald Welte · 7 years ago
  65. f96e46f libosmo-mgcp: Don't link against libosmogsm; link against libosmovty by Harald Welte · 7 years ago
  66. 88d4dae osmo-mgw: Don't link against libosmo-netif by Harald Welte · 7 years ago
  67. 8042539 Debian: Include the osmo-bsc-mgcp systemd service in Debian package by Harald Welte · 7 years ago
  68. 6ba4406 Debian: make sure osmo-bsc_mgcp ends up in its own package by Harald Welte · 7 years ago
  69. 1e940d6 configure.ac: Depend on latest tagged/released libosmo-* versions by Harald Welte · 7 years ago
  70. fde78ad mgcp: move misplaced include by Philipp Maier · 7 years ago
  71. 3d9b656 mgcp_test: do not send rtp packets by Philipp Maier · 7 years ago
  72. 2152f85 build: make sure copied mgcp_common.h is removed on 'make clean' by Neels Hofmeyr · 7 years ago
  73. c5ecebb debian/rules: show testsuite.log files when tests are failing by Alexander Couzens · 7 years ago
  74. 020e89b mgcp_test: tweak test failure output by Neels Hofmeyr · 7 years ago
  75. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  76. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  77. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago
  78. 1c8d67d libosmo-legacy-mgcp: fix link against libgsm by Pau Espin Pedrol · 7 years ago
  79. 9d4f1d5 debian: tweak .install: less wildcards by Neels Hofmeyr · 7 years ago
  80. d95ab1e libosmo-mgcp-client: fix debian, make self-contained by Neels Hofmeyr · 7 years ago
  81. a1fa2f4 tweak API version comments by Neels Hofmeyr · 7 years ago
  82. c221b7a set API versions back to 0 by Neels Hofmeyr · 7 years ago
  83. f19acc9 Bump version: 1.0.1 → 1.0.2 by Max · 7 years ago 1.0.2
  84. 53f2bd0 Add TODO-RELEASE file by Max · 7 years ago
  85. 0c5a16c debian: use new dbgsym package instead of old dbg packages. by Alexander Couzens · 7 years ago
  86. 32330aa debian/rules: compile with debug symbols by Alexander Couzens · 7 years ago
  87. beabe15 debian: .install: split mgcp-client out of legacy-mgcp by Alexander Couzens · 7 years ago
  88. 8ec0365 debian: rename libosmo-mgcp-client0 -> libosmo-mgcp-client1 by Alexander Couzens · 7 years ago
  89. 725f924 doc/examples: fix mgcp.cfg indenting, tweak by Neels Hofmeyr · 7 years ago
  90. 3a8e723 rename mgcpgw_client_* to mgcp_client_* by Neels Hofmeyr · 7 years ago
  91. 97df691 separate libosmo-mgcp-client from mgcp server code by Neels Hofmeyr · 7 years ago
  92. d049a66 rewrite README by Neels Hofmeyr · 7 years ago
  93. 48dd6c3 debian: fix VCS links, tweak descriptions and copyright by Neels Hofmeyr · 7 years ago
  94. 7eaeb5a drop files unrelated to osmo-mgw by Neels Hofmeyr · 7 years ago
  95. 2fb853f log: output message content also on retransmissions by Philipp Maier · 7 years ago
  96. bf0ab74 rework debian packages support by Alexander Couzens · 7 years ago
  97. e9920f2 split off osmo-mgw: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  98. b6f6c23 .gitignore: cosmetic: use globs to ignore test binaries by Neels Hofmeyr · 7 years ago
  99. 73a93bd cosmetic: msc_vlr_tests: drop unused var by Neels Hofmeyr · 7 years ago
  100. 28295b9 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago