summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_bulk_protocol.h
diff options
context:
space:
mode:
authorxmarvla <vlatko.markovic@seavus.com>2012-05-09 10:38:57 +0200
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:47:16 +0200
commit4dae139e02676ddcc97544f91c87248141d2477a (patch)
treeeb1e418f5f1218490bb96bd281616a5e0e0bb6d0 /source/LCM/include/t_bulk_protocol.h
parent3d6c24ee9d71c1880d758e80bfb76cea490edf9d (diff)
Dump command on UART channels sometimes fails.
Correct the Write Request handling on the host in the LCM bulk protocol. Fix build with Visual Studio for development purposes. ST-Ericsson ID: 432407 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I3bbae61cace9a24ba59d634bcfda7fd0a9c683eb Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/58237 Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Tested-by: Vlatko STENKOSKI Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'source/LCM/include/t_bulk_protocol.h')
-rw-r--r--source/LCM/include/t_bulk_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/LCM/include/t_bulk_protocol.h b/source/LCM/include/t_bulk_protocol.h
index 95c4dbd..67a1dab 100644
--- a/source/LCM/include/t_bulk_protocol.h
+++ b/source/LCM/include/t_bulk_protocol.h
@@ -121,6 +121,8 @@ typedef struct {
TL_BulkProtocolState_t State;
/** Current bulk session ID. */
uint16 SessionId;
+ /** Counter for Bulk Timer Retransmissions. */
+ uint16 BulkRetransmissionNo;
/** Length of the file transfered with bulk transfer. */
uint64 TotalLength;
/** Length of payload data transfered with bulk transfer. */