1. 96979af move ranap_*.h,iu_helpers.h to include/osmocom/ranap/ by Neels Hofmeyr · 9 years ago
  2. f193c22 Fix -I in tests/ (broken by include dir changes) by Neels Hofmeyr · 9 years ago
  3. b66c5d0 move tests/rua_helper.[ch] to src directory by Harald Welte · 9 years ago
  4. 1f6bd7b add test-ranap to testsuite by Harald Welte · 9 years ago
  5. 06bc548 steps towards making 'make distcheck' work by Harald Welte · 9 years ago
  6. e8a4dc6 move asn1helpers.[ch] to libasn1c by Harald Welte · 9 years ago
  7. bdf3fd1 don't include hnbgw.h from ranap header files by Harald Welte · 9 years ago
  8. 056984f merge (+rename) iu_helpers.c into libosmo-ranap by Harald Welte · 9 years ago
  9. 0322feb Introduce libosmo-ranap.so as shared RANAP lib by Harald Welte · 9 years ago
  10. a575ebf test-ranap: Call new RANAP encoder functions from ranap_msg_factory.c by Harald Welte · 9 years ago
  11. 4928797 more verbose logging in various places by Harald Welte · 9 years ago
  12. 7bccc98 ranap_common_cn: Handle non-terminal 'outcome' for RAB-ASS.resp by Harald Welte · 9 years ago
  13. a31e63a ranap_common_cn: Fix typo by Harald Welte · 9 years ago
  14. 4e2783f Dummy CN: Handle RANAP payload of DISCONNET.ind by Harald Welte · 9 years ago
  15. 0744d6f dummy CN: Handle Iu Release Request (respond with Release Command) by Harald Welte · 9 years ago
  16. 1be24f1 dummy_cn_sua.c: Fix syntax errors by Harald Welte · 9 years ago
  17. 2bc20f8 Dummy CN: Create a per-UE connection context and resolve it. by Harald Welte · 9 years ago
  18. 2ebe42f properly resolve the cnlink from SUA signalling link by Harald Welte · 9 years ago
  19. cee5a28 don't double-free msgb's in rua_helper and ranap_common_cn by Harald Welte · 9 years ago
  20. 3aad6af add 'dummy cn' as a stub core netwrok element to which hnbgw connects by Harald Welte · 9 years ago
  21. 87ffeb9 factor out some common shared test init code by Harald Welte · 9 years ago
  22. 3cfa450 Add new common RANAP parsing code for CN elements by Harald Welte · 9 years ago
  23. ef89346 fix build if depenedencies are in distinct directories by Alexander Huemer · 9 years ago
  24. 7ac7e04 add rua_helper.[ch] missing from previous commit by Harald Welte · 9 years ago
  25. c385122 hnb-test: Add VTY to manually issue Iuh messages by Harald Welte · 9 years ago
  26. f8db61b First compiling (and leak-free) RANAP message generation functions by Harald Welte · 9 years ago
  27. d062df5 test-ranap.c: Further WIP, it now actually compiles by Harald Welte · 9 years ago
  28. 091039d test-ranap.c: More WIP code for convoluted RANAP message encoding by Harald Welte · 9 years ago
  29. 141a0ba hnb-test: Add an option to transmit multiple UE register/deregister msgs by Daniel Willmann · 9 years ago
  30. 6637a28 hnb-test: Handle closed connections correctly by Daniel Willmann · 9 years ago
  31. 19dedbb hnb-test: Send UE de-register after receiving the UE registration accept by Daniel Willmann · 9 years ago
  32. 92856e6 hnb-test.c: Remove pdus.h include as it is not used by Daniel Willmann · 9 years ago
  33. 3279780 hnb-test: Add HNBAP category and reduce MAIN loglevel to INFO by Daniel Willmann · 9 years ago
  34. d328c1a WIP: add some early code for generating required RANAP messages by Harald Welte · 9 years ago
  35. 29b9e00 Autotoolize the build by Daniel Willmann · 9 years ago
  36. a7b0240 hnb-test: Parse UE register accept by Daniel Willmann · 9 years ago
  37. 4e31250 hnb-test: Send UE register request by Daniel Willmann · 9 years ago
  38. 479cb30 hnb-test: Send HNB register request and parse the accept by Daniel Willmann · 9 years ago
  39. 4abdee0 hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfo by Daniel Willmann · 9 years ago
  40. d6a45b4 asn1helpers: Add 28 bit conversion function and use it for Cell ID by Daniel Willmann · 9 years ago
  41. a1e202e tests/hnb-test: Generate the HNBAP registration request from ASN.1 by Daniel Willmann · 9 years ago
  42. 4aeef6c hnb-test: Send hard-coded HNB register request for now by Daniel Willmann · 9 years ago
  43. 97374c0 tests: Add hnb-test to connect to hnbgw and tests its functions by Daniel Willmann · 9 years ago
  44. 9a12a4b test-helpers: Also print out hexdump of encoded bit string by Daniel Willmann · 9 years ago
  45. b2548fb asn1helpers, test-helpers: Use ntoh/hton* to convert integers by Daniel Willmann · 9 years ago
  46. e295643 test-hnbap: Check CID and Identity Info as well by Daniel Willmann · 9 years ago
  47. 23c86e3 test-hnbap: Use different types for UE request and accept IEs by Daniel Willmann · 9 years ago
  48. ea4c088 test-hnbap: Test decoding of the hnbap registration request by Daniel Willmann · 9 years ago
  49. 1a86955 tests/test-hnbap: Decode HNBAP UE Register accept as well by Daniel Willmann · 9 years ago
  50. 39e643a tests: Add test-hnbap to test en-/decoding of HNBAP messages by Daniel Willmann · 9 years ago
  51. 8ea918d tests: Test cropping of string still is NULL-terminated by Daniel Willmann · 9 years ago
  52. ec0e50e tests: Test asn1_strncpy function by Daniel Willmann · 9 years ago
  53. 54a9a14 tests: Test asn1_u32_to_bitstring and asn1bitstr_to_u32 by Daniel Willmann · 9 years ago
  54. 77847ad add copyright statement and AGPLv3 headers to source code files by Harald Welte · 9 years ago
  55. 35cbc11 add unit test for BCD encoding/decoding by Harald Welte · 9 years ago