From c7947ed1f6fe8a9113451fbd1e58078a98ee4912 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Aug 2014 12:17:11 +0200 Subject: New file listing tcp ports for CTRL interface --- include/osmocom/ctrl/ports.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/osmocom/ctrl/ports.h (limited to 'include/osmocom/ctrl') diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h new file mode 100644 index 00000000..6d154068 --- /dev/null +++ b/include/osmocom/ctrl/ports.h @@ -0,0 +1,7 @@ +#pragma once + +/* TCP port numbers used for CTRL interfaces in osmocom projects */ + +#define OSMO_CTRL_PORT_NITB_BSC 4249 +#define OSMO_CTRL_PORT_BSC_NAT 4250 +#define OSMO_CTRL_PORT_SGSN 4251 -- cgit v1.2.3