1. cc5f7ca src/Makefile: Change order of dependencies so a clean checkout builds by Daniel Willmann · 9 years ago
  2. 9614d9a add more relevant/related specs by Harald Welte · 9 years ago
  3. 0bb1261 add asn1_u24_to_bitstring() by Harald Welte · 9 years ago
  4. 4dd16b9 make asn1bitstr_to_u32() work for sub-32bit bit-strings by Harald Welte · 9 years ago
  5. 77847ad add copyright statement and AGPLv3 headers to source code files by Harald Welte · 9 years ago
  6. 6286880 the Context ID is a 24bit number, we cannot use len = 4 bytes! by Harald Welte · 9 years ago
  7. 1c2ada0 ranap: receive/parse DirectTransfer by Harald Welte · 9 years ago
  8. 80401ad ranap: Parse InitialUE message and hex-print NAS PDU by Harald Welte · 9 years ago
  9. 0f0ea81 RUA: hand off RANAP from all PDU types, not just UnitDataTransfer by Harald Welte · 9 years ago
  10. cc27beb ranap: prepare decoding of InitialUE message by Harald Welte · 9 years ago
  11. 1d2c39d various cleanups (compiler warnings, coding style) by Harald Welte · 9 years ago
  12. 35cbc11 add unit test for BCD encoding/decoding by Harald Welte · 9 years ago
  13. 208b7b0 iu_helpers: fix encoding of BCD (like IMSI) into OCTET STING by Harald Welte · 9 years ago
  14. 393f2bd move BCD string encoding/decoding functions to iu_helpers.[ch] by Harald Welte · 9 years ago
  15. 3af1db8 hnbap: Print error messages in error cases by Harald Welte · 9 years ago
  16. 10dfc5a respond to HNBAP UE REGISTER REQ withe correspnding ACCEPT by Harald Welte · 9 years ago
  17. 256c67a ue context: fix linked list insert by Harald Welte · 9 years ago
  18. 6289cc6 remove obsolete asn1c makefiles in the asn1c/ hierarchy by Harald Welte · 9 years ago
  19. b534e5c introduce ue_context management by Harald Welte · 9 years ago
  20. e2e5d4d Back RUA/RANAP integration until RANAP Reset works for cs+ps by Harald Welte · 9 years ago
  21. 350814a first dispatch of RUA into RANAP by Harald Welte · 9 years ago
  22. ac9c024 ranap: Add more manual definitions to RANAP-PDUs by Harald Welte · 9 years ago
  23. 68fcff2 don't attempt to regenerate ranap-common, it is not auto generated! by Harald Welte · 9 years ago
  24. 64b4ebe rua: dispatch different message types and print context/cause by Harald Welte · 9 years ago
  25. 318e4d5 actually dispatch RUA messages to RUA handling code by Harald Welte · 9 years ago
  26. 656ad30 enable building + linking of RUA support by Harald Welte · 9 years ago
  27. 84839c0 asn1tostruct.py: Add support for type prefixing by Harald Welte · 9 years ago
  28. 3bc7ff0 hnbap Makefile: add asn1c include directory by Harald Welte · 9 years ago
  29. 71733fe add AGPLv3 license text by Harald Welte · 9 years ago
  30. b908f63 Add README file about current state by Harald Welte · 9 years ago
  31. 0ec7f13 Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing) by Harald Welte · 9 years ago
  32. b90c37d build + link to RUA and RANAP libraries by Harald Welte · 9 years ago
  33. ee09189 add asn1c generated C source for RANAP (and Makefile to regenerate) by Harald Welte · 9 years ago
  34. 019830c add asn1c generated RUA c+header files by Harald Welte · 9 years ago
  35. 3ca78c8 add Makefile.local to generate prefixed RUA code by Harald Welte · 9 years ago
  36. f2f3000 msgb_free() all received messages after handling by Harald Welte · 9 years ago
  37. 17878e2 avoid parsing SCTP noficiations as user data by Harald Welte · 9 years ago
  38. 7b54e32 hnbap: Don't enqueue a NULL msgb for transmit by Harald Welte · 9 years ago
  39. 9e270b4 hnbgw.c: Fix double-free in wait-queue transmit code by Harald Welte · 9 years ago
  40. 1c1c53c hnbap encode: don't pass 0 as available buffer space by Harald Welte · 9 years ago
  41. c060b7b more error logging in hnbap TX successful outcome by Harald Welte · 9 years ago
  42. cfcc1e6 use htonl(ppid) when sending a SCTP message by Harald Welte · 9 years ago
  43. 3f71256 Use implement HNBAP transmit using per-hnb write_queue by Harald Welte · 9 years ago
  44. 2204f9d hnbgw: zero-initialize the output struct before aper_decode() by Harald Welte · 9 years ago
  45. 5c11c94 hnbgw: Fix SCTP server/receiver by Harald Welte · 9 years ago
  46. 08a793b hnbgw: Initialize linked list header of hnbgw's by Harald Welte · 9 years ago
  47. 1c0f538 hnbgw: Bind to INADDR_ANY, not to localhost only by Harald Welte · 9 years ago
  48. 3858361 update .gitignore by Harald Welte · 9 years ago
  49. ff4750f cosmetics: asn1c now no longer explicitly states -fnative-types by Harald Welte · 9 years ago
  50. 08de638 start using the shared libasn1c, now that it has aper support by Harald Welte · 9 years ago
  51. 9da9697 makefile: asn1tostruct.py rules for RUA and RANAP by Harald Welte · 9 years ago
  52. 0bdea4d Makefile: chrdir to asn1c subdir and build library there by Harald Welte · 9 years ago
  53. d523a69 import ans1c generated C sources for HNBAP by Harald Welte · 9 years ago
  54. 11e0306 add .gitignore for src directory by Harald Welte · 9 years ago
  55. 76427b7 implement HNBAP_DEBUG via osmocore DEBUGP by Harald Welte · 9 years ago
  56. 339b8e2 successful has only one 'l' (copy+paste error) by Harald Welte · 9 years ago
  57. 4d42551 actually build + link the asn1c generated HNBAP ASN.1 by Harald Welte · 9 years ago
  58. 27f9c4a migration of code from ffasn1c to asn1c + asn1tostruct.py by Harald Welte · 9 years ago
  59. 547b76c asn1tostruct.py: Don't claim copyright on auto-generated code by Harald Welte · 9 years ago
  60. 245daf9 import ans1tostruct.py from Eurecom OpenAirInterface by Harald Welte · 9 years ago
  61. 1c2b568 HNBAP: Remove HNBRegisterAccept / HNBRegisterResposne naming inconsistency by Harald Welte · 9 years ago
  62. 8d60267 generate ASN.1 structures for each message withotu iformation object class by Harald Welte · 9 years ago
  63. 96ec96e asn1 syntax fixup for ffasn1c by Harald Welte · 9 years ago
  64. 3bd59c9 Add Procedure Codes and IEI constants to CommonDataTypes by Harald Welte · 9 years ago
  65. f24cabe RANAP: Further qualify Constants. They're not just integer by Harald Welte · 9 years ago
  66. 2facbad remove ffasn1c generated hnbap.[ch] from source by Harald Welte · 9 years ago
  67. ba404f9 RUA ASN.1 Rewrite to avoid information object classes by Harald Welte · 9 years ago
  68. 4f119e5 RANAP ASN.1 Rewrite to avoid information object classes by Harald Welte · 9 years ago
  69. 355d951 HNBAP ASN.1: Rewrite to avoid information object classes by Harald Welte · 9 years ago
  70. ee77cff hnbgw: Actually link in + call ffasn1c runtime library by Harald Welte · 9 years ago
  71. c3fa0b0 add iu_common.h using C structs to describe PER encoded Iu headers by Harald Welte · 9 years ago
  72. b866659 ADD IU-Common.asn as an attempt to unify the message parsing by Harald Welte · 9 years ago
  73. 30afef3 move asn.1 helper functions to asn1helpers.[ch] by Harald Welte · 9 years ago
  74. b3dae30 first compiling code (untested) by Harald Welte · 9 years ago
  75. ac0435b fixup ffasn1 by Harald Welte · 9 years ago
  76. 1458c09 give asn1c generated files more useful names by Harald Welte · 9 years ago
  77. a2e6a7a further tiny steps of progress on the hnb-gw infrastructure by Harald Welte · 9 years ago
  78. 6392710 add gitignore file by Harald Welte · 9 years ago
  79. e180c16 Add generated code for RUA using eurecom asn1tostruct.py by Harald Welte · 9 years ago
  80. c0e8e5c add ffasn1c generated code for HNBAP, RANAP and RUA by Harald Welte · 9 years ago
  81. ba43de4 very early intial code snippets for handling HNBAP in a HNB-GW by Harald Welte · 9 years ago
  82. 2e00202 some more textual notes regarding the specs by Harald Welte · 9 years ago
  83. 243b00b add various management / OML related specs (32.57x, 32.58x, 32.82x) by Harald Welte · 9 years ago
  84. ad27c6b add a first RANAP (but Iu, i.e. SCCP+M3UA) pcap file by Harald Welte · 9 years ago
  85. 1e9dfd5 add by_chapter and by_name symlinks to specs by Harald Welte · 9 years ago
  86. 4bc90aa Add Specs in DOC format, not just PDF by Harald Welte · 9 years ago
  87. 511365b RUA: Add missing RUA-PDU-Contents.asn and RUA-PDU-Descriptions.asn by Harald Welte · 9 years ago
  88. 8f2fb0c Import RANAP from 3GPP TS 25.413 V12.4.0 (2015-03) by Harald Welte · 9 years ago
  89. ac666f5 Import HNBAP asn.1 from 3GPP TS 25.469 V12.4.0 (2015-03) by Harald Welte · 9 years ago
  90. b1c6a2c add RUA asn.1 syntax from 3GPP TS 25.468 V12.1.0 (2014-12) by Harald Welte · 9 years ago
  91. a97e436 add Iuh relevant specs + some notes by Harald Welte · 9 years ago