We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erGW-AAA
3.6 and 4.0
Erlang/OTP
OTP 23
ergw_aaa/src/ergw_aaa_radius.erl
Line 362 in 0bc1a37
{decimal, Val}
Currently, the latitude and longitude values are expected in GPS format.
Some kind of flag should specify the format (decimal or GPS-like with minutes) in which the latitude and longitude are expected.
No optional configuration is needed.
The text was updated successfully, but these errors were encountered:
javiermtorres
No branches or pull requests
erGW-AAA
version3.6 and 4.0
Erlang/OTP
versionOTP 23
Description
Allow a decimal format to be added directly instead of a GPS format in
ergw_aaa/src/ergw_aaa_radius.erl
Line 362 in 0bc1a37
Use a check for latitude and longitude values of type
{decimal, Val}
to include them directly as decimal values.Current behavior
Currently, the latitude and longitude values are expected in GPS format.
Expected behavior
Some kind of flag should specify the format (decimal or GPS-like with minutes) in which the latitude and longitude are expected.
Config
No optional configuration is needed.
The text was updated successfully, but these errors were encountered: