View Source VintageNetQMI.MCCMNC (vintage_net_qmi v0.4.2)

MCC/MNC database lookups

This database uses data from https://s3.amazonaws.com/mcc-mnc.net/mcc-mnc.csv. MCC-MNC.net is licensed under the MIT Open Source license.

Summary

Functions

Look up the specified MCC/MNC and return the service provider's brand name

Functions

@spec lookup_brand(String.t(), String.t()) :: String.t() | nil

Look up the specified MCC/MNC and return the service provider's brand name

Examples

iex> VintageNetQMI.MCCMNC.lookup_brand("310", "410")
"AT&T"