package
0.0.0-20240105075242-dddda54ea9f0
Repository: https://github.com/linuxdeepin/go-lib.git
Documentation: pkg.go.dev
# README
mobile-broadband-provider-info XML 配置解析库, 默认配置文件是 /usr/share/mobile-broadband-provider-info/serviceproviders.xml, 可以提 供各国家和地区的移动运营商信息(GSM/CDMA).
# Functions
GetAllCountryCode return all country code that provide mobile service.
GetAPN return the apn information that match the provided country code, provider name and apn value.
GetAPNName return apn's default name, if not exist, return empty string.
GetAPNUsageType return apn's usage type, if not exist, return empty string.
GetCDMA return the cdma information that match the provided country code and provider name.
GetDefaultCDMAPlanForCountry return default gsm plan in target country.
GetDefaultGSMPlanForCountry return default gsm plan in target country.
GetDefaultPlan return default plan for taget provider, usually is the first plan.
GetDefaultProvider return the default provider in target country, usually is the first provider.
GetGSM return the gsm information that matched the provided country code and provider name.
GetGSMForNetworkID return the gsm information that match the mcc and mnc.
GetMobileProviderDatabase return mobile service provider's database that marshaled from serviceproviders.xml.
GetPlans return all plans(apn names for gsm and provider name for cdma) under target provider.
GetProvider return the provider information that matched the provided country code and provider name.
GetProviderNames return all provider names in target country.
GetProviders return all providers in target country.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Plan defines the unique information for each plan(gsm or cdma) in provider.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author