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