Change in libosmocore[master]: {ctrl, vty}/ports.h: Allocate ports for osmo-hnodeb

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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Oct 20 18:41:06 UTC 2021


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


Change subject: {ctrl,vty}/ports.h: Allocate ports for osmo-hnodeb
......................................................................

{ctrl,vty}/ports.h: Allocate ports for osmo-hnodeb

Change-Id: I6514d040d88d145a321075911368645868e6280e
---
M include/osmocom/ctrl/ports.h
M include/osmocom/vty/ports.h
2 files changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/52/25852/1

diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 91206dc..38abd6d 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -28,4 +28,6 @@
 /* 4266 used by D-GSM mDNS */
 #define OSMO_CTRL_PORT_MGW	4267
 #define OSMO_CTRL_PORT_SMLC	4272
+/* 4273 used by VTY interface */
+#define OSMO_CTRL_PORT_SMLC	4274
 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index 580e642..cfefaa8 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -39,4 +39,7 @@
 #define OSMO_VTY_PORT_UECUPS		4268
 #define OSMO_VTY_PORT_E1D		4269
 #define OSMO_VTY_PORT_SMLC		4271
+/* 4272 used by control interface */
+#define OSMO_VTY_PORT_HNODEB		4273
+/* 4274 used by control interface */
 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I6514d040d88d145a321075911368645868e6280e
Gerrit-Change-Number: 25852
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211020/a4b2a724/attachment.htm>


More information about the gerrit-log mailing list