blob: 9642193f47761df4ab47d859b99b3371e811dc60 [file] [log] [blame]
Harald Weltec7947ed2014-08-21 12:17:11 +02001#pragma once
2
Neels Hofmeyr56313c82016-09-08 12:58:25 +02003/*
4 * TCP port numbers used for CTRL 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 */
Harald Weltec7947ed2014-08-21 12:17:11 +020010
Harald Weltef39aed62014-08-24 16:52:12 +020011#define OSMO_CTRL_PORT_BTS 4238
Harald Weltec7947ed2014-08-21 12:17:11 +020012#define OSMO_CTRL_PORT_NITB_BSC 4249
13#define OSMO_CTRL_PORT_BSC_NAT 4250
14#define OSMO_CTRL_PORT_SGSN 4251
Maxd1dcda02016-08-02 17:18:51 +020015#define OSMO_CTRL_PORT_GGSN 4252
Neels Hofmeyr56313c82016-09-08 12:58:25 +020016/* 4252-4254 used by VTY interface */
Neels Hofmeyr86847142016-02-15 12:02:02 +010017#define OSMO_CTRL_PORT_CSCN 4255
Neels Hofmeyr56313c82016-09-08 12:58:25 +020018/* 4256 used by VTY interface */