1. 811651e GGSN_Tests: Get it up to PDP Ctx ACT, GTP-U and Ctx DEACT by Harald Welte · 7 years ago
  2. f1e0d5a GGSN_Tests: Add function to send DELETE PDP CONTEXT by Harald Welte · 7 years ago
  3. 3af8948 GGSN_Tests: Implement GTP-U ping/pong response by Harald Welte · 7 years ago
  4. 876345e GGSN_Tests: Prepare for separate IPs on control/user plane by Harald Welte · 7 years ago
  5. 94ade36 GGSN_Tests: Add first functional PDP context activation tests for v4 + v6 by Harald Welte · 7 years ago
  6. d418fc6 GTP: convert from translation port to dual faced port by Harald Welte · 7 years ago
  7. 627c7c7 Revert "GTP: Attempt to use UDP_Testport instead of IPL4asp" by Harald Welte · 7 years ago
  8. a967f3f GTP: Attempt to use UDP_Testport instead of IPL4asp by Harald Welte · 7 years ago
  9. 2560608 First attempt with TranslationPort fails in CtrlFunctions by Harald Welte · 7 years ago
  10. 379d45a initial template for GGSN / GTP test cases by Harald Welte · 7 years ago
  11. 9d34852 RLCMAC: Integrate encoding/decoding of Control Message Payload by Harald Welte · 7 years ago
  12. 422f072 RLCMAC_CSN1: Add "other" for not-yet-implemented message types by Harald Welte · 7 years ago
  13. 4b6c772 LAPDm_RAW_PT: Add support for TBF mode (GPRS) by Harald Welte · 7 years ago
  14. 1dcc371 Add Definitions for GPRS coding schemes by Harald Welte · 7 years ago
  15. 2072ab6 RLCMAC: enc__RlcmacUlDataBlock: fix 'omit' for PFI / TLLI by Harald Welte · 7 years ago
  16. 78a1af6 RLCMAC: Fix encoding/decoding of 'union' types by Harald Welte · 7 years ago
  17. 5aa5007 move LAPDm_types to library + make lapdm executable compile again by Harald Welte · 7 years ago
  18. efbc2fc RLCMAC: Add Rlcmac{Ul,Dl}Block unions to cover both Control + Data blocks by Harald Welte · 7 years ago
  19. cf28881 move LAPDm_RAW_PT.ttcn to library by Harald Welte · 7 years ago
  20. ffcad68 lapdm: Updated to recent changes in library code (make it compile again) by Harald Welte · 7 years ago
  21. 43e060a Add hand-written encoder/decoder for RLC/MAC UL/DL data blocks by Harald Welte · 7 years ago
  22. 88849c6 L1CTL_Types: Split t_IMM_ASS() off t_RR_IMM_ASS() by Harald Welte · 7 years ago
  23. b3c226e L1CTL_Types: Add support for L1CTL_DATA_TBF_{REQ,CONF} by Harald Welte · 7 years ago
  24. 6f3c223 GSM_Types: Fix RSL Chanenl number encoding; Add OSMO_PDCH extension by Harald Welte · 7 years ago
  25. 1b9b770 GSM_RR_Types: Parse PacketChannelDescription by Harald Welte · 7 years ago
  26. 9419c8a Split RR portion of GSM_Types into GSM_RR_Types by Harald Welte · 7 years ago
  27. 77bab25 BSSGP: Avoid unbound length integer in IE template by Harald Welte · 7 years ago
  28. 958700a BSSGP_Types: Add IMSI and TMSI IE + related templates by Harald Welte · 7 years ago
  29. d335cbc L1CTL_Types: Make t_RR_IMM_ASS match also TBF assignments by Harald Welte · 7 years ago
  30. 00d4dac L1CTL_Types: Add upcoming L1CTL_TBF_CFG_{REQ,CONF} by Harald Welte · 7 years ago
  31. c84d847 GSM_Types: Fix encoding of RSL Channel numbers by Harald Welte · 7 years ago
  32. bda65a3 GSM_Types: Fix MobileIdentity by Harald Welte · 7 years ago
  33. d1209a6 Move "connect to L1CTL and RESET" function from LAPDm_RAW_PT to L1CTL_PortType by Harald Welte · 7 years ago
  34. 484160b library: Initial work on GPRS RLC/MAC encoder/decoder by Harald Welte · 7 years ago
  35. 9a8f503 import Ericsson NS, ISUP, ROHC and SNDCP modules for TITAN by Harald Welte · 7 years ago
  36. 96a06c4 Add documentation for BSSGP module by Harald Welte · 7 years ago
  37. a814f26 Import BSSAP+, BSSGP, BSSMAP, GTP, GTPv2, LLC and MobileL3 by Harald Welte · 7 years ago
  38. 336959f Import CRC24 code from OsmoSGSN for LLC FCS computation by Harald Welte · 7 years ago
  39. e38fd7b WIP: Add description of TS 48.064 LLC frames in TITAN TTCN-3 by Harald Welte · 7 years ago
  40. 13d391e gprs_gb: NS + BSSGP operational with OsmoPCU, receiving LLC-PDUs by Harald Welte · 7 years ago
  41. 1733a38 Add missing BSSGP_Emulation.ttcn file by Harald Welte · 7 years ago
  42. 0667eb1 BSSGP: Fix order of IEs in BVC-RESET PDU by Harald Welte · 7 years ago
  43. 04a3d31 BSSGP: don't set length to '0' in t_BssgpIE() template by Harald Welte · 7 years ago
  44. 6e594f2 gprs_gb: Build stack of NS and BSSGP emulation from test component by Harald Welte · 7 years ago
  45. 1067fbd BSSGP: Add various templates for common messages by Harald Welte · 7 years ago
  46. 039f695 BSSGP: Define symbolic names for Cause values by Harald Welte · 7 years ago
  47. 6fff364 gprs_gb: Add NS CodecPort + Emulation; Add NS selftests by Harald Welte · 7 years ago
  48. f1fd016 Expand BSSGP helpers + codec to cover expansion + compaction by Harald Welte · 7 years ago
  49. 3a19440 WIP: BSSGP related hepler functions; towards tests by Harald Welte · 7 years ago
  50. b2f94c4 move lapd to lapdm (it was a mis-nomer) by Harald Welte · 7 years ago
  51. 5b1ce8c move L1CTL modules to library for easier sharing with other test suites by Harald Welte · 7 years ago
  52. 8542cef Move VTY utility functions to new Osmocom_VTY_Functions module by Harald Welte · 7 years ago
  53. 3b8bdd6 Introduce 'library' directory for modules shared by multiple test cases by Harald Welte · 7 years ago
  54. 599faa1 Add LAPDm test case about SABM contention by Harald Welte · 7 years ago
  55. dca7e45 don't match on L1CTL SAPI in received frames by Harald Welte · 7 years ago
  56. d4ba7ff Add new LAPDm RAW port by Harald Welte · 7 years ago
  57. cb5d1fb fix ts_RslLinkID_SACCH template by Harald Welte · 7 years ago
  58. 1bd7c32 export more encoder/decoder functions for LAPDm RAW coder debuggin by Harald Welte · 7 years ago
  59. c2a5c07 LAPDm_Types: re-order fields of LapdmCtrl definitions by Harald Welte · 7 years ago
  60. 143edbd L1CTL_Types: Fix copy+paste error in t_L1CTL_DM_REL_REQ by Harald Welte · 7 years ago
  61. 9e4725d l1ctl/lapdm test infrastructure: Move helper functions out by Harald Welte · 7 years ago
  62. 66110f0 L1CTL Test: Get all the way up to dedicated channel establishment by Harald Welte · 7 years ago
  63. c3286cc GSM_Types: Add function to compute request reference from RA + FN by Harald Welte · 7 years ago
  64. b33e727 GSM_TypeS: Add RSL Link Identifier by Harald Welte · 7 years ago
  65. 57a3150 GSM_TypeS: Add Mobile Identity type 'NONE' by Harald Welte · 7 years ago
  66. ad091b6 ChannelDescription sometimes used as V, sometimes as LV field by Harald Welte · 7 years ago
  67. 5f0d5c8 L1CTL: Fix GSM Frame Number (uint32_t, not least bits required for integer) by Harald Welte · 7 years ago
  68. 8e4db2c L1CTL: Use RSL Channel Number definition for proper decode by Harald Welte · 7 years ago
  69. 0c8d5c0 GSM_Types: Add RSL channel number IE encoder/decoder by Harald Welte · 7 years ago
  70. 0b1e5b8 Export encoding/decoding functions of RR Message by Harald Welte · 7 years ago
  71. 52c713c Implement L1CTL port type (dual-faced port on top of UnixDomain) by Harald Welte · 7 years ago
  72. f654332 first steps towards a L1CTL / LAPD test by Harald Welte · 7 years ago
  73. d2e342f GSM_Types: More 44.018 + 24.008 definitions for RR by Harald Welte · 7 years ago
  74. f0a4997 sysinfo: Add SI contents validation by Harald Welte · 7 years ago
  75. d7bd30f sysinfo: Hugely reduce warnings about unused return values by Harald Welte · 7 years ago
  76. 75f761f use testcase.stop() in case of errors of the test system by Harald Welte · 7 years ago
  77. 162b160 add SI3 matching template by Harald Welte · 7 years ago
  78. d1f74c6 Match "Unknown command" even if preceded by other strings by Harald Welte · 7 years ago
  79. fd512cb sysinfo: Fail in case VTY returns "Unknown command" by Harald Welte · 7 years ago
  80. fe1052d sysinfo: Further simplification of code by Harald Welte · 7 years ago
  81. 3927677 sysinfo: Enforce "1 out of 4" kind of scheduling requirements by Harald Welte · 7 years ago
  82. c17c88e sysinfo: make timeouts a bit shorter for faster test exscution by Harald Welte · 7 years ago
  83. bdc5dbd Add more SI scheduling testing code, towards a real test suite by Harald Welte · 7 years ago
  84. 8c5b325 GSM_SystemInformation: Add support for "OTHER" SIs by Harald Welte · 7 years ago
  85. 9afea36 GSM_SystemInformation: Fix SI2ter description by Harald Welte · 7 years ago
  86. af54941 sysinfo/Test: Add function to validate SI scheduling constraints by Harald Welte · 7 years ago
  87. a418918 GSM_SystemInformation: Share header (for generic matching of type) by Harald Welte · 7 years ago
  88. a082a69 Add enumerated for RR Message Type by Harald Welte · 7 years ago
  89. 9a907b3 Test.ttcn: Add support for telnet interaction on VTY by Harald Welte · 7 years ago
  90. b622a3d sysinfo/Test.ttcn: Add GSMTAP receiver example by Harald Welte · 7 years ago
  91. 3d4df7f Add GSMTAP_PortType dual-faced port by Harald Welte · 7 years ago
  92. 164a28c "import" IPL4asp so we can use UDP/TCP/SCTP sockets by Harald Welte · 7 years ago
  93. ddeaa57 Add GSMTAP header and message definition by Harald Welte · 7 years ago
  94. 615bd54 Move general type definitions to Osmocom_Types.ttcn by Harald Welte · 7 years ago
  95. 56db5fd initial code about System Information decoding by Harald Welte · 7 years ago
  96. 3eff2c5 SCCP Emulation: Fix CC optional user data by Harald Welte · 7 years ago
  97. 58e03e2 install.script: Make it work from other directories by Harald Welte · 7 years ago
  98. d69f345 Change addressing configuration to match libosmo-sigtran m3ua_test by Harald Welte · 7 years ago
  99. 0872b68 Makefile: re-generate using makefilegen and adapt for Debian unstable eclipse-titan package by Harald Welte · 7 years ago
  100. e483c10 add .gitignore file by Harald Welte · 7 years ago