jolly submitted this change.
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
ASCI: Add two logging categories for group and broadcast call control
Related: OS#5364
Change-Id: I77f634c7098137a5412ea56ddc0e794e629d1982
---
M src/host/layer23/include/osmocom/bb/common/logging.h
M src/host/layer23/src/common/logging.c
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/src/host/layer23/include/osmocom/bb/common/logging.h b/src/host/layer23/include/osmocom/bb/common/logging.h
index fa76c59..40a7e81 100644
--- a/src/host/layer23/include/osmocom/bb/common/logging.h
+++ b/src/host/layer23/include/osmocom/bb/common/logging.h
@@ -12,6 +12,8 @@
DNB,
DMM,
DCC,
+ DGCC,
+ DBCC,
DSS,
DSMS,
DMNCC,
diff --git a/src/host/layer23/src/common/logging.c b/src/host/layer23/src/common/logging.c
index d1b5b92..0401360 100644
--- a/src/host/layer23/src/common/logging.c
+++ b/src/host/layer23/src/common/logging.c
@@ -64,6 +64,18 @@
.color = "\033[1;33m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DGCC] = {
+ .name = "DGCC",
+ .description = "Group Call Control",
+ .color = "\033[1;33m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
+ [DBCC] = {
+ .name = "DBCC",
+ .description = "Broadcast Call Control",
+ .color = "\033[1;33m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
[DSS] = {
.name = "DSS",
.description = "Supplenmentary Services",
To view, visit change 34480. To unsubscribe, or for help writing mail filters, visit settings.