aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-21 12:17:11 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-21 15:34:19 +0200
commitc7947ed1f6fe8a9113451fbd1e58078a98ee4912 (patch)
treecb99623089b2ee978115bc94d16aa903b6cd2a47 /include/osmocom/ctrl
parentrename controlif_setup() to ctrl_interface_setup() (diff)
downloadlibosmocore-c7947ed1f6fe8a9113451fbd1e58078a98ee4912.tar.xz
libosmocore-c7947ed1f6fe8a9113451fbd1e58078a98ee4912.zip
New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interface
Diffstat (limited to 'include/osmocom/ctrl')
-rw-r--r--include/osmocom/ctrl/ports.h7
1 files changed, 7 insertions, 0 deletions
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