Erlang MGW NAT/MASQ implementation
Go to file
Harald Welte ce995d3d30 mgw_nat: Add ability to translate multiple signalling links
The mgw_nat_sup supervisor now starts one mgw_nat_usr process for each
MSC-STP link defined in the configuration file.  However, the actual
translation/mangling/masquerading configuration as well as runtime state
like allocated SCCP mappings is global/shared between all signalling
links.

Furthermore, a new mgw_nat_adm process is introduced to ensure config
file reloading (formerly handled by the single mgw_nat_usr) does not
have to run in the supervisor (and risk crashing it).
2011-09-15 00:15:29 +01:00
ebin mgw_nat: Add ability to translate multiple signalling links 2011-09-15 00:15:29 +01:00
src mgw_nat: Add ability to translate multiple signalling links 2011-09-15 00:15:29 +01:00
test VFUK actor: Use new GTT matching code 2011-04-06 17:22:30 +02:00
.gitignore add .gitignore 2011-02-10 09:50:58 +01:00
COPYING import MGW NAT application code into new repository. 2011-02-07 20:50:39 +01:00
Emakefile add Emakefile 2011-02-09 14:24:37 +01:00
INSTALL Add INSTALL file containing build/install instructions 2011-02-25 16:11:30 +01:00
rebar-asn1_set.diff Add INSTALL file containing build/install instructions 2011-02-25 16:11:30 +01:00
rebar.config add epcap to rebar dependencies 2011-03-10 10:42:13 +01:00