Release v0.3.0 on 2018-05-03.
  1. 59d17d8 hnbap: Free ASN.1 components after they are no longer needed by Daniel Willmann · 9 years ago
  2. 6637a28 hnb-test: Handle closed connections correctly by Daniel Willmann · 9 years ago
  3. 19dedbb hnb-test: Send UE de-register after receiving the UE registration accept by Daniel Willmann · 9 years ago
  4. 92856e6 hnb-test.c: Remove pdus.h include as it is not used by Daniel Willmann · 9 years ago
  5. 3279780 hnb-test: Add HNBAP category and reduce MAIN loglevel to INFO by Daniel Willmann · 9 years ago
  6. bded984 hnbgw: Change logging priorities and add HNBAP category by Daniel Willmann · 9 years ago
  7. efceb18 hnbgw_hnbap: Process UEDeRegister and try to free correct UE by Daniel Willmann · 9 years ago
  8. 4267a29 hnbgw: Handle closed connections correctly by Daniel Willmann · 9 years ago
  9. 7c27f7b hnbgw: Lower level of SCTP notif. msg to debug and set default log level to info by Daniel Willmann · 9 years ago
  10. ace1d24 ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_t by Harald Welte · 9 years ago
  11. 462db35 hnbap_common: Fix copy+paste mistake (use hnbap msgb allocator) by Harald Welte · 9 years ago
  12. d328c1a WIP: add some early code for generating required RANAP messages by Harald Welte · 9 years ago
  13. c16117a Add ranap_generate_outcome() function by Harald Welte · 9 years ago
  14. 8dacb07 {hnbap,rua,ranap}_common.c: Reduce code duplicatioon by Harald Welte · 9 years ago
  15. cbaaeef {rua,hnbap,ranap}_common: Add missing encoding functions by Harald Welte · 9 years ago
  16. 08d5da6 hnbgw: Use the now-compiling RANAP encoder+decoder code by Harald Welte · 9 years ago
  17. 4969557 One further RANAP hacking session by Harald Welte · 9 years ago
  18. 1989913 RANAP: Add more types/IEs to RANAP-PDU.asn and re-generate C by Harald Welte · 9 years ago
  19. fd5db06 Re-add the 'regen' targets lost in the automake transition by Harald Welte · 9 years ago
  20. 3297dba rename ASN_MODULE_FILES to ASN_MODULE_SOURCES by Harald Welte · 9 years ago
  21. 29b9e00 Autotoolize the build by Daniel Willmann · 9 years ago
  22. a7b0240 hnb-test: Parse UE register accept by Daniel Willmann · 9 years ago
  23. 9224731 asn1helpers: Fix 24 bit conversion function and use it in hnbgw_hnbap by Daniel Willmann · 9 years ago
  24. 4e31250 hnb-test: Send UE register request by Daniel Willmann · 9 years ago
  25. 479cb30 hnb-test: Send HNB register request and parse the accept by Daniel Willmann · 9 years ago
  26. 4abdee0 hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfo by Daniel Willmann · 9 years ago
  27. d6a45b4 asn1helpers: Add 28 bit conversion function and use it for Cell ID by Daniel Willmann · 9 years ago
  28. a1e202e tests/hnb-test: Generate the HNBAP registration request from ASN.1 by Daniel Willmann · 9 years ago
  29. 0e8ef67 hnbap_common: Add function to HNBAP generate initiating message by Daniel Willmann · 9 years ago
  30. f3685c2 asn1helpers: Add helper to convert u8/u16 to OCTET_STRING by Daniel Willmann · 9 years ago
  31. 4aeef6c hnb-test: Send hard-coded HNB register request for now by Daniel Willmann · 9 years ago
  32. 97374c0 tests: Add hnb-test to connect to hnbgw and tests its functions by Daniel Willmann · 9 years ago
  33. 56f6273 hnbgw: Add VTY commands to show info about connected HNBs and UEs by Daniel Willmann · 9 years ago
  34. 9a12a4b test-helpers: Also print out hexdump of encoded bit string by Daniel Willmann · 9 years ago
  35. b2548fb asn1helpers, test-helpers: Use ntoh/hton* to convert integers by Daniel Willmann · 9 years ago
  36. e295643 test-hnbap: Check CID and Identity Info as well by Daniel Willmann · 9 years ago
  37. 23c86e3 test-hnbap: Use different types for UE request and accept IEs by Daniel Willmann · 9 years ago
  38. e3adf0e asn1helpers: Fix asn1str_to_uX functions by Daniel Willmann · 9 years ago
  39. ea4c088 test-hnbap: Test decoding of the hnbap registration request by Daniel Willmann · 9 years ago
  40. 1a86955 tests/test-hnbap: Decode HNBAP UE Register accept as well by Daniel Willmann · 9 years ago
  41. 39e643a tests: Add test-hnbap to test en-/decoding of HNBAP messages by Daniel Willmann · 9 years ago
  42. 8ea918d tests: Test cropping of string still is NULL-terminated by Daniel Willmann · 9 years ago
  43. 53018e9 asn1helpers: Ensure that string is NULL-terminated by Daniel Willmann · 9 years ago
  44. ec0e50e tests: Test asn1_strncpy function by Daniel Willmann · 9 years ago
  45. 6e59d41 asn1helpers.c: Fix asn1bitstr_to_u32 function by Daniel Willmann · 9 years ago
  46. 54a9a14 tests: Test asn1_u32_to_bitstring and asn1bitstr_to_u32 by Daniel Willmann · 9 years ago
  47. cc5f7ca src/Makefile: Change order of dependencies so a clean checkout builds by Daniel Willmann · 9 years ago
  48. 0bb1261 add asn1_u24_to_bitstring() by Harald Welte · 9 years ago
  49. 4dd16b9 make asn1bitstr_to_u32() work for sub-32bit bit-strings by Harald Welte · 9 years ago
  50. 77847ad add copyright statement and AGPLv3 headers to source code files by Harald Welte · 9 years ago
  51. 6286880 the Context ID is a 24bit number, we cannot use len = 4 bytes! by Harald Welte · 9 years ago
  52. 1c2ada0 ranap: receive/parse DirectTransfer by Harald Welte · 9 years ago
  53. 80401ad ranap: Parse InitialUE message and hex-print NAS PDU by Harald Welte · 9 years ago
  54. 0f0ea81 RUA: hand off RANAP from all PDU types, not just UnitDataTransfer by Harald Welte · 9 years ago
  55. cc27beb ranap: prepare decoding of InitialUE message by Harald Welte · 9 years ago
  56. 1d2c39d various cleanups (compiler warnings, coding style) by Harald Welte · 9 years ago
  57. 35cbc11 add unit test for BCD encoding/decoding by Harald Welte · 9 years ago
  58. 208b7b0 iu_helpers: fix encoding of BCD (like IMSI) into OCTET STING by Harald Welte · 9 years ago
  59. 393f2bd move BCD string encoding/decoding functions to iu_helpers.[ch] by Harald Welte · 9 years ago
  60. 3af1db8 hnbap: Print error messages in error cases by Harald Welte · 9 years ago
  61. 10dfc5a respond to HNBAP UE REGISTER REQ withe correspnding ACCEPT by Harald Welte · 9 years ago
  62. 256c67a ue context: fix linked list insert by Harald Welte · 9 years ago
  63. b534e5c introduce ue_context management by Harald Welte · 9 years ago
  64. e2e5d4d Back RUA/RANAP integration until RANAP Reset works for cs+ps by Harald Welte · 9 years ago
  65. 350814a first dispatch of RUA into RANAP by Harald Welte · 9 years ago
  66. ac9c024 ranap: Add more manual definitions to RANAP-PDUs by Harald Welte · 9 years ago
  67. 68fcff2 don't attempt to regenerate ranap-common, it is not auto generated! by Harald Welte · 9 years ago
  68. 64b4ebe rua: dispatch different message types and print context/cause by Harald Welte · 9 years ago
  69. 318e4d5 actually dispatch RUA messages to RUA handling code by Harald Welte · 9 years ago
  70. 656ad30 enable building + linking of RUA support by Harald Welte · 9 years ago
  71. 3bc7ff0 hnbap Makefile: add asn1c include directory by Harald Welte · 9 years ago
  72. 71733fe add AGPLv3 license text by Harald Welte · 9 years ago
  73. 0ec7f13 Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing) by Harald Welte · 9 years ago
  74. b90c37d build + link to RUA and RANAP libraries by Harald Welte · 9 years ago
  75. ee09189 add asn1c generated C source for RANAP (and Makefile to regenerate) by Harald Welte · 9 years ago
  76. 019830c add asn1c generated RUA c+header files by Harald Welte · 9 years ago
  77. 3ca78c8 add Makefile.local to generate prefixed RUA code by Harald Welte · 9 years ago
  78. f2f3000 msgb_free() all received messages after handling by Harald Welte · 9 years ago
  79. 17878e2 avoid parsing SCTP noficiations as user data by Harald Welte · 9 years ago
  80. 7b54e32 hnbap: Don't enqueue a NULL msgb for transmit by Harald Welte · 9 years ago
  81. 9e270b4 hnbgw.c: Fix double-free in wait-queue transmit code by Harald Welte · 9 years ago
  82. 1c1c53c hnbap encode: don't pass 0 as available buffer space by Harald Welte · 9 years ago
  83. c060b7b more error logging in hnbap TX successful outcome by Harald Welte · 9 years ago
  84. cfcc1e6 use htonl(ppid) when sending a SCTP message by Harald Welte · 9 years ago
  85. 3f71256 Use implement HNBAP transmit using per-hnb write_queue by Harald Welte · 9 years ago
  86. 2204f9d hnbgw: zero-initialize the output struct before aper_decode() by Harald Welte · 9 years ago
  87. 5c11c94 hnbgw: Fix SCTP server/receiver by Harald Welte · 9 years ago
  88. 08a793b hnbgw: Initialize linked list header of hnbgw's by Harald Welte · 9 years ago
  89. 1c0f538 hnbgw: Bind to INADDR_ANY, not to localhost only by Harald Welte · 9 years ago
  90. 3858361 update .gitignore by Harald Welte · 9 years ago
  91. ff4750f cosmetics: asn1c now no longer explicitly states -fnative-types by Harald Welte · 9 years ago
  92. 08de638 start using the shared libasn1c, now that it has aper support by Harald Welte · 9 years ago
  93. 9da9697 makefile: asn1tostruct.py rules for RUA and RANAP by Harald Welte · 9 years ago
  94. 0bdea4d Makefile: chrdir to asn1c subdir and build library there by Harald Welte · 9 years ago
  95. d523a69 import ans1c generated C sources for HNBAP by Harald Welte · 9 years ago
  96. 11e0306 add .gitignore for src directory by Harald Welte · 9 years ago
  97. 76427b7 implement HNBAP_DEBUG via osmocore DEBUGP by Harald Welte · 9 years ago
  98. 339b8e2 successful has only one 'l' (copy+paste error) by Harald Welte · 9 years ago
  99. 4d42551 actually build + link the asn1c generated HNBAP ASN.1 by Harald Welte · 9 years ago
  100. 27f9c4a migration of code from ffasn1c to asn1c + asn1tostruct.py by Harald Welte · 9 years ago