ports.h: Add VTY port for GGSN

Change-Id: I5bd49fbc19e88db96b4adbd56c82e7936059551c
This commit is contained in:
Harald Welte 2017-08-16 23:39:08 +02:00
parent 113392a2dd
commit bd3bb135a4
1 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,6 @@
#define OSMO_VTY_PORT_MNCC_SIP 4256
/* 4257 used by control interface */
#define OSMO_VTY_PORT_HLR 4258
/* 4259 used by control interface */
#define OSMO_VTY_PORT_GGSN 4260
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */