Enable Debug RFrame Log Notification for Extension Parameters
- remove skip packet enable flag
Bug: 379021834
Test: None
Change-Id: I7ca6be7d50a6a9b12ce0c9ae599446fcdfff0b4a
Signed-off-by: Bhautik Ardeshana <[email protected]>
diff --git a/halimpl/hal/phNxpUciHal.cc b/halimpl/hal/phNxpUciHal.cc
index 76787f7..a0b0a76 100644
--- a/halimpl/hal/phNxpUciHal.cc
+++ b/halimpl/hal/phNxpUciHal.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2012-2019, 2022-2023 NXP
+ * Copyright 2012-2019, 2022-2024 NXP
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -463,11 +463,6 @@
}
if (mt == UCI_MT_NTF) {
- // DBG packets not yet supported, just ignore them silently
- if (gid == UCI_GID_INTERNAL && oid == UCI_EXT_PARAM_DBG_RFRAME_LOG_NTF) {
- return;
- }
-
if (!pbf && gid == UCI_GID_CORE && oid == UCI_MSG_CORE_GENERIC_ERROR_NTF) {
uint8_t status_code = buffer[UCI_RESPONSE_STATUS_OFFSET];
diff --git a/halimpl/hal/phNxpUciHal_ext.h b/halimpl/hal/phNxpUciHal_ext.h
index 4406889..bff986e 100644
--- a/halimpl/hal/phNxpUciHal_ext.h
+++ b/halimpl/hal/phNxpUciHal_ext.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012-2020, 2022-2023 NXP
+ * Copyright 2012-2020, 2022-2024 NXP
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,6 @@
#define UCI_EXT_PARAM_DDFS_TONE_CONFIG 0x27
#define UCI_EXT_PARAM_TX_PULSE_SHAPE_CONFIG 0x28
#define UCI_EXT_PARAM_CLK_CONFIG_CTRL 0x30
-#define UCI_EXT_PARAM_DBG_RFRAME_LOG_NTF 0x22
#define UCI_PARAM_ID_LOW_POWER_MODE 0x01