Commit Graph

389 Commits

Author SHA1 Message Date
JongSeok Won 8ba6158011 doc: added PCI, TAC, SNR property in networkmonitor-api 2020-07-31 10:17:05 -05:00
Denis Kenzior a88d1120a4 doc: sim-api was missing SetProperty method 2020-05-26 22:23:58 -05:00
Martin Hundebøll cbd8a66e95 doc: convert quectel power event reasons to lower case 2019-08-13 05:48:47 -05:00
Martin Hundebøll b57fff4843 doc: document power-event signals for quectel Hardware API 2019-07-22 02:39:55 -05:00
Martin Hundebøll 311a04a178 doc: add documentaion for Quectel hardware API 2019-07-22 02:37:10 -05:00
Antara Borwankar babb0c1c6d netmon: adding method to fetch neighbouring cell mesurement
Added new method to fetch neighbouring cell information.
2019-05-30 11:06:54 -05:00
Antara Borwankar b2e948f8d8 radio-settings: adding UE dual mode operation property
Added two new values for TechnologyPreference property
as follows:
"umts,gsm"	Dual mode operation with UMTS
		and GSM radio access whith preference
		for UMTS.
"lte,umts"	Dual mode operation with LTE
		and UMTS radio access with preference
		for LTE.
2019-05-16 10:40:45 -05:00
Antara Borwankar f143f1f838 doc: Added new properties to SimManager for DSSA
Adding two new properties to sim manager interface to handle
dual SIM single active use case.

CardSlotCount [readonly]
Contains the count of number of SIM card slots available.

ActiveCardSlot [readwrite]
Contains the index of the currently active SIM card slot
for dual SIM single active mode.
2019-03-28 21:07:41 -05:00
Antara Borwankar 2680a41bd3 doc: Adding documetation for intel LTE coex
Added intel-lte-coex-api.txt which defines LTE coexistence
interface for intel modems.
2018-12-05 14:59:40 -06:00
Clement Viel 460217abd6 sim800: merge sim800 and sim900 documentation. 2018-11-12 19:24:35 -06:00
Giacinto Cifelli d093aa3960 doc/common-patterns.txt: initial version 2018-10-25 13:55:00 -05:00
Denis Kenzior 60ab4bdc1b doc: Mark new properties experimental
Just in case we need to redesign these in the near future
2018-10-22 11:44:05 -05:00
Giacinto Cifelli b8de6082ec doc: Add additional default attach parameters to LTE
Added 4 properties for handling the type of context and the
authentication method, exactly like in any gprs context handling.
The properties are named after the equivalent gprs-context one, for
compatibility and uniformity.

Co-authored-by: Martin Baschin <martin.baschin@googlemail.com>
2018-10-22 11:03:15 -05:00
Nandini Rebello 1f0ea2b882 doc: add support for 8 additional sms alphabets
Adding support for hindi,kannada,malayalam,oriya,punjabi,tamil,
telugu and urdu for GSM 7 bit.
2018-10-15 14:06:23 -05:00
Giacinto Cifelli f2fa45b830 connman-api: added "none" auth_method 2018-10-09 10:40:12 -05:00
Nandini Rebello 5d316b1dea doc: add support for 2 additional sms alphabets
Adding support for bengali and gujrati for GSM 7 bit.
2018-10-01 14:50:54 -05:00
Anirudh Gargi eb70ba464a doc: Clarify LTE registration status documentation 2018-10-01 14:42:57 -05:00
Pavel Machek 84f7ca1ffd doc: Fix typo in location-reporting-api.txt 2018-09-27 17:25:03 -05:00
Giacinto Cifelli 9198aee108 doc: fix typo in doc/emergency-call-handling.txt 2018-09-20 10:18:16 -05:00
Christophe Ronco 4b1609c2d7 doc: Add SystemPath to Modem interface 2018-02-20 11:08:46 -06:00
Philippe De Swert 31e9b73238 doc: add new DialMemory method to VoicecallManager 2018-02-13 13:09:14 -06:00
James Prestwood 8f9c2e1a27 docs: ImsPrivateIdentity property documentation 2017-11-06 16:20:09 -06:00
Philippe De Swert e8d742a542 doc: Document the new DialLast voicecallmanager API addition
The new DialLast method to call the last dialled number for HFP needs
to be added to the documentation.
2017-11-03 13:27:45 -05:00
James Prestwood cd92f86ad4 doc: documentation for SimAuth dbus interfaces 2017-10-12 09:49:11 -05:00
Ankit Navik 33fae2e057 doc: Add IMS interface to Interfaces list 2017-10-09 12:07:34 -05:00
Ankit Navik 42e93fbbc1 doc: add ims atom documentation 2017-10-05 11:37:18 -05:00
John Ernberg b33470bcf9 doc: Add missing LTE interface to Interfaces list 2017-10-05 11:12:35 -05:00
Denis Kenzior 9650ab183b doc: Mark ServingCellInformationChanged as noreply 2017-09-09 10:22:55 -05:00
Nishanth V 9e83110092 netmon: modified api.txt for network monitor agent
added new DBUS methods RegisterAgent and UnregisterAgent to
Networkmonitor interface so that any client of ofono can register for
serving cell updates. Added new agent interface NetworkMonitorAgent
with two methods, ServingCellInformationChanged and Release.
2017-09-08 15:06:10 -05:00
Jonas Bonn 0acc567a62 doc: RSSI is also an LTE property 2017-09-08 09:51:04 -05:00
Vincent Cesson 0dda7aabc0 doc: gemalto: add cinterion.HardwareMonitor api
add documentation about interface cinterion.HardwareMonitor.

This interface exposes a single method to access temperature and supply
voltage of the modem.
2017-05-16 13:22:54 -05:00
Luiz Augusto von Dentz a192f22d3e doc/handsfree-audio-api: Add Acquire method
This adds Acquire method which can be used by agents that require
pulling the fd directly instead of waiting a NewConnection.

Note: sounds servers like PulseAudio do auto suspend streams when idle
for a certain amount of time and once anything happens it will resume
the stream, though this all happens in the so called IO thread in a
blocking fashion making it impossible to receive the fd via NewConnetion
causing the stream to fail to resume. There are other forms to work
around but this seems to be most convenient as we do want the auto
suspend feature to work properly but letting the stream to fail to
resume may create unexpected artifacts while the NewConnection is
handled in main thread.
2017-05-04 12:34:31 -05:00
Piotr Haber fe24e9a61e doc: description of Telit LE910V2 network setup
NCM network interface on LE910V2 modem needs to be
configured in a specific way after connection is established.
2017-01-25 10:37:54 -06:00
Denis Kenzior f4518701e9 doc: Add 'switch' to item M1 2017-01-25 10:07:18 -06:00
Djalal Harouni 593a3fcf47 doc: document netmon EARFCN, EBand and CQI properties
Documentation for:
EARFCN: E-UTRA Absolute Radio Frequency Channel Number.
EBand: E-UTRA operating Band.
CQI: Channel Quality Indicator.
2016-12-13 11:04:15 -06:00
Djalal Harouni 70d9228268 doc: Add additional netmon properties
This adds documentation for the following fields in
networkmonitor-api.txt

RSCP: Received Signal Code Power
ECN0: Received Energy Ratio
RSRQ: Reference Signal Received Quality
RSRP: Reference Signal Received Power
2016-11-30 09:26:32 -06:00
Dragos Tatulea 4422ab43c6 doc: add lte atom documentation 2016-11-11 10:47:30 -06:00
Caiwen Zhang e9bdd4e814 doc: Fix enumeration value to be gprs and not gsm 2016-04-27 10:00:02 -05:00
Nishanth V dc957b4d50 doc: Add allowed-apns api doc 2016-04-21 10:01:05 -05:00
Samrat Guha Niyogi ac45314cf1 doc: Add SoftwareVersionNumber to Modem interface 2016-03-31 10:16:23 -05:00
Denis Kenzior 0c938417e9 doc: Add NetworkMonitor API 2016-03-11 14:24:21 -06:00
Slava Monich 7d87f8facd doc: Add ServiceProviderName to SimManager
Contains the service provider name fetched from the SIM card, if available.
2016-01-27 10:41:46 -06:00
Denis Kenzior 0161becca0 doc: Add Item M17 to coding-style.txt 2015-11-05 14:32:01 -06:00
Simon Fels 5a7410e9e4 handsfree-audio: add type for our audio cards
When registering audio cards for the handsfree and gateway roles we
need a way for our users to differentiate between both to decide which
of them they start using for their purpose.
2015-10-05 11:46:30 -05:00
Alfonso Sanchez-Beato 4c0f783f5c doc: Add description for ResetContexts method 2015-05-18 09:08:20 -05:00
Alfonso Sanchez-Beato 6bdc109ec0 doc: Add AvailableTechnologies property
This new property in org.ofono.RadioSettings interface will hold the
possible values for radio access technology for the modem.
2014-12-09 22:29:21 -06:00
Kuba Pawlak d39007c948 doc: new file doc/telit-modem.txt 2014-10-22 21:10:50 -05:00
Denis Kenzior 99c03292ad doc: Add Distracted Driving Reduction to Handsfree 2014-10-20 13:40:28 -05:00
Denis Kenzior a4fa356b16 doc: Add 'hf-indicators' feature to Handsfree API 2014-10-20 13:40:28 -05:00
Denis Kenzior 0f0733c348 doc: Fixup Handsfree API 2014-10-20 13:40:27 -05:00