project/uqmi.git
2014-12-18 Sławomir DemeszkoFix improper characters after reading Escape code for...
2014-12-18 Sławomir DemeszkoAdded commands to change PIN code
2014-12-18 Sławomir DemeszkoAdded shared struct to allow the same option names...
2014-12-18 Sławomir DemeszkoAdded option for enabling and disabling protection...
2014-12-18 Sławomir DemeszkoAdd support for 16-bit reference number in concatenated...
2014-12-12 Sławomir DemeszkoFix character "@" added at end of received messages
2014-12-12 Sławomir DemeszkoAdded support for 8 bit and 16 bit encoded SMS messages
2014-12-12 Sławomir DemeszkoSeparation of decoding User Data Header from decoding...
2014-12-02 Sławomir DemeszkoAdd --delete-message for deleting SMS messages
2014-12-01 Sławomir DemeszkoSEGFAULT on reading Unicode sms messages
2014-11-25 Felix Fietkauadd wda commands for setting/getting wireless data...
2014-11-25 Felix Fietkausuppress enum conversion warnings
2014-11-19 Felix Fietkaufix indentation
2014-11-18 Sławomir DemeszkoFix improper part number in multipart SMS text messages
2014-11-18 Sławomir DemeszkoAdd command --get-msisdn for getting phone number
2014-10-30 Uwe WojakAdded command "--get-iccid" to read the SIM serial...
2014-10-30 Uwe WojakAdded commands to unblock blocked PINs.
2014-10-02 Felix Fietkauadd a command for setting the interface data format
2014-10-02 Felix Fietkaufix aliasing error for parsing message float data
2014-10-02 Felix Fietkauadd a command for changing the autoconnect setting
2014-10-02 Felix Fietkausilence a compiler warning about adding an int to a...
2014-10-02 Felix Fietkaumake argument to get_pin_status int instead of enum...
2014-10-02 Felix Fietkaumove a variable declaration to the right place
2014-10-02 Felix Fietkaufix tautological check
2014-10-01 Felix Fietkausync with libqmi-glib
2014-05-27 Matti LaaksoFix printing of service versions
2014-05-27 Matti LaaksoAdd --stop-network
2014-05-27 Matti LaaksoFix autoconnect
2014-05-27 Matti LaaksoMinor fixes to command line help
2013-06-23 Felix Fietkauadd --set-device-operating-mode
2013-06-23 Felix Fietkauadd --reset-dms
2013-06-10 Felix Fietkauadd autoconnect option for --start-network
2013-06-10 Felix Fietkaumake size related int variables unsigned
2013-06-10 Felix Fietkauunify multiple set_system_selection commands into one...
2013-06-10 Felix Fietkaumake uqmi_add_error return QMI_CMD_EXIT
2013-06-09 Felix Fietkaufix releasing client ids after explicit set
2013-06-09 Felix Fietkauadd wds reset command
2013-06-09 Felix Fietkaufix command type for get_packet_service_status
2013-06-08 Felix Fietkauimplement --get-data-status
2013-06-08 Felix Fietkaurename send to _send to avoid conflict with system...
2013-06-08 Felix Fietkaucodegen: work around firmware bug, only accept the...
2013-06-08 Felix Fietkauadd --network-scan
2013-06-08 Felix Fietkaufix generated code for allocating arrays
2013-06-08 Felix Fietkauadd an option for printing output as a single line
2013-06-08 Felix Fietkauallow commands to return individual json elements inste...
2013-06-08 Felix Fietkauformat output as json
2013-06-08 Felix Fietkaunas: add --set-network-preference
2013-03-05 Felix Fietkaukeep the client id if user-specified
2013-03-03 Felix Fietkaudisable unused libraries
2013-03-03 Felix Fietkaufix helptext for verify pin
2013-03-03 Felix Fietkaufix 7bit character conversion
2013-02-20 Felix Fietkauadd an option for releasing client ids
2013-02-19 Felix Fietkaufix 7-bit encoding
2013-02-19 Felix Fietkaufix charset decoding of 7-bit gsm data
2013-02-19 Felix Fietkauget rid of unused variables
2013-02-19 Felix Fietkauadd support for sending sms
2013-02-18 Felix Fietkauadd detection for the class field in the TP-DCS octet
2013-02-18 Felix Fietkauclean up / fix sms user data header parsing
2013-02-18 Felix Fietkaucode cleanup, add support for parsing 7-bit ascii addresses
2013-02-18 Felix Fietkauadd a command for showing raw sms data
2013-02-18 Felix Fietkauadd sms read access
2013-02-18 Felix Fietkauadd a command to get the imsi
2013-02-17 Felix Fietkaudetect comments with no whitespace after //
2013-02-17 Felix Fietkaufilter out comments in json files before pushing them...
2013-02-17 Felix Fietkauadd --get-serving-system
2013-02-17 Felix Fietkaushow type in the --get-signal-info command
2013-02-17 Felix Fietkauimplement the start network command
2013-02-17 Felix Fietkaurework status handling, use a blob_buf as storage
2013-02-17 Felix Fietkauadd a function to get a string for a qmi error code
2013-02-17 Felix Fietkausuppress error callbacks if requested
2013-02-17 Felix Fietkauadd error handler header file and generated source...
2013-02-17 Felix Fietkauadd --network-register
2013-02-17 Felix Fietkauadd command for getting signal strength info
2013-02-17 Felix Fietkauadd command for setting network preference
2013-02-17 Felix Fietkauuse printf instead of fprintf for pin status verificati...
2013-02-17 Felix Fietkauremove service prefix from options, add helptext for...
2013-02-17 Felix Fietkauadd initial prototype with a few commands