This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: virt_phy: Add missing gprs related entries to l1ctlPrimNames
......................................................................
virt_phy: Add missing gprs related entries to l1ctlPrimNames
Change-Id: Ia59e22cda9cf5e25b5e2b1fe38f8ec3937b16f80
---
M src/host/virt_phy/src/logging.c
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/host/virt_phy/src/logging.c b/src/host/virt_phy/src/logging.c
index feb5081..631a6e6 100644
--- a/src/host/virt_phy/src/logging.c
+++ b/src/host/virt_phy/src/logging.c
@@ -56,7 +56,12 @@
"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] = {
--
To view, visit https://gerrit.osmocom.org/7419
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia59e22cda9cf5e25b5e2b1fe38f8ec3937b16f80
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>