summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-30Added command "--get-iccid" to read the SIM serial number.Uwe Wojak
2014-10-30Added commands to unblock blocked PINs.Uwe Wojak
2014-10-02add a command for setting the interface data formatFelix Fietkau
2014-10-02fix aliasing error for parsing message float dataFelix Fietkau
2014-10-02add a command for changing the autoconnect settingFelix Fietkau
2014-10-02silence a compiler warning about adding an int to a stringFelix Fietkau
2014-10-02make argument to get_pin_status int instead of enum to prevent invalid optimi...Felix Fietkau
2014-10-02move a variable declaration to the right placeFelix Fietkau
2014-10-02fix tautological checkFelix Fietkau
2014-10-01sync with libqmi-glibFelix Fietkau
2014-05-27Fix printing of service versionsMatti Laakso
2014-05-27Add --stop-networkMatti Laakso
2014-05-27Fix autoconnectMatti Laakso
2014-05-27Minor fixes to command line helpMatti Laakso
2013-06-24add --set-device-operating-modeFelix Fietkau
2013-06-24add --reset-dmsFelix Fietkau
2013-06-10add autoconnect option for --start-networkFelix Fietkau
2013-06-10make size related int variables unsignedFelix Fietkau
2013-06-10unify multiple set_system_selection commands into one message, add --set-netw...Felix Fietkau
2013-06-10make uqmi_add_error return QMI_CMD_EXITFelix Fietkau
2013-06-09fix releasing client ids after explicit setFelix Fietkau
2013-06-09add wds reset commandFelix Fietkau
2013-06-09fix command type for get_packet_service_statusFelix Fietkau
2013-06-09implement --get-data-statusFelix Fietkau
2013-06-09rename send to _send to avoid conflict with system headersFelix Fietkau
2013-06-09codegen: work around firmware bug, only accept the first found tlvFelix Fietkau
2013-06-08add --network-scanFelix Fietkau
2013-06-08fix generated code for allocating arraysFelix Fietkau
2013-06-08add an option for printing output as a single lineFelix Fietkau
2013-06-08allow commands to return individual json elements instead of just json objectsFelix Fietkau
2013-06-08format output as jsonFelix Fietkau
2013-06-08nas: add --set-network-preferenceFelix Fietkau
2013-03-05keep the client id if user-specifiedFelix Fietkau
2013-03-03disable unused librariesFelix Fietkau
2013-03-03fix helptext for verify pinFelix Fietkau
2013-03-03fix 7bit character conversionFelix Fietkau
2013-02-20add an option for releasing client idsFelix Fietkau
2013-02-19fix 7-bit encodingFelix Fietkau
2013-02-19fix charset decoding of 7-bit gsm dataFelix Fietkau
2013-02-19get rid of unused variablesFelix Fietkau
2013-02-19add support for sending smsFelix Fietkau
2013-02-18add detection for the class field in the TP-DCS octetFelix Fietkau
2013-02-18clean up / fix sms user data header parsingFelix Fietkau
2013-02-18code cleanup, add support for parsing 7-bit ascii addressesFelix Fietkau
2013-02-18add a command for showing raw sms dataFelix Fietkau
2013-02-18add sms read accessFelix Fietkau
2013-02-18add a command to get the imsiFelix Fietkau
2013-02-17detect comments with no whitespace after //Felix Fietkau
2013-02-17filter out comments in json files before pushing them through the JSON moduleFelix Fietkau
2013-02-17add --get-serving-systemFelix Fietkau