aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android' into masterHEADmasterJoey Hewitt2017-10-061-13/+15
|\
| * fix if-else structureandroidJoey Hewitt2017-10-061-11/+13
* | Merge branch 'android'Joey Hewitt2017-09-151-2/+8
|\ \
| * | gobidev: configure NetworkInterfaceJoey Hewitt2017-09-151-2/+8
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'android', 'smspdu', 'sysmocom-ussd', 'sysmocom-voicecall' and...Joey Hewitt2017-09-1435-130/+2235
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| | | | * | qmimodem: implement DTMFJoey Hewitt2017-09-143-0/+197
| | | * | | qmimodem: reimplement release_specific()Joey Hewitt2017-09-143-26/+63
| | | * | | Revert "NOT_FOR_MERGE: decode qmi messages with libqmi"Joey Hewitt2017-09-144-51/+3
| | | |/ /
| | | * | qmimodem: ensure the modem is registered by check cs and ps stateAlexander Couzens2017-09-121-1/+17
| | | * | qmimodem: convert register_net_cb errors into CMEsAlexander Couzens2017-09-121-1/+3
| | | * | qmimodem: add define CALLBACK_WITH_CME_ERROR(cb, err, args..)Alexander Couzens2017-09-121-0/+9
| | | * | qmimodem: add translator qmi_error_to_ofono_cme()Alexander Couzens2017-09-122-0/+12
| | | * | network: allow drivers to generate more specific error codesAlexander Couzens2017-09-121-1/+1
| | | * | qmimodem: sync the modem on enableAlexander Couzens2017-09-123-3/+81
| | | * | qmi/discovery: include control service into service listAlexander Couzens2017-09-121-7/+5
| | | * | qmi/discovery: remove useless codeAlexander Couzens2017-09-121-5/+0
| | | * | call gprs_detached_notifyAlexander Couzens2017-09-121-0/+3
| | | * | [RFC] qmimodem: implement voice callsAlexander Couzens2017-09-127-3/+841
| | | * | atutil.h: remove doublicated ofono_call_compare_by_status()Alexander Couzens2017-09-121-2/+0
| | | * | network: debug output the network time if updatedAlexander Couzens2017-09-121-0/+5
| | | * | network/ofono_netreg_status_notify: debug output lac and ciAlexander Couzens2017-09-121-2/+2
| | | * | NOT_FOR_MERGE: decode qmi messages with libqmiAlexander Couzens2017-09-124-3/+51
| | | * | common,atmodem: rename & move at_util_call_compare_by_id to common.cAlexander Couzens2017-09-127-21/+22
| | | * | common,atmodem: rename & move at_util_call_compare_by_status to common.cAlexander Couzens2017-09-128-37/+38
| | | * | add call-list helper to manage voice call listsAlexander Couzens2017-09-124-3/+373
| | | * | voicecall,common: promote call_status_to_string() publicAlexander Couzens2017-09-123-2/+24
| | | * | common: create GList helper ofono_call_compareAlexander Couzens2017-09-1210-36/+24
| | * | | qmi/ussd: implement MO USSDAlexander Couzens2017-09-141-2/+173
| | * | | qmimodem: receive & delete sms from NV storage on 'Powered'Alexander Couzens2017-09-142-5/+219
| | * | | smsutil: sms_decode() allow to pass sms with unknown TPDU sizeAlexander Couzens2017-09-142-1/+9
| * | | | add IncomingPdu method for receiving raw SMSsmspduJoey Hewitt2017-09-032-0/+39
| * | | | add SendPdu method for sending raw SMSJoey Hewitt2017-09-034-0/+103
* | | | | Merge remote-tracking branch 'upstream/master' into androidJoey Hewitt2017-09-1458-116/+2519
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | udevng/xmm7xxx: Allow to detect xmm7xxx series modemsAnkit Navik2017-09-131-0/+39
| * | | | Add support for Intel xmm7xxx series modemsAnkit Navik2017-09-132-0/+402
| * | | | ifxmodem: Fix minor style issuesDenis Kenzior2017-09-131-2/+4
| * | | | ifxmodem: support automatic context activationAnkit Navik2017-09-133-19/+163
| * | | | atutil: Add logic for cgcontrdp to get address and netmaskAnkit Navik2017-09-132-0/+43
| * | | | gobi: create NetworkMonitor atomJonas Bonn2017-09-121-1/+4
| * | | | qmi: add NetworkMonitor interfaceJonas Bonn2017-09-124-1/+293
| * | | | Fix out of tree buildJonas Bonn2017-09-121-1/+1
| * | | | AUTHORS: Mention Joey's contributionsDenis Kenzior2017-09-121-0/+1
| * | | | gobi: enable message waiting atomJoey Hewitt2017-09-121-0/+10
| * | | | qmimodem: implement SIM write functionsJoey Hewitt2017-09-121-0/+121
| * | | | netmonagent: fix unnecessary function declarationNishanth V2017-09-121-2/+0
| * | | | udev: isi modems do not use 'Device' propertyJonas Bonn2017-09-121-2/+0
| * | | | udev: fixes for detection of non-USB modemsJonas Bonn2017-09-121-3/+3
| | |_|/ | |/| |
| * | | qmimodem: register callbacks after netreg_registerAlexander Couzens2017-09-111-6/+7
| * | | network.c: notify_status_watches: check for NULLAlexander Couzens2017-09-111-0/+3
| * | | rilmodem: netmon fix missing notify for g_ril_sendNishanth V2017-09-111-1/+1