doc: Add allowed-apns api doc

This commit is contained in:
Nishanth V 2016-04-21 09:19:38 +05:30 committed by Denis Kenzior
parent 66160f9b63
commit dc957b4d50
2 changed files with 19 additions and 1 deletions

View File

@ -646,7 +646,8 @@ doc_files = doc/overview.txt doc/ofono-paper.txt doc/release-faq.txt \
doc/location-reporting-api.txt \
doc/certification.txt doc/siri-api.txt \
doc/telit-modem.txt \
doc/networkmonitor-api.txt
doc/networkmonitor-api.txt \
doc/allowed-apns-api.txt
test_scripts = test/backtrace \

17
doc/allowed-apns-api.txt Normal file
View File

@ -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.