jolly has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/34480?usp=email )


Change subject: ASCI: Add two logging categories for group and broadcast call 
control
......................................................................

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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/80/34480/1

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 https://gerrit.osmocom.org/c/osmocom-bb/+/34480?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I77f634c7098137a5412ea56ddc0e794e629d1982
Gerrit-Change-Number: 34480
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andr...@eversberg.eu>
Gerrit-MessageType: newchange

Reply via email to