1. 2286c1b ipa_proto.erl: Implement TCP/IPA reassembly by Pau Espin Pedrol · 9 weeks ago master
  2. 414a618 ipa: fix empty IPA CCM ID Tags by Alexander Couzens · 9 months ago
  3. c26105e ipa_proto: start_listen: use correct ok/error pattern by Alexander Couzens · 10 months ago
  4. bb49f95 cosmetic: ipa_proto.erl: Fix trailing whitespace by Pau Espin Pedrol · 9 weeks ago
  5. 3c6cdc5 treewide: remove FSF address by Oliver Smith · 2 years, 5 months ago
  6. 7a8b1ba ebin/app: Add missing ipa_proto_ccm module by Matt Johnson · 3 years, 7 months ago
  7. 4621456 ipa_proto: Allow configuring ack initiation behavior by Matt Johnson · 3 years, 8 months ago
  8. 44a4dd6 ipa_proto: Implement ccm response with variable options by Matt Johnson · 3 years, 8 months ago
  9. 515aa33 ipa_proto: Hook ipa_proto_ccm into the handling of CCM messages by Harald Welte · 4 years, 8 months ago
  10. 0c40c62 Add IPA CCM protocol encoder/decoder by Harald Welte · 4 years, 8 months ago
  11. 3b95a7c ipa_proto: Add notion of 'codecs' by Harald Welte · 4 years, 9 months ago
  12. d0f391e ipa_proto: Add support for Osmocom Extended Stream IDs by Harald Welte · 4 years, 9 months ago
  13. df195a4 contrib/jenkins.sh: new file by Oliver Smith · 4 years, 3 months ago
  14. c9f3178 make it compile with modern Erlang (22.0) by Harald Welte · 4 years, 9 months ago
  15. be87545 port to rebar3 by Harald Welte · 4 years, 9 months ago
  16. 48c07f0 make use of local IP address of #sigtran_peer actually work by Harald Welte · 11 years ago
  17. e126068 sctp_core: respect local IP of sigtran peer by Harald Welte · 11 years ago
  18. e9c97f8 ss7_links: make sure IP addresses are canonical before sctp_handler by Harald Welte · 11 years ago
  19. d44e3ea permit configuration of links, linksets and routes in app config by Harald Welte · 11 years ago
  20. bd88eb1 osmo_util: introduce convenience wrappers around application:get_env() by Harald Welte · 11 years ago
  21. fe6ef13 fix MTP3 eunit test case DPC/OPC switch by Harald Welte · 11 years ago
  22. 287a3fd M2UA: Send connect request after ASP_ACTIVATE_ACK by Harald Welte · 11 years ago
  23. 0402b8f MTP3: OPC and DPC elements were switched by Harald Welte · 11 years ago
  24. 7ccc15e M2UA: Send interface identifier and 'mode override' in ASP_ACTIVE_REQ by Harald Welte · 11 years ago
  25. cf74df5 sctp_m2ua: work as SG and ASP; encode #mtp3_msg{} before handing it to M2UA by Harald Welte · 11 years ago
  26. 48e4528 xua_codec: convert integer to binary and truncate binary to length by Harald Welte · 11 years ago
  27. a5dfd5b m3ua_core: handle 'sctp_paddr_change' event by Harald Welte · 11 years ago
  28. 9b9ec4a xua_asp_fsm: don't start any timers in 'sg' role by Harald Welte · 11 years ago
  29. 0b92866 ss7_link_m2ua: handle_info() is used instead of handle_cast() by Harald Welte · 11 years ago
  30. ad6e5a9 xua_asp_fsm: match {next_state, X, Y} return value from callback module by Harald Welte · 11 years ago
  31. f76565a sctp_m2ua: don't suppress any ASP_UP events from becoming visible to user by Harald Welte · 11 years ago
  32. 799b2fc remove dead commented out code by Harald Welte · 11 years ago
  33. 4540ecd sctp_m2ua: ignore ASP-UP.ind in case of passive/listen mode by Harald Welte · 11 years ago
  34. a540950 xua_asp_fsm: fix typo by Harald Welte · 11 years ago
  35. 0d8af6b xua_asp_fsm: add support for SG mode in addition to existing ASP mode by Harald Welte · 11 years ago
  36. 7266d7e sctp_core: handle shutdown_comp sctp event. by Harald Welte · 11 years ago
  37. c3cc853 add ss7_links:role2sctp_role() by Harald Welte · 11 years ago
  38. e861700 osmo_ss7.hrl: add type annotations by Harald Welte · 11 years ago
  39. 317cee0 add 'role' to #sigtran_link{} indicating sg or asp role by Harald Welte · 11 years ago
  40. fdf2653 sctp_sua: use 'undefined' for AS Pid by Harald Welte · 11 years ago
  41. dd03995 sctp_core: register process name and listen to SCTP socket in passive mode by Harald Welte · 11 years ago
  42. 43ceb09 xua_asp_fsm: Only send ASPAS event from ASP to AS if AS pid != undefined by Harald Welte · 11 years ago
  43. 69b5f27 sctp_sua: Change number of arguments to xua_asp_fsm:init() by Harald Welte · 11 years ago
  44. 5c9f3b5 hook up the existing m2ua code into the ss7_link infrastructure by Harald Welte · 11 years ago
  45. 049ee73 isup_codec: add gen_party_number() helper by Harald Welte · 11 years ago
  46. a0d2d96 m3ua_core: handle shutdown_comp SCTP evnt by Harald Welte · 11 years ago
  47. d49aa21 handle non-tuple return value of TupleCB by Tobias Engel · 11 years ago
  48. ef77047 Fix error in MTP3MG parsing code by Harald Welte · 11 years ago
  49. eef6ce4 add xua_asp_test module to repository (was in my local tree only) by Harald Welte · 12 years ago
  50. e58b38f make module compile again (m2ua->xua changes) by Harald Welte · 12 years ago
  51. dd35d2c xua_asp_fsm: Add start_link/6 by Harald Welte · 12 years ago
  52. 312a1eb xua_as_fsm: ignore ASP_DOWN in AS-PENDING and fix state list generation by Harald Welte · 12 years ago
  53. eb61885 xua_asp_fsm: wrap next_state/1 and signal ASP state chg to AS by Harald Welte · 12 years ago
  54. 09a80c0 sg_as_sup: introduc get_as_fsm_name/1 by Harald Welte · 12 years ago
  55. 7c3ec17 xua_as_fsm: fix use of lists:all/2 and introduc create_asp/2 by Harald Welte · 12 years ago
  56. ee7964c make the SG AS/ASP supervisor hierarchy work by Harald Welte · 12 years ago
  57. 108c4b7 M2UA: some important parameter types by Harald Welte · 12 years ago
  58. fbd4f73 add new AS and ASP supervisors as well as FSM for AS by Harald Welte · 12 years ago
  59. 0fbcc82 add some more M2UA related definitions by Harald Welte · 12 years ago
  60. 231ae0b M2UA Codec: Use generic xUA codec instead by Harald Welte · 12 years ago
  61. f8bf032 add compatibility clause for Erlang Public License by Harald Welte · 12 years ago
  62. 92e783d rename sua_codec to generic xua_codec by Harald Welte · 12 years ago
  63. 7aff8fb sua_codec: rename generic part from sua -> xua by Harald Welte · 12 years ago
  64. bd63ade sctp_sua: Pass connectionless msgs to SCCP by Harald Welte · 12 years ago
  65. 48a7b19 remove debug output by Harald Welte · 12 years ago
  66. 1a82d20 sccp_codec: Adapt eunit test case to recent code changes by Harald Welte · 12 years ago
  67. 4e159db sua_codec: Adapt test to recent code changes by Harald Welte · 12 years ago
  68. d36ad22 mtp3_codec: update eunit test with recent code change by Harald Welte · 12 years ago
  69. a4a6f9b ss7_links: no longer 'link' processes creating a linkset by Harald Welte · 12 years ago
  70. 79e233f osmo_util: add new asn_val() function by Harald Welte · 12 years ago
  71. 7580dc5 ss7_links: add type annotations by Harald Welte · 12 years ago
  72. 31da1fd IPA ss7_link: Construct fake mtp3_routing_label{} by Harald Welte · 12 years ago
  73. f66bbfa IPA protocol: Fix delivery of 'ipa_closed' to user processes by Harald Welte · 12 years ago
  74. abfa83e SCCP: add defines for Reset, Error and Release Cause values by Harald Welte · 12 years ago
  75. 1180b7c move invert_rout_lbl to mtp3_codec and export it there by Harald Welte · 12 years ago
  76. cbddf84 SCCP codec: fix parsing of CC message option part by Harald Welte · 12 years ago
  77. 5208c29 SS7 IPA module: Various typo fixes by Harald Welte · 12 years ago
  78. 2968ef8 IPA: set link state 'active', not just 'up' by Harald Welte · 12 years ago
  79. 5cde762 Integration between IPA protocol and ss7_links code to permit SCCP over IPA by Harald Welte · 12 years ago
  80. 0bd3528 osmo_util:pointcode2int(undefined) -> undefined by Harald Welte · 12 years ago
  81. 9dda4e1 sccp codec: correctly parse and encode CR message variable/optional part by Harald Welte · 12 years ago
  82. c923a2a sccp codec: ensure correct encoding of 'undefined' point code by Harald Welte · 12 years ago
  83. 9ebf316 M2PA: implement RC 'fiso_msu_accepted' flag by Harald Welte · 12 years ago
  84. e501437 MTP2 LSC: ignore SIOS in out_of_service state by Harald Welte · 12 years ago
  85. b064a92 M2PA: implement proper acknowledgement of user data by Harald Welte · 12 years ago
  86. ae47958 m2pa_codec: use standard 'undefined' for not-present mtp3 portion by Harald Welte · 12 years ago
  87. 23a45c1 sctp_core: Properly handle cant_assoc event from SCTP by Harald Welte · 12 years ago
  88. 7098497 MTP2 LSC: pass-through of primitives from LSC into IAC during initial alignment by Harald Welte · 12 years ago
  89. 4055baa MTP2 IAC: Ignore FISU/MSU during proving state of IAC by Harald Welte · 12 years ago
  90. 4d08a71 MTP2 IAC: ignore SIOS in not_aligned state by Harald Welte · 12 years ago
  91. 99efaf9 SUA-SCCP converter: fix parsing of protocol class options by Harald Welte · 12 years ago
  92. 4d61099 SUA codec: remove 'msg_length' from sua_msg{} by Harald Welte · 12 years ago
  93. 2c67ac0 SCCP Codec: don't include 'encoding' in sccp_addr{} by Harald Welte · 12 years ago
  94. 7e1c261 SCCP/SUA converter: use atoms like calling_party_addr, not integers by Harald Welte · 12 years ago
  95. 6b77daa add very basic sua decode / re-encode test by Harald Welte · 12 years ago
  96. 8e92c9a SCCP->SUA conversion: fix lots of bugs in initial untested code by Harald Welte · 12 years ago
  97. 8ed441d sua_codec: Make sure we can re-encode options with {length, data} tuple by Harald Welte · 12 years ago
  98. 042a579 fix various bugs in SUA -> SCCP conversion by Harald Welte · 12 years ago
  99. ad1524b update osmo_ss7.app with new modules added to this repo by Harald Welte · 12 years ago
  100. 263f184 m2pa: fix typo in header file by Harald Welte · 12 years ago