summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libqmi,test: don't print message contents by default in testsaleksander/virtual3Aleksander Morgado2014-11-091-0/+2
* libqmi,message: avoid printing error in stderrAleksander Morgado2014-11-091-5/+1
* libqmi,message: fix qmi_message_set_transaction_id() in non-CTL messagesAleksander Morgado2014-11-092-1/+53
* libqmi,test: check message builder/parser for "DMS Get IDs"Aleksander Morgado2014-11-091-0/+81
* libqmi,test: setup testing framework to test content of generated messagesAleksander Morgado2014-11-099-2/+1594
* libqmi-glib,device: new 'device-proxy-path' propertyAleksander Morgado2014-11-082-1/+18
* libqmi-glib,device: minor indentation fixesAleksander Morgado2014-11-081-6/+6
* libqmi-glib,device: new 'device-no-file-check' propertyAleksander Morgado2014-11-083-28/+58
* dms: "UIM Get ICCID" seems to be available in DMS 1.1 alreadyAleksander Morgado2014-11-071-1/+1
* qmicli: fix license text, it should be GPLv2+Aleksander Morgado2014-10-302-2/+2
* libqmi-glib,message: avoid g_byte_array_new_take()Aleksander Morgado2014-10-131-4/+12
* libqmi-glib,proxy: add missing QmiProxy documentationAleksander Morgado2014-10-121-0/+23
* libqmi-glib,proxy: fix segfaultAlbert Diserholt2014-10-101-4/+4
* qmi-codegen: make sure expected len is 4 bytesAleksander Morgado2014-10-081-1/+1
* qmi-codegen: error out if invalid array size element in JSONAleksander Morgado2014-10-081-1/+1
* qmi-codegen: avoid buffer overlow in emit_input_tlv_add()Thomas Haller2014-10-087-28/+77
* libqmi,utils: assert input buffer size when writing strings to bufferThomas Haller2014-10-081-4/+11
* qmi-codegen: ensure enough buffer available to read string/array size variableAleksander Morgado2014-10-084-4/+56
* build: bump version to 1.11.1Aleksander Morgado2014-09-051-1/+1
* NEWS: updated with the latest A-GPS related additionsAleksander Morgado2014-09-051-0/+10
* pds: implement "PDS Set/Get AGPS Config"Aleksander Morgado2014-09-054-0/+86
* pds: implement "PDS Set/Get Default Tracking Session"Aleksander Morgado2014-09-054-0/+69
* gobi-api: add CodeAurora GobiAPI_2013-07-31-1347 sourcesDan Williams2014-08-0566-0/+117547
* cli,nas: S/N ratio is dB, not dBmAleksander Morgado2014-06-021-1/+1
* cli,nas: limit resolution when printing floating point numbersAleksander Morgado2014-06-021-9/+9
* cli,nas: fix constant out of range issue in comparisonBen Chan2014-05-301-1/+1
* cli,nas: fix unmatched format specifiersBen Chan2014-05-301-2/+2
* release: bump version to 1.11.0 (development)Aleksander Morgado2014-05-291-1/+1
* release: bump version to 1.10.01.10.0Aleksander Morgado2014-05-292-3/+13
* cli,nas: decode BCD-encoded PLMN and print itbjorn/cell-location-infoAleksander Morgado2014-05-281-9/+48
* cli,nas: pretty print field typesAleksander Morgado2014-05-281-35/+63
* cli,nas: don't print fields with unknown dataAleksander Morgado2014-05-281-86/+109
* cli,nas: add missing indentationsAleksander Morgado2014-05-281-8/+8
* nas: add 'UMTS Info Neighboring LTE' TLV to 'Cell Location Info'Aleksander Morgado2014-05-284-1/+86
* nas: fix several TLV field typesAleksander Morgado2014-05-282-19/+20
* nas: consolidate variable namesAleksander Morgado2014-05-283-133/+132
* nas: add missing TLV fieldAleksander Morgado2014-05-282-2/+7
* nas: trivial fixes in indentation and alignmentAleksander Morgado2014-05-281-154/+154
* docs,libqmi-glib: add 'NAS Get Cell Location Info' documentationAleksander Morgado2014-05-281-0/+1
* qmi-codegen: handle 'gfloat' typesAleksander Morgado2014-05-286-5/+61
* qmicli: fix wrong array reference cutnpaste bugBjørn Mork2014-05-271-4/+4
* qmicli: add NAS Get Cell Location InfoBjørn Mork2014-05-271-0/+424
* nas: add "Get Cell Location Info"Bjørn Mork2014-05-271-0/+254
* libqmi-glib,proxy: update internal default timeout valueAleksander Morgado2014-05-241-1/+6
* cli,wda: new '--wda-set-data-format' actionAleksander Morgado2014-05-213-18/+170
* cli,wda: fix error string messageAleksander Morgado2014-05-211-1/+1
* libqmi,wda: rename enum to "_RAW_IP" to match the name in the CTL serviceAleksander Morgado2014-05-211-2/+2
* wda: implement 'Set Data Format' request/responseAleksander Morgado2014-05-212-0/+94
* cli,wda: new '--wda-get-data-format' actionAleksander Morgado2014-05-204-1/+254
* wda: new 'WDA' serviceAleksander Morgado2014-05-2010-7/+202