Skip to content
New issue

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

Allow decimal format for LI-Location #177

Open
javiermtorres opened this issue Feb 17, 2022 · 0 comments
Open

Allow decimal format for LI-Location #177

javiermtorres opened this issue Feb 17, 2022 · 0 comments
Assignees

Comments

@javiermtorres
Copy link

erGW-AAA version

3.6 and 4.0

Erlang/OTP version

OTP 23

Description

  • Motivation
    Allow a decimal format to be added directly instead of a GPS format in
    vendor_ituma('LI-Location', #{'CAPWAP-GPS-Latitude' := Latitude,
  • Proposal
    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.

@javiermtorres javiermtorres self-assigned this Feb 17, 2022
@javiermtorres javiermtorres changed the title Allow decimal Allow decimal format for LI-Location Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant