diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-03-23 14:48:39 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-03-31 16:59:23 +0200 |
commit | 793a2907d553095d77d73e8bf7cc132667ee7240 (patch) | |
tree | db72383cac09624c1ea62f206f390c19742e7cf7 /include/osmocom/vty | |
parent | 61f28880d5dc3f08689bef61a54fa2035928ffaa (diff) |
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.
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r-- | include/osmocom/vty/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |