aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/ports.h
blob: 71c8e2d336bbeb9be8b382704057840f841847b3 (plain)
1
2
3
4
5
6
7
8
9
#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_CSCN	4255