laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/29765 )
Change subject: allocate VTY port number 4270 for osmo-isdntap ......................................................................
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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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