laforge submitted this change.
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
---
M include/osmocom/vty/ports.h
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index d3b1d7a..bc00128 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
To view, visit change 29765. To unsubscribe, or for help writing mail filters, visit settings.