Hello Neels Hofmeyr, Harald Welte, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/2746

to look at the new patch set (#4).

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

diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index 1bde2eb..b67d242 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -522,6 +522,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: newpatchset
Gerrit-Change-Id: I0898a8c4eb3899fc1c0f6b17da33b8c7851b90d6
Gerrit-PatchSet: 4
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to