From 58a5665ecb72b2b4e2a9e33dde83d12060c41b4a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 20 Dec 2017 02:26:44 +0100 Subject: ports: define proper VTY and CTRL ports for OsmoHNBGW So far it uses 2323, a development default. Instead, assign new ports, appending to the common range of VTY and CTRL ports: 4261 and 4262. Related: https://osmocom.org/projects/cellular-infrastructure/wiki/Port_Numbers Related: I28bd7a97d24455f88fadc6724d45c3264ba2fce4 (osmo-gsm-manuals) Change-Id: Ife52a968a41cb286f640006587877971ff66c1a4 --- include/osmocom/vty/ports.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/vty') diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index ff0b58ce..4819b87b 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -29,4 +29,6 @@ #define OSMO_VTY_PORT_HLR 4258 /* 4259 used by control interface */ #define OSMO_VTY_PORT_GGSN 4260 +#define OSMO_VTY_PORT_HNBGW 4261 +/* 4262 used by control interface */ /* When adding/changing port numbers, keep docs and wiki in sync. See above. */ -- cgit v1.2.3