summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-04-15 16:31:08 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-04-15 20:36:03 +0700
commit12b07883e7b8b013ffcf534fdf74407f0347b5f0 (patch)
treeada150b0aeebec6d074a6745c46ab516fb30b346
parent9abc5f79826c9dd9a918caaa69afd33cca0867f1 (diff)
VIRT_PHY: add missing L1CTL_BURST_IND to l1ctlPrimNames
-rw-r--r--src/host/virt_phy/src/logging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/virt_phy/src/logging.c b/src/host/virt_phy/src/logging.c
index 631a6e6e..a3e63bc5 100644
--- a/src/host/virt_phy/src/logging.c
+++ b/src/host/virt_phy/src/logging.c
@@ -57,6 +57,7 @@ static const char* l1ctlPrimNames[] = {
"L1CTL_TRAFFIC_REQ",
"L1CTL_TRAFFIC_CONF",
"L1CTL_TRAFFIC_IND",
+ "L1CTL_BURST_IND",
"L1CTL_TBF_CFG_REQ",
"L1CTL_TBF_CFG_CONF",
"L1CTL_DATA_TBF_REQ",