ports.h: Add VTY and CTRL ports for osmo-trx

Change-Id: Ib79cdb62d45d8c78445c7b064e58eb7e9faeccf9
This commit is contained in:
Pau Espin 2018-02-20 14:53:37 +01:00 committed by Harald Welte
parent d5a577b043
commit 98a7a2646b
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,9 @@
#pragma once
#define OSMO_CTRL_PORT_TRX 4236
/* 4237 used by VTY interface */
#define OSMO_CTRL_PORT_BTS 4238
#define OSMO_CTRL_PORT_NITB_BSC 4249
#define OSMO_CTRL_PORT_BSC_NAT 4250

View File

@ -8,6 +8,8 @@
#pragma once
/* 4236 used by control interface */
#define OSMO_VTY_PORT_TRX 4237
/* 4238 used by osmo-bts control interface */
#define OSMO_VTY_PORT_STP 4239
#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */