1. 239a853 mgcp: Add RTP audio transcoding by Jacob Erlbeck · 10 years ago
  2. 075a9eb mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  3. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  4. 778695d mgcp: Add the disable color option to the mgcp binary by Holger Hans Peter Freyther · 12 years ago
  5. 2f2be57 misc: Use other size modifiers to fix compiler warnings by Holger Hans Peter Freyther · 12 years ago
  6. 6b36b90 mgcp: make sure all command line options are documented by Harald Welte · 12 years ago
  7. 50f93a4 bsc_mgcp: optionally connect the MGCP socket to the MGW by Harald Welte · 12 years ago
  8. d02e68b fix fprintf format specifiers in osmo-bsc_mgcp by Alexander Huemer · 13 years ago
  9. 74db774 mgcp: Implement RSIP based on a trunk level by Holger Hans Peter Freyther · 13 years ago
  10. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  11. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  12. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  13. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  14. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  15. a17faf8 Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcp by Harald Welte · 13 years ago[Renamed from openbsc/src/mgcp/mgcp_main.c]
  16. 88ad772 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  17. 4d54d0b Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  18. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  19. 6f68010 mgcp: Keep the gw_fd inside the mgcp_config by Holger Hans Peter Freyther · 14 years ago
  20. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  21. 5f54075 vty: Use \r\n in the copyright messages by Holger Hans Peter Freyther · 14 years ago
  22. 81506b4 vty: Add the config node code to everyone. by Holger Hans Peter Freyther · 14 years ago
  23. 2c869ef Introduce '-D' commandline option to daemonize processes by Harald Welte · 14 years ago
  24. a3b46c9 mgcp: Fix the signature of the change_cb to not carry the port. by Holger Hans Peter Freyther · 14 years ago
  25. 57da447 misc: Fix the return type of the go back vty function... by Holger Hans Peter Freyther · 14 years ago
  26. c31f480 [VTY] use new struct vty_app_info in libvty by Harald Welte · 14 years ago
  27. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  28. 5bc61dc VTY: separate VTY logging commands and OpenBSC node exit code by Harald Welte · 14 years ago
  29. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  30. 1353f96 VTY: pass program name, version and copyright to vty_init() by Harald Welte · 14 years ago
  31. dc41755 [mgcp] Add a change callback and send a dummy packet on MDCX. by Holger Hans Peter Freyther · 14 years ago
  32. 4412737 [mgcp] Add the logging commands for the MGCP command. by Holger Hans Peter Freyther · 14 years ago
  33. 64e4e77 [mgcp] Handle the RSIP with resetting all endpoints by Holger Hans Peter Freyther · 14 years ago
  34. 52a66aa [mgcp] Switch from DEBUG to LOGP in the mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  35. 13d67b7 [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  36. f5b6aa6 [mgcp] Move mgcp init into the main method... by Holger Hans Peter Freyther · 14 years ago
  37. c38b588 [mgcp] Fix format string usage by Holger Hans Peter Freyther · 14 years ago
  38. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  39. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  40. 5a29c7f automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  41. 1ebad74 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  42. 7bdc637 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago
  43. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  44. 92026f1 [mgcp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  45. 62e836c [mgcp] Make the mgcp_protocol generate a struct msgb* by Holger Hans Peter Freyther · 14 years ago
  46. e095502 [mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip process by Holger Hans Peter Freyther · 14 years ago
  47. 89f3cb8 [mgcp] Rename the source to mgcp_main.c by Holger Hans Peter Freyther · 14 years ago[Renamed from openbsc/src/mgcp/bsc_mgcp.c]
  48. a18445d [mgcp] Move the MGCP procoess into a sub directory by Holger Hans Peter Freyther · 14 years ago[Renamed from openbsc/src/bsc_mgcp.c]
  49. e01ee97 [mgcp] In forward mode we need to rediscover the BTS more often by Holger Hans Peter Freyther · 14 years ago
  50. 9100e1d [mgcp] Handle BTS and NET being on the same host by Holger Hans Peter Freyther · 14 years ago
  51. 9b28fc8 [mgcp] Warn about unknown messages... by Holger Hans Peter Freyther · 14 years ago
  52. bd5130d [mgcp] Allow to forward to a different port by Holger Hans Peter Freyther · 14 years ago
  53. 6c79646 [mgcp] Rename rtp and rtcp variables to net_rtp and net_rtcp by Holger Hans Peter Freyther · 14 years ago
  54. 601a67e [mgcp] Make it possible to not specify a bts ip by Holger Hans Peter Freyther · 14 years ago
  55. 6209619 [bsc_mgcp] Set the right remote rtp and rtcp port by Holger Hans Peter Freyther · 14 years ago
  56. 2c492ed [bsc_mgcp] Fix writing of the config file... by Holger Hans Peter Freyther · 14 years ago
  57. f986cfc [bsc_mgcp] Print a message which mode is configured by Holger Hans Peter Freyther · 14 years ago
  58. 14083be [bsc_mgcp] Add a new forward only mode to the bsc_mgcp by Holger Hans Peter Freyther · 14 years ago
  59. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  60. 4ec389e [mgcp] Make the number of endpoints configurable... by Holger Hans Peter Freyther · 15 years ago
  61. 8ea4b56 [mgcp] The nanoBTS is not binding a RTCP port by Holger Hans Peter Freyther · 15 years ago
  62. 39e94eb [mgcp] The initialisation is done inside CRCX, remove here by Holger Hans Peter Freyther · 15 years ago
  63. 48ecad4 [mgcp] Do not forward or find the BTS if the endpoint is unused by Holger Hans Peter Freyther · 15 years ago
  64. 17e7916 [mgcp] Add a show command for the mgcp... by Holger Hans Peter Freyther · 15 years ago
  65. 5fddf47 [mgcp] Fix writing the configuration file by Holger Hans Peter Freyther · 15 years ago
  66. 338fa56 [mgcp] Add telnet interface for mgcp. by Holger Hans Peter Freyther · 15 years ago
  67. 138b7ec [mgcp] Add option to route audio back to both ends by Holger Hans Peter Freyther · 15 years ago
  68. f67945f [mgcp] Add a simple mgcp gateway used for the BSC by Holger Hans Peter Freyther · 15 years ago