1. 78a9501 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  2. 3dff27d mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  3. a52ac66 mgcp: Add tests for payload types in MGCP messages by Jacob Erlbeck · 11 years ago
  4. 2bee7f9 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  5. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  6. d62419b mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  7. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  8. ec37bb2 bsc: Add a VTY command to show the paging group for a BSC/IMSI by Holger Hans Peter Freyther · 11 years ago
  9. 6e919db vty: Enable the end/exit test for libosmocore nodes by Jacob Erlbeck · 11 years ago
  10. 64cb924 gbproxy: Fix handling of NSEI changes by Jacob Erlbeck · 11 years ago
  11. 72b401f gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  12. 4211d79 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  13. 6d23371 gbproxy: Add basic VTY tests by Jacob Erlbeck · 11 years ago
  14. 7587727 vty: Fix whitespace in test script by Jacob Erlbeck · 11 years ago
  15. f0f63a4 gbproxy: Reject SGSN UNITDATA messages with an invalid BVCI by Jacob Erlbeck · 11 years ago
  16. da890c7 gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  17. bc55574 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  18. 2082afa gbproxy: Extended test program to simulate SGSN, too by Jacob Erlbeck · 11 years ago
  19. e75fec6 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  20. 51a869c gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  21. 7634ec1 db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  22. bd6d40f nitb: Add "subscriber create" VTY command. by Alexander Chemeris · 11 years ago
  23. 86d46c5 Fix copy-paste error in console output in db_test. by Alexander Chemeris · 11 years ago
  24. cc391b8 bsc: Add control command to set timezone by Jacob Erlbeck · 11 years ago
  25. 55e34a3 smpp: Fix the make distcheck for smpp by Holger Hans Peter Freyther · 11 years ago
  26. cb78612 nat: Fix make distcheck for the nat by Holger Hans Peter Freyther · 11 years ago
  27. 946d141 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  28. 6792059 bsc: Add vty command for setting Access control classes. by Ivan Kluchnikov · 11 years ago
  29. 4f13d03 ctrl: Set a generic reply when it hasn'n been set by Jacob Erlbeck · 11 years ago
  30. 0760a83 ctrl: Add test script for the BSC control interface by Jacob Erlbeck · 11 years ago
  31. 733bec8 vty: Hide unconfigured BTS on 'write' by Jacob Erlbeck · 11 years ago
  32. 56595f8 ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  33. 0df1ab9 vty: Attempt to fix the build when SMPP is not enabled by Holger Hans Peter Freyther · 11 years ago
  34. 4c9dff5 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  35. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  36. 96903c4 vty: Add test to check vty node hierarchy and related commands by Jacob Erlbeck · 11 years ago
  37. 97e139f bsc/vty: Add 'no bsc-welcome-text' command by Jacob Erlbeck · 11 years ago
  38. 1b89402 bsc/ussd: Optionally send USSD message on MSC disconnection by Jacob Erlbeck · 11 years ago
  39. 6cb2ccc nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  40. 67e423c nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  41. 3615a30 nat: Fix some memory leaks in the testcases. by Holger Hans Peter Freyther · 11 years ago
  42. ddf191e nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  43. 85d3b34 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  44. b718ad3 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  45. c0438e3 tests: TestCase.assertGreater is not available on Python 2.5 by Holger Hans Peter Freyther · 11 years ago
  46. c63f6f1 expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  47. e7bd863 expiration: Speculative fixes for the periodic expiring handling by Holger Hans Peter Freyther · 11 years ago
  48. a7328a5 smpp: Move the coding/mode detection into a utils file by Holger Hans Peter Freyther · 11 years ago
  49. 7b76934 nat: The second call didn't really add anything to the test. by Holger Hans Peter Freyther · 11 years ago
  50. eb0acb6 tests: Add a custom test runner to test the VTY functionality. by Holger Hans Peter Freyther · 11 years ago
  51. e0aee7a Introduced support for external python tests by Katerina Barone-Adesi · 11 years ago
  52. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  53. b2b291d nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  54. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  55. dbd9449 nat: Allow to re-write international numbers in the CC Setup messages by Holger Hans Peter Freyther · 11 years ago
  56. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  57. c327187 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  58. 0c908b6 db: Link to the VTY library for the vty_config_unlock symbol by Holger Hans Peter Freyther · 11 years ago
  59. 1f8276e nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  60. bdf764a nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  61. adc2e87 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  62. 6ecb3cb nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  63. 56260b6 tests: Don't delete atconfig in clean by Daniel Willmann · 12 years ago
  64. cf77b3a abis_test: Fix the test case and calculate the right offset by Holger Hans Peter Freyther · 12 years ago
  65. 2f25747 abis: Activate the newest available installed on the BTS by Holger Hans Peter Freyther · 12 years ago
  66. bce5675 abis: Create a routine that can parse all SW Descriptions of a SW Config by Holger Hans Peter Freyther · 12 years ago
  67. ce55361 mgcp: Test and implement re-transmission handling by Holger Hans Peter Freyther · 12 years ago
  68. cf2f158 mgcp: Add testdata for MDCX handling by Holger Hans Peter Freyther · 12 years ago
  69. d267f4d mgcp: Test the second CRCX as a CRCX and not as a re-transmission by Holger Hans Peter Freyther · 12 years ago
  70. 8d0be25 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  71. c648368 tests: Fix build of 'db' test after smpp merge by Harald Welte · 12 years ago
  72. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  73. 38e02c5 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  74. 0bf15a8 mgcp: Include statistics at the end of a connection by Holger Hans Peter Freyther · 12 years ago
  75. e2f34d5 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  76. 511f9c3 si: Partially implement the range encoding for the SI. by Holger Hans Peter Freyther · 12 years ago
  77. 8936d00 tests: Remove the debug/logging test as it is in libosmocore now by Holger Hans Peter Freyther · 12 years ago
  78. 09db1a4 nat: Add another test case for TP-SRR clearing and number rewrite by Holger Hans Peter Freyther · 12 years ago
  79. ae19972 mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  80. d77023b mgcp_test: Add wrong messages as input and check what happens by Holger Hans Peter Freyther · 12 years ago
  81. 5563e6c mgcp_test: Rename method as it now operates on an array of messages by Holger Hans Peter Freyther · 12 years ago
  82. 27fa790 MGCP: Add CRCX test cases by Harald Welte · 12 years ago
  83. f74da14 further generalize mgcp testing code by Harald Welte · 12 years ago
  84. 8819d82 mgcp_test: remove duplicate code by Harald Welte · 12 years ago
  85. 47b144b nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  86. 8e60f62 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  87. be53012 nat: Print the sizes and the offending data in case of a failure by Holger Hans Peter Freyther · 12 years ago
  88. aa433d2 nat: Add the bsc_data.c file to the EXTRA_DIST by Holger Hans Peter Freyther · 12 years ago
  89. 794e8f2 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  90. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  91. 50be1a9 nat: Reduce copy and paste in the test, create a verify_msg by Holger Hans Peter Freyther · 12 years ago
  92. 951f34b nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  93. 93ef33e tests: Use atlocal/atlocal.in to enable/disable the NAT test by Holger Hans Peter Freyther · 12 years ago
  94. 03ff1c8 Revert "tests: Make the test setup more abusive to fix the build" by Holger Hans Peter Freyther · 12 years ago
  95. 41b42c7 tests: Make the test setup more abusive to fix the build by Holger Hans Peter Freyther · 12 years ago
  96. faf1f64 gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information by Holger Hans Peter Freyther · 13 years ago
  97. 6c88217 tests: Introduce running tests with GNU autotest in OpenBSC by Holger Hans Peter Freyther · 12 years ago
  98. d5b3ca6 mgcp: Print message when the test is finished by Holger Hans Peter Freyther · 12 years ago
  99. 300457b gsm0408: Print message when the test is done by Holger Hans Peter Freyther · 12 years ago
  100. 45222a7 db: Fix the test code by Holger Hans Peter Freyther · 12 years ago