* [PATCH 1/4] doc: Add allowed-apns api doc
@ 2016-04-21 3:49 Nishanth V
2016-04-21 15:04 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Nishanth V @ 2016-04-21 3:49 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]
---
Makefile.am | 3 ++-
doc/allowed-apns-api.txt | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 doc/allowed-apns-api.txt
diff --git a/Makefile.am b/Makefile.am
index 5cd9766..f1a89cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/doc/allowed-apns-api.txt b/doc/allowed-apns-api.txt
new file mode 100644
index 0000000..6bc95d0
--- /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.
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/4] doc: Add allowed-apns api doc
2016-04-21 3:49 [PATCH 1/4] doc: Add allowed-apns api doc Nishanth V
@ 2016-04-21 15:04 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2016-04-21 15:04 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
Hi Nishanth,
On 04/20/2016 10:49 PM, Nishanth V wrote:
> ---
> Makefile.am | 3 ++-
> doc/allowed-apns-api.txt | 17 +++++++++++++++++
> 2 files changed, 19 insertions(+), 1 deletion(-)
> create mode 100644 doc/allowed-apns-api.txt
>
All 4 patches applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-21 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 3:49 [PATCH 1/4] doc: Add allowed-apns api doc Nishanth V
2016-04-21 15:04 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox