libosmovty 0.9.6-23.20170220git32ee5af8.fc42
Osmocom VTY library
Loading...
Searching...
No Matches
ports.h
1#pragma once
2
3/*
4 * TCP port numbers used for VTY interfaces in osmocom projects. See also the
5 * osmocom wiki as well as the osmo-gsm-manuals, which should all be kept in
6 * sync with this file:
7 * https://osmocom.org/projects/cellular-infrastructure/wiki/PortNumbers
8 * https://git.osmocom.org/osmo-gsm-manuals/tree/common/chapters/port_numbers.adoc
9 */
10
11/* 4238 used by osmo-bts control interface */
12#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
13#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
14#define OSMO_VTY_PORT_NITB_BSC 4242
15#define OSMO_VTY_PORT_BSC_MGCP 4243
16#define OSMO_VTY_PORT_BSC_NAT 4244
17#define OSMO_VTY_PORT_SGSN 4245
18#define OSMO_VTY_PORT_GBPROXY 4246
19#define OSMO_VTY_PORT_BB 4247
20/* 4249-4251 used by control interface */
21#define OSMO_VTY_PORT_BTSMGR 4252
22#define OSMO_VTY_PORT_GTPHUB 4253
23#define OSMO_VTY_PORT_CSCN 4254
24/* 4255 used by control interface */
25#define OSMO_VTY_PORT_MNCC_SIP 4256
26/* 4257 used by control interface */
27#define OSMO_VTY_PORT_HLR 4258
28/* When adding/changing port numbers, keep docs and wiki in sync. See above. */