From 1d1ab74fdfd5046c0c1b47fa515ee9cd277a26ca Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 17 Dec 2021 14:20:38 +0100 Subject: [PATCH] ports.h: add osmo-pfcp-tool ports Related: SYS#5599 Change-Id: I8a5f437d934b9bda11ea593b50bd18c7d5d71ce9 --- include/osmocom/ctrl/ports.h | 2 ++ include/osmocom/vty/ports.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index d2879402d..b4bceef35 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 75ff86f89..d3b1d7a55 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. */