Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This occurred in case of an IP network outage or MSC outage. We need to
properly restart the mgw_nat_usr process in order to recover.
|
|
This should cut down our latencies in forwarding the messages in
the mgw_nat. Thanks to zecke for the hint...
|
|
|
|
By keeping a module reference, we can call multiple functions inside the
module, and not just one. This will allow us to propagate a 'reload_config'
function call into the rewrite actors.
|
|
|
|
Instead of a static configuration of rewrite/mangling/patching steps,
we now introduce the concept of a 'rewrite_actor', which is a callback
function that determines which rewrite/patching code to call at which
particular layer of the protocol.
The default rewrite actor "bow_onw" resembles the existing rewrite
behavior.
There is a stub new rewrite actore "vfuk_onw", which will be used
for Camel phase rewriting.
|
|
The code is mgw_nat specific, it should clearly be here.
|