1. 4a824ca don't re-implement osmo_talloc_replace_string() by Harald Welte · 7 years ago
  2. a777c9e osmux: Allow to listen to a specific address by Holger Hans Peter Freyther · 9 years ago
  3. 6598ded osmux: Allow to enforce using Osmux for the client by Holger Hans Peter Freyther · 9 years ago
  4. 15a40db osmux: Add introspection for osmux. by Holger Hans Peter Freyther · 9 years ago
  5. d721579 osmux: fix show online-help by Pablo Neira Ayuso · 9 years ago
  6. c390ae8 mgcp: Allow to bind to different ports for net/bts ports by Holger Hans Peter Freyther · 9 years ago
  7. 57e95a2 osmux: add option to pad the circuit with dummy messages by Pablo Neira Ayuso · 9 years ago
  8. cb43a9a mgcp: Allow to disable transcoding for trunks by Holger Hans Peter Freyther · 9 years ago
  9. 9be675e mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 9 years ago
  10. 619b014 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  11. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  12. c20a661 osmux: osmux batch-factor can't be higher than 8 by Pablo Neira Ayuso · 10 years ago
  13. fcec6d8 osmux: save specific osmux configuration options if osmux is enabled by Pablo Neira Ayuso · 10 years ago
  14. 08726e2 osmux: initialize osmux_batch_size in mgcp config by Pablo Neira Ayuso · 10 years ago
  15. 03ab79a osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  16. 308d5f8 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  17. eb7aeb1 osmux: print out 'osmux port' when saving configuration by Pablo Neira Ayuso · 10 years ago
  18. 0fe78d3 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  19. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  20. 3d93d35 mgcp: Provide more information about configured endpoints by Holger Hans Peter Freyther · 10 years ago
  21. 8d998a7 mgcp: Verify that the force-ptime is written back to the file by Holger Hans Peter Freyther · 10 years ago
  22. 2947411 mgcp: Fix documentation issue in the force-ptime command by Holger Hans Peter Freyther · 10 years ago
  23. 421365e mgcp: Allow to batch more than four messages by Holger Hans Peter Freyther · 10 years ago
  24. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  25. cc84c95 osmux: Fix the VTY online help in the osmux command by Holger Hans Peter Freyther · 10 years ago
  26. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  27. f50f704 mgcp: The valid payload types start at 0. Fix the VTY by Holger Hans Peter Freyther · 10 years ago
  28. 075a9eb mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  29. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  30. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  31. 0a1bc56 mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  32. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  33. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  34. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  35. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  36. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  37. 63b0e44 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  38. 5ea1bc7 mgcp: Allow to freely control the a=fmtp line for experiments by Holger Hans Peter Freyther · 12 years ago
  39. 2a60a11 mgcp: Remove the lost_no from the mgcp statistics by Holger Hans Peter Freyther · 12 years ago
  40. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  41. bc6a54d mgcp: Make sure "no rtcp-omit" is fully documented by Holger Hans Peter Freyther · 12 years ago
  42. a8090d5 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  43. 6a85705 MGCP: Add VTY commands to reset (RSIP) one or all endpoints by Harald Welte · 12 years ago
  44. 3ffcf20 mgcp: Make sure each command has some kind of online help by Holger Hans Peter Freyther · 13 years ago
  45. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  46. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  47. 16b7f5c mgcp: Remove some duplicate header files from the list. by Holger Hans Peter Freyther · 13 years ago
  48. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/mgcp/mgcp_vty.c]
  49. 6990687 mgcp: Only allow transcoding on the virtual trunk by Holger Hans Peter Freyther · 13 years ago
  50. 44016fe mgcp: Fix the static allocation of E1 trunks for the BTS/NET side by Holger Hans Peter Freyther · 13 years ago
  51. 1f0c5b4 mgcp: Allocate the endpoints for the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  52. 6ea7e77 mgcp: Implement find_trunk to find the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  53. cdba049 mgcp: Make show mgcp print the new trunks we have. by Holger Hans Peter Freyther · 13 years ago
  54. 0e939fe mgcp: Introduce a trunk config for multiple trunks. by Holger Hans Peter Freyther · 13 years ago
  55. ab3bb9d mgcp: Update the commands to work on more than the virtual trunk by Holger Hans Peter Freyther · 13 years ago
  56. d011c91 mgcp: Prepare the show mgcp command to work on multiple trunks by Holger Hans Peter Freyther · 13 years ago
  57. 88ad772 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  58. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  59. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  60. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  61. 88b597e mgcp: Allow to disable the transcoder in a running system. by Holger Hans Peter Freyther · 14 years ago
  62. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  63. 9aa8a9c mgcp: Count the packets that arrive on the transcoder by Holger Hans Peter Freyther · 14 years ago
  64. b98ba72 mgcp: Make the base port of the transcoder configurable by Holger Hans Peter Freyther · 14 years ago
  65. 218f856 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  66. 54aaa0f mgcp: Add ports for the transcoder as well by Holger Hans Peter Freyther · 14 years ago
  67. c5f9248 mgcp: Share the range parsing code for net/bts by Holger Hans Peter Freyther · 14 years ago
  68. a2a10eb mgcp: Add a transcoder-mgw command to store the address by Holger Hans Peter Freyther · 14 years ago
  69. 5508fe3 mgcp: Add a vty command to free a given endpoint. by Holger Hans Peter Freyther · 14 years ago
  70. 0e01d09 mgcp: Enable the tap after configuring it... by Holger Hans Peter Freyther · 14 years ago
  71. 260d6ed mgcp: Add a call tap feature to forward audio to another forward port by Holger Hans Peter Freyther · 14 years ago
  72. 6357a8e mgcp: Patch RTP packets again if that is allowed. by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.3
  73. f138f91 mgcp: Allow to dynamically allocate ports from a range.. by Holger Hans Peter Freyther · 14 years ago
  74. 1be9f2f mgcp: Allow to have a different port allocation mode by Holger Hans Peter Freyther · 14 years ago
  75. 15e7389 mgcp: Prepare to have different port allocation strategies. by Holger Hans Peter Freyther · 14 years ago
  76. 314584a mgcp: Allocate a different port for the networking... by Holger Hans Peter Freyther · 14 years ago
  77. 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
  78. 217d712 mgcp: Rename the bind method to show it is only binding for the bts port by Holger Hans Peter Freyther · 14 years ago
  79. f1a168d mgcp: Only use early bind for the BTS socket. by Holger Hans Peter Freyther · 14 years ago
  80. a17d701 mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  81. 8b5772e mgcp: Remove the forwarding mode as it was not used. by Holger Hans Peter Freyther · 14 years ago
  82. 3186892 mgcp: Move the rtp state into a struct by Holger Hans Peter Freyther · 14 years ago
  83. ebc824c mgcp: Fix the documentation entry for the parameters by Holger Hans Peter Freyther · 14 years ago
  84. c597a4e mgcp: Allow to change the receive (the loopback part) via the VTY by Holger Hans Peter Freyther · 14 years ago
  85. 1aa4246 mgcp: Provide the RTP packet loss information in the mgcp overview by Holger Hans Peter Freyther · 14 years ago
  86. d0c3229 mgcp: Rename TOS to DSCP by Holger Hans Peter Freyther · 14 years ago
  87. 8cc2a6d Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  88. 75492e6 [mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets. by Holger Hans Peter Freyther · 14 years ago
  89. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  90. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  91. 54f7424 [VTY] Introduce "end" command that works from any level in config by Harald Welte · 14 years ago
  92. 62ab20c [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  93. b5be7ac [mgcp] Make show mgcp available in both modes. by Holger Hans Peter Freyther · 14 years ago
  94. 7373109 Merge branch 'master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  95. c1cb5eb [mgcp] Clean up VTY code, the ranges are checked by the VTY code. by Holger Hans Peter Freyther · 14 years ago
  96. 1384af6 [mgcp] Use A.B.C.D for the ip addresses inside the vty config by Holger Hans Peter Freyther · 14 years ago
  97. a581136 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  98. 8d9833e [mgcp] Fix vty file generation for the BSC nat and other cases by Holger Hans Peter Freyther · 14 years ago
  99. 2d42505 [mgcp] Only write audio_name/payload when it is actually set. by Holger Hans Peter Freyther · 14 years ago
  100. 5615b98 [mgcp] Improve the endpoint display on the vty.. by Holger Hans Peter Freyther · 14 years ago