1. 6f1f309 make sur to not cause badrecord exception on returnResult with asn1_NOVALUE by Harald Welte · 12 years ago
  2. 6c202b2 vfuk_onw: activate mangle_tt_sri_sm and add test config for it by Harald Welte · 12 years ago
  3. 54274d4 mangle_tt_sri_sm: don't throw excaption if mangle_tt_sri_sm_pfx environment is not set by Harald Welte · 12 years ago
  4. 51c4b5c map_masq: Fix patching of IMSI and SC-Addr in SRI-RES and MO-FW-SM by Harald Welte · 11 years ago
  5. dea7489 add eunit tests for ISUP prefix rewrite corner cases by Harald Welte · 11 years ago
  6. 455b478 fix isup_party_nat00_internationalize() for empty number by Harald Welte · 11 years ago
  7. 5d4b352 mgw_nat: fix typo in printing ISUP mangling errors by Harald Welte · 11 years ago
  8. 8acc356 add a small README for the code by Harald Welte · 11 years ago
  9. e8b2173 map_masq: Only one matching function for MO-ForwardSM-Arg by Harald Welte · 11 years ago
  10. 04bc9f8 map_masq: Fix processing of MO-ForwardSM-Arg by Harald Welte · 11 years ago
  11. 6675c74 map_masq: don't assume that imsi_list is a gb_tree anymore by Harald Welte · 11 years ago
  12. 7bd1d4a map_masq/imsi_list: bi-directional mapping, also change MO-ForwardSM-Arg by Harald Welte · 11 years ago
  13. 0be74df mgw_nat: Update to new xua_codec based m2ua parser by Harald Welte · 11 years ago
  14. 8a7e659 add mangle_tt_sri_sm to list of modules in mgw_nat application by Harald Welte · 12 years ago
  15. cb190c2 add new mangle_tt_sri_sm module and associated eunit tests by Harald Welte · 12 years ago
  16. fb222d9 consistently license all files under AGPLv3 by Harald Welte · 12 years ago
  17. 0b452a8 Add Erlang Public License compatibility notice by Harald Welte · 12 years ago
  18. 3b10578 sccp_masq: Fix config_reload / use named_tables by Harald Welte · 12 years ago
  19. fce6cf1 IMSI rewrite: change from prefix rewrite to full N:M rewriting by Harald Welte · 12 years ago
  20. 80743f8 mgw_nat: As of 2012-02-14, MSC -> STP direction uses international format by Harald Welte · 12 years ago
  21. 432ea56 mgw_nat: add some more comments to the code by Harald Welte · 12 years ago
  22. a53a63a mgw_nat: explicitly state application name in get/set_env() by Harald Welte · 12 years ago
  23. 71d8833 vfuk test: fix 'terminate()' cleanup in eunit test by Harald Welte · 12 years ago
  24. 9fe0729 mgw_nat: add IMSI matching / prefix-rewrite for SRI-SM by Harald Welte · 12 years ago
  25. e6d3ea2 vfuk_onw_tests: use record syntax to be more robust by Harald Welte · 12 years ago
  26. 2876f18 update gitignore by Harald Welte · 13 years ago
  27. 23b229b rebar: add eunit_surefire by Harald Welte · 13 years ago
  28. 594c256 sctp_handler: Terminate process in case SCTP peer becomes unreachable by Harald Welte · 13 years ago
  29. 61d9a9e sccp_masq: mark ets tables as "public" by Harald Welte · 13 years ago
  30. 392ce05 make sure sccp_masq is using the application environment for ets by Harald Welte · 13 years ago
  31. 26647e0 make sure LoopDat really is only the loop date and not {ok, LoopDat} by Harald Welte · 13 years ago
  32. ce995d3 mgw_nat: Add ability to translate multiple signalling links by Harald Welte · 13 years ago
  33. f83e20e map_masq: Fix copy+paste mistake causing 'end' structures in 'continue' by Harald Welte · 13 years ago
  34. 71b158f mgw_nat: Fix bug where we skipped the SCCP static mangling before masq by Harald Welte · 13 years ago
  35. 097ad25 MGW_NAT: disable nagle on SCTP sockets by Harald Welte · 13 years ago
  36. 3ae9813 better error handling in case application config is insufficient by Harald Welte · 13 years ago
  37. 92acea9 VFUK ONW handler: print more information in case of error by Harald Welte · 13 years ago
  38. fc13de8 make mgw_nat much more quiet during operation by Harald Welte · 13 years ago
  39. 3607d36 propagate reload_config() from app to usr to action handler by Harald Welte · 13 years ago
  40. 99e92c2 VFUK actor: Use new GTT matching code by Harald Welte · 13 years ago
  41. a227e76 MGW NAT: Store a reference to the actor module, not the rewrite_actor/5 function by Harald Welte · 13 years ago
  42. eea20e1 Use lists:keysearch() instead of lists:keyfind() for R12A compat by Harald Welte · 13 years ago
  43. e95bfe9 use 5min timeout when parsing large pcap files during test by Harald Welte · 13 years ago
  44. 89f8031 explicitly try/catch ISUP errors and log all related data by Harald Welte · 13 years ago
  45. eee3eac [PATCH] ONW_VFUK / Camel Phase mangling: Add pcap-based testing by Harald Welte · 13 years ago
  46. 64825e2 mgw_nat_test: Handle EOF from epcap, don't catch errors by Harald Welte · 13 years ago
  47. a2d5688 add epcap to rebar dependencies by Harald Welte · 13 years ago
  48. 8b79ebe MGW NAT: add option to 'internationalize' a national number that's prefixed with 00 by Harald Welte · 13 years ago
  49. 7c406d3 sctp_handler: provide more expressive exit() reasons/messages by Harald Welte · 13 years ago
  50. 31765a1 fix simply typo (mwg_nat -> mgw_nat) by Harald Welte · 13 years ago
  51. bc0b8fb Add test-case for camel phase mangling by Harald Welte · 13 years ago
  52. 93db48d VFUK-ONW: actually mangle the camel phase by Harald Welte · 13 years ago
  53. 4f0c88c mgw_nat_test: Display if one of the callback functions has modified the data by Harald Welte · 13 years ago
  54. 5df8338 Make MGW nat more flexible by introdicng actors an function references by Harald Welte · 13 years ago
  55. 39b19ef Import sctp_handler.erl from osmo_ss7 by Harald Welte · 13 years ago
  56. e85802e MGW NAT: Propagate 'path' of preceding message headers down to mangling code by Harald Welte · 13 years ago
  57. eb4913f MGW NAT: Increase number of re-starts in supervisor by Harald Welte · 13 years ago
  58. d1410ae MAP MASQ: Ensure process can respawn without errors by Harald Welte · 13 years ago
  59. e77cb26 MAP MASQ: Fix unused 'From' variable compiler warnings by Harald Welte · 13 years ago
  60. 22a2b03 MAP MASQ: Translate G-MSC address in SRI in MSC->STP direction by Harald Welte · 13 years ago
  61. 454542f mgw_nat.app: Add map_masq to list of modules by Harald Welte · 13 years ago
  62. 2e4738a remove old tcap_map_patch.erl file from osmo-map-masq by Harald Welte · 13 years ago
  63. ab599af Add INSTALL file containing build/install instructions by Harald Welte · 13 years ago
  64. 29e589f MAP MASQ: Propagate 'From' argument down into all patch() functions by Harald Welte · 13 years ago
  65. af3a9fc SCCP MASQ: Add function to dump current masquerading state table by Harald Welte · 13 years ago
  66. 0a4ff60 SCCP MASQ: Don't allocate the same SCCP MASQ address multiple times by Harald Welte · 13 years ago
  67. e86edbd map_masq: Rewrite the serviceCentreAddress in a sm-RP-DA by Holger Hans Peter Freyther · 13 years ago
  68. 44635c7 Add hack/workaround.. do not re-encode if nothing was changed by Holger Hans Peter Freyther · 13 years ago
  69. 016e306 map_masq: Try to patch the vlr-number in a SRI Response by Holger Hans Peter Freyther · 13 years ago
  70. 60e0fb2 map_masq: Mangle the gsmSCF inside the t-CSI of CAMEL by Holger Hans Peter Freyther · 13 years ago
  71. 0edf555 tcap_map_patch: Mangle the gsmSCF inside the t-CSI of CAMEL by Holger Hans Peter Freyther · 13 years ago
  72. 0f281ce rebar: Update repository names. by Holger Hans Peter Freyther · 13 years ago
  73. 62aa7c6 map_masq: fix generation of mangled ISDN-Address by Harald Welte · 13 years ago
  74. 6009f6e MAP MASQ: Fix config file reload by Harald Welte · 13 years ago
  75. 6a33c1e MAP MASQ: Correctly call mgw_nat:isup_party_*() functions by Harald Welte · 13 years ago
  76. e78474e MAP MASQ: Translate the source G-MSC address in SRI request by Harald Welte · 13 years ago
  77. 42cd3c6 SCCP MASQ: Separate look-up and allocation of MASQ address by Harald Welte · 13 years ago
  78. f962964 MAP MASQ: Introduce dynamic ISDN-Address patching inside MAP by Harald Welte · 13 years ago
  79. 2cc831f MAP MASQ: Propagate 'From' parameter down into various functions by Harald Welte · 13 years ago
  80. 1c7c2b0 MAP MASQ: Handle the 'From' information into MAP MASQ by Harald Welte · 13 years ago
  81. 17f6474 MAP MASQ: correct function name of isup_party_replace_prefix() by Harald Welte · 13 years ago
  82. 5889e65 MGW NAT: Fix treatment of digit lists / int in ISUP prefix replace by Harald Welte · 13 years ago
  83. df81bdd MAP MASQ: Implement patching of MSRN in SRI Resp by Harald Welte · 13 years ago
  84. ea19314 MAP MASQ: Ensure we don't loose the {local,22} part of a Component by Harald Welte · 13 years ago
  85. 449a317 MAP MASQ: patch the SRI Response by Harald Welte · 13 years ago
  86. c752362 Make sure we transparently pass through any data that needs no patching by Harald Welte · 13 years ago
  87. 7d99951 SCCP rewrite: make sure we don't mix integers with list of digits by Harald Welte · 13 years ago
  88. 29c5f40 MAP MASQ: Process Dialogue Portion for all PDU types (except error) by Harald Welte · 13 years ago
  89. c506fe5 fix asn1_EXTERNAL1994_fixup() use non-contradictory guard expression by Harald Welte · 13 years ago
  90. 9bc2e4a MAP MASQ: MAke sure we don't use OCTET-TYPE during encode of DialoguePortion by Harald Welte · 13 years ago
  91. e8d7f2e add .gitignore by Harald Welte · 13 years ago
  92. a68d96e introduce new map_masq code, successor of tcap_map_mangle.erl by Harald Welte · 13 years ago
  93. 7f789ed consistently use lists for phone numbers again by Harald Welte · 13 years ago
  94. 97a1f4e remove old rel-file, fix app dependency by Harald Welte · 13 years ago
  95. 64568f7 tcap_map_patch: fix include path and copyright statement by Harald Welte · 13 years ago
  96. 7d08d9f import tcap_map_patch.erl from old omso-map-masq by Harald Welte · 13 years ago
  97. 44da404 add Emakefile by Harald Welte · 13 years ago
  98. 889efcf update include path to refer to library paths by Harald Welte · 13 years ago
  99. 20ad1ba import MGW NAT application code into new repository. by Harald Welte · 13 years ago