summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Switch to modern autoconf optionsMarcel Holtmann2022-09-081-1/+3
|
* build: Add cleanup.h from ellDenis Kenzior2021-11-021-1/+2
|
* gemalto: add radio-settings driverSergey Matyukevich2021-07-151-0/+1
| | | | Add support for Gemalto specific radio settings.
* treewide: Introduce support for missing g_memdup2Marcel Holtmann2021-05-051-2/+2
|
* build: Always link in the ell/useful.h header fileMarcel Holtmann2021-04-281-3/+13
|
* build: Include ell/main-private.h when using internal ELLMarcel Holtmann2021-04-281-0/+1
|
* gemalto: add netmon driverSergey Matyukevich2021-01-151-1/+2
| | | | | | Implement network monitoring driver for gemalto modems that are able to provide serving cell information and basic measurements using AT+CQS and AT^SMONI commands.
* droid 4: Add probing.Pavel Machek2020-09-151-0/+3
| | | | Probe Droid 4 modem. This should result in basic support working.
* drivers: gemalto: add gprs-context driverSergey Matyukevich2020-08-191-1/+2
| | | | | | Some gemalto modems provide USB ethernet interfaces for data path. Implement gprs-context driver for such modems to send data via USB ethernet rather than fallback to PPP.
* build: Add missing drivers/atmodem/network-registration.hMarcel Holtmann2019-08-121-0/+1
|
* build: Add internal copy of linux/gsmmux.h for older systemsMarcel Holtmann2019-08-121-1/+1
|
* build: Add internal copy of linux/gpio.h for older systemsMarcel Holtmann2019-08-121-1/+2
|
* ublox: network-registration atomJonas Bonn2019-07-191-0/+1
| | | | | | | | For uBlox modems, a bit of custom setup is required, but after that the generic "atmodem" (27.007-compatible) method implementations are sufficient. This driver, therefore, just puts the custom probe method into place and defers remaining functionality to the recently exported atmodem implementations.
* build: Add ell gpio sourcesDenis Kenzior2019-07-121-2/+4
|
* build: Don't overwrite src_ofonod_DEPENDENCIESAdrian Bunk2019-05-221-4/+0
| | | | | | | | | | | | src_ofonod_DEPENDENCIES did overwrite the dependencies automatically generated from src_ofonod_LDADD with incomplete dependencies. This fixes the following build error: ... CCLD src/ofonod libtool: error: cannot find the library 'gdbus/libgdbus-internal.la' or unhandled argument 'gdbus/libgdbus-internal.la' make: *** [Makefile:3448: src/ofonod] Error 1
* build: Fix a race conditionAdrian Bunk2019-05-151-0/+1
| | | | ell/ell.h was written before ell/ existed
* build: Fix compilation with ellPhilippe De Swert2019-05-031-0/+2
| | | | | | | | | | | | | Fix compilation issue with newer ell, which seems to have some extra timeout handling. CC ell/main.lo ell/main.c:44:21: fatal error: timeout.h: No such file or directory #include "timeout.h" ^ compilation terminated. make[1]: *** [Makefile:4068: ell/main.lo] Error 1 make: *** [Makefile:2357: all] Error 2
* build: Add string utilities from ell to buildDenis Kenzior2018-12-271-2/+4
|
* build: add $(ell_ldadd) to unit testsDenis Kenzior2018-12-271-11/+15
|
* idmap: RemoveDenis Kenzior2018-12-191-2/+2
| | | | This has now been replaced by l_uintset
* unit: Remove test-idmapDenis Kenzior2018-12-191-5/+1
| | | | No longer used by ofono
* build: Add uintset.[ch] to ell filesDenis Kenzior2018-12-191-2/+4
|
* build: Include ell/timeout.[ch] into ELL sources listMarcel Holtmann2018-12-051-0/+2
|
* mbim: Add the missing mbim-private.h header into packagesMarcel Holtmann2018-10-311-0/+1
|
* build: Add support for internal and external Embedded Linux libraryMarcel Holtmann2018-10-311-41/+97
|
* gemalto: Add Gemalto specific voicecall atomGiacinto Cifelli2018-10-171-1/+2
| | | | | | | | This atom uses the URC ^SLCC to monitor the call status, as well as incoming calls. Note the use in the atom of the variable GemaltoVtsQuotes: this is needed to support future modules, as of today not yet available in the plugin.
* netmon: Added netmon driver for xmm7modemAntara2018-10-091-1/+2
| | | | | adding netmon driver for xmm7modem which uses intel proprietary AT command +XMCI
* test: Add test script to set sms alphabetNandini Rebello2018-10-011-1/+2
|
* plugins: Add support for SIM7100E by SIMComBob Ham2018-04-301-0/+3
| | | | | | Add support for the SIM7100E modem. We add a new "sim7100" plugin because there's no other AT-based modem that has support for both GPRS and voice calls.
* qmi: add LTE atom driverJonas Bonn2018-03-051-0/+1
| | | | | | | | | | | | | This patch adds an LTE atom for QMI modems. This atom sets the APN that the LTE default bearer should use when establishing its PDP context. This APN needs to be set on the 'default' profile so the atom queries which profile is the default and resets it before allowing the APN to be set. Once configured, the default profile settings are used when the modem connects to the network; for this reason, the LTE atom needs to be instantiated in post_sim, before the modem is set online.
* build: Add voice.h to qmi_sourcesDenis Kenzior2018-01-161-1/+2
|
* include: Add storage.hSlava Monich2017-11-271-1/+2
| | | | To expose ofono directories to dynamically loadable plugins.
* mbimmodem: Add gprs-context driverDenis Kenzior2017-11-131-1/+2
|
* mbimmodem: Add GPRS atom driverDenis Kenzior2017-11-131-1/+2
|
* mbimmodem: Move available_data_classes_to_techDenis Kenzior2017-11-091-0/+1
| | | | to util.[ch] so it can be used from other drivers
* make: remove atmodem simauth driverJames Prestwood2017-11-091-1/+0
|
* mbimmodem: Add SMS atomDenis Kenzior2017-11-081-1/+2
|
* mbimmodem: Add netreg driverDenis Kenzior2017-11-081-1/+2
|
* test: Add list-applicationsDenis Kenzior2017-10-261-1/+2
| | | | This calls SimAuthentication.GetApplications
* mbim: Add basic SIM driverDenis Kenzior2017-10-091-1/+2
|
* xmm7modem: Add ims atom driverAnkit Navik2017-10-091-1/+2
|
* ims: add implementation for IMS atomAnkit Navik2017-10-091-1/+1
| | | | | | This implementation includes: * D-Bus interface * interaction with driver
* test: add scripts to test ims registrationAnkit Navik2017-10-051-1/+3
|
* include: added IpMultimediaSystem interfaceAnkit Navik2017-10-051-1/+1
|
* doc: add ims atom documentationAnkit Navik2017-10-051-1/+2
|
* mbim: Add devinfo driverDenis Kenzior2017-10-051-1/+2
| | | | Querying Manufacturer and Model is still not supported
* unit: Add device_caps build testDenis Kenzior2017-10-051-1/+2
|
* unit: Add test-mbimDenis Kenzior2017-10-051-0/+12
|
* mbim: Add skeleton mbim-message classDenis Kenzior2017-10-051-1/+3
|
* mbim: Add MBIM descriptor utilitiesDenis Kenzior2017-10-051-1/+3
| | | | Used to find MBIM Functional and MBIM Extended Functional descriptors