From d515020fa1bcb5d874084a68c9de9434dc9d994e Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Mon, 29 Oct 2018 16:32:17 +0100 Subject: Gateway Improvements -Support to send and parse periodic control messages -add application/contexts to passive ECU list -Refactor dlt_gateway_send_control_message -Gateway issues with corrupted data and on demand connection -Unit Test update Signed-off-by: Saya Sugiura ssugiura@jp.adit-jv.com Signed-off-by: Christoph Lipka clipka@jp.adit-jv.com Signed-off-by: S. Hameed shameed@jp.adit-jv.com Signed-off-by: ManikandanC Manikandan.Chockalingam@in.bosch.com --- src/console/dlt-receive.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/console/dlt-receive.c') diff --git a/src/console/dlt-receive.c b/src/console/dlt-receive.c index a4aef2e..fd19f83 100644 --- a/src/console/dlt-receive.c +++ b/src/console/dlt-receive.c @@ -82,8 +82,6 @@ #include "dlt_client.h" -#define DLT_RECEIVE_TEXTBUFSIZE 10024 /* Size of buffer for text output */ - #define DLT_RECEIVE_ECU_ID "RECV" /* Function prototypes */ -- cgit v1.2.1