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