1. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  2. bc6a54d mgcp: Make sure "no rtcp-omit" is fully documented by Holger Hans Peter Freyther · 12 years ago
  3. a8090d5 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  4. 6a85705 MGCP: Add VTY commands to reset (RSIP) one or all endpoints by Harald Welte · 12 years ago
  5. 3ffcf20 mgcp: Make sure each command has some kind of online help by Holger Hans Peter Freyther · 13 years ago
  6. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  7. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  8. 16b7f5c mgcp: Remove some duplicate header files from the list. by Holger Hans Peter Freyther · 13 years ago
  9. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/mgcp/mgcp_vty.c]
  10. 6990687 mgcp: Only allow transcoding on the virtual trunk by Holger Hans Peter Freyther · 13 years ago
  11. 44016fe mgcp: Fix the static allocation of E1 trunks for the BTS/NET side by Holger Hans Peter Freyther · 13 years ago
  12. 1f0c5b4 mgcp: Allocate the endpoints for the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  13. 6ea7e77 mgcp: Implement find_trunk to find the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  14. cdba049 mgcp: Make show mgcp print the new trunks we have. by Holger Hans Peter Freyther · 13 years ago
  15. 0e939fe mgcp: Introduce a trunk config for multiple trunks. by Holger Hans Peter Freyther · 13 years ago
  16. ab3bb9d mgcp: Update the commands to work on more than the virtual trunk by Holger Hans Peter Freyther · 13 years ago
  17. d011c91 mgcp: Prepare the show mgcp command to work on multiple trunks by Holger Hans Peter Freyther · 13 years ago
  18. 88ad772 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  19. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  20. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  21. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  22. 88b597e mgcp: Allow to disable the transcoder in a running system. by Holger Hans Peter Freyther · 14 years ago
  23. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  24. 9aa8a9c mgcp: Count the packets that arrive on the transcoder by Holger Hans Peter Freyther · 14 years ago
  25. b98ba72 mgcp: Make the base port of the transcoder configurable by Holger Hans Peter Freyther · 14 years ago
  26. 218f856 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  27. 54aaa0f mgcp: Add ports for the transcoder as well by Holger Hans Peter Freyther · 14 years ago
  28. c5f9248 mgcp: Share the range parsing code for net/bts by Holger Hans Peter Freyther · 14 years ago
  29. a2a10eb mgcp: Add a transcoder-mgw command to store the address by Holger Hans Peter Freyther · 14 years ago
  30. 5508fe3 mgcp: Add a vty command to free a given endpoint. by Holger Hans Peter Freyther · 14 years ago
  31. 0e01d09 mgcp: Enable the tap after configuring it... by Holger Hans Peter Freyther · 14 years ago
  32. 260d6ed mgcp: Add a call tap feature to forward audio to another forward port by Holger Hans Peter Freyther · 14 years ago
  33. 6357a8e mgcp: Patch RTP packets again if that is allowed. by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.3
  34. f138f91 mgcp: Allow to dynamically allocate ports from a range.. by Holger Hans Peter Freyther · 14 years ago
  35. 1be9f2f mgcp: Allow to have a different port allocation mode by Holger Hans Peter Freyther · 14 years ago
  36. 15e7389 mgcp: Prepare to have different port allocation strategies. by Holger Hans Peter Freyther · 14 years ago
  37. 314584a mgcp: Allocate a different port for the networking... by Holger Hans Peter Freyther · 14 years ago
  38. 196349d mgcp: Rename the base port to bts_base as it will be used for the bts by Holger Hans Peter Freyther · 14 years ago
  39. 217d712 mgcp: Rename the bind method to show it is only binding for the bts port by Holger Hans Peter Freyther · 14 years ago
  40. f1a168d mgcp: Only use early bind for the BTS socket. by Holger Hans Peter Freyther · 14 years ago
  41. a17d701 mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  42. 8b5772e mgcp: Remove the forwarding mode as it was not used. by Holger Hans Peter Freyther · 14 years ago
  43. 3186892 mgcp: Move the rtp state into a struct by Holger Hans Peter Freyther · 14 years ago
  44. ebc824c mgcp: Fix the documentation entry for the parameters by Holger Hans Peter Freyther · 14 years ago
  45. c597a4e mgcp: Allow to change the receive (the loopback part) via the VTY by Holger Hans Peter Freyther · 14 years ago
  46. 1aa4246 mgcp: Provide the RTP packet loss information in the mgcp overview by Holger Hans Peter Freyther · 14 years ago
  47. d0c3229 mgcp: Rename TOS to DSCP by Holger Hans Peter Freyther · 14 years ago
  48. 8cc2a6d Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  49. 75492e6 [mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets. by Holger Hans Peter Freyther · 14 years ago
  50. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  51. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  52. 54f7424 [VTY] Introduce "end" command that works from any level in config by Harald Welte · 14 years ago
  53. 62ab20c [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  54. b5be7ac [mgcp] Make show mgcp available in both modes. by Holger Hans Peter Freyther · 14 years ago
  55. 7373109 Merge branch 'master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  56. c1cb5eb [mgcp] Clean up VTY code, the ranges are checked by the VTY code. by Holger Hans Peter Freyther · 14 years ago
  57. 1384af6 [mgcp] Use A.B.C.D for the ip addresses inside the vty config by Holger Hans Peter Freyther · 14 years ago
  58. a581136 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  59. 8d9833e [mgcp] Fix vty file generation for the BSC nat and other cases by Holger Hans Peter Freyther · 14 years ago
  60. 2d42505 [mgcp] Only write audio_name/payload when it is actually set. by Holger Hans Peter Freyther · 14 years ago
  61. 5615b98 [mgcp] Improve the endpoint display on the vty.. by Holger Hans Peter Freyther · 14 years ago
  62. b4b135e [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  63. 6c0729f [mgcp] Print the BTS IP addr of the endpoint. by Holger Hans Peter Freyther · 14 years ago
  64. b79994c [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  65. 95e4d34 [mgcp] The networking code needs a source addrs.. by Holger Hans Peter Freyther · 14 years ago
  66. f5b6aa6 [mgcp] Move mgcp init into the main method... by Holger Hans Peter Freyther · 14 years ago
  67. 1ebad74 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  68. 590cd98 [mgcp] Print the rtp_port number, do not assume it was already assigned. by Holger Hans Peter Freyther · 14 years ago
  69. 7bdc637 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago