1. ad00d2b hnb-test: rx dtap: log message size by Neels Hofmeyr · 8 years ago
  2. 8c2b4ec hnb-test: don't segfault when msgb has no l3 by Neels Hofmeyr · 8 years ago
  3. a4540be hnbgw: set default RNC ID to 23 (for testing) by Neels Hofmeyr · 8 years ago
  4. 02be4e3 hnbgw: debug-log cn disconnect ind by Neels Hofmeyr · 8 years ago
  5. 0ff2443 hnbgw: add handle_cn_conn_conf() debug logging by Neels Hofmeyr · 8 years ago
  6. 1befe6b cosmetic: add comment to hnbgw_cnlink_init() by Neels Hofmeyr · 8 years ago
  7. 6341f4d hnbgw: set DMAIN loglevel to DEBUG by default by Neels Hofmeyr · 8 years ago
  8. 7c28f6f hnb-test: use gsm48_hdr_pdisc() and gsm48_hdr_msg_type() instead of bitmasks by Neels Hofmeyr · 8 years ago
  9. d8013d1 ranap_parse_lai(): Fix wrong BCD decoding for MNC. Add test. by Neels Hofmeyr · 8 years ago
  10. 8f4cd86 ranap_parse_lai(): add LAC size check, and log all parse errors by Neels Hofmeyr · 8 years ago
  11. e5c5525 rename README.msc to README by Neels Hofmeyr · 8 years ago
  12. e25faa8 hnb-test: print sent bytes by Neels Hofmeyr · 8 years ago
  13. 3588810 hnb-test: answer MM Authentication Request by Neels Hofmeyr · 8 years ago
  14. 5dbb7b2 hnb-test: print LU Reject by Neels Hofmeyr · 8 years ago
  15. d4598fa hnb-test: factor out MM header parsing by Neels Hofmeyr · 8 years ago
  16. 576f642 use of sccp_helpers: apply osmo_ name prefix addition by Neels Hofmeyr · 8 years ago
  17. 3da8608 Move sccp_helpers.[hc] to libosmo-sigtran by Neels Hofmeyr · 8 years ago
  18. c04eb53 hnb-test: send TMSI REALLOC COMPL only when LU ACC sent a TMSI by Neels Hofmeyr · 8 years ago
  19. f678036 build: use $top_srcdir instead of ../ by Neels Hofmeyr · 8 years ago
  20. 92b13bc fix build: move local include dir before sys installed one by Neels Hofmeyr · 8 years ago
  21. 5f9be1e hnb-test: make hnb-gw address configurable by Neels Hofmeyr · 8 years ago
  22. ae93712 hnb-test: add messages leading to Location Update Accept by Neels Hofmeyr · 8 years ago
  23. 5c1cc8c hnb-test: replace some hex vals with GSM48_* constants by Neels Hofmeyr · 8 years ago
  24. c164a97 hnb-test-ranap.c: fix missing return by Neels Hofmeyr · 8 years ago
  25. e1f709f hnb-test fix id resp by Neels Hofmeyr · 8 years ago
  26. 306bf18 avoid a warning by declaring struct gprs_ra_id opaquely by Neels Hofmeyr · 8 years ago
  27. 860a129 hnb-test: attempt to reply to an MM Identity Request by Neels Hofmeyr · 8 years ago
  28. b984f36 hnb-test: decode NAS pdu when receiving RUA from CN by Neels Hofmeyr · 8 years ago
  29. 3282870 hnb-test: tweak comment by Neels Hofmeyr · 8 years ago
  30. 7b81128 hnb-test: comment on gen_initue_lu() IMSI by Neels Hofmeyr · 8 years ago
  31. 0968a58 hnb-test: some rua rx printfs by Neels Hofmeyr · 8 years ago
  32. a0d2147 osmo-hnbgw, hnb-test: allow configuring VTY address by Neels Hofmeyr · 8 years ago
  33. 19dea8b asn1: Generate _free_*ies function declarations by Daniel Willmann · 8 years ago
  34. ce5b996 import TR 25.931 with examples of signalling procedures by Harald Welte · 8 years ago
  35. 8f67f8e test-ranap.ok: fix expectations after commit 49f99cd26 by Neels Hofmeyr · 8 years ago
  36. 635fac0 ranap: Add custom ranap_decode_rab_setupormodifieditemies() function by Daniel Willmann · 8 years ago
  37. 4870b99 ranap_common: Add helper function to get IP from transport layer addr by Daniel Willmann · 8 years ago
  38. 49f99cd ranap_msg_factory: Use network byte order for 16 bit mode_versions field by Daniel Willmann · 8 years ago
  39. eac3bf9 Better capture for PS Data by Daniel Willmann · 8 years ago
  40. 6c5fd75 doc: tweak protocols ascii art by Neels Hofmeyr · 8 years ago
  41. de111bc hnbgw: fix errmsg typo by Neels Hofmeyr · 8 years ago
  42. 110bb5c hnbgw vty: add logging commands by Neels Hofmeyr · 8 years ago
  43. 6a62e54 hnb-test: fix wrong domain indicator in ranap. by Neels Hofmeyr · 8 years ago
  44. b9f46a7 dummy_cn_sua: missing include by Neels Hofmeyr · 8 years ago
  45. 44beab9 hnbgw: hnb_context_alloc(): fix missing free, missing return, wrong error return type by Neels Hofmeyr · 8 years ago
  46. 8cf9107 ranap_common.h: declare ranap_parse_lai() by Neels Hofmeyr · 8 years ago
  47. 08834b1 Add pcap of successful PS/GTP data transfer with osmo-sgsn/ggsn by Daniel Willmann · 8 years ago
  48. 5f8c718 hnbgw: Print out the hnbgw context map per HNB by Daniel Willmann · 8 years ago
  49. 8592716 hnb-test: Increment UE conn_id for each new loc_upd_req by Daniel Willmann · 8 years ago
  50. b39bad1 dummy_cn: Respond to initial UE message with empty ranap message by Daniel Willmann · 8 years ago
  51. 4deab94 hnbgw: Mark ps_cnlink as ps by Daniel Willmann · 8 years ago
  52. defd299 context_map: Have one mapping per UE/cnlink combination by Daniel Willmann · 8 years ago
  53. 0118839 Revert "hnbgw_hnbap: Zero IEs_t before decode is called" by Daniel Willmann · 8 years ago
  54. 86a1405 asn1tostruct.py: Zero IEs_t target struct in decode function by Daniel Willmann · 8 years ago
  55. a2be99e Add readme to hint at mscgen by Neels Hofmeyr · 8 years ago
  56. 0e80104 Add ascii art protocol overview. by Neels Hofmeyr · 8 years ago
  57. 66965ca Add missing ranap_ies_defs.h (generated from 'make regen' but we want it committed) by Neels Hofmeyr · 8 years ago
  58. a8b6b1e hnbgw_hnbap: Zero IEs_t before decode is called by Daniel Willmann · 8 years ago
  59. c858fe9 ranap_common_cn: Free structs allocated through ranap_cn_rx_co() by Daniel Willmann · 8 years ago
  60. c35b298 ranap_common_cn: Free structs allocated through ranap_cn_rx_cl() by Daniel Willmann · 8 years ago
  61. 366dcf2 ranap_common_cn: Fix copy/paste bug when decoding outcome message by Daniel Willmann · 8 years ago
  62. 618f0f5 ranap_common_cn: Add missing break in switch statement by Daniel Willmann · 8 years ago
  63. 11e912a Free ies struct after use in tests and hnbgw_cn/rua by Daniel Willmann · 8 years ago
  64. b02d77c tests/dummy_cn_sua.c: Fix ranap_common_cn include by Daniel Willmann · 8 years ago
  65. d10002c asn1tostruct: Add memory free functions and use them in HNBAP by Daniel Willmann · 8 years ago
  66. b433b97 hnbgw_hnbap: Handle hnb deregister message as well by Daniel Willmann · 9 years ago
  67. 1ee089f hnbgw: When a HNB is released release associated UEs as well by Daniel Willmann · 9 years ago
  68. 6480cad hnbgw: Use libosmo-netif for SCCP connection handling by Daniel Willmann · 9 years ago
  69. 8fda362 Correct postprocessing of generated files by Daniel Willmann · 9 years ago
  70. f3d2c74 also 'sed' the include path of the ranap_common.h file by Harald Welte · 9 years ago
  71. 5c6bd51 make ranap_common.cn.[ch] part of libosmo-ranap by Harald Welte · 9 years ago
  72. 8fa5d55 ranap_common_cn.c: Use call-backs rather than function calls by Harald Welte · 9 years ago
  73. 96979af move ranap_*.h,iu_helpers.h to include/osmocom/ranap/ by Neels Hofmeyr · 9 years ago
  74. 1b0c9ec Fix install location to osmocom/ranap (without osmo-iuh) by Neels Hofmeyr · 9 years ago
  75. bea34f2 hnbap_common.c: Fix include path by Harald Welte · 9 years ago
  76. c13ebf7 asn1tostruct.py: don't generate unused local struct instances. by Neels Hofmeyr · 9 years ago
  77. 8f2007c gitignore (dummy-cn, testsuite.dir) by Neels Hofmeyr · 9 years ago
  78. 0de6b94 rebuild en/decoders when asn1tostruct.py changed by Neels Hofmeyr · 9 years ago
  79. f193c22 Fix -I in tests/ (broken by include dir changes) by Neels Hofmeyr · 9 years ago
  80. 4107a58 Fix subdirs of include/osmocom/Makefile.am by Neels Hofmeyr · 9 years ago
  81. 8c7556e install only ranap headers, make rua and hnbap headers 'noinst'. by Neels Hofmeyr · 9 years ago
  82. f1f2d7c Remove osmo-iuh subdir level from include/ (2/2) by Neels Hofmeyr · 9 years ago
  83. aca8f19 Remove osmo-iuh subdir level from include/ (1/2) by Neels Hofmeyr · 9 years ago
  84. 5f1a39f gitignore m4 and libosmo-ranap.pc by Neels Hofmeyr · 9 years ago
  85. c04a96c move asn1 headers to include/ dir (5/5) by Neels Hofmeyr · 9 years ago
  86. 16c9766 move asn1 headers to include/ dir (4/5) by Neels Hofmeyr · 9 years ago
  87. e8b1465 move asn1 headers to include/ dir (3/5) by Neels Hofmeyr · 9 years ago
  88. b042937 move asn1 headers to include/ dir (2/5) by Neels Hofmeyr · 9 years ago
  89. 5aabad1 move asn1 headers to include/ dir (1/5) by Neels Hofmeyr · 9 years ago
  90. 216ac21 add pkg-config file for libosmo-ranap by Harald Welte · 9 years ago
  91. 3761ef4 add git-version-gen to auto-generate git based version number by Harald Welte · 9 years ago
  92. b66c5d0 move tests/rua_helper.[ch] to src directory by Harald Welte · 9 years ago
  93. 1f6bd7b add test-ranap to testsuite by Harald Welte · 9 years ago
  94. 06bc548 steps towards making 'make distcheck' work by Harald Welte · 9 years ago
  95. e8a4dc6 move asn1helpers.[ch] to libasn1c by Harald Welte · 9 years ago
  96. bdf3fd1 don't include hnbgw.h from ranap header files by Harald Welte · 9 years ago
  97. de6a11b update .gitignore by Harald Welte · 9 years ago
  98. 056984f merge (+rename) iu_helpers.c into libosmo-ranap by Harald Welte · 9 years ago
  99. a95d5a5 Makefile restructuring; install ranap header files by Harald Welte · 9 years ago
  100. 0322feb Introduce libosmo-ranap.so as shared RANAP lib by Harald Welte · 9 years ago