1. ae8ce23 BSSMAP_Templates: Fix + enable ts_CellId_CGI by Harald Welte · 6 years ago
  2. 0a6835c BSSMAP_Templates: Make ts_BSSAP_DTAP usable by Harald Welte · 6 years ago
  3. dfe94dd GSUP_Types: Templates for UpdateLocation + ISD by Harald Welte · 6 years ago
  4. 049ca64 BSSMAP_Templates: tr_BSSAP_BSSMAP / tr_BSSAP_DTAP: DLCI may be present by Harald Welte · 6 years ago
  5. b0ec4ee BSSAP_Adapter: Always perform BSSMAP Reset on start-up by Harald Welte · 6 years ago
  6. 0cf76ad Move BSSAP_Adapter.ttcn to library so it can be reused by Harald Welte · 6 years ago
  7. ffe55fc bsc test: Abstract out CTRL handling so it can be re-used from MSC test by Harald Welte · 6 years ago
  8. 67089ee BSSAP_Adapter: De-couple from BSC-testing MSC_ConnectionHandler by Harald Welte · 6 years ago
  9. 876bf9d MNCC_Emulation: Similar to BSSMAP_Emulation but for MNCC by Harald Welte · 6 years ago
  10. ca51998 BSSMAP_Emulation: Add missing procedure port to client/ConnHdlr by Harald Welte · 6 years ago
  11. fe75a20 MNCC_Types: Add enumerated for cause location + cause coding by Harald Welte · 6 years ago
  12. 8a10e86 MNCC: Make sure all unused fields are set to omit, not 'unbound' by Harald Welte · 6 years ago
  13. 251b52b MNCC: Add some useful templates / helper functions by Harald Welte · 6 years ago
  14. 8b2a258 MNCC_Types: Add templates for most MNCC messages by Harald Welte · 6 years ago
  15. d47106b BSSMAP_Emulation: Initialize ExpectTable before use by Daniel Willmann · 6 years ago
  16. 17f970f RSL_Emulation: Initialize the ConnectionTable by Daniel Willmann · 6 years ago
  17. 818b6e4 Add "SourceInfoFormat := Single;" to all test configs by Harald Welte · 7 years ago
  18. b041b3d Test control connection status query for MSC 0. by Stefan Sperling · 7 years ago
  19. 6d9309b Fix f_enc_mcc_mnc() to return a properly encoded MCC/MNC triple octet. by Stefan Sperling · 6 years ago
  20. 7159dbb Fix BTS location area code assignment in test configuration. by Stefan Sperling · 6 years ago
  21. 474fd7d Add a MNCC Socket implementation for TTCN-3 by Harald Welte · 7 years ago
  22. 35bb716 Add comments with short module description on top of each file by Harald Welte · 7 years ago
  23. df32723 GSUP Support and first test against OsmoHLR by Harald Welte · 7 years ago
  24. 2e1a1da bsc-test: Fix compilation after IuUP support was introduced by Harald Welte · 7 years ago
  25. f91edf3 MGCP_Test: be more liberal in some of the error codes we expect by Harald Welte · 7 years ago
  26. 33d8216 MGCP: Add 30 endpoint number test to control section by Harald Welte · 7 years ago
  27. 646ecdb MGCP_Test: Test use of 30 endpoint numbers by Harald Welte · 7 years ago
  28. 8098164 RTP_Emulation: Integrate IuUP support by Harald Welte · 7 years ago
  29. 3f6f48f RTP_Emulation: Add RtpemConfig / RTPEM_configure() call by Harald Welte · 7 years ago
  30. 46a38f1 RTP_Emulation: Fix calculation of timer + timestamp increment by Harald Welte · 7 years ago
  31. 8a4d395 RTP_Emulation: Fix encoding of timestamp; int2bit counts in bits! by Harald Welte · 7 years ago
  32. c676c68 Add 3GPP TS 25.415 IuUP encoder/decoder by Harald Welte · 7 years ago
  33. 38b2a10 BSC_Tests: Fix TC_assignment_fr_a5_4 by Harald Welte · 7 years ago
  34. 1a40de6 MSC_ConnectionHandler: fix f_rsl_reply() for RSL_MT_ENCR_CMD by Harald Welte · 7 years ago
  35. 4532e0a convert TC_assignment_sign to 'new style' tests by Harald Welte · 7 years ago
  36. 8b20f7c BSSAP_Adapter: Fix missing 'repeat' in as_reset_ack() by Harald Welte · 7 years ago
  37. df32ab1 BSC_Tests: remove bogus line sfrom osmo-bsc.cfg by Harald Welte · 7 years ago
  38. 1b473ca BSC_Tests: Delete unused/dead code by Harald Welte · 7 years ago
  39. 21b46bd BSC_Tests: Update readme + source code comments by Harald Welte · 7 years ago
  40. 8d5eead MSC_ConnHdlr: Fix f_rsl_reply() for RSL_MT_ENCR_CMD by Harald Welte · 7 years ago
  41. f0d6ac6 BSC_Tests: reduce amount of sleeping to speed up test suite by Harald Welte · 7 years ago
  42. 44bdaa5 fix TC_ctrl expectation: We expect 3 BTSs by Harald Welte · 7 years ago
  43. 89d42e8 BSC_Tests: Only start the number of BTSs required for a given by Harald Welte · 7 years ago
  44. 73cd271 BSC_Tests: Implement ecnryption related procedures by Harald Welte · 7 years ago
  45. 82d2b87 MSC_ConnHdlr: Tighten permitted messages by Harald Welte · 7 years ago
  46. 552620d BSC_Tests: Migrate various ASSIGNMENT tests over to MSC_ConnHdlr by Harald Welte · 7 years ago
  47. c1a2fff BSC_Tests: Re-wire MSC_ConnectionHandler to handle BSSAP and RSL by Harald Welte · 7 years ago
  48. 1516614 L3_Templates: Add ts_RRM_ModeModifyAck template by Harald Welte · 7 years ago
  49. 71b5ec8 RSL_Types: Fix message type of ts_RSL_IPA_MDCX_ACK() by Harald Welte · 7 years ago
  50. 7794d5b RSL_Types: Handle IPA specific messages in tr_RSL_MsgTypeDR() by Harald Welte · 7 years ago
  51. f307500 RSL_Types: Fix RSL Message Type enumerated definition by Harald Welte · 7 years ago
  52. 624f963 BSC_Tests: Prepare for tests based on {RSL,BSSMAP}_Emulation by Harald Welte · 7 years ago
  53. 004f5fb BSSMAP_Emulation: use BSSAP_CodecPort by Harald Welte · 7 years ago
  54. 05f378a Merge changes Idd5ac427,Ia3b8632e by Harald Welte · 7 years ago
  55. bab2f7a update README.txt with status of current implementation by Harald Welte · 7 years ago
  56. b58e8a0 BSC_Tests: Update CFG with list of test cases by Harald Welte · 7 years ago
  57. f1b64e2 BSC_Tests: Ensure MSC passes SpeechCodecList in AoIP ASSIGNMENT by Harald Welte · 7 years ago
  58. 235ebf1 BSC_Tests: Add whole bunch of new assignment tests by Harald Welte · 7 years ago
  59. 4bf5fc9 BSSMAP_Templates: Define various ASSIGNMENT related templates/constants by Harald Welte · 7 years ago
  60. b69533d BSSMAP_Templates: Define enum with 08.08 cause values by Harald Welte · 7 years ago
  61. cfe2c96 BSC_Tests: Add TC_outbound_connect to test if BSC rejects inbound SCCP connections by Harald Welte · 7 years ago
  62. cc7e4dc BSSMAP_Templates: Enable use for AoIP, not just E1-CIC by Harald Welte · 7 years ago
  63. 9958a4d RSL_Types: Add various IPA / Abis-IP specific IEs + templates by Harald Welte · 7 years ago
  64. 16a4adf BSC_Tests: Add TC_assignment_cic_only (AoIP Assign. must fail with only CIC) by Harald Welte · 7 years ago
  65. 9cf4e72 Merge changes I7b692cce,Iade77321 by Harald Welte · 7 years ago
  66. e12d791 Merge changes Ic0188065,I48057cb4,I2bc3de37 by Harald Welte · 7 years ago
  67. 4e9b9cc BSC_Tests: Add test case for RSL link drop counter by Harald Welte · 7 years ago
  68. 799c97b BSC_Tests: Add TC_chan_exhaustion to test for channel exhaustion by Harald Welte · 7 years ago
  69. 618ef64 BSC_Tests: Add TC_chan_act_nack to test RSL Channel Activate NACK by Harald Welte · 7 years ago
  70. 7ccc4f9 Merge "BSC_Tests: Add more tests about invalid channel activations" by Harald Welte · 7 years ago
  71. ea02e2d Merge changes Id75cc92d,Ia5a39d37 by Harald Welte · 7 years ago
  72. 1ff6999 BSC_Tests: Add TC_paging_counter to test paging related counters by Harald Welte · 7 years ago
  73. a8ed906 BSC_Tests / RSL_Types: Add enumerated for RSL Cause value by Harald Welte · 7 years ago
  74. 5cd20ed BSC_Tests: Add more tests about invalid channel activations by Harald Welte · 7 years ago
  75. ef37e76 Merge "Ignore build byproducts" by Harald Welte · 7 years ago
  76. d693965 BSC_Tests: remove copy+paste CHAN RQD -> CHAN ACT -> CHAN ACK by Harald Welte · 7 years ago
  77. 69c1c26 BSC_Tests: Make as_Tguard() more robust (don't abort after RESET) by Harald Welte · 7 years ago
  78. 10e6898 Merge "Avoid gcc version check" by Harald Welte · 7 years ago
  79. c7be880 Merge changes I53ffe442,Ic0750bdc,Ic5499a0b,I67343f01 by Harald Welte · 7 years ago
  80. 5d1a220 bsc: Run three virtual BTSs (2 in one lac, 1 in another) by Harald Welte · 7 years ago
  81. dbf15f8 Avoid gcc version check by Max · 7 years ago
  82. e1232e1 Merge "Fix rmlink.sh" by Max · 7 years ago
  83. 067d66e Add RTP_Emulation (stream source/sink) on top of RTP_CodecPort by Harald Welte · 7 years ago
  84. 1a9b35d Add missing RTP_CodecPort_CtrlFunct TTCN and C++ files by Harald Welte · 7 years ago
  85. dde54d3 Ignore build byproducts by Max · 7 years ago
  86. 70feb59 Fix rmlink.sh by Max · 7 years ago
  87. 152c38c move RTP_CodecPort.ttcn to library by Harald Welte · 7 years ago
  88. 6688c94 Add git-review config by Max · 7 years ago
  89. 20a58c6 generalize shared code from regen_makefile.sh into shared helper script by Harald Welte · 7 years ago
  90. e65d40e BSC_Tests: Ensure that PCH load indications suppress further paging by Harald Welte · 7 years ago
  91. 9fbe93f regen_makefile.sh: Fix TITAN 6.1.0 support by Harald Welte · 7 years ago
  92. 2a83b0f selftest: Fix Makefile generation on TITAN 6.1.0 by Harald Welte · 7 years ago
  93. 1697976 Osmocom_CTRL_Types.ttcn: workaround to compile on TITAN 6.1.0 by Harald Welte · 7 years ago
  94. 3f2ff30 add missing 'rmkinks.sh script by Harald Welte · 7 years ago
  95. f6f7846 Makefile: ensure that 'compile' targets depend on 'deps' by Harald Welte · 7 years ago
  96. 5e3f7c2 gprs_gb: Fix compileation (don't use Ericsson MobileL3) by Harald Welte · 7 years ago
  97. 0e23a8f gprs_gb: Fix compilation of tests by Harald Welte · 7 years ago
  98. 06e05a4 selftest: Fix typo in gen_links.sh by Harald Welte · 7 years ago
  99. 6807982 Makefile: clone dependencies into 'deps' folder by Harald Welte · 7 years ago
  100. 4c5ef5b IPA_Types: Add ts_PDU_IPA (selftest fixup by Harald Welte · 7 years ago