You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @RoadRunnr , I changed the configuration file (from #196 ) as you suggested so that the ip_pools parameter is now fine but a new error showed up in the response for the 'Create PDP Context request' is code 209 (User Authentication failed) because default values using sgsnemu where {mig, hemmelig}. I changed those to match the one accepted by ergw in {ergw, ergw} and again the same error showed up (199, No resource available).
If it can help this is the output error from the erlang shell:
Hi @RoadRunnr , I changed the configuration file (from #196 ) as you suggested so that the ip_pools parameter is now fine but a new error showed up in the response for the 'Create PDP Context request' is code 209 (User Authentication failed) because default values using sgsnemu where {mig, hemmelig}. I changed those to match the one accepted by ergw in {ergw, ergw} and again the same error showed up (199, No resource available).
If it can help this is the output error from the erlang shell:
=ERROR REPORT==== 23-Jul-2020::10:32:50.294199 ===
unable to find context {irx,
{{gtp_port,irx,
<<3,101,112,99>>,
'gtp-c',<0.1123.0>,5,
{172,20,20,1}},
{172,20,20,150},
2123,create_pdp_context_request,
{v1,30721}}}
I attach the modified configuration file:
%--Erlang--
[
%% setup application
{setup,
[{data_dir, "/var/lib/ergw"},
{log_dir, "/var/log/ergw-c-node"}
]},
%%kernel application
{kernel,
[{logger,
[{handler, default, logger_std_h,
#{level => all,
config =>
#{sync_mode_qlen => 10000,
drop_mode_qlen => 10000,
flush_qlen => 10000}
}
}
]}
]},
%% ergw application
{ergw,
[
{'$setup_vars',
[{"ORIGIN", {value, "epc.mnc001.mcc001.3gppnetwork.org"}}
]},
%% {exometer_core, [{reporters, [{exometer_report_netdata, []}]}]},
%% ergw_aaa application
{ergw_aaa,
[{transports, []},
{handlers,
[{ergw_aaa_static,
[{'NAS-Identifier', <<"NAS-Identifier">>},
{'Node-Id', <<"PGW-001">>},
{'Charging-Rule-Base-Name', <<"m2m0001">>}
]}
]},
{services,
[{'Default', [{handler, 'ergw_aaa_static'}]}]},
{apps,
[{default,
[{session, ['Default']},
{procedures, [{authenticate, []},
{authorize, []},
{start, []},
{interim, []},
{stop, []}
]}
]}
]}
]}
].
The text was updated successfully, but these errors were encountered: