summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-21 17:23:09 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-21 16:35:07 +0000
commitf9ac7eb36ebc97c68a98c700f801015c0fc9c8ad (patch)
tree4018d4a2b4d10ed749ab8c823ef7209fcb1bafba
parentd49a748cbbf7d7b5bb77f3d906179da9b462e6d1 (diff)
virt_phy: Add missing gprs related entries to l1ctlPrimNames
-rw-r--r--src/host/virt_phy/src/logging.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/host/virt_phy/src/logging.c b/src/host/virt_phy/src/logging.c
index feb50817..631a6e6e 100644
--- a/src/host/virt_phy/src/logging.c
+++ b/src/host/virt_phy/src/logging.c
@@ -56,7 +56,12 @@ static const char* l1ctlPrimNames[] = {
"L1CTL_NEIGH_PM_IND",
"L1CTL_TRAFFIC_REQ",
"L1CTL_TRAFFIC_CONF",
- "L1CTL_TRAFFIC_IND"};
+ "L1CTL_TRAFFIC_IND",
+ "L1CTL_TBF_CFG_REQ",
+ "L1CTL_TBF_CFG_CONF",
+ "L1CTL_DATA_TBF_REQ",
+ "L1CTL_DATA_TBF_CONF"
+};
static const struct log_info_cat default_categories[] = {
[DL1C] = {