index
:
erlang/mgw_nat
fake_sms_ssf
laforge/fake_sms_ssf
master
onw_main_link_201205
Erlang MGW NAT/MASQ implementation
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-30
make sur to not cause badrecord exception on returnResult with asn1_NOVALUE
onw_main_link_201205
Harald Welte
1
-0
/
+3
2012-05-30
vfuk_onw: activate mangle_tt_sri_sm and add test config for it
Harald Welte
2
-0
/
+6
2012-05-30
mangle_tt_sri_sm: don't throw excaption if mangle_tt_sri_sm_pfx environment i...
Harald Welte
1
-12
/
+16
2012-05-30
mgw_nat: parameter -> payload
Harald Welte
1
-2
/
+2
2012-05-30
mgw_nat: add missing header file include
Harald Welte
1
-0
/
+1
2012-05-30
fix mgw_nat to use xua_msg{}, not #m2ua_msg{}
Harald Welte
1
-6
/
+6
2012-05-30
add mangle_tt_sri_sm to list of modules in mgw_nat application
Harald Welte
1
-1
/
+2
2012-05-30
add new mangle_tt_sri_sm module and associated eunit tests
Harald Welte
2
-0
/
+344
2012-05-30
mgw_nat: add some more comments to the code
Harald Welte
1
-0
/
+11
2012-05-30
mgw_nat: explicitly state application name in get/set_env()
Harald Welte
3
-28
/
+28
2012-05-30
vfuk test: fix 'terminate()' cleanup in eunit test
Harald Welte
1
-1
/
+1
2012-05-30
vfuk_onw_tests: use record syntax to be more robust
Harald Welte
1
-46
/
+38
2012-05-30
update gitignore
Harald Welte
1
-0
/
+6
2012-05-30
rebar: add eunit_surefire
Harald Welte
1
-0
/
+1
2012-05-30
sctp_handler: Terminate process in case SCTP peer becomes unreachable
Harald Welte
1
-1
/
+12
2012-05-30
sccp_masq: mark ets tables as "public"
Harald Welte
1
-2
/
+2
2012-05-30
make sure sccp_masq is using the application environment for ets
Harald Welte
1
-10
/
+18
2012-05-30
map_masq: Fix copy+paste mistake causing 'end' structures in 'continue'
Harald Welte
1
-1
/
+1
2012-05-30
mgw_nat: Fix bug where we skipped the SCCP static mangling before masq
Harald Welte
1
-1
/
+2
2011-04-14
MGW_NAT: disable nagle on SCTP sockets
Harald Welte
1
-1
/
+1
2011-04-14
better error handling in case application config is insufficient
Harald Welte
2
-12
/
+24
2011-04-14
VFUK ONW handler: print more information in case of error
Harald Welte
1
-1
/
+3
2011-04-14
make mgw_nat much more quiet during operation
Harald Welte
2
-10
/
+10
2011-04-14
propagate reload_config() from app to usr to action handler
Harald Welte
2
-1
/
+5
2011-04-06
VFUK actor: Use new GTT matching code
Harald Welte
3
-11
/
+63
2011-04-06
MGW NAT: Store a reference to the actor module, not the rewrite_actor/5 function
Harald Welte
3
-21
/
+19
2011-03-31
Use lists:keysearch() instead of lists:keyfind() for R12A compat
Harald Welte
1
-3
/
+4
2011-03-27
use 5min timeout when parsing large pcap files during test
Harald Welte
1
-1
/
+1
2011-03-27
explicitly try/catch ISUP errors and log all related data
Harald Welte
1
-9
/
+18
2011-03-12
[PATCH] ONW_VFUK / Camel Phase mangling: Add pcap-based testing
Harald Welte
4
-91
/
+22
2011-03-11
mgw_nat_test: Handle EOF from epcap, don't catch errors
Harald Welte
1
-15
/
+16
2011-03-10
add epcap to rebar dependencies
Harald Welte
1
-1
/
+2
2011-03-10
MGW NAT: add option to 'internationalize' a national number that's prefixed w...
Harald Welte
2
-2
/
+50
2011-03-10
sctp_handler: provide more expressive exit() reasons/messages
Harald Welte
1
-3
/
+3
2011-03-10
fix simply typo (mwg_nat -> mgw_nat)
Harald Welte
1
-1
/
+1
2011-03-10
Add test-case for camel phase mangling
Harald Welte
1
-0
/
+79
2011-03-10
VFUK-ONW: actually mangle the camel phase
Harald Welte
1
-2
/
+29
2011-03-08
mgw_nat_test: Display if one of the callback functions has modified the data
Harald Welte
1
-3
/
+10
2011-03-08
Make MGW nat more flexible by introdicng actors an function references
Harald Welte
8
-64
/
+265
2011-03-08
Import sctp_handler.erl from osmo_ss7
Harald Welte
2
-1
/
+165
2011-03-08
MGW NAT: Propagate 'path' of preceding message headers down to mangling code
Harald Welte
1
-15
/
+18
2011-02-25
MGW NAT: Increase number of re-starts in supervisor
Harald Welte
1
-1
/
+1
2011-02-25
MAP MASQ: Ensure process can respawn without errors
Harald Welte
1
-0
/
+3
2011-02-25
MAP MASQ: Fix unused 'From' variable compiler warnings
Harald Welte
1
-6
/
+6
2011-02-25
MAP MASQ: Translate G-MSC address in SRI in MSC->STP direction
Harald Welte
1
-0
/
+14
2011-02-25
mgw_nat.app: Add map_masq to list of modules
Harald Welte
1
-1
/
+1
2011-02-25
remove old tcap_map_patch.erl file from osmo-map-masq
Harald Welte
1
-285
/
+0
2011-02-25
Add INSTALL file containing build/install instructions
Harald Welte
2
-0
/
+114
2011-02-25
MAP MASQ: Propagate 'From' argument down into all patch() functions
Harald Welte
1
-138
/
+138
2011-02-25
SCCP MASQ: Add function to dump current masquerading state table
Harald Welte
2
-2
/
+25
[next]