From 729a2c8e9a0345f6520a53859894d4364a6debbb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 16 Oct 2022 17:12:32 +0200 Subject: [PATCH] allocate VTY port number 4270 for osmo-isdntap osmo-isdntap is a ISDN protocol + call tracing utility currently under development, see https://gitea.osmocom.org/retronetworking/osmo-isdntap Change-Id: I25ca4565e326ee9b0b32eeabc4a76756e2fde4ac --- include/osmocom/vty/ports.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index d3b1d7a55..bc001282a 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -38,6 +38,7 @@ #define OSMO_VTY_PORT_CBC 4264 #define OSMO_VTY_PORT_UECUPS 4268 #define OSMO_VTY_PORT_E1D 4269 +#define OSMO_VTY_PORT_ISDNTAP 4270 #define OSMO_VTY_PORT_SMLC 4271 /* 4272 used by control interface */ #define OSMO_VTY_PORT_HNODEB 4273