aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentbdd7df3c8358bf8f2b346229f3f284033cc0b537 (diff)
PFCP: add DLPFCP and osmo-upf port numbers
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/logging.h3
-rw-r--r--include/osmocom/ctrl/ports.h2
-rw-r--r--include/osmocom/vty/ports.h2
3 files changed, 6 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 4a34c7d6..9c498761 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -137,7 +137,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLNSDATA -22 /*!< Osmocom NS layer data pdus */
#define DLNSSIGNAL -23 /*!< Osmocom NS layer signal pdus */
#define DLIUUP -24 /*!< Osmocom IuUP layer */
-#define OSMO_NUM_DLIB 24 /*!< Number of logging sub-systems in libraries */
+#define DLPFCP -25 /*!< Osmocom Packet Forwarding Control Protocol */
+#define OSMO_NUM_DLIB 25 /*!< Number of logging sub-systems in libraries */
/* Colors that can be used in log_info_cat.color */
#define OSMO_LOGCOLOR_NORMAL NULL
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 56d663a6..d2879402 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -30,4 +30,6 @@
#define OSMO_CTRL_PORT_SMLC 4272
/* 4273 used by VTY interface */
#define OSMO_CTRL_PORT_HNODEB 4274
+/* 4275: OSMO_VTY_PORT_UPF */
+#define OSMO_CTRL_PORT_UPF 4276
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index cfefaa8c..75ff86f8 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -42,4 +42,6 @@
/* 4272 used by control interface */
#define OSMO_VTY_PORT_HNODEB 4273
/* 4274 used by control interface */
+#define OSMO_VTY_PORT_UPF 4275
+/* 4276: OSMO_CTRL_PORT_UPF */
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */