Skip to content

iface-modem-location: validate SUPL server address

Aleksander Morgado requested to merge aleksander/supl-server-validation into master

Devices will expect SUPL server given as either IP:PORT or FQDN:PORT, so just avoid saying we require a 'URL' because it's not true.

We will use a new helper method to parse and validate user-provided SUPL server address.

Merge request reports