summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNishanth V <nishanth.v@intel.com>2016-04-21 09:19:38 +0530
committerDenis Kenzior <denkenz@gmail.com>2016-04-21 10:01:05 -0500
commitdc957b4d50cea795d501e2ef40ed61810f9da467 (patch)
tree969cbae1fbdf524c367d1f2a10faf80a12c4090f /doc
parent66160f9b6380cba88e8b14283cf1fb1cddf75799 (diff)
downloadofono-dc957b4d50cea795d501e2ef40ed61810f9da467.tar.gz
doc: Add allowed-apns api doc
Diffstat (limited to 'doc')
-rw-r--r--doc/allowed-apns-api.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/allowed-apns-api.txt b/doc/allowed-apns-api.txt
new file mode 100644
index 00000000..6bc95d0a
--- /dev/null
+++ b/doc/allowed-apns-api.txt
@@ -0,0 +1,17 @@
+Allowed APNs hierarchy
+=========================
+
+Service org.ofono
+Interface org.ofono.AllowedAccessPoints
+Object path [variable prefix]/{modem0,modem1,...}
+
+Methods array{string} GetAllowedAccessPoints()
+
+ Get the list of allowed access points provided
+ in the SIM card.
+
+ This method returns an array of strings which
+ contains a list of Access Point Names supported
+ by network provider. Returns with an error if
+ SIM reading failed or an empty list if there
+ are no access points listed on the SIM.