Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | qmicli: fix license text, it should be GPLv2+ | Aleksander Morgado | 2014-10-30 | 2 | -2/+2 | |
| | ||||||
* | libqmi-glib,message: avoid g_byte_array_new_take() | Aleksander Morgado | 2014-10-13 | 1 | -4/+12 | |
| | | | | | It will break our unit tests, which are all executed with gc-friendly. See: https://bugzilla.gnome.org/show_bug.cgi?id=738170 | |||||
* | libqmi-glib,proxy: add missing QmiProxy documentation | Aleksander Morgado | 2014-10-12 | 1 | -0/+23 | |
| | ||||||
* | libqmi-glib,proxy: fix segfault | Albert Diserholt | 2014-10-10 | 1 | -4/+4 | |
| | | | | | | | | | This patch fixes a segfault caused by a race condition where an incoming request has just been accepted and allocated, but a device for it has yet to be opened, and an old request is closed. The checks prevent a strcmp against unexisting devices. https://bugs.freedesktop.org/show_bug.cgi?id=77335 | |||||
* | qmi-codegen: make sure expected len is 4 bytes | Aleksander Morgado | 2014-10-08 | 1 | -1/+1 | |
| | | | | Suggested by Thomas Haller <thaller@redhat.com>. | |||||
* | qmi-codegen: error out if invalid array size element in JSON | Aleksander Morgado | 2014-10-08 | 1 | -1/+1 | |
| | | | | Suggested by Thomas Haller <thaller@redhat.com>. | |||||
* | qmi-codegen: avoid buffer overlow in emit_input_tlv_add() | Thomas Haller | 2014-10-08 | 7 | -28/+77 | |
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1031738 Reported-by: Florian Weimer <fweimer@redhat.com> Signed-off-by: Thomas Haller <thaller@redhat.com> | |||||
* | libqmi,utils: assert input buffer size when writing strings to buffer | Thomas Haller | 2014-10-08 | 1 | -4/+11 | |
| | | | | Signed-off-by: Thomas Haller <thaller@redhat.com> | |||||
* | qmi-codegen: ensure enough buffer available to read string/array size variable | Aleksander Morgado | 2014-10-08 | 4 | -4/+56 | |
| | | | | | | | | | | | | Code generation via emit_size_read() creates the _validate() functions. The generated code for strings and arrays used to read the length prefix without checking that the provided buffer is large enough. https://bugzilla.redhat.com/show_bug.cgi?id=1031738 Patch based on a patch from Thomas Haller <thaller@redhat.com> Reported-by: Florian Weimer <fweimer@redhat.com> | |||||
* | build: bump version to 1.11.1 | Aleksander Morgado | 2014-09-05 | 1 | -1/+1 | |
| | | | | | Not an official release, just a version bump to tag the availability of the new A-GPS related commands. | |||||
* | NEWS: updated with the latest A-GPS related additions | Aleksander Morgado | 2014-09-05 | 1 | -0/+10 | |
| | ||||||
* | pds: implement "PDS Set/Get AGPS Config" | Aleksander Morgado | 2014-09-05 | 4 | -0/+86 | |
| | ||||||
* | pds: implement "PDS Set/Get Default Tracking Session" | Aleksander Morgado | 2014-09-05 | 4 | -0/+69 | |
| | ||||||
* | gobi-api: add CodeAurora GobiAPI_2013-07-31-1347 sources | Dan Williams | 2014-08-05 | 66 | -0/+117547 | |
| | | | | Makes for easier grepping. | |||||
* | cli,nas: S/N ratio is dB, not dBm | Aleksander Morgado | 2014-06-02 | 1 | -1/+1 | |
| | | | | Reported by: <ebiegler@gmx.de> | |||||
* | cli,nas: limit resolution when printing floating point numbers | Aleksander Morgado | 2014-06-02 | 1 | -9/+9 | |
| | | | | | | They'll just have 1 digit after the comma, as we multiplied an integer by 0.1. Reported by: <ebiegler@gmx.de> | |||||
* | cli,nas: fix constant out of range issue in comparison | Ben Chan | 2014-05-30 | 1 | -1/+1 | |
| | | | | | | | | | This patch fixes a constant out of range issue in the following comparison: qmicli-nas.c:2407:24: error: comparison of constant 4294967295 with expression of type 'guint16' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare] if (cell_id_16 == 0xFFFFFFFF) ~~~~~~~~~~ ^ ~~~~~~~~~~ | |||||
* | cli,nas: fix unmatched format specifiers | Ben Chan | 2014-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | This patch fixes the following unmatched format specifiers: qmicli-nas.c:2331:18: error: format specifies type 'unsigned short' but the argument has type 'guint8' (aka 'unsigned char') [-Werror,-Wformat] base_station_identity_code); ^~~~~~~~~~~~~~~~~~~~~~~~~~ qmicli-nas.c:2376:22: error: format specifies type 'unsigned short' but the argument has type 'guint8' (aka 'unsigned char') [-Werror,-Wformat] element->base_station_identity_code); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
* | release: bump version to 1.11.0 (development) | Aleksander Morgado | 2014-05-29 | 1 | -1/+1 | |
| | ||||||
* | release: bump version to 1.10.0 | Aleksander Morgado | 2014-05-29 | 2 | -3/+13 | |
| | ||||||
* | cli,nas: decode BCD-encoded PLMN and print it | Aleksander Morgado | 2014-05-28 | 1 | -9/+48 | |
| | ||||||
* | cli,nas: pretty print field types | Aleksander Morgado | 2014-05-28 | 1 | -35/+63 | |
| | ||||||
* | cli,nas: don't print fields with unknown data | Aleksander Morgado | 2014-05-28 | 1 | -86/+109 | |
| | ||||||
* | cli,nas: add missing indentations | Aleksander Morgado | 2014-05-28 | 1 | -8/+8 | |
| | ||||||
* | nas: add 'UMTS Info Neighboring LTE' TLV to 'Cell Location Info' | Aleksander Morgado | 2014-05-28 | 4 | -1/+86 | |
| | ||||||
* | nas: fix several TLV field types | Aleksander Morgado | 2014-05-28 | 2 | -19/+20 | |
| | ||||||
* | nas: consolidate variable names | Aleksander Morgado | 2014-05-28 | 3 | -133/+132 | |
| | ||||||
* | nas: add missing TLV field | Aleksander Morgado | 2014-05-28 | 2 | -2/+7 | |
| | ||||||
* | nas: trivial fixes in indentation and alignment | Aleksander Morgado | 2014-05-28 | 1 | -154/+154 | |
| | ||||||
* | docs,libqmi-glib: add 'NAS Get Cell Location Info' documentation | Aleksander Morgado | 2014-05-28 | 1 | -0/+1 | |
| | ||||||
* | qmi-codegen: handle 'gfloat' types | Aleksander Morgado | 2014-05-28 | 6 | -5/+61 | |
| | ||||||
* | qmicli: fix wrong array reference cutnpaste bug | Bjørn Mork | 2014-05-27 | 1 | -4/+4 | |
| | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no> | |||||
* | qmicli: add NAS Get Cell Location Info | Bjørn Mork | 2014-05-27 | 1 | -0/+424 | |
| | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no> | |||||
* | nas: add "Get Cell Location Info" | Bjørn Mork | 2014-05-27 | 1 | -0/+254 | |
| | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no> | |||||
* | libqmi-glib,proxy: update internal default timeout value | Aleksander Morgado | 2014-05-24 | 1 | -1/+6 | |
| | | | | | | 10s is definitely not enough; such a low value means that time-requiring operations in the client will all get timed out without getting a proper result. Just update it to 300s for now. | |||||
* | cli,wda: new '--wda-set-data-format' action | Aleksander Morgado | 2014-05-21 | 3 | -18/+170 | |
| | | | | | | For now, we just allow setting the Link Layer Protocol. If we ever update the command to allow more or different settings, we can do so by just making it a list of comma separated values. | |||||
* | cli,wda: fix error string message | Aleksander Morgado | 2014-05-21 | 1 | -1/+1 | |
| | ||||||
* | libqmi,wda: rename enum to "_RAW_IP" to match the name in the CTL service | Aleksander Morgado | 2014-05-21 | 1 | -2/+2 | |
| | ||||||
* | wda: implement 'Set Data Format' request/response | Aleksander Morgado | 2014-05-21 | 2 | -0/+94 | |
| | ||||||
* | cli,wda: new '--wda-get-data-format' action | Aleksander Morgado | 2014-05-20 | 4 | -1/+254 | |
| | ||||||
* | wda: new 'WDA' service | Aleksander Morgado | 2014-05-20 | 10 | -7/+202 | |
| | ||||||
* | cli: new '--uim-get-card-status' action | Aleksander Morgado | 2014-04-28 | 1 | -0/+168 | |
| | ||||||
* | uim: implement "Get Card Status" | Aleksander Morgado | 2014-04-28 | 4 | -1/+275 | |
| | ||||||
* | data: add libqmi icon | Aleksander Morgado | 2014-03-09 | 1 | -0/+197 | |
| | ||||||
* | license: add GPLv2+ license in addition to the LGPLv2+ one | Aleksander Morgado | 2014-03-05 | 4 | -414/+759 | |
| | | | | | | | This is not a license change; the library is still LGPLv2+, and the command line tool GPLv2+. https://bugs.freedesktop.org/show_bug.cgi?id=74220 | |||||
* | build-aux,qmi-codegen: explicitly state which services have flags64 | Aleksander Morgado | 2014-02-17 | 1 | -2/+2 | |
| | | | | ... not the other way around. | |||||
* | libqmi-glib,device: print as debug flags used when opening or releasing client | Aleksander Morgado | 2013-12-13 | 1 | -4/+19 | |
| | ||||||
* | qmicli: add '--device-open-net' option | Aleksander Morgado | 2013-12-13 | 3 | -1/+73 | |
| | | | | | | | | | | | The device-open-net cmdline option allows you to specify network-mode and/or qos-header mode flags when opening the device. This has been found to be necessary on some cards/modes such as the MC7750 in LTE mode. Based on an original patch from: Tim Harvey <tharvey@gateworks.com> | |||||
* | libqmi-glib: generate types for QmiDeviceOpenFlags and ↵ | Aleksander Morgado | 2013-12-13 | 2 | -5/+15 | |
| | | | | QmiDeviceReleaseClientFlags | |||||
* | release: bump version to 1.9.0 (development) | Aleksander Morgado | 2013-12-11 | 1 | -1/+1 | |
| |