From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 29 Mar 2012 21:37:56 +0200
Message-ID: <E1SDLAS-0000cs-Dg@calypso.gnumonks.org>
Subject: branch master updated. bow_v2-10-g3b10578
Message: 1

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Erlang MediaGateWay (MGW) NAT/Masquerading".

The branch, master has been updated
       via  3b10578cc377042f154ca7f1e95dd75f55c87b74 (commit)
      from  fce6cf18ddb85a6b5f1ffd73636b995bd74bcf60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/cgit/erlang/mgw_nat/commit/?id=3b10578cc377042f154ca7f1e95dd75f55c87b74

commit 3b10578cc377042f154ca7f1e95dd75f55c87b74
Author: Harald Welte <laforge@gnumonks.org>
Date:   Thu Mar 29 21:36:15 2012 +0200

    sccp_masq: Fix config_reload / use named_tables
    
    we cannot store persistent/dynamically created state like the references
    to our SCCP MASQ state tables in the application environment, as the
    environment gets cleared and re-initialized by the
    application_controller on osmo_util:reload_config().
    
    So now we use named_tables instead to ensure persistency accross
    config reload

-----------------------------------------------------------------------

Summary of changes:
 src/sccp_masq.erl |   34 ++++++++++++----------------------
 1 files changed, 12 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Erlang MediaGateWay (MGW) NAT/Masquerading


