blob: f4bc48538e335d6321c0b9d3aa2f0e287e858600 [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
Harald Weltef39aed62014-08-24 16:52:12 +02005/* 4238 used by osmo-bts control interface */
Harald Welte28570a42014-08-21 12:15:59 +02006#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
7#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
8#define OSMO_VTY_PORT_NITB_BSC 4242
9#define OSMO_VTY_PORT_BSC_MGCP 4243
10#define OSMO_VTY_PORT_BSC_NAT 4244
11#define OSMO_VTY_PORT_SGSN 4245
12#define OSMO_VTY_PORT_GBPROXY 4246
13#define OSMO_VTY_PORT_BB 4247
Neels Hofmeyr667e83d2015-11-02 20:18:11 +010014/* 4249-4251 used by control interface */
Harald Welte28570a42014-08-21 12:15:59 +020015#define OSMO_VTY_PORT_BTSMGR 4252