1. 90256ba Add a context mapper to map RUA ContextIDs <-> SUA Connection IDs by Harald Welte · 9 years ago
  2. f42317b Introduce DRANAP/DRUA log categories to separate logging by Harald Welte · 9 years ago
  3. f6d0138 fix copy/paste mistake in src/Makefile.am by Alexander Huemer · 9 years ago
  4. ffa7c0a use msgb_sctp_ppid() from libosmo-netif, remove local declaration by Harald Welte · 9 years ago
  5. 75a4e65 hnbgw: Add SUA client socket towards localhost by Harald Welte · 9 years ago
  6. 38a4f32 remove sigtran code, now part of libosmo-sccp by Harald Welte · 9 years ago
  7. 269b8ac hnbgw: Free msgb when connection is closed by Daniel Willmann · 9 years ago
  8. 541e429 hnbgw_hnbap.c: Clean up after encoding a UE register accept by Daniel Willmann · 9 years ago
  9. d174e76 asn1tostruct.py: Fix memory leaks in generated code by Daniel Willmann · 9 years ago
  10. 8aac21a Remove obsolete ffasn1c files. by Neels Hofmeyr · 9 years ago
  11. c51f735 really fix src/Makefile.am by Neels Hofmeyr · 9 years ago
  12. fec171d fix Makefile.am by Alexander Huemer · 9 years ago
  13. 6682a37 README, .gitignore by Neels Hofmeyr · 9 years ago
  14. 8960704 SUA: Ensure osmo_ prefix is used on all global symbols by Harald Welte · 9 years ago
  15. 70e84ab SUA: More FIXMEs by Harald Welte · 9 years ago
  16. 283c7fd Add WIP code for SCCP User Adaptation (SUA) and SCCP User SAP by Harald Welte · 9 years ago
  17. 71f73a2 move COPYING file to root directory by Harald Welte · 9 years ago
  18. ef5055c Makefile.am: Try to model the asn1tostruct.py generation dependencies by Harald Welte · 9 years ago
  19. e98dacd add TS 25.412 spec by Harald Welte · 9 years ago
  20. c32b0d9 Add various RANAP packet captures (pcap files) found on the net by Harald Welte · 9 years ago
  21. b2daa0d ranap ASN.1: Define IMSI as OCTET STRING to work around asn1c bug by Harald Welte · 9 years ago
  22. 0a3eafe ranap: Don' shift the RAB ID by 3 bits by Harald Welte · 9 years ago
  23. 94a62d5 ranap: No need for htonl() of IP addresses and the like by Harald Welte · 9 years ago
  24. b7f67c4 ranap: Don't forget ProtocolIE-CointainerPair around ProtocolIE-FieldPair by Harald Welte · 9 years ago
  25. de9055f Makefile.am: Replace .PHONY asn1tostruct.py rules by Harald Welte · 9 years ago
  26. f8db61b First compiling (and leak-free) RANAP message generation functions by Harald Welte · 9 years ago
  27. fcabec3 implement BIT_STRING_fromBuf() similar to OCTET_STRING_fromBuf() by Harald Welte · 9 years ago
  28. 1623278 ranap_common: Fix error cleanup path while generating IE Pair by Harald Welte · 9 years ago
  29. 04329dc {hnbap,rua,ranap}_common: check for encoding errors in new_ie() by Harald Welte · 9 years ago
  30. 6293913 {hnbap,ranap,rua}_common: use FREEMEM(), not free() directly by Harald Welte · 9 years ago
  31. 8526d15 hnbap/rua: Don't usse malloc() directly but use CALLOC() macro by Harald Welte · 9 years ago
  32. 9c397d4 ranap: Use CALLOC() macro of libasn1c by Harald Welte · 9 years ago
  33. 2676554 ranap: Ensure we free any intermediate dynamically allocated memory by Harald Welte · 9 years ago
  34. d062df5 test-ranap.c: Further WIP, it now actually compiles by Harald Welte · 9 years ago
  35. 9369018 RANAP: Split FormatInformationParameter / SDUParameterItem by Harald Welte · 9 years ago
  36. 091039d test-ranap.c: More WIP code for convoluted RANAP message encoding by Harald Welte · 9 years ago
  37. 141a0ba hnb-test: Add an option to transmit multiple UE register/deregister msgs by Daniel Willmann · 9 years ago
  38. 28b9ec1 Enable vty command to output talloc report by Daniel Willmann · 9 years ago
  39. 5f810f4 hnbgw_hnbap: Initialize return value and always return something by Daniel Willmann · 9 years ago
  40. 59d17d8 hnbap: Free ASN.1 components after they are no longer needed by Daniel Willmann · 9 years ago
  41. 6637a28 hnb-test: Handle closed connections correctly by Daniel Willmann · 9 years ago
  42. 19dedbb hnb-test: Send UE de-register after receiving the UE registration accept by Daniel Willmann · 9 years ago
  43. 92856e6 hnb-test.c: Remove pdus.h include as it is not used by Daniel Willmann · 9 years ago
  44. 3279780 hnb-test: Add HNBAP category and reduce MAIN loglevel to INFO by Daniel Willmann · 9 years ago
  45. bded984 hnbgw: Change logging priorities and add HNBAP category by Daniel Willmann · 9 years ago
  46. efceb18 hnbgw_hnbap: Process UEDeRegister and try to free correct UE by Daniel Willmann · 9 years ago
  47. 4267a29 hnbgw: Handle closed connections correctly by Daniel Willmann · 9 years ago
  48. 7c27f7b hnbgw: Lower level of SCTP notif. msg to debug and set default log level to info by Daniel Willmann · 9 years ago
  49. ace1d24 ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_t by Harald Welte · 9 years ago
  50. 462db35 hnbap_common: Fix copy+paste mistake (use hnbap msgb allocator) by Harald Welte · 9 years ago
  51. d328c1a WIP: add some early code for generating required RANAP messages by Harald Welte · 9 years ago
  52. c16117a Add ranap_generate_outcome() function by Harald Welte · 9 years ago
  53. 8dacb07 {hnbap,rua,ranap}_common.c: Reduce code duplicatioon by Harald Welte · 9 years ago
  54. cbaaeef {rua,hnbap,ranap}_common: Add missing encoding functions by Harald Welte · 9 years ago
  55. 08d5da6 hnbgw: Use the now-compiling RANAP encoder+decoder code by Harald Welte · 9 years ago
  56. 4969557 One further RANAP hacking session by Harald Welte · 9 years ago
  57. a0c7424 asn1tostruct: Avoid erroneous double-underscores by Harald Welte · 9 years ago
  58. 1c4d4bc Make .gitignore aware of autoconf artefacts by Harald Welte · 9 years ago
  59. 1989913 RANAP: Add more types/IEs to RANAP-PDU.asn and re-generate C by Harald Welte · 9 years ago
  60. fd5db06 Re-add the 'regen' targets lost in the automake transition by Harald Welte · 9 years ago
  61. 3297dba rename ASN_MODULE_FILES to ASN_MODULE_SOURCES by Harald Welte · 9 years ago
  62. 29b9e00 Autotoolize the build by Daniel Willmann · 9 years ago
  63. a7b0240 hnb-test: Parse UE register accept by Daniel Willmann · 9 years ago
  64. 9224731 asn1helpers: Fix 24 bit conversion function and use it in hnbgw_hnbap by Daniel Willmann · 9 years ago
  65. 4e31250 hnb-test: Send UE register request by Daniel Willmann · 9 years ago
  66. 479cb30 hnb-test: Send HNB register request and parse the accept by Daniel Willmann · 9 years ago
  67. 4abdee0 hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfo by Daniel Willmann · 9 years ago
  68. d6a45b4 asn1helpers: Add 28 bit conversion function and use it for Cell ID by Daniel Willmann · 9 years ago
  69. a1e202e tests/hnb-test: Generate the HNBAP registration request from ASN.1 by Daniel Willmann · 9 years ago
  70. 0e8ef67 hnbap_common: Add function to HNBAP generate initiating message by Daniel Willmann · 9 years ago
  71. f3685c2 asn1helpers: Add helper to convert u8/u16 to OCTET_STRING by Daniel Willmann · 9 years ago
  72. 4aeef6c hnb-test: Send hard-coded HNB register request for now by Daniel Willmann · 9 years ago
  73. 97374c0 tests: Add hnb-test to connect to hnbgw and tests its functions by Daniel Willmann · 9 years ago
  74. 56f6273 hnbgw: Add VTY commands to show info about connected HNBs and UEs by Daniel Willmann · 9 years ago
  75. 9a12a4b test-helpers: Also print out hexdump of encoded bit string by Daniel Willmann · 9 years ago
  76. b2548fb asn1helpers, test-helpers: Use ntoh/hton* to convert integers by Daniel Willmann · 9 years ago
  77. e295643 test-hnbap: Check CID and Identity Info as well by Daniel Willmann · 9 years ago
  78. 23c86e3 test-hnbap: Use different types for UE request and accept IEs by Daniel Willmann · 9 years ago
  79. e3adf0e asn1helpers: Fix asn1str_to_uX functions by Daniel Willmann · 9 years ago
  80. ea4c088 test-hnbap: Test decoding of the hnbap registration request by Daniel Willmann · 9 years ago
  81. 1a86955 tests/test-hnbap: Decode HNBAP UE Register accept as well by Daniel Willmann · 9 years ago
  82. 39e643a tests: Add test-hnbap to test en-/decoding of HNBAP messages by Daniel Willmann · 9 years ago
  83. 8ea918d tests: Test cropping of string still is NULL-terminated by Daniel Willmann · 9 years ago
  84. 53018e9 asn1helpers: Ensure that string is NULL-terminated by Daniel Willmann · 9 years ago
  85. ec0e50e tests: Test asn1_strncpy function by Daniel Willmann · 9 years ago
  86. 6e59d41 asn1helpers.c: Fix asn1bitstr_to_u32 function by Daniel Willmann · 9 years ago
  87. 54a9a14 tests: Test asn1_u32_to_bitstring and asn1bitstr_to_u32 by Daniel Willmann · 9 years ago
  88. cc5f7ca src/Makefile: Change order of dependencies so a clean checkout builds by Daniel Willmann · 9 years ago
  89. 9614d9a add more relevant/related specs by Harald Welte · 9 years ago
  90. 0bb1261 add asn1_u24_to_bitstring() by Harald Welte · 9 years ago
  91. 4dd16b9 make asn1bitstr_to_u32() work for sub-32bit bit-strings by Harald Welte · 9 years ago
  92. 77847ad add copyright statement and AGPLv3 headers to source code files by Harald Welte · 9 years ago
  93. 6286880 the Context ID is a 24bit number, we cannot use len = 4 bytes! by Harald Welte · 9 years ago
  94. 1c2ada0 ranap: receive/parse DirectTransfer by Harald Welte · 9 years ago
  95. 80401ad ranap: Parse InitialUE message and hex-print NAS PDU by Harald Welte · 9 years ago
  96. 0f0ea81 RUA: hand off RANAP from all PDU types, not just UnitDataTransfer by Harald Welte · 9 years ago
  97. cc27beb ranap: prepare decoding of InitialUE message by Harald Welte · 9 years ago
  98. 1d2c39d various cleanups (compiler warnings, coding style) by Harald Welte · 9 years ago
  99. 35cbc11 add unit test for BCD encoding/decoding by Harald Welte · 9 years ago
  100. 208b7b0 iu_helpers: fix encoding of BCD (like IMSI) into OCTET STING by Harald Welte · 9 years ago