1. 2da7a85 GTT: Fix matching on SCCP SSN / PC by Harald Welte · 13 years ago
  2. 8ff5df4 osmo_util: Include pointcode format conversion for ANSI, ITU and TTC by Harald Welte · 13 years ago
  3. 9544cab M3UA: Send M-SCTP_ESTABLISH.confirm to user on connect by Harald Welte · 13 years ago
  4. e393ea8 M3UA: Actually send primitives to the user application by Harald Welte · 13 years ago
  5. 0f2f596 Move #primitive{} into osmo_util.erl/hrl by Harald Welte · 13 years ago
  6. b2d3abf M3UA: Fix some compiler warnings; add code_change/4 and terminate/3 by Harald Welte · 13 years ago
  7. 6fc5b29 M3UA: Fix various state transition bugs by Harald Welte · 13 years ago
  8. 8a0ab00 M3UA: Allow user to specify local SCTP Port number by Harald Welte · 13 years ago
  9. 2cefa1c M3UA: Add eunit tests for codec by Harald Welte · 13 years ago
  10. 9586f95 MTP3: Add field where M3UA msg can store the message priority. by Harald Welte · 13 years ago
  11. 0dc999f M3UA: Fix encoding bugs by Harald Welte · 13 years ago
  12. d298d0b M3UA: use byte_size/1 to determine size of binary by Harald Welte · 13 years ago
  13. 7629ced fix PCAP test callback for non-m2ua / non-2-ppid by Harald Welte · 13 years ago
  14. f2e7cb5 M3UA: Actually parse the 'Protocol Data' in a #mtp3_msg{} by Harald Welte · 13 years ago
  15. 18dcab0 M3UA codec: Handle end of options / empty binary by Harald Welte · 13 years ago
  16. 3bf7cb6 Add M3UA implementation to Osmo SS7 by Harald Welte · 13 years ago
  17. c5a102c GTT: Add EUNIT test cases by Harald Welte · 13 years ago
  18. 7a321db GTT: add generic 'apply' action by Harald Welte · 13 years ago
  19. 24a4924 GTT: Add support to do GTT on SCCP addresses (GT + SSN + PC) by Harald Welte · 13 years ago
  20. 8e7cdaf use exprecs on GTT records by Harald Welte · 13 years ago
  21. 5272527 add exprecs compile_transform form isup, m2ua and mtp3 by Harald Welte · 13 years ago
  22. 2edaf55 SCCP: add export_records() by Harald Welte · 13 years ago
  23. 674a425 Import Ulf Wiger's exprecs module by Harald Welte · 13 years ago
  24. 5ada2f6 add osmo_ss7_gtt to app file by Harald Welte · 13 years ago
  25. 1f47f67 Add a new GTT module for GT matching + GT translation (GTT) by Harald Welte · 13 years ago
  26. 030f109 SCCP: Add support for UDTS encoding (and proper decoding) by Harald Welte · 13 years ago
  27. eba9e25 EPCAP: return number of processed packets by Harald Welte · 13 years ago
  28. 43d134c ISUP: Add test that parses, re-encodes and compares ISUP messages by Harald Welte · 13 years ago
  29. 781d98e ISUP codec: fix another encoding bug regarding susp_res_ind by Harald Welte · 13 years ago
  30. 39eae2d ISUP: Fix 2 bugs in encoding of options / end of options by Harald Welte · 13 years ago
  31. 2a91a01 ISUP: Fix parsing of options + add support for CFN (confusion) message by Harald Welte · 13 years ago
  32. 4821310 Add PCAP utility routine for testing by Harald Welte · 13 years ago
  33. fe27ae5 ISUP: Add eunit test for IAM message by Harald Welte · 13 years ago
  34. b41fd17 add some first ISUP tests by Harald Welte · 13 years ago
  35. 661e381 ISUP Codec: Fix parsing of circuit group related messages by Harald Welte · 13 years ago
  36. 3cedc91 add eunit tests for sccp_codec and osmo_util modules by Harald Welte · 13 years ago
  37. 62b5d57 add eunit unit tests for M2UA and MTP3 codec by Harald Welte · 13 years ago
  38. 8a6823d osmo_util: Extend tuple_walk with a list of caller-supplied Arguments by Harald Welte · 13 years ago
  39. b6da0f8 remove sctp_handler.erl from osmo_ss7, it belongs to mgw_nat by Harald Welte · 13 years ago
  40. 4a0afae [osmo_util:tuple_walk] Add support to properly traverse lists (of tuples) by Harald Welte · 13 years ago
  41. cf43601 osmo_util: Introduce a tuple tree walker (osmo_util:tuple_walk()) by Harald Welte · 13 years ago
  42. 42d3f2e SCTP handler: Ignore all PPID != 2 data from SCTP sockets by Harald Welte · 13 years ago
  43. c8d06c4 consistently use lists to represent phone number digits again by Harald Welte · 13 years ago
  44. 3615849 ISUP: Export {parse,encode}_isup_party() by Harald Welte · 13 years ago
  45. d463ac9 fix Emakefile by Harald Welte · 13 years ago
  46. 5882a9b add osmo nodes 'files' directory by Harald Welte · 13 years ago
  47. 1a09d6a fix app/reltool magic by Harald Welte · 13 years ago
  48. 78474ae re-structure SS7 code and MGW NAT code into separate modules by Harald Welte · 13 years ago
  49. f2d112e [SCCP MASQ] more verbose logging of rewrite by Harald Welte · 13 years ago
  50. 26f1cd5 [SCCP MASQ] move pool base/max into config file by Harald Welte · 13 years ago
  51. 0e1709c [SCCP] correctly encode global title odd/even number of digits by Harald Welte · 13 years ago
  52. e60be42 [sccp_masq] we don't use lists to represent phone numbers anymore by Harald Welte · 13 years ago
  53. 184f03a [mgw_nat] fix calling semantics of do_sccp_gt_rewrite by Harald Welte · 13 years ago
  54. 3d9a4da [mgw_nat] fix syntax errors in config file by Harald Welte · 13 years ago
  55. 93b2ab5 [mgw_nat] support an entire list of SCCP mangling rules by Harald Welte · 13 years ago
  56. 7780489 introduce new osmo_util.erl for utility routines by Harald Welte · 13 years ago
  57. 15b3fc0 [mgw_nat] add mgw_nat_app:reload_config() function by Harald Welte · 13 years ago
  58. d18061b add empty ebin directory by Harald Welte · 13 years ago
  59. 0d2d67c [MGW NAT] do SCCP address translation independent of SSN by Harald Welte · 13 years ago
  60. a6b0da7 [SCCP MASQ] itroduce mgw_nat_usr:reset_sccp_masq() to forget all state by Harald Welte · 13 years ago
  61. 99f21c6 [SCCP MASQ] introduce stateful SCCP global title masquerading by Harald Welte · 13 years ago
  62. 790f364 introduce erlang 'application' and corresponding config file by Harald Welte · 13 years ago
  63. 918c1f2 [NAT MGW] actually rewrite the SCCP addresses by Harald Welte · 13 years ago
  64. 66517c0 [MGW NAT] actually call SCCP mangling+encoding code by Harald Welte · 13 years ago
  65. 234c956 [SCCP] use SCCP address decoder, add SCCP address encoder by Harald Welte · 13 years ago
  66. 2b4b267 [SCCP] introduce sccp_addr{} and global_title{} records by Harald Welte · 13 years ago
  67. 32dc37e add Emakefile by Harald Welte · 13 years ago
  68. ba6fdbb [SCCP] Add (untested) parser routines for SCCP addresses (GT/SSN/PC) by Harald Welte · 13 years ago
  69. 9ea33d3 [MGW NAT] fix supervisor parameter passing, double-list for doubly-apply by Harald Welte · 13 years ago
  70. bb07a34 remove SCLC code that was never completed or used by Harald Welte · 13 years ago
  71. e895c9b Add OTP supervisor for mgw_nat_usr by Harald Welte · 13 years ago
  72. ed01ec4 [mgw_nat] make sure CONNECTED numbers are mangled, too by Harald Welte · 13 years ago
  73. 789c8b1 Wrap sctp_handler.erl into an OTP gen_server behavior by Harald Welte · 13 years ago
  74. f62f0ed [MGW NAT] Always convert national/internationa before doing MSRN conversion by Harald Welte · 13 years ago
  75. 62469be [MGW NAT] Do inverse [inter]national transform for connected numbers by Harald Welte · 13 years ago
  76. d25a454 [MGW NAT] Implement 'nationalize' as inverse operation of 'internationalize' by Harald Welte · 13 years ago
  77. 8a84862 Do not crash in case message mangling code raises an exception by Harald Welte · 13 years ago
  78. 7871c75 add new 'internationalize' function to change number type by Harald Welte · 13 years ago
  79. 9344354 Rewrite MSRN in CON/ANM from MSC->STP by Harald Welte · 13 years ago
  80. 2fc3e98 rewrite ISUP party number rewriting as recursive function over parameter list by Harald Welte · 13 years ago
  81. 1df3c55 fix off-by-one error in party number mangling by Harald Welte · 13 years ago
  82. acb8c2c don't raise exception in case of MSC->MGW IAM by Harald Welte · 13 years ago
  83. 49ec10e activate the first IAM rewrite for MSRN by Harald Welte · 13 years ago
  84. 646074c No longer abort if the Tx data is != the Rx data by Harald Welte · 13 years ago
  85. ed4c9ea Add codec for 'default' messages with no fixed and no variable part by Harald Welte · 13 years ago
  86. aca4edc Move actual packet manipulation code to mgw_nat.erl by Harald Welte · 13 years ago
  87. 4c5e10d Add code to actually replace the prefix of the called party number in ISUP IAM by Harald Welte · 13 years ago
  88. 548f93b Make sure Optional part ends with 'End of options' zero-octet by Harald Welte · 13 years ago
  89. d1cb16f Make sure a 'Variable Fixed' parameter is not re-encoded as Option again by Harald Welte · 13 years ago
  90. efddf3d use 'external' function call to allow runtime code-reload by Harald Welte · 13 years ago
  91. bdc7a5c print error messages in case of SCTP disconnect by Harald Welte · 13 years ago
  92. f48736b [ISUP] more ISUP message encoding routines by Harald Welte · 13 years ago
  93. 1dc9e53 Actually call the ISUP parser by Harald Welte · 13 years ago
  94. 86494e8 fix offsets in parsing IAM and REL messages by Harald Welte · 13 years ago
  95. 84cc60d [ISUP] more encoding/decoding routines by Harald Welte · 13 years ago
  96. d17e75a initial import of SCTP handler for rewriting messages by Harald Welte · 13 years ago
  97. 9c9553c M2UA: various fixes in the parser and encoder, mostly related to padding by Harald Welte · 13 years ago
  98. 01f8ea3 ISUP: make it compile, parses IAM message correctly by Harald Welte · 13 years ago
  99. de30a87 Some more ISUP decoding and encoding routines, mostly for phone numbers by Harald Welte · 13 years ago
  100. 50a44c2 Add some unfinished ISUP decoder routines by Harald Welte · 13 years ago