From 793a2907d553095d77d73e8bf7cc132667ee7240 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 23 Mar 2016 14:48:39 +0100 Subject: vty: Make a reservation for the osmo-sip-connector The osmo-sip-connector is a new application and is a MNCC to SIP bridge. It is not implementing transcoding or RTP proxying at all. --- include/osmocom/vty/ports.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/vty/ports.h') diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index 71afafd1..75b80440 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -16,3 +16,4 @@ #define OSMO_VTY_PORT_GTPHUB 4253 #define OSMO_VTY_PORT_CSCN 4254 /* 4255 used by control interface */ +#define OSMO_VTY_PORT_MNCC_SIP 4256 -- cgit v1.2.3