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