Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f544080 authored by Dixon Peterson's avatar Dixon Peterson
Browse files

diag: Correct the minimum dci packet length



Diag currently has the minuimum dci packet length set to 8. Correct
the valid minimum packet size to 5.
CRs-Fixed: 538425
Change-Id: Ie1d6becda3f1be292524051e9d6d9a7cd1f5fbe7
Signed-off-by: default avatarDixon Peterson <dixonp@codeaurora.org>
parent 6917c867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#define DISABLE_LOG_MASK	0
#define MAX_EVENT_SIZE		512
#define DCI_CLIENT_INDEX_INVALID -1
#define DCI_PKT_REQ_MIN_LEN		8
#define DCI_PKT_REQ_MIN_LEN		5
#define DCI_LOG_CON_MIN_LEN		14
#define DCI_EVENT_CON_MIN_LEN		16