aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/ports.h
blob: 9642193f47761df4ab47d859b99b3371e811dc60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

/*
 * TCP port numbers used for CTRL interfaces in osmocom projects. See also the
 * osmocom wiki as well as the osmo-gsm-manuals, which should all be kept in
 * sync with this file:
 * https://osmocom.org/projects/cellular-infrastructure/wiki/PortNumbers
 * https://git.osmocom.org/osmo-gsm-manuals/tree/common/chapters/port_numbers.adoc
 */

#define OSMO_CTRL_PORT_BTS	4238
#define OSMO_CTRL_PORT_NITB_BSC	4249
#define OSMO_CTRL_PORT_BSC_NAT	4250
#define OSMO_CTRL_PORT_SGSN	4251
#define OSMO_CTRL_PORT_GGSN	4252
/* 4252-4254 used by VTY interface */
#define OSMO_CTRL_PORT_CSCN	4255
/* 4256 used by VTY interface */