aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-11-26 11:02:47 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-01-21 00:55:51 +0100
commit13fa00e183ca90a61b9c560e810d6ade9ab24599 (patch)
tree25ab5766db8752f07a18731619426104246a8d59 /src/logging.c
parentbdd7df3c8358bf8f2b346229f3f284033cc0b537 (diff)
PFCP: add DLPFCP and osmo-upf port numbers
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index 9d2a0651..94d183fe 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -301,6 +301,12 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.enabled = 1, .loglevel = LOGL_NOTICE,
.color = "\033[38;5;65m",
},
+ [INT2IDX(DLPFCP)] = {
+ .name = "DLPFCP",
+ .description = "libosmo-pfcp Packet Forwarding Control Protocol",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ .color = "\033[38;5;51m",
+ },
};
void assert_loginfo(const char *src)