summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-location.c
Commit message (Expand)AuthorAgeFilesLines
* iface-modem-location: print 0-prefixed LAC/TAC/CID values in logAleksander Morgado2021-07-011-6/+6
* libmm-glib,iface-modem-location: add MMLocation3gpp 3 digit MNC supportTeijo Kinnunen2021-05-171-10/+9
* iface-modem-location: log old and new 3GPP location ids when updatingAleksander Morgado2020-10-101-25/+49
* iface-modem-location: allow Cell ID only updatesAleksander Morgado2020-10-101-6/+20
* iface-modem-location: avoid warnings with -Wsign-compareAleksander Morgado2020-05-191-2/+2
* iface-modem-location: port to use object loggingAleksander Morgado2020-04-081-39/+26
* iface-modem-location: common helper code to test raw gpsAleksander Morgado2020-02-071-6/+50
* iface-modem-location: plug memleaks when updating gps raw variantAleksander Morgado2020-02-071-8/+4
* iface-modem-location: fix warnings with -Wimplicit-fallthroughAleksander Morgado2020-01-301-9/+9
* iface-modem-location: fix warnings with -Wswitch-defaultAleksander Morgado2020-01-301-0/+9
* iface-modem-location: fix warnings with -Wswitch-enumAleksander Morgado2020-01-301-0/+1
* iface-modem-location: fix big memleak when processing location updatesAleksander Morgado2020-01-101-3/+18
* iface-modem-location: fix very very unlikely memory leakAleksander Morgado2020-01-101-0/+1
* iface-modem-location: assert if rewriting a variant during iterationAleksander Morgado2020-01-101-0/+4
* location,agps: include support for MSB A-GPSAleksander Morgado2019-04-091-4/+26
* iface-modem-location: define first and last location sourcesAleksander Morgado2019-04-091-4/+4
* location,agps: explicitly specify that MSA A-GPS is implementedAleksander Morgado2019-04-091-8/+8
* iface-modem-location: allow enabling unmanaged gps even if raw/nmea enabledAleksander Morgado2019-04-021-8/+21
* libmm-glib,location-3gpp: don't ignore location updates when MNC is 0Aleksander Morgado2018-09-251-8/+1
* iface-modem-location: validate SUPL server addressAleksander Morgado2018-09-121-0/+8
* api: support location assistance dataAleksander Morgado2018-08-211-0/+188
* api,location: give Tracking Area Code field in 3GPP location infoAleksander Morgado2018-08-081-8/+10
* iface-modem-location: port mm_iface_modem_location_enable to use GTaskBen Chan2017-06-281-47/+35
* iface-modem-location: port mm_iface_modem_location_initialize to use GTaskBen Chan2017-06-281-59/+50
* iface-modem-location: port setup_gathering to use GTaskBen Chan2017-06-271-50/+57
* iface-modem-location: port mm_iface_modem_location_disable to use GTaskBen Chan2017-06-271-30/+33
* location: support updating the GPS refresh timeAleksander Morgado2015-12-191-2/+102
* iface-modem-location: don't print location info to syslog with info levelAleksander Morgado2014-12-261-14/+14
* iface-modem-location: load SUPL server setup when initializing interfaceAleksander Morgado2014-09-051-1/+40
* iface-modem-location: handle setting SUPL serverAleksander Morgado2014-09-051-0/+116
* introspection,api: add SUPL server configuration in the Location interfaceAleksander Morgado2014-09-051-3/+7
* location: new 'unmanaged' GPS setupAleksander Morgado2014-07-021-3/+25
* iface-modem-location: fix periodic reporting of the GPS location infoAleksander Morgado2012-12-241-2/+4
* iface-modem-location: implement handling the CDMA BS location sourceAleksander Morgado2012-11-021-11/+101
* core: make sure objects retrieved with g_object_get() are valid in the ifacesAleksander Morgado2012-10-111-94/+75
* libmm-glib: remove the `libmm-common.h' headerAleksander Morgado2012-10-041-1/+2
* iface-modem-location: don't try to update anything if no skeleton availableAleksander Morgado2012-08-281-0/+8
* location: update the status before running enabling/disabling sequencesAleksander Morgado2012-03-291-8/+13
* iface-modem-location: plug memleak and reference count mismatchAleksander Morgado2012-03-291-0/+1
* iface-modem-location: handle the raw GPS location sourceAleksander Morgado2012-03-291-12/+62
* iface-modem-location: handle the NMEA-based GPS location sourceAleksander Morgado2012-03-291-17/+136
* location: rework to allow multiple location sourcesAleksander Morgado2012-03-291-142/+373
* iface-modem-location: let initialization and enabling sequences get cancelledAleksander Morgado2012-03-161-1/+48
* base-modem: new port getters and peekersAleksander Morgado2012-03-161-6/+0
* libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado2012-03-161-1/+1
* libmm-common: `MMLocation3gpp' won't be considered internal any moreAleksander Morgado2012-03-161-23/+23
* iface-modem-location: include policy authorization checksAleksander Morgado2012-03-161-97/+156
* core: don't pass primary port to interface initializationsAleksander Morgado2012-03-151-6/+0
* libmm-common: fix usage of main library headerAleksander Morgado2012-03-151-1/+0
* iface-modem-location: handle 3GPP locationAleksander Morgado2012-03-151-27/+181