libqmi-qmuxd/build-aux/qmi-codegen
Aleksander Morgado cf62f84382 qmi-codegen: allow handling built-in sequence numbers in arrays
TLVs are really limited in size, so if you want to have truly long data passed
between host and modem, you may end up needing multiple QMI messages where the
long TLV is split in segments. Currently support this by handling a built-in
sequence number expected to be found between the array size prefix and the array
itself (see e.g. TLV 0x13 (PRL) in 'DMS Activate Manual'). This sequence number
can be enabled with the new 'sequence-prefix-format' keyword in the array
definition.
2013-07-15 10:24:31 +02:00
..
Client.py qmi-codegen python3: change string.replace() class method use to str.replace() instance method 2012-12-17 16:59:35 -06:00
Container.py libqmi-glib,qmi-codegen: timed out operations will issue an ABORT message 2012-10-10 21:14:48 +02:00
Field.py qmi-codegen: fix some python3 compatibility issues 2012-12-17 11:37:31 -06:00
FieldResult.py qmi-codegen: validate TLV before really reading it 2012-10-30 20:42:59 +01:00
Makefile.am qmi-codegen: clean up compiled python files 2012-12-24 15:20:06 +01:00
Message.py qmi-codegen: fix some python3 compatibility issues 2012-12-17 11:37:31 -06:00
MessageList.py qmi-codegen python3: change string.lower(str) to str.lower() 2012-12-17 17:00:20 -06:00
TypeFactory.py qmi-codegen: validate TLV before really reading it 2012-10-30 20:42:59 +01:00
Variable.py qmi-codegen python3: fix dict.has_key('key') to 'key' in dict 2012-12-17 16:59:48 -06:00
VariableArray.py qmi-codegen: allow handling built-in sequence numbers in arrays 2013-07-15 10:24:31 +02:00
VariableFactory.py qmi-codegen: don't issue the array element clear function on 'Input' arrays 2012-09-26 09:45:42 +02:00
VariableInteger.py qmi-codegen: fix some python3 compatibility issues 2012-12-17 11:37:31 -06:00
VariableSequence.py qmi-codegen: validate TLV before really reading it 2012-10-30 20:42:59 +01:00
VariableString.py dms: activation code string needs explicit 1-byte length prefix 2013-03-07 09:09:54 +01:00
VariableStruct.py qmi-codegen: validate TLV before really reading it 2012-10-30 20:42:59 +01:00
qmi-codegen docs: improve generated `libqmi-glib' documentation 2012-10-09 15:23:47 +02:00
utils.py pbm: setup generation of the PBM service support 2013-07-04 13:25:03 +02:00