1. f6e5605 ranap_parse_lai(): properly initialize out-arg, adjust test experr by Neels Hofmeyr · 8 years ago
  2. 3d12748 dummy-cn: add optarg, add --bind argument by Neels Hofmeyr · 8 years ago
  3. f44d12c ranap_msg_factory: Add keystatus parameter for security mode cmd by Daniel Willmann · 8 years ago
  4. 5ad72b9 hnb-test: receive Paging, add CL rx by Neels Hofmeyr · 8 years ago
  5. d045ceb hnbgw: add debug log about new CN links by Neels Hofmeyr · 8 years ago
  6. 630483b cosmetic: indentation fix by Neels Hofmeyr · 8 years ago
  7. 2b01f3a hnbgw_cn.c: fix uninitialized hnb_gw pointer by Neels Hofmeyr · 8 years ago
  8. 6503767 hnbgw_cn.c: pass cnlink instead of slink by Neels Hofmeyr · 8 years ago
  9. 525a69e cosmetic: comment typos by Neels Hofmeyr · 8 years ago
  10. bde4d3b hnb-test: request Iu Release, handle Iu Release Command by Neels Hofmeyr · 8 years ago
  11. 39fc881 ranap_common_cn.c: for now add more decoding that doesn't belong here by Neels Hofmeyr · 8 years ago
  12. f6e16b7 ranap_msg_factory: add Iu Release Complete msg generator by Neels Hofmeyr · 8 years ago
  13. 7e760acc add missing comment in ranap_msg_factory.c by Neels Hofmeyr · 8 years ago
  14. 4a0a69a hnb-test: add Security Mode Command handling by Neels Hofmeyr · 8 years ago
  15. a9f5566 ranap_msg_factory: add Security Mode Complete msg generator by Neels Hofmeyr · 8 years ago
  16. 68b7a47 RANAP Initiating msg: rx and free Security Mode Command by Neels Hofmeyr · 8 years ago
  17. c28ed37 hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt() by Neels Hofmeyr · 8 years ago
  18. 4470f93 hnb-test: simplify crossing message layers by Neels Hofmeyr · 8 years ago
  19. 26779f8 hnb-test: generate SRES from hardcoded Ki by Neels Hofmeyr · 8 years ago
  20. 37017f5 hnbgw_cn.c: add #include for inet_ntoa() by Neels Hofmeyr · 8 years ago
  21. 04861ef update dependencies in README file by Harald Welte · 8 years ago
  22. d7ad0ac hnb-test: parse_mm: assert MM pdisc by Neels Hofmeyr · 8 years ago
  23. 9987260 hnb-test: on auth response, make it seq nr 2 by Neels Hofmeyr · 8 years ago
  24. ad00d2b hnb-test: rx dtap: log message size by Neels Hofmeyr · 8 years ago
  25. 8c2b4ec hnb-test: don't segfault when msgb has no l3 by Neels Hofmeyr · 8 years ago
  26. a4540be hnbgw: set default RNC ID to 23 (for testing) by Neels Hofmeyr · 8 years ago
  27. 02be4e3 hnbgw: debug-log cn disconnect ind by Neels Hofmeyr · 8 years ago
  28. 0ff2443 hnbgw: add handle_cn_conn_conf() debug logging by Neels Hofmeyr · 8 years ago
  29. 1befe6b cosmetic: add comment to hnbgw_cnlink_init() by Neels Hofmeyr · 8 years ago
  30. 6341f4d hnbgw: set DMAIN loglevel to DEBUG by default by Neels Hofmeyr · 8 years ago
  31. 7c28f6f hnb-test: use gsm48_hdr_pdisc() and gsm48_hdr_msg_type() instead of bitmasks by Neels Hofmeyr · 8 years ago
  32. d8013d1 ranap_parse_lai(): Fix wrong BCD decoding for MNC. Add test. by Neels Hofmeyr · 8 years ago
  33. 8f4cd86 ranap_parse_lai(): add LAC size check, and log all parse errors by Neels Hofmeyr · 8 years ago
  34. e5c5525 rename README.msc to README by Neels Hofmeyr · 8 years ago
  35. e25faa8 hnb-test: print sent bytes by Neels Hofmeyr · 8 years ago
  36. 3588810 hnb-test: answer MM Authentication Request by Neels Hofmeyr · 8 years ago
  37. 5dbb7b2 hnb-test: print LU Reject by Neels Hofmeyr · 8 years ago
  38. d4598fa hnb-test: factor out MM header parsing by Neels Hofmeyr · 8 years ago
  39. 576f642 use of sccp_helpers: apply osmo_ name prefix addition by Neels Hofmeyr · 8 years ago
  40. 3da8608 Move sccp_helpers.[hc] to libosmo-sigtran by Neels Hofmeyr · 8 years ago
  41. c04eb53 hnb-test: send TMSI REALLOC COMPL only when LU ACC sent a TMSI by Neels Hofmeyr · 8 years ago
  42. f678036 build: use $top_srcdir instead of ../ by Neels Hofmeyr · 8 years ago
  43. 92b13bc fix build: move local include dir before sys installed one by Neels Hofmeyr · 8 years ago
  44. 5f9be1e hnb-test: make hnb-gw address configurable by Neels Hofmeyr · 8 years ago
  45. ae93712 hnb-test: add messages leading to Location Update Accept by Neels Hofmeyr · 8 years ago
  46. 5c1cc8c hnb-test: replace some hex vals with GSM48_* constants by Neels Hofmeyr · 8 years ago
  47. c164a97 hnb-test-ranap.c: fix missing return by Neels Hofmeyr · 8 years ago
  48. e1f709f hnb-test fix id resp by Neels Hofmeyr · 8 years ago
  49. 306bf18 avoid a warning by declaring struct gprs_ra_id opaquely by Neels Hofmeyr · 8 years ago
  50. 860a129 hnb-test: attempt to reply to an MM Identity Request by Neels Hofmeyr · 8 years ago
  51. b984f36 hnb-test: decode NAS pdu when receiving RUA from CN by Neels Hofmeyr · 8 years ago
  52. 3282870 hnb-test: tweak comment by Neels Hofmeyr · 8 years ago
  53. 7b81128 hnb-test: comment on gen_initue_lu() IMSI by Neels Hofmeyr · 8 years ago
  54. 0968a58 hnb-test: some rua rx printfs by Neels Hofmeyr · 8 years ago
  55. a0d2147 osmo-hnbgw, hnb-test: allow configuring VTY address by Neels Hofmeyr · 8 years ago
  56. 19dea8b asn1: Generate _free_*ies function declarations by Daniel Willmann · 8 years ago
  57. ce5b996 import TR 25.931 with examples of signalling procedures by Harald Welte · 8 years ago
  58. 8f67f8e test-ranap.ok: fix expectations after commit 49f99cd26 by Neels Hofmeyr · 8 years ago
  59. 635fac0 ranap: Add custom ranap_decode_rab_setupormodifieditemies() function by Daniel Willmann · 8 years ago
  60. 4870b99 ranap_common: Add helper function to get IP from transport layer addr by Daniel Willmann · 8 years ago
  61. 49f99cd ranap_msg_factory: Use network byte order for 16 bit mode_versions field by Daniel Willmann · 8 years ago
  62. eac3bf9 Better capture for PS Data by Daniel Willmann · 8 years ago
  63. 6c5fd75 doc: tweak protocols ascii art by Neels Hofmeyr · 8 years ago
  64. de111bc hnbgw: fix errmsg typo by Neels Hofmeyr · 8 years ago
  65. 110bb5c hnbgw vty: add logging commands by Neels Hofmeyr · 8 years ago
  66. 6a62e54 hnb-test: fix wrong domain indicator in ranap. by Neels Hofmeyr · 8 years ago
  67. b9f46a7 dummy_cn_sua: missing include by Neels Hofmeyr · 8 years ago
  68. 44beab9 hnbgw: hnb_context_alloc(): fix missing free, missing return, wrong error return type by Neels Hofmeyr · 8 years ago
  69. 8cf9107 ranap_common.h: declare ranap_parse_lai() by Neels Hofmeyr · 8 years ago
  70. 08834b1 Add pcap of successful PS/GTP data transfer with osmo-sgsn/ggsn by Daniel Willmann · 8 years ago
  71. 5f8c718 hnbgw: Print out the hnbgw context map per HNB by Daniel Willmann · 8 years ago
  72. 8592716 hnb-test: Increment UE conn_id for each new loc_upd_req by Daniel Willmann · 8 years ago
  73. b39bad1 dummy_cn: Respond to initial UE message with empty ranap message by Daniel Willmann · 8 years ago
  74. 4deab94 hnbgw: Mark ps_cnlink as ps by Daniel Willmann · 8 years ago
  75. defd299 context_map: Have one mapping per UE/cnlink combination by Daniel Willmann · 8 years ago
  76. 0118839 Revert "hnbgw_hnbap: Zero IEs_t before decode is called" by Daniel Willmann · 8 years ago
  77. 86a1405 asn1tostruct.py: Zero IEs_t target struct in decode function by Daniel Willmann · 8 years ago
  78. a2be99e Add readme to hint at mscgen by Neels Hofmeyr · 8 years ago
  79. 0e80104 Add ascii art protocol overview. by Neels Hofmeyr · 8 years ago
  80. 66965ca Add missing ranap_ies_defs.h (generated from 'make regen' but we want it committed) by Neels Hofmeyr · 8 years ago
  81. a8b6b1e hnbgw_hnbap: Zero IEs_t before decode is called by Daniel Willmann · 8 years ago
  82. c858fe9 ranap_common_cn: Free structs allocated through ranap_cn_rx_co() by Daniel Willmann · 8 years ago
  83. c35b298 ranap_common_cn: Free structs allocated through ranap_cn_rx_cl() by Daniel Willmann · 8 years ago
  84. 366dcf2 ranap_common_cn: Fix copy/paste bug when decoding outcome message by Daniel Willmann · 8 years ago
  85. 618f0f5 ranap_common_cn: Add missing break in switch statement by Daniel Willmann · 8 years ago
  86. 11e912a Free ies struct after use in tests and hnbgw_cn/rua by Daniel Willmann · 8 years ago
  87. b02d77c tests/dummy_cn_sua.c: Fix ranap_common_cn include by Daniel Willmann · 8 years ago
  88. d10002c asn1tostruct: Add memory free functions and use them in HNBAP by Daniel Willmann · 8 years ago
  89. b433b97 hnbgw_hnbap: Handle hnb deregister message as well by Daniel Willmann · 8 years ago
  90. 1ee089f hnbgw: When a HNB is released release associated UEs as well by Daniel Willmann · 8 years ago
  91. 6480cad hnbgw: Use libosmo-netif for SCCP connection handling by Daniel Willmann · 8 years ago
  92. 8fda362 Correct postprocessing of generated files by Daniel Willmann · 8 years ago
  93. f3d2c74 also 'sed' the include path of the ranap_common.h file by Harald Welte · 8 years ago
  94. 5c6bd51 make ranap_common.cn.[ch] part of libosmo-ranap by Harald Welte · 8 years ago
  95. 8fa5d55 ranap_common_cn.c: Use call-backs rather than function calls by Harald Welte · 8 years ago
  96. 96979af move ranap_*.h,iu_helpers.h to include/osmocom/ranap/ by Neels Hofmeyr · 8 years ago
  97. 1b0c9ec Fix install location to osmocom/ranap (without osmo-iuh) by Neels Hofmeyr · 8 years ago
  98. bea34f2 hnbap_common.c: Fix include path by Harald Welte · 8 years ago
  99. c13ebf7 asn1tostruct.py: don't generate unused local struct instances. by Neels Hofmeyr · 8 years ago
  100. 8f2007c gitignore (dummy-cn, testsuite.dir) by Neels Hofmeyr · 8 years ago