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