Change in osmo-pcap[master]: Change default ports of client, server

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:25 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/25131 )


Change subject: Change default ports of client, server
......................................................................

Change default ports of client, server

Resolve conflict with other Osmocom software by moving ports:

osmo-pcap-client 4237 -> 4227
osmo-pcap-server 4238 -> 4228

Notably the defines OSMO_VTY_PORT_PCAP_CLIENT and _SERVER are currently
not provided by libosmocore, but will be added with the related commit.

Related: OS#5203
Related: libosmocore I098f211370bba61995ce424ab64029bdd4c49e2d
Change-Id: I3b18b1fbbca2799f868f28104e2f5d513f93d46c
---
M include/osmo-pcap/common.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/31/25131/1

diff --git a/include/osmo-pcap/common.h b/include/osmo-pcap/common.h
index 79080a2..7ac5bb0 100644
--- a/include/osmo-pcap/common.h
+++ b/include/osmo-pcap/common.h
@@ -32,10 +32,10 @@
 
 /* support old versions of libosmocore */
 #ifndef OSMO_VTY_PORT_PCAP_CLIENT
-#define OSMO_VTY_PORT_PCAP_CLIENT	4237
+#define OSMO_VTY_PORT_PCAP_CLIENT	4227
 #endif
 #ifndef OSMO_VTY_PORT_PCAP_SERVER
-#define OSMO_VTY_PORT_PCAP_SERVER	4238
+#define OSMO_VTY_PORT_PCAP_SERVER	4228
 #endif
 
 enum {

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

Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I3b18b1fbbca2799f868f28104e2f5d513f93d46c
Gerrit-Change-Number: 25131
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/db67fa63/attachment.htm>


More information about the gerrit-log mailing list