travelping / ergw

erGW - Erlang implementations of GGSN or P-GW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ergw 3.0/3.1 with the included config

fedkis opened this issue · comments

Hello,
The included config doesn't suit ergw 3.0/3.1 Could you adjust it ?

===> Failed to boot ergw for reason {bad_return,
                                                {{ergw_app,start,[normal,[]]},
                                                 {'EXIT',
                                                  {{badmatch,undefined},
                                                   [{ergw_config,load_config,
                                                     0,
                                                     [{file,
                                                       "/usr/local/src/ergw-3.1.1/apps/ergw/src/ergw_config.erl"},
                                                      {line,57}]},
                                                    {ergw_config,
                                                     '-load/0-fun-1-',1,
                                                     [{file,
                                                       "/usr/local/src/ergw-3.1.1/apps/ergw/src/ergw_config.erl"},
                                                      {line,52}]},
                                                    {ergw_app,start,2,
                                                     [{file,
                                                       "/usr/local/src/ergw-3.1.1/apps/ergw/src/ergw_app.erl"},
                                                      {line,24}]},
                                                    {application_master,
                                                     start_it_old,4,
                                                     [{file,
                                                       "application_master.erl"},
                                                      {line,293}]}]}}}}

Hi @fedkis, many thanks for you report. Yes we know this issue, the 3.X is not documented well - this is related to point that our team is working on improvements and unfortunately the documentation is not a priority for us at the moment. Hope this will changed soon. In any case I suppose the documentation which is described in README is more related to 2.X version.

Regards,
--V

I am not familiar with erlang so I would appreciate any configuration example of 3.0/3.1 releases.
Thank you!