~mariusko/libqmi/master

Viewing all changes in revision 1300.

  • Committer: Aleksander Morgado
  • Date: 2018-08-20 21:09:46 UTC
  • Revision ID: git-v1:de362e9dd5e5466f9818de173436efa075fdc80c
libqmi-glib,message: allow empty TLVs

String TLVs, i.e. TLVs that contain a single string and therefore
don't need any explicit size prefix, may be empty if they're
containing an empty string. This means that the TLV would have 0 bytes
as payload, and therefore we shouldn't treat that as an error.

The QMI_CORE_ERROR_TLV_EMPTY error type, introduced in 7a0f4856 for
libqmi 1.12, is reported as deprecated in the documentation, as it
will no longer be generated by the library.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: