aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/ports.h
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/osmocom/vty/ports.h
parentbdd7df3c8358bf8f2b346229f3f284033cc0b537 (diff)
PFCP: add DLPFCP and osmo-upf port numbers
Diffstat (limited to 'include/osmocom/vty/ports.h')
-rw-r--r--include/osmocom/vty/ports.h2
1 files changed, 2 insertions, 0 deletions
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. */