aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-24 16:52:12 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-24 16:52:54 +0200
commitf39aed69424b8116f577d497a0235ba2d735a0cd (patch)
tree6244fd13d5f231d349a244689d13acc0c977f21b
parent39c9e7b471f29ec1df8b4fc407bb3fe2ac96cb9e (diff)
add port number 4238 for BTS control interface
-rw-r--r--include/osmocom/ctrl/ports.h1
-rw-r--r--include/osmocom/vty/ports.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 6d154068..32a8910a 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -2,6 +2,7 @@
/* 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
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index 96bc60a7..a58c73b5 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -2,6 +2,7 @@
/* TCP port numbers used for VTY interfaces in osmocom projects */
+/* 4238 used by osmo-bts control interface */
#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
#define OSMO_VTY_PORT_NITB_BSC 4242