1. 826390a syslog: Add syslog for the MGCP MTN thread by Holger Hans Peter Freyther · 12 years ago
  2. 4d47451 mgcp: Always restore the endpoint routing when destroying the endpoint by Holger Hans Peter Freyther · 12 years ago
  3. d56ddfc mgcp: Possible fix for using the right DSP resource on the MGCP MGW by Holger Hans Peter Freyther · 12 years ago
  4. e1ec4c7 hw: The DSP resource was one based with the SNMP API, subtract it by Holger Hans Peter Freyther · 12 years ago
  5. c96c57b mgcp: Implement to loop timeslots when not used for audio by Holger Hans Peter Freyther · 12 years ago
  6. 765c48a mgcp: Move to using the NexusWare API for Timeslot config by Holger Hans Peter Freyther · 12 years ago
  7. 77ffc93 mgcp: Rename from snmp to hw in variables and function name. by Holger Hans Peter Freyther · 12 years ago
  8. 8aaaa40 mgcp: Move the SNMP file to _hw.c to move to the NexusAPI by Holger Hans Peter Freyther · 12 years ago
  9. d183052 TODO: Add some known shortcomings and some talk about what to do. by Holger Hans Peter Freyther · 12 years ago
  10. 60bc8e7 mtp: Allow to send SCCP/ISUP to a specific endpoint by Holger Hans Peter Freyther · 12 years ago
  11. 53559b3 mtp: Provide the method with the OPC and DPC by Holger Hans Peter Freyther · 12 years ago
  12. 1042807 mtp: Name the parameter opc instead of just PC by Holger Hans Peter Freyther · 12 years ago
  13. a59af64 ss7: Make the forwarding methods static by Holger Hans Peter Freyther · 12 years ago
  14. f3e9ad0 tests: Remove the copy of the 'missing' and use the $(top_srcdir) one by Holger Hans Peter Freyther · 12 years ago
  15. d87ef3b vty: Add show msc [NR] to specify an optional MSC nr by Holger Hans Peter Freyther · 12 years ago
  16. c5e8f08 msc: Make 'show msc' show the primary msc connection again by Holger Hans Peter Freyther · 12 years ago
  17. fffdd76 msc: Only take down the link if it is up by Holger Hans Peter Freyther · 12 years ago
  18. 31d6597 vty: Introduce show mscs to show all mscs by Holger Hans Peter Freyther · 12 years ago
  19. ade60ed msc: Only unregister the fd when we have a valid fd by Holger Hans Peter Freyther · 12 years ago
  20. 143af9a bss: Add an additional test where we do not want to patch anything by Holger Hans Peter Freyther · 12 years ago
  21. 6853567 bss: Patch CC messages with bearer capabilities to contain AMR 3 by Holger Hans Peter Freyther · 12 years ago
  22. 1ab8961 bss_patch: Remove magic number and use define for BSSAP management by Holger Hans Peter Freyther · 12 years ago
  23. 7eaf6fb sccp: PC -> PointCode and we remove them to avoid routing issues by Holger Hans Peter Freyther · 12 years ago
  24. df38eb1 rate_ctr: Initialize the rate_ctr to update them properly by Holger Hans Peter Freyther · 13 years ago
  25. e616863 misc: Address various compiler warnings in the code by Holger Hans Peter Freyther · 13 years ago
  26. 6b7ce74 dist: Ignore some more files here by Holger Hans Peter Freyther · 13 years ago
  27. 67c4c45 distcheck: Add the header file to make the distcheck pass by Holger Hans Peter Freyther · 13 years ago
  28. 4752913 tests: Add GNU Autotest invocation for the tests we have here by Holger Hans Peter Freyther · 13 years ago
  29. fd8513d mgcp: Increase number of endpoints that can be blocked by Holger Hans Peter Freyther · 13 years ago
  30. 7158822 mgcp: Skip blocked endpoints in the show mgcp command by Holger Hans Peter Freyther · 13 years ago
  31. 2facdb7 msc: Do not run ping/pong timers by default by Holger Hans Peter Freyther · 13 years ago
  32. 0008960 mgcp: Update the default config to have multiple virtual trunks by Holger Hans Peter Freyther · 13 years ago
  33. d786928 mgcp: Improve the show mgcp command to print the domain name by Holger Hans Peter Freyther · 13 years ago
  34. ca5254b mgcp: Write the vtrunk using mgcp_write_vtrunk_extra by Holger Hans Peter Freyther · 13 years ago
  35. b1dfc46 cellmgr: Patch the MGCP messages and replace the domain name by Holger Hans Peter Freyther · 13 years ago
  36. 588754c mgcp: Reset the local endpoint with the domain name configured by Holger Hans Peter Freyther · 13 years ago
  37. 040c6bc mgcp: Reset endpoints via the trunk config instead of all of them by Holger Hans Peter Freyther · 13 years ago
  38. fa15805 mgcp: Fix the indention of the trunk/vtrunk extra items by Holger Hans Peter Freyther · 13 years ago
  39. d3b8d5f mgcp: Fix the naming of the various audio volume/gain parameters by Holger Hans Peter Freyther · 13 years ago
  40. f574cec mgcp: Introduce multiple virtual trunks by Holger Hans Peter Freyther · 13 years ago
  41. 96cc57a mgcp: Generate the ConnId per trunk base by Holger Hans Peter Freyther · 13 years ago
  42. 42e44a9 mgcp: Introduce a command that will just block the default ports by Holger Hans Peter Freyther · 13 years ago
  43. dea0ccc mgcp: Add VTY commands to block endpoints instead of having this hardcoded by Holger Hans Peter Freyther · 13 years ago
  44. c2bb077 mgcp: Split creation of endpoints and static port allocation by Holger Hans Peter Freyther · 13 years ago
  45. e72139a mgcp: Remove the endp_offset that was introduced due coding stupidity by Holger Hans Peter Freyther · 13 years ago
  46. fc98ce2 vty: Add a config to enable MGCP command rewriting by Holger Hans Peter Freyther · 13 years ago
  47. a79aff3 sctp: Really apply the MSC workaround by Holger Hans Peter Freyther · 13 years ago
  48. cf60a01 sctp: Add VTY command to print details about active SCTP connections by Holger Hans Peter Freyther · 13 years ago
  49. f2312cb sctp: Check if there is any other connection with the ASP ident by Holger Hans Peter Freyther · 13 years ago
  50. ab79b9b m2ua: Print information about number of SCTP connections by Holger Hans Peter Freyther · 13 years ago
  51. c21c0d6 misc: Update code to compil with libosmocore 0.3.2 by Holger Hans Peter Freyther · 13 years ago
  52. fcfb05f misc: Fix the compilation of the tests by Holger Hans Peter Freyther · 13 years ago
  53. 36bd5d7 Merge remote-tracking branch 'origin/laforge/namespace' by Holger Hans Peter Freyther · 13 years ago
  54. ff397ed Adopt to recent libosmocore namespace changes and libosmogsm by Harald Welte · 13 years ago
  55. edfadae mgw: Attempt to set the CMR to 5.9kbit/s by Holger Hans Peter Freyther · 13 years ago
  56. b806c14 mgcp: Fix the comment in the configuration by Holger Hans Peter Freyther · 13 years ago
  57. 8e6d4c3 mgcp: Check if the endpoint is blocked and then reject it by Holger Hans Peter Freyther · 13 years ago
  58. e0dc3e5 isup: Handle CGUs and respond with a CGUA by Holger Hans Peter Freyther · 13 years ago
  59. 2068e8c vty: Remember if isup should be passed through or not. by Holger Hans Peter Freyther · 13 years ago
  60. d0444e5 mgcp: Fix the initialisation set trunk_type in the caller by Holger Hans Peter Freyther · 13 years ago
  61. 8941c1d isup: Print the linkset nr and name like in other commands. by Holger Hans Peter Freyther · 13 years ago
  62. 56cba9a ss7: Drop the input of packages as well by Holger Hans Peter Freyther · 13 years ago zecke/test-forward-failure
  63. 899198e ss7: Move the blocking of outgoing messages into the SS7 app by Holger Hans Peter Freyther · 13 years ago
  64. d38b87a ss7: Do not send anything until both linksets in an app are up by Holger Hans Peter Freyther · 13 years ago
  65. 123147a sctp: Mention the link index that got released by Holger Hans Peter Freyther · 13 years ago
  66. 3574c12 mtp: Consider the linkset be ready for SCTP after having collected routing data by Holger Hans Peter Freyther · 13 years ago
  67. ec84e3c mgcp: Add a go to parent to allow multiple trunks by Holger Hans Peter Freyther · 13 years ago
  68. 3c8b0f8 mgcp: Use the blocked attribute to figure out if an endpoint is blocked by Holger Hans Peter Freyther · 13 years ago
  69. 7e8ee3a sctp: Use the right link index when sending messages by Holger Hans Peter Freyther · 13 years ago
  70. 5960ba3 sctp: Handle establish request for a wrong ASP by Holger Hans Peter Freyther · 13 years ago
  71. fb5b6dc mgcp: Respect the blocked indication fo an endpoint. by Holger Hans Peter Freyther · 13 years ago
  72. 0d20e0d mgcp: Mark certain endpoints as blocked. by Holger Hans Peter Freyther · 13 years ago
  73. d523131 snmp: Fix the configuration and point it to the right thing. by Holger Hans Peter Freyther · 13 years ago
  74. e592933 mgcp: Use the 'i' as type for SNMP to help with the code. by Holger Hans Peter Freyther · 13 years ago zecke/wip-mgcp
  75. b7299a8 mgcp: Configure the HSCOMM routing based on the information we have by Holger Hans Peter Freyther · 13 years ago
  76. d384912 mgcp: Calculate which dsp resource should be used by the trunks by Holger Hans Peter Freyther · 13 years ago
  77. 672f321 mgcp: Calculate the right Audio Processor resource for high endpoints by Holger Hans Peter Freyther · 13 years ago
  78. dcc3312 mgcp: Merge OpenBSC MGCP code and update the structure to match it by Holger Hans Peter Freyther · 13 years ago
  79. f3da99e mgcp: Attempt to get the endpoint configuration right by Holger Hans Peter Freyther · 13 years ago
  80. 796406b mgcp: Add code that will attempt to configure the TDM switch by Holger Hans Peter Freyther · 13 years ago
  81. a2938fe sctp: Fix a memory leak on connection failures. by Holger Hans Peter Freyther · 13 years ago
  82. 718d4ba sctp: Only handle traffic with the payload type of M2UA by Holger Hans Peter Freyther · 13 years ago
  83. 0e6cbc6 sctp: Fail if we fail to enable SCTP events on this socket by Holger Hans Peter Freyther · 13 years ago
  84. 639d77b links: Fix the init code for the old cellmgr_ng code by Holger Hans Peter Freyther · 13 years ago
  85. 03fc660 counter: Fix the wrong counter size. by Holger Hans Peter Freyther · 13 years ago
  86. af3faf8 vty: Allow to specify 14 bits for the CPC. by Holger Hans Peter Freyther · 13 years ago
  87. d062f83 mtp: Call the mtp_link_set always set otherwise things get confusing by Holger Hans Peter Freyther · 13 years ago
  88. 765fba3 msc: Remove unused method from the code by Holger Hans Peter Freyther · 13 years ago
  89. 4c9dd16 sccp: The link attribute was never used leading to a crash by Holger Hans Peter Freyther · 13 years ago
  90. 47c9faa mtp: Attempt to implement the MTP Restart properly by Holger Hans Peter Freyther · 13 years ago
  91. 8d70278 mtp: Do not start linktest on a blocked link by Holger Hans Peter Freyther · 13 years ago
  92. 7176030 vty: Add all mighty new vty interface for osmo-stp by Holger Hans Peter Freyther · 13 years ago
  93. 2917644 vty: Move the actual commands into a new file in preparation by Holger Hans Peter Freyther · 13 years ago
  94. 318e830 vty: Always work through the linkset number for the commands by Holger Hans Peter Freyther · 13 years ago
  95. 169a1a9 misc: Use llist_add_tail to add new links to the end by Holger Hans Peter Freyther · 13 years ago
  96. e62e4b0 m2ua: Make sure all replies contain the link identifier by Holger Hans Peter Freyther · 13 years ago
  97. cfe9d71 vty: Remove more globals from the bsc data. by Holger Hans Peter Freyther · 13 years ago
  98. 4cee7c0 m2ua: Start link only after we had the emergency alignment by Holger Hans Peter Freyther · 13 years ago
  99. 5e5758c log: Improve some logging messages across several files. by Holger Hans Peter Freyther · 13 years ago
  100. 7c6feca m2ua: Do nothing on a reset request for now. by Holger Hans Peter Freyther · 13 years ago