[PATCH] osmo-bts[master]: trx: Save osmotrx base-port vty properties

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri May 26 10:58:18 UTC 2017


Review at  https://gerrit.osmocom.org/2746

trx: Save osmotrx base-port vty properties

Change-Id: I0898a8c4eb3899fc1c0f6b17da33b8c7851b90d6
---
M src/osmo-bts-trx/trx_vty.c
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/46/2746/1

diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index 18e4788..5a22fb0 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -502,6 +502,13 @@
 		vty_out(vty, " osmotrx ip remote %s%s",
 			plink->u.osmotrx.remote_ip, VTY_NEWLINE);
 
+	if (plink->u.osmotrx.base_port_local)
+		vty_out(vty, " osmotrx base-port local %"PRIu16"%s",
+			plink->u.osmotrx.base_port_local, VTY_NEWLINE);
+	if (plink->u.osmotrx.base_port_remote)
+		vty_out(vty, " osmotrx base-port remote %"PRIu16"%s",
+			plink->u.osmotrx.base_port_remote, VTY_NEWLINE);
+
 	vty_out(vty, " osmotrx fn-advance %d%s",
 		plink->u.osmotrx.clock_advance, VTY_NEWLINE);
 	vty_out(vty, " osmotrx rts-advance %d%s",

-- 
To view, visit https://gerrit.osmocom.org/2746
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0898a8c4eb3899fc1c0f6b17da33b8c7851b90d6
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list