aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-08-05 19:01:49 +0200
committerOliver Smith <osmith@sysmocom.de>2021-08-06 16:13:34 +0200
commit6a138891da27c2d17288c8efc8e42d578ab3fdf3 (patch)
treed17f0cd580d8128685a9b18a75f552341c1443ca
parentd8f8919a5850390dbbdd9dbea266f7f569abab7e (diff)
vty/ports: move pcap server/client ports
Resolve conflict with other Osmocom software by moving ports: osmo-pcap-client 4237 -> 4227 osmo-pcap-server 4238 -> 4228 Remove wrong previous comments that claimed 4240 and 4241 were used. Related: OS#5203 Related: osmo-pcap I3b18b1fbbca2799f868f28104e2f5d513f93d46c Change-Id: I098f211370bba61995ce424ab64029bdd4c49e2d
-rw-r--r--include/osmocom/vty/ports.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index cca2dd35..580e6428 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -8,12 +8,14 @@
#pragma once
+#define OSMO_VTY_PORT_PCAP_CLIENT 4227
+#define OSMO_VTY_PORT_PCAP_SERVER 4228
/* 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 */
-#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
+#define OSMO_VTY_PORT_PCU 4240
+#define OSMO_VTY_PORT_BTS 4241
#define OSMO_VTY_PORT_NITB_BSC 4242
#define OSMO_VTY_PORT_BSC_MGCP 4243
#define OSMO_VTY_PORT_MGW OSMO_VTY_PORT_BSC_MGCP