[MERGED] 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
Tue Jun 6 19:52:48 UTC 2017


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: trx: Save osmotrx base-port vty properties
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index 123ca80..4f74c44 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -513,6 +513,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: merged
Gerrit-Change-Id: I0898a8c4eb3899fc1c0f6b17da33b8c7851b90d6
Gerrit-PatchSet: 6
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list