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

 (

5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )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(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved




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: 8
Gerrit-Owner: jolly <andr...@eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: jolly <andr...@eversberg.eu>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to