libosmocore/include/osmocom/vty/ports.h

18 lines
594 B
C
Raw Normal View History

#pragma once
/* TCP port numbers used for VTY interfaces in osmocom projects */
/* 4238 used by osmo-bts control interface */
#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
#define OSMO_VTY_PORT_NITB_BSC 4242
#define OSMO_VTY_PORT_BSC_MGCP 4243
#define OSMO_VTY_PORT_BSC_NAT 4244
#define OSMO_VTY_PORT_SGSN 4245
#define OSMO_VTY_PORT_GBPROXY 4246
#define OSMO_VTY_PORT_BB 4247
/* 4249-4251 used by control interface */
#define OSMO_VTY_PORT_BTSMGR 4252
#define OSMO_VTY_PORT_GTPHUB 4253
2016-02-10 12:28:00 +00:00
#define OSMO_VTY_PORT_CSCN 4254