aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/ports.h
blob: c89bbe34acaa71555f942d5eedb527b9dd472882 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/* TCP port numbers used for CTRL interfaces in osmocom projects */

#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
#define OSMO_CTRL_PORT_CSCN	4255