Change in libosmocore[master]: vty/ports: move pcap server/client ports

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Aug 5 17:19:00 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/25128 )


Change subject: vty/ports: move pcap server/client ports
......................................................................

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
---
M include/osmocom/vty/ports.h
1 file changed, 24 insertions(+), 22 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/28/25128/1

diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index b3550d1..580e642 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -8,33 +8,35 @@
 
 #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
+#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_NITB_BSC	4242
-#define OSMO_VTY_PORT_BSC_MGCP	4243
-#define OSMO_VTY_PORT_MGW	OSMO_VTY_PORT_BSC_MGCP
-#define OSMO_VTY_PORT_BSC_NAT	4244
-#define OSMO_VTY_PORT_SGSN	4245
-#define OSMO_VTY_PORT_GBPROXY	4246
-#define OSMO_VTY_PORT_BB	4247
+#define OSMO_VTY_PORT_STP		4239
+#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
+#define OSMO_VTY_PORT_BSC_NAT		4244
+#define OSMO_VTY_PORT_SGSN		4245
+#define OSMO_VTY_PORT_GBPROXY		4246
+#define OSMO_VTY_PORT_BB		4247
 /* 4249-4251 used by control interface */
-#define OSMO_VTY_PORT_BTSMGR	4252
-#define OSMO_VTY_PORT_GTPHUB	4253
-#define OSMO_VTY_PORT_MSC	4254
+#define OSMO_VTY_PORT_BTSMGR		4252
+#define OSMO_VTY_PORT_GTPHUB		4253
+#define OSMO_VTY_PORT_MSC		4254
 /* 4255 used by control interface */
-#define OSMO_VTY_PORT_MNCC_SIP	4256
+#define OSMO_VTY_PORT_MNCC_SIP		4256
 /* 4257 used by control interface */
-#define OSMO_VTY_PORT_HLR	4258
+#define OSMO_VTY_PORT_HLR		4258
 /* 4259 used by control interface */
-#define OSMO_VTY_PORT_GGSN	4260
-#define OSMO_VTY_PORT_HNBGW	4261
+#define OSMO_VTY_PORT_GGSN		4260
+#define OSMO_VTY_PORT_HNBGW		4261
 /* 4262-4263 used by control interface */
-#define OSMO_VTY_PORT_CBC	4264
-#define OSMO_VTY_PORT_UECUPS	4268
-#define OSMO_VTY_PORT_E1D	4269
-#define OSMO_VTY_PORT_SMLC	4271
+#define OSMO_VTY_PORT_CBC		4264
+#define OSMO_VTY_PORT_UECUPS		4268
+#define OSMO_VTY_PORT_E1D		4269
+#define OSMO_VTY_PORT_SMLC		4271
 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/25128
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I098f211370bba61995ce424ab64029bdd4c49e2d
Gerrit-Change-Number: 25128
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210805/5779557c/attachment.htm>


More information about the gerrit-log mailing list