diff options
author | Daniel Willmann <dwillmann@sysmocom.de> | 2018-05-29 20:55:18 +0200 |
---|---|---|
committer | Daniel Willmann <dwillmann@sysmocom.de> | 2018-05-29 21:02:16 +0200 |
commit | 07f075d197d7bf7befcfce419d5fef6013a764ef (patch) | |
tree | 73afde8f135953568a8e2bd2c62cdb3c2b4a2485 /include/osmocom/vty/ports.h | |
parent | 572fc2d3441ff5ddbf361b2e815910d79fa4f66d (diff) |
ports.h: Add ctrl port for osmo-gbproxy
Change-Id: I46a1cef3013c9bbf9b5a6d64e83cd84568f2523c
Diffstat (limited to 'include/osmocom/vty/ports.h')
-rw-r--r-- | include/osmocom/vty/ports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index 5e7e6553..5a8faedd 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -32,5 +32,5 @@ /* 4259 used by control interface */ #define OSMO_VTY_PORT_GGSN 4260 #define OSMO_VTY_PORT_HNBGW 4261 -/* 4262 used by control interface */ +/* 4262-4263 used by control interface */ /* When adding/changing port numbers, keep docs and wiki in sync. See above. */ |