ports.h: add osmo-pfcp-tool ports

Related: SYS#5599
Change-Id: I8a5f437d934b9bda11ea593b50bd18c7d5d71ce9
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index d287940..b4bceef 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 75ff86f..d3b1d7a 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. */