aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-12-17 14:20:38 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-01-21 00:55:51 +0100
commit1d1ab74fdfd5046c0c1b47fa515ee9cd277a26ca (patch)
tree9a4a23c1f145f556e066dc6e048b800929bb8713
parentPFCP: add DLPFCP and osmo-upf port numbers (diff)
downloadlibosmocore-1d1ab74fdfd5046c0c1b47fa515ee9cd277a26ca.tar.xz
libosmocore-1d1ab74fdfd5046c0c1b47fa515ee9cd277a26ca.zip
ports.h: add osmo-pfcp-tool ports
Related: SYS#5599 Change-Id: I8a5f437d934b9bda11ea593b50bd18c7d5d71ce9
-rw-r--r--include/osmocom/ctrl/ports.h2
-rw-r--r--include/osmocom/vty/ports.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index d2879402..b4bceef3 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -32,4 +32,6 @@
#define OSMO_CTRL_PORT_HNODEB 4274
/* 4275: OSMO_VTY_PORT_UPF */
#define OSMO_CTRL_PORT_UPF 4276
+/* 4277: OSMO_VTY_PORT_PFCP_TOOL */
+#define OSMO_CTRL_PORT_PFCP_TOOL 4278
/* 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 75ff86f8..d3b1d7a5 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -44,4 +44,6 @@
/* 4274 used by control interface */
#define OSMO_VTY_PORT_UPF 4275
/* 4276: OSMO_CTRL_PORT_UPF */
+#define OSMO_VTY_PORT_PFCP_TOOL 4277
+/* 4278: OSMO_CTRL_PORT_UPF */
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */