diff options
Diffstat (limited to 'include/osmocom/ctrl')
-rw-r--r-- | include/osmocom/ctrl/ports.h | 1 |
1 files changed, 1 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 |