1. 66fecd4 MSC_ConnectionHandler: Fix E1 timeslots to be monotonically incrementing by Harald Welte · 7 years ago
  2. 8ac9f02 MSC_ConnectionHandler: Use "Call Control" as release cause by Harald Welte · 7 years ago
  3. 11e7808 MSC_ConnectionHandler: Use correct (receive) template for ClearComplete by Harald Welte · 7 years ago
  4. c859df5 BSC_MS_ConnectionHandler: implement MGCP request->response handling by Harald Welte · 7 years ago
  5. 525a9c1 BSSMAP_Emulation: Fix regex for extraction of MGW endpoint number by Harald Welte · 7 years ago
  6. 1b2748e BSSMAP_Emulation: CIC extraction must happen on BSC side, not MSC side by Harald Welte · 7 years ago
  7. 9002957 MGCP_Templates: More templates (for the MGW side) by Harald Welte · 7 years ago
  8. 4c11d56 move MGCP utility functions from MSC_ConnectionHandler to MGCP_Templates by Harald Welte · 7 years ago
  9. 7dc5d37 MGC_Types: Add work-around for failure to distinguish between Cmd + Resp by Harald Welte · 7 years ago
  10. 51f34ad MGCP_Templates: Add missing 'any' for trans_id in tr_CRCX_ACK by Harald Welte · 7 years ago
  11. c82eef4 ipa: Further progress on the bsc-nat test suite by Harald Welte · 7 years ago
  12. 19ad52b IPA_Types: Fix length encoding during transmission of OSMO_EXT packets by Harald Welte · 7 years ago
  13. 4029e8c Move MGCP_Types.ttcn to library; extract MGCP_Templates.ttcn to library by Harald Welte · 7 years ago
  14. 2a8f847 WIP: attempt at IPA extended StreamID support by Harald Welte · 7 years ago
  15. fd33833 Add new parameter to plug osmo-bsc_nat in the middle by Daniel Willmann · 7 years ago
  16. 7ed2b08 BSSMAP_Templates: fix unbound rR_Cause member in Assignment Complete by Harald Welte · 7 years ago
  17. 5cc4aa2 BSSMAP_Emulation: Fix handling of userData by Harald Welte · 7 years ago
  18. ab05d6c BSSMAP_Templates: Correct name is AssignmentReq, not AssignmentCmd by Harald Welte · 7 years ago
  19. b3414b2 ipa: First version that emulates both MSC and BSC up to ASSIGNMENT REQ by Harald Welte · 7 years ago
  20. 365f4ed IPA/MSC/BSC Emulation: Framework for handling multiple SCCP connections by Harald Welte · 7 years ago
  21. c76f29f ipa: Pull everything together: L3->BSSAP->SCCP->IPA by Harald Welte · 7 years ago
  22. d86cdc6 Expand IPA emulaitpn code + example to include CCM and SCCP binding by Harald Welte · 7 years ago
  23. 00566f5 initial import of new IPA test port by Harald Welte · 7 years ago
  24. f6dd64d msc_tests: Initial skeleton for osmo-msc testing over SCCP/M3UA by Harald Welte · 7 years ago
  25. 874f24b Remove BSSAPP, BSSGP, BSSMAP, GTP, GTPv2, ISUP, LLC, MobileL3, NS, SNDCP by Harald Welte · 7 years ago
  26. 04d74cd Add ASP_ConnId_ReadyToRelease in all translation ports using IPL4asp by Harald Welte · 7 years ago
  27. cda8b9a mgw: Use dynamic runtime to allow use with log output plugins by Harald Welte · 7 years ago
  28. 34ca5b4 mgw: Fix SDP transport string "RTP/AVP" (one surplus "A" removed) by Harald Welte · 7 years ago
  29. 2bcfd3a mgw: Include mandatory connection-id in MDCX by Harald Welte · 7 years ago
  30. 5e5cce5 mgw: Add missing audio codec specification "a:PCMU" by Harald Welte · 7 years ago
  31. e0b331f mgw: update comment to reflect implemented tests by Harald Welte · 7 years ago
  32. 8d2fbb4 mgw: Move f_mgcp_par_append() to top of file by Harald Welte · 7 years ago
  33. 0d19861 mgw: Check for 535 in case of invalid packetization period by Harald Welte · 7 years ago
  34. f53f164 mgw: Test for duplicate transmission of DLCX by Harald Welte · 7 years ago
  35. 6d167f8 mgw: Add test cases for invalid DLCX commands by Harald Welte · 7 years ago
  36. 10889c1 mgw: generalize f_dlcx versions, avoiding copy+paste by Harald Welte · 7 years ago
  37. 79181ff mgw: Test DLCX in three diffeent (valid) configurations by Harald Welte · 7 years ago
  38. 9988d28 mgw: Avoid copy+paste of CRCX_ACK template by Harald Welte · 7 years ago
  39. edc45c1 mgw: Delete all connections of EP before starting a test case by Harald Welte · 7 years ago
  40. c40e0c3 mgw: make f_dlcx_{ok,ignore}() support EP, EP+call_id or EP+call_id+conn_id by Harald Welte · 7 years ago
  41. a01e38d mgw: Handle MgcpParameterList more elegantly, less repetition by Harald Welte · 7 years ago
  42. ba62c8c mgw: properly clean up endpoint by use of DLCX at end of each testcase by Harald Welte · 7 years ago
  43. f07c286 mgw: Add sockets for RTP packets + code for bind/connect/send RTP by Harald Welte · 7 years ago
  44. 5501536 mgw: Prepare for RTP support: Prefix ambiguous functions/variable names by Harald Welte · 7 years ago
  45. a7261d7 mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCP by Harald Welte · 7 years ago
  46. 45295c5 MGCP_CodecPort: Update to IPL4asp R.29.A of 2017-Oct-17 by Harald Welte · 7 years ago
  47. cbae9d1 Fix TC_crcx_and_dlcx(): Don't assume DLCX returnsConncetionID by Harald Welte · 7 years ago
  48. 6f960b1 mgw: Ensure that CRCX succeeds only if ConnectionId is present in response by Harald Welte · 7 years ago
  49. bb5a19e ggsn_tests: Remove incomplete user plane testing code by Harald Welte · 7 years ago
  50. 21ba557 MGCP_Test: Add comments throughout the code to help readability by Harald Welte · 7 years ago
  51. 5b4c44e MGCP: Test for CRCX followed by DLCX by Harald Welte · 7 years ago
  52. e636afd MGCP: Extend tests significantly by Harald Welte · 7 years ago
  53. e1e18c5 MGCP: introduce global variable + accessor function for transaction ID by Harald Welte · 7 years ago
  54. 9ccb480 MGCP: don't use dec_MGCP_Message to avoid (possible) TITAN bug by Harald Welte · 7 years ago
  55. 3c6ebb9 MGCP_Test: Some templates to encode MGCP messages by Harald Welte · 7 years ago
  56. 2c6dba1 Introduce MGCP_CodecPort on top of UDP port by Harald Welte · 7 years ago
  57. 12000e2 mgw: Use official Titan SDP library for encode/decode of SDP in MGCP by Harald Welte · 7 years ago
  58. 2871d0b mgw: Add missing mandatory "s=" to SDP of c_mdcx4 by Harald Welte · 7 years ago
  59. 00a067f Add minimal MGCP parser/encoder based on TEXT codec by Harald Welte · 7 years ago
  60. ab4ca94 ggsn: Extend IPCP PDP IPv4 test with another PCO protocol beyond IPCP by Harald Welte · 7 years ago
  61. 244cd8a sysinfo: Fix the TC_telnet test case VTY command order by Harald Welte · 7 years ago
  62. 3ab91d6 GGSN_Tests: Fix IPv4 PCODNS matching by Harald Welte · 7 years ago
  63. b26cfff LAPDm_RAW_PT: Use default L1CTL socket by Harald Welte · 7 years ago
  64. 5fe11cd sysinfo: Use ttcn3-parallel (to unify with other test suiets) by Harald Welte · 7 years ago
  65. 0b7545d sysinfo: build dynamic to enable use of junit-xml logfile plugin by Harald Welte · 7 years ago
  66. f68765d L1CTL_PortType: Make osmocom_l2 socket configurable as module parameter by Harald Welte · 7 years ago
  67. f976492 sysinfo: Fix compilation by Harald Welte · 7 years ago
  68. 4d77229 generalize 'start.sh' script for executing synamically linked testsuite by Harald Welte · 7 years ago
  69. 8b4123f GGSN_Tests: Enable junit-xml generation by Harald Welte · 7 years ago
  70. 303c19a Add Native_Functions module for inet_addr / inet_ntoa by Harald Welte · 7 years ago
  71. ddeecbb GGSN_Tests: Make SGSN and GGSN addresses configurable via modulepar by Harald Welte · 7 years ago
  72. 99ef9a4 GGSN_Tests: Verify EUA and PCO in PDP context creation by Harald Welte · 7 years ago
  73. 0ef285b GGSN_Tests: Comment on each test case by Harald Welte · 7 years ago
  74. dca8005 GGSN_Tests: Actually request the right IPv4 PCO according to the test case by Harald Welte · 7 years ago
  75. 11dbc7b GGSN_Test: Use randomized sequence numbers in every test by Harald Welte · 7 years ago
  76. 41575e9 GGSN_Tests: remove unneeded ctx argument from f_send_gtpc() by Harald Welte · 7 years ago
  77. f48a907 GGSN_Tests: Add config file by Harald Welte · 7 years ago
  78. ed09743 GGSN_Tests: Randomize IMSIs and use different APN for v4 + v6 by Harald Welte · 7 years ago
  79. 0be142b GGSN_Tests: Make sure f_init() body is traversed only once by Harald Welte · 7 years ago
  80. 5438b9d GGSN_Tests: Sequence numbers are node-global and not per-PDP context by Harald Welte · 7 years ago
  81. ed7a177 GGSN: Test PDP Context activation wtih different PCOs by Harald Welte · 7 years ago
  82. 231b941 GGSN IPv6: Transmit Router Solicit, receive RouterAdv, transmit NeightSolicit by Harald Welte · 7 years ago
  83. f1471e7 link/use IP and ICMPv6 ProtocolModules by Harald Welte · 7 years ago
  84. 811651e GGSN_Tests: Get it up to PDP Ctx ACT, GTP-U and Ctx DEACT by Harald Welte · 7 years ago
  85. f1e0d5a GGSN_Tests: Add function to send DELETE PDP CONTEXT by Harald Welte · 7 years ago
  86. 3af8948 GGSN_Tests: Implement GTP-U ping/pong response by Harald Welte · 7 years ago
  87. 876345e GGSN_Tests: Prepare for separate IPs on control/user plane by Harald Welte · 7 years ago
  88. 94ade36 GGSN_Tests: Add first functional PDP context activation tests for v4 + v6 by Harald Welte · 7 years ago
  89. d418fc6 GTP: convert from translation port to dual faced port by Harald Welte · 7 years ago
  90. 627c7c7 Revert "GTP: Attempt to use UDP_Testport instead of IPL4asp" by Harald Welte · 7 years ago
  91. a967f3f GTP: Attempt to use UDP_Testport instead of IPL4asp by Harald Welte · 7 years ago
  92. 2560608 First attempt with TranslationPort fails in CtrlFunctions by Harald Welte · 7 years ago
  93. 379d45a initial template for GGSN / GTP test cases by Harald Welte · 7 years ago
  94. 9d34852 RLCMAC: Integrate encoding/decoding of Control Message Payload by Harald Welte · 7 years ago
  95. 422f072 RLCMAC_CSN1: Add "other" for not-yet-implemented message types by Harald Welte · 7 years ago
  96. 4b6c772 LAPDm_RAW_PT: Add support for TBF mode (GPRS) by Harald Welte · 7 years ago
  97. 1dcc371 Add Definitions for GPRS coding schemes by Harald Welte · 7 years ago
  98. 2072ab6 RLCMAC: enc__RlcmacUlDataBlock: fix 'omit' for PFI / TLLI by Harald Welte · 7 years ago
  99. 78a1af6 RLCMAC: Fix encoding/decoding of 'union' types by Harald Welte · 7 years ago
  100. 5aa5007 move LAPDm_types to library + make lapdm executable compile again by Harald Welte · 7 years ago