summaryrefslogtreecommitdiff
path: root/src/shared/dlt_protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/dlt_protocol.c')
-rw-r--r--src/shared/dlt_protocol.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/shared/dlt_protocol.c b/src/shared/dlt_protocol.c
index 2468a89..fc6dea4 100644
--- a/src/shared/dlt_protocol.c
+++ b/src/shared/dlt_protocol.c
@@ -57,11 +57,15 @@ const char *const dlt_user_service_names[] = {
"DLT_SERVICE_ID_TIMEZONE",
"DLT_SERVICE_ID_MARKER",
"DLT_SERVICE_ID_OFFLINE_LOGSTORAGE",
- "DLT_SERVICE_ID_SET_FILTER_LEVEL",
- "DLT_SERVICE_ID_GET_FILTER_STATUS",
"DLT_SERVICE_ID_PASSIVE_NODE_CONNECT",
"DLT_SERVICE_ID_PASSIVE_NODE_CONNECTION_STATUS",
- "DLT_SERVICE_ID_SET_ALL_LOG_LEVEL"
+ "DLT_SERVICE_ID_SET_ALL_LOG_LEVEL",
+ "DLT_SERVICE_ID_SET_ALL_TRACE_STATUS",
+ "DLT_SERVICE_ID_UNDEFINED", /* 0xF0A is not defined */
+ "DLT_SERVICE_ID_RESERVED",
+ "DLT_SERVICE_ID_RESERVED",
+ "DLT_SERVICE_ID_RESERVED",
+ "DLT_SERVICE_ID_RESERVED"
};
const char *dlt_get_service_name(unsigned int id)