1. f764a15 Add test case about RANAP MaxBitrate encoding by Harald Welte · 8 years ago
  2. edf1367 new RAB: add use_x213_nsap parameter / change it to bool by Neels Hofmeyr · 8 years ago
  3. f6e5605 ranap_parse_lai(): properly initialize out-arg, adjust test experr by Neels Hofmeyr · 8 years ago
  4. 3d12748 dummy-cn: add optarg, add --bind argument by Neels Hofmeyr · 8 years ago
  5. f44d12c ranap_msg_factory: Add keystatus parameter for security mode cmd by Daniel Willmann · 8 years ago
  6. 5ad72b9 hnb-test: receive Paging, add CL rx by Neels Hofmeyr · 8 years ago
  7. bde4d3b hnb-test: request Iu Release, handle Iu Release Command by Neels Hofmeyr · 8 years ago
  8. 4a0a69a hnb-test: add Security Mode Command handling by Neels Hofmeyr · 8 years ago
  9. c28ed37 hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt() by Neels Hofmeyr · 8 years ago
  10. 4470f93 hnb-test: simplify crossing message layers by Neels Hofmeyr · 8 years ago
  11. 26779f8 hnb-test: generate SRES from hardcoded Ki by Neels Hofmeyr · 8 years ago
  12. d7ad0ac hnb-test: parse_mm: assert MM pdisc by Neels Hofmeyr · 8 years ago
  13. 9987260 hnb-test: on auth response, make it seq nr 2 by Neels Hofmeyr · 8 years ago
  14. ad00d2b hnb-test: rx dtap: log message size by Neels Hofmeyr · 8 years ago
  15. 8c2b4ec hnb-test: don't segfault when msgb has no l3 by Neels Hofmeyr · 8 years ago
  16. 7c28f6f hnb-test: use gsm48_hdr_pdisc() and gsm48_hdr_msg_type() instead of bitmasks by Neels Hofmeyr · 8 years ago
  17. d8013d1 ranap_parse_lai(): Fix wrong BCD decoding for MNC. Add test. by Neels Hofmeyr · 8 years ago
  18. e25faa8 hnb-test: print sent bytes by Neels Hofmeyr · 8 years ago
  19. 3588810 hnb-test: answer MM Authentication Request by Neels Hofmeyr · 8 years ago
  20. 5dbb7b2 hnb-test: print LU Reject by Neels Hofmeyr · 8 years ago
  21. d4598fa hnb-test: factor out MM header parsing by Neels Hofmeyr · 8 years ago
  22. c04eb53 hnb-test: send TMSI REALLOC COMPL only when LU ACC sent a TMSI by Neels Hofmeyr · 8 years ago
  23. 92b13bc fix build: move local include dir before sys installed one by Neels Hofmeyr · 8 years ago
  24. 5f9be1e hnb-test: make hnb-gw address configurable by Neels Hofmeyr · 8 years ago
  25. ae93712 hnb-test: add messages leading to Location Update Accept by Neels Hofmeyr · 8 years ago
  26. 5c1cc8c hnb-test: replace some hex vals with GSM48_* constants by Neels Hofmeyr · 8 years ago
  27. c164a97 hnb-test-ranap.c: fix missing return by Neels Hofmeyr · 8 years ago
  28. e1f709f hnb-test fix id resp by Neels Hofmeyr · 8 years ago
  29. 860a129 hnb-test: attempt to reply to an MM Identity Request by Neels Hofmeyr · 8 years ago
  30. b984f36 hnb-test: decode NAS pdu when receiving RUA from CN by Neels Hofmeyr · 8 years ago
  31. 3282870 hnb-test: tweak comment by Neels Hofmeyr · 8 years ago
  32. 7b81128 hnb-test: comment on gen_initue_lu() IMSI by Neels Hofmeyr · 8 years ago
  33. 0968a58 hnb-test: some rua rx printfs by Neels Hofmeyr · 8 years ago
  34. a0d2147 osmo-hnbgw, hnb-test: allow configuring VTY address by Neels Hofmeyr · 8 years ago
  35. 8f67f8e test-ranap.ok: fix expectations after commit 49f99cd26 by Neels Hofmeyr · 8 years ago
  36. 6a62e54 hnb-test: fix wrong domain indicator in ranap. by Neels Hofmeyr · 8 years ago
  37. b9f46a7 dummy_cn_sua: missing include by Neels Hofmeyr · 8 years ago
  38. 8592716 hnb-test: Increment UE conn_id for each new loc_upd_req by Daniel Willmann · 8 years ago
  39. b39bad1 dummy_cn: Respond to initial UE message with empty ranap message by Daniel Willmann · 8 years ago
  40. 11e912a Free ies struct after use in tests and hnbgw_cn/rua by Daniel Willmann · 9 years ago
  41. b02d77c tests/dummy_cn_sua.c: Fix ranap_common_cn include by Daniel Willmann · 9 years ago
  42. 5c6bd51 make ranap_common.cn.[ch] part of libosmo-ranap by Harald Welte · 9 years ago
  43. 8fa5d55 ranap_common_cn.c: Use call-backs rather than function calls by Harald Welte · 9 years ago
  44. 96979af move ranap_*.h,iu_helpers.h to include/osmocom/ranap/ by Neels Hofmeyr · 9 years ago
  45. f193c22 Fix -I in tests/ (broken by include dir changes) by Neels Hofmeyr · 9 years ago
  46. b66c5d0 move tests/rua_helper.[ch] to src directory by Harald Welte · 9 years ago
  47. 1f6bd7b add test-ranap to testsuite by Harald Welte · 9 years ago
  48. 06bc548 steps towards making 'make distcheck' work by Harald Welte · 9 years ago
  49. e8a4dc6 move asn1helpers.[ch] to libasn1c by Harald Welte · 9 years ago
  50. bdf3fd1 don't include hnbgw.h from ranap header files by Harald Welte · 9 years ago
  51. 056984f merge (+rename) iu_helpers.c into libosmo-ranap by Harald Welte · 9 years ago
  52. 0322feb Introduce libosmo-ranap.so as shared RANAP lib by Harald Welte · 9 years ago
  53. a575ebf test-ranap: Call new RANAP encoder functions from ranap_msg_factory.c by Harald Welte · 9 years ago
  54. 4928797 more verbose logging in various places by Harald Welte · 9 years ago
  55. 7bccc98 ranap_common_cn: Handle non-terminal 'outcome' for RAB-ASS.resp by Harald Welte · 9 years ago
  56. a31e63a ranap_common_cn: Fix typo by Harald Welte · 9 years ago
  57. 4e2783f Dummy CN: Handle RANAP payload of DISCONNET.ind by Harald Welte · 9 years ago
  58. 0744d6f dummy CN: Handle Iu Release Request (respond with Release Command) by Harald Welte · 9 years ago
  59. 1be24f1 dummy_cn_sua.c: Fix syntax errors by Harald Welte · 9 years ago
  60. 2bc20f8 Dummy CN: Create a per-UE connection context and resolve it. by Harald Welte · 9 years ago
  61. 2ebe42f properly resolve the cnlink from SUA signalling link by Harald Welte · 9 years ago
  62. cee5a28 don't double-free msgb's in rua_helper and ranap_common_cn by Harald Welte · 9 years ago
  63. 3aad6af add 'dummy cn' as a stub core netwrok element to which hnbgw connects by Harald Welte · 9 years ago
  64. 87ffeb9 factor out some common shared test init code by Harald Welte · 9 years ago
  65. 3cfa450 Add new common RANAP parsing code for CN elements by Harald Welte · 9 years ago
  66. ef89346 fix build if depenedencies are in distinct directories by Alexander Huemer · 9 years ago
  67. 7ac7e04 add rua_helper.[ch] missing from previous commit by Harald Welte · 9 years ago
  68. c385122 hnb-test: Add VTY to manually issue Iuh messages by Harald Welte · 9 years ago
  69. f8db61b First compiling (and leak-free) RANAP message generation functions by Harald Welte · 9 years ago
  70. d062df5 test-ranap.c: Further WIP, it now actually compiles by Harald Welte · 9 years ago
  71. 091039d test-ranap.c: More WIP code for convoluted RANAP message encoding by Harald Welte · 9 years ago
  72. 141a0ba hnb-test: Add an option to transmit multiple UE register/deregister msgs by Daniel Willmann · 9 years ago
  73. 6637a28 hnb-test: Handle closed connections correctly by Daniel Willmann · 9 years ago
  74. 19dedbb hnb-test: Send UE de-register after receiving the UE registration accept by Daniel Willmann · 9 years ago
  75. 92856e6 hnb-test.c: Remove pdus.h include as it is not used by Daniel Willmann · 9 years ago
  76. 3279780 hnb-test: Add HNBAP category and reduce MAIN loglevel to INFO by Daniel Willmann · 9 years ago
  77. d328c1a WIP: add some early code for generating required RANAP messages by Harald Welte · 9 years ago
  78. 29b9e00 Autotoolize the build by Daniel Willmann · 9 years ago
  79. a7b0240 hnb-test: Parse UE register accept by Daniel Willmann · 9 years ago
  80. 4e31250 hnb-test: Send UE register request by Daniel Willmann · 9 years ago
  81. 479cb30 hnb-test: Send HNB register request and parse the accept by Daniel Willmann · 9 years ago
  82. 4abdee0 hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfo by Daniel Willmann · 9 years ago
  83. d6a45b4 asn1helpers: Add 28 bit conversion function and use it for Cell ID by Daniel Willmann · 9 years ago
  84. a1e202e tests/hnb-test: Generate the HNBAP registration request from ASN.1 by Daniel Willmann · 9 years ago
  85. 4aeef6c hnb-test: Send hard-coded HNB register request for now by Daniel Willmann · 9 years ago
  86. 97374c0 tests: Add hnb-test to connect to hnbgw and tests its functions by Daniel Willmann · 9 years ago
  87. 9a12a4b test-helpers: Also print out hexdump of encoded bit string by Daniel Willmann · 9 years ago
  88. b2548fb asn1helpers, test-helpers: Use ntoh/hton* to convert integers by Daniel Willmann · 9 years ago
  89. e295643 test-hnbap: Check CID and Identity Info as well by Daniel Willmann · 9 years ago
  90. 23c86e3 test-hnbap: Use different types for UE request and accept IEs by Daniel Willmann · 9 years ago
  91. ea4c088 test-hnbap: Test decoding of the hnbap registration request by Daniel Willmann · 9 years ago
  92. 1a86955 tests/test-hnbap: Decode HNBAP UE Register accept as well by Daniel Willmann · 9 years ago
  93. 39e643a tests: Add test-hnbap to test en-/decoding of HNBAP messages by Daniel Willmann · 9 years ago
  94. 8ea918d tests: Test cropping of string still is NULL-terminated by Daniel Willmann · 9 years ago
  95. ec0e50e tests: Test asn1_strncpy function by Daniel Willmann · 9 years ago
  96. 54a9a14 tests: Test asn1_u32_to_bitstring and asn1bitstr_to_u32 by Daniel Willmann · 9 years ago
  97. 77847ad add copyright statement and AGPLv3 headers to source code files by Harald Welte · 9 years ago
  98. 35cbc11 add unit test for BCD encoding/decoding by Harald Welte · 9 years ago