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
This commit is contained in:
Harald Welte 2022-10-16 17:12:32 +02:00
parent 327e5e990d
commit 729a2c8e9a
1 changed files with 1 additions and 0 deletions

View File

@ -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