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