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
1 file changed