diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-02-16 01:38:44 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-02-16 01:49:39 +0100 |
commit | ff7dff1a78557d8b849dc1f82ee00797c55fbb22 (patch) | |
tree | cd894b215fedbf183402e3bd16e2855612ee6714 /doc | |
parent | 33b9f646559724e35f9b7dc661f3732e412c64a0 (diff) | |
download | connman-ff7dff1a78557d8b849dc1f82ee00797c55fbb22.tar.gz connman-ff7dff1a78557d8b849dc1f82ee00797c55fbb22.tar.bz2 connman-ff7dff1a78557d8b849dc1f82ee00797c55fbb22.zip |
service: Remove APN property
APNs are operator specific settings and should be either provisioned
or set through oFono.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index b3e758ea..9695059f 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -259,15 +259,6 @@ Properties string State [readonly] In most cases it is required to fill in the APN details. - string APN [readwrite] - - If the service is Cellular, then this property - contains the APN details. - - The APN is network provider specific and even - sometimes data plan specific. Possible examples - are "isp.cingular" or "internet.t-mobile". - boolean Roaming [readonly] This property indicates if this service is roaming. |