summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* mbim: Add skeleton mbim_device objectDenis Kenzior2017-10-051-1/+5
|
* mbim: Add skeleton mbim modem driverDenis Kenzior2017-10-051-0/+3
|
* mbimmodem: Add skeleton driverDenis Kenzior2017-10-051-0/+7
|
* build: Add optional ell dependencyDenis Kenzior2017-10-051-0/+5
|
* Add support for Intel xmm7xxx series modemsAnkit Navik2017-09-131-0/+3
| | | | This adds plugin for xmm7xxx series modems
* qmi: add NetworkMonitor interfaceJonas Bonn2017-09-121-1/+2
| | | | | | | | | | | | This is a rudimentary implementation that contains technology and RSSI and BitErrorRate, plus RSRQ/RSRP for LTE networks. More data can be added as needed. This implementations uses the 'Get Signal Strength' QMI method to retrieve the data. Operator fields (MNC, LAC, etc) can be gotten from the 'Serving Cell' method if needed, but since this data is already provided in the NetworkRegistration object it doesn't seem necessary to repeat it here when an additional communication to the modem is required.
* test: added script to test serving cell agentNishanth V2017-09-081-1/+3
|
* netmon: core changes for network monitor agentNishanth V2017-09-081-1/+2
| | | | | | Added implementation for RegisterAgent and UnregisterAgent in NetworkMonitor interface and added netmonagent source file for agent implemention.
* Add support for Intel xmm7xxx series modem driverAnkit Navik2017-09-051-0/+5
| | | | This adds driver as xmm7modem for radio-settings
* atmodem: Add lte atom driverAnkit Navik2017-09-051-1/+2
| | | | | Adds atmodem driver for setting the default APN command. The default APN is manage by config storage.
* build: Add cinterion-hardware-monitor-api.txtDenis Kenzior2017-05-161-1/+2
|
* qmi: move rat_to_tech() into own moduleJonas Bonn2017-04-181-0/+1
| | | | | We want to use this function from multiple atoms so this patch moves it out to its own module for NAS-related helper functions.
* plugins: remove udev moduleJonas Bonn2017-03-291-2/+0
| | | | | This functionality has been moved into the udevng module and was already disabled in an earlier patch.
* provision: add plugin to provision from config fileChristophe Ronco2017-02-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin allows to provision gprs-context data based on MCC and MNC. This is useful when provisioning using mbpi fails (either because you are using a private APN or because there are multiple internet type context for your operator in mbpi database). Config file is STORAGEDIR/provisioning. Config file should look like that: [operator:MCC1,MNC1] internet.AccessPointName=apn1 internet.Username=myUsername internet.Password=myPassword internet.AuthenticationMethod=pap internet.Protocol=ipv6 [operator:MCC2,MNC2] internet.AccessPointName=apn2 The only mandatory parameter for each operator is internet.AccessPointName. Parameter description: internet.AccessPointName: APN internet.Username: Username internet.Password: Password internet.AuthenticationMethod: authentication method. Possible values are: - pap - chap Default is chap if unset. internet.Protocol: protocol Possible values are: - ip: ipv4 - ipv6 - dual Default is ip if not set. All parameters are prefixed with internet to be able to extend this plugin to other type of contexts (MMS, ...).
* plugins: rename xe910 to telitPiotr Haber2017-02-021-5/+2
| | | | | | Unify old telit and xe910 plugins. Dropping support for Bluetooth SAP. Add support for UC864 family.
* qmimodem: change kernel driver data format if neededChristophe Ronco2017-02-021-1/+2
| | | | | | | | | | During gprs-context driver probe function, check kernel device driver data format and modem low level data format. If they are different, align kernel device driver data format on modem low level data format. If an error occurs during this process, continue probing without error. This is inspired by what is done in qmicli and qmi-network (package libqmi).
* tools: Remove unused qmi toolDenis Kenzior2017-02-021-7/+0
|
* telitmodem: support for CDC-NCM network adapterPiotr Haber2017-01-271-1/+2
| | | | | | | Network Control Model is a new Communication Device Class protocol for exchanging Ethernet frames over USB. NCM is intended to be used with high-speed network attachments such as HSDPA and LTE data services.
* plugins: rename he910 to xe910Piotr Haber2017-01-261-2/+2
| | | | | In preparation for more generic support of Telit xE910 family.
* drivers: Add gemaltomodem driver to handle GNSSVincent Cesson2017-01-191-0/+6
| | | | | | | Add a new location-reporting driver for Gemalto Cinterion modems based on telit implementation + use it in gemalto plugin. It supports activation of GNSS engine (Request) with command AT^SGPSC. This driver is tested on PHS8. NMEA frames are accessible on /dev/ttyUSB1.
* plugins: Add Gemalto plugin for Cinterion P-familyVincent Cesson2017-01-161-0/+3
| | | | | | Actual cinterion plugin is not compliant with newer Gemalto modems. Gemalto plugin is based on cinterion with a custom struct to handle the interfaces Application and Modem.
* ril_intel: renamed ril_sofia3gr to ril_intelAntara Borwankar2016-12-121-2/+2
| | | | renamed ril_sofia3gr.c to ril_intel.c
* rilmodem: Add lte atom driverAnkit Navik2016-12-071-1/+2
| | | | | Adds rilmodem driver for setting the default APN command. The default APN is manage by config storage.
* build: build the ublox netmon driverDjalal Harouni2016-12-011-0/+1
|
* build: add support for ublox lte atom driverDragos Tatulea2016-11-151-1/+3
|
* build: add lte atom supportDragos Tatulea2016-11-151-2/+2
|
* build: add test/set-lte-propertyDenis Kenzior2016-11-111-1/+2
|
* build: Add lte-api.txtDenis Kenzior2016-11-111-1/+2
|
* build: add rilmodem gprs unit testsAlfonso Sánchez-Beato2016-10-251-2/+13
|
* test: Add cancel-sms scriptDenis Kenzior2016-06-061-0/+1
|
* test: Added test to disable sofia 3gr tx throttlingRajagopal Aravindan2016-05-241-1/+2
|
* test: Added test to enable sofia 3gr tx throttlingRajagopal Aravindan2016-05-241-1/+2
|
* rilmodem: add cell broadcast message supportCaiwen Zhang2016-05-191-0/+1
|
* rilmodem/stk: add STK support for rilmodemCaiwen Zhang2016-05-031-0/+1
|
* test: Add list allowed access points scriptNishanth V2016-04-211-1/+2
|
* plugins: Add allowed apn listNishanth V2016-04-211-0/+3
|
* doc: Add allowed-apns api docNishanth V2016-04-211-1/+2
|
* test: Add get serving cell information scriptNishanth V2016-03-311-1/+2
|
* rilmodem: Add netmon supportNishanth V2016-03-311-0/+1
|
* netmon: Add serving cell info supportNishanth V2016-03-311-1/+2
|
* build: Add recently added test scriptsDenis Kenzior2016-03-221-1/+3
|
* ubloxmodem: add Toby L2 gprs context driverDragos Tatulea2016-03-171-0/+7
| | | | | | | For now the driver works only with bridged mode for 2G/3G. Once it activates the context it reads the ip, netmask, gw, dns and sets them in the context settings.
* include: Add netmon.hDenis Kenzior2016-03-111-1/+2
|
* doc: Add NetworkMonitor APIDenis Kenzior2016-03-111-1/+2
|
* test: Add register-operatorDenis Kenzior2016-01-281-1/+2
|
* test: Add register-autoDenis Kenzior2016-01-281-1/+2
|
* build: add support for upower pluginTony Espy2015-12-181-0/+5
|
* build: untangle ATMODEM and BLUETOOTH conditionalsTony Espy2015-12-171-13/+17
|
* plugins: Add sofia3GR ril driverDenis Kenzior2015-12-151-0/+3
|
* build: Fix building without atmodem supportDenis Kenzior2015-12-151-3/+2
|