diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-08-16 23:39:08 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-08-16 23:41:30 +0200 |
commit | bd3bb135a4c6be29d80fb687ffcdc56c9cd8b6bc (patch) | |
tree | 7577cf8396fe0fcce534975d7a19862b08a10971 /include | |
parent | 113392a2dd0b2a9ccb43b526729f5a9849217144 (diff) |
ports.h: Add VTY port for GGSN
Change-Id: I5bd49fbc19e88db96b4adbd56c82e7936059551c
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/vty/ports.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index 8f8ef758..ab3e1d5b 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -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. */ |