index
:
erlang/mgw_nat
master
Erlang MGW NAT/MASQ implementation
Harald Welte
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-16
consistently license all files under AGPLv3
HEAD
master
Harald Welte
2
-13/+38
2012-04-16
Add Erlang Public License compatibility notice
Harald Welte
8
-9/+114
2012-03-29
sccp_masq: Fix config_reload / use named_tables
Harald Welte
1
-22/+12
2012-02-20
IMSI rewrite: change from prefix rewrite to full N:M rewriting
Harald Welte
3
-34/+31
2012-02-14
mgw_nat: As of 2012-02-14, MSC -> STP direction uses international format
Harald Welte
1
-4/+4
2012-02-14
mgw_nat: add some more comments to the code
Harald Welte
1
-0/+11
2012-02-13
mgw_nat: explicitly state application name in get/set_env()
Harald Welte
4
-29/+29
2012-02-13
vfuk test: fix 'terminate()' cleanup in eunit test
Harald Welte
1
-1/+1
2012-02-13
mgw_nat: add IMSI matching / prefix-rewrite for SRI-SM
Harald Welte
4
-5/+170
2012-02-13
vfuk_onw_tests: use record syntax to be more robust
Harald Welte
1
-46/+38
2011-11-12
update gitignore
Harald Welte
1
-0/+6
2011-11-11
rebar: add eunit_surefire
Harald Welte
1
-0/+1
2011-09-24
sctp_handler: Terminate process in case SCTP peer becomes unreachable
bow_v2
Harald Welte
1
-1/+12
2011-09-24
sccp_masq: mark ets tables as "public"
Harald Welte
1
-2/+2
2011-09-24
make sure sccp_masq is using the application environment for ets
Harald Welte
1
-10/+18
2011-09-24
make sure LoopDat really is only the loop date and not {ok, LoopDat}
Harald Welte
1
-1/+1
2011-09-14
mgw_nat: Add ability to translate multiple signalling links
Harald Welte
5
-57/+160
2011-05-23
map_masq: Fix copy+paste mistake causing 'end' structures in 'continue'
Harald Welte
1
-1/+1
2011-05-23
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-05
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-09
Add test-case for camel phase mangling
Harald Welte
1
-0/+79
2011-03-09
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]