blob: 96bc60a7fd4c75fd24127917433bc5498cf1fe35 [file] [log] [blame]
Harald Welte28570a42014-08-21 12:15:59 +02001#pragma once
2
3/* TCP port numbers used for VTY interfaces in osmocom projects */
4
5#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
6#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
7#define OSMO_VTY_PORT_NITB_BSC 4242
8#define OSMO_VTY_PORT_BSC_MGCP 4243
9#define OSMO_VTY_PORT_BSC_NAT 4244
10#define OSMO_VTY_PORT_SGSN 4245
11#define OSMO_VTY_PORT_GBPROXY 4246
12#define OSMO_VTY_PORT_BB 4247
13/* 4249-2451 used by control interface */
14#define OSMO_VTY_PORT_BTSMGR 4252