Dear Experts.
Is there a quick moshell command to check vswr values else than cable and invxrf in Ericsson?
1 Like
Hainlm
September 28, 2024, 1:22am
2
hget rfport=(a|b|c|d) vswr
Hget rfport vswrvalue
hget rfport vswr|dlfreq
lh ru fui get vswr
lh ru fui get devstat
1 Like
You can try with these:
lh ru fui get vswr
get . vswr
mfa (You can see the RF Banch)
sdi (you can see also vsrw, and other possible connection issues on site )
I remember cabx
probably the obsolete one.
invxr
was the new one.
kb12
October 12, 2024, 12:12pm
5
Hi, the fastest way to use coli commands from ssh.
Baseband 5216 LTE MIMO 4X4 B2, B66
2 Likes
Baseband 6630 LTE 4x4 MIMO B2,B4:
LXXXX> lh ru fui get vswr_mb all
241124-15:00:42-0600 10.XXX.XXX.XXX 24.0c MSRBS_NODE_MODEL_24.Q2_661.28291.124_cd0b stopfile=/tmp/3898
Checking available boards on node…
Collecting RCS board data …
…
…
coli>/fruacc/lhsh BXP_2 fui get vswr_mb all
BXP_2: VSWR measurement (port A, Band25): 25.9 dB.
BXP_2: VSWR measurement (port A, Band66.A): 25.8 dB.
BXP_2: VSWR measurement (port B, Band25): 23.5 dB.
BXP_2: VSWR measurement (port B, Band66.A): 24.7 dB.
BXP_2: VSWR measurement (port C, Band25): 27.5 dB.
BXP_2: VSWR measurement (port C, Band66.A): 34.1 dB.
BXP_2: VSWR measurement (port D, Band25): 34.7 dB.
BXP_2: VSWR measurement (port D, Band66.A): 28.7 dB.
coli>/fruacc/lhsh BXP_3 fui get vswr_mb all
BXP_3: VSWR measurement (port A, Band25): 32.5 dB.
BXP_3: VSWR measurement (port A, Band66.A): 29.7 dB.
BXP_3: VSWR measurement (port B, Band25): 23.2 dB.
BXP_3: VSWR measurement (port B, Band66.A): 19.5 dB.
BXP_3: VSWR measurement (port C, Band25): 27.6 dB.
BXP_3: VSWR measurement (port C, Band66.A): 27.6 dB.
BXP_3: VSWR measurement (port D, Band25): 27.7 dB.
BXP_3: VSWR measurement (port D, Band66.A): 27.9 dB.
coli>/fruacc/lhsh BXP_4 fui get vswr_mb all
BXP_4: VSWR measurement (port A, Band25): 32.0 dB.
BXP_4: VSWR measurement (port A, Band66.A): 34.4 dB.
BXP_4: VSWR measurement (port B, Band25): 24.7 dB.
BXP_4: VSWR measurement (port B, Band66.A): 26.4 dB.
BXP_4: VSWR measurement (port C, Band25): 33.7 dB.
BXP_4: VSWR measurement (port C, Band66.A): 29.8 dB.
BXP_4: VSWR measurement (port D, Band25): 23.1 dB.
BXP_4: VSWR measurement (port D, Band66.A): 32.8 dB.
coli>/fruacc/lhsh BXP_5 fui get vswr_mb all
BXP_5: VSWR measurement (port A, Band25): 30.0 dB.
BXP_5: VSWR measurement (port A, Band66.A): 22.8 dB.
BXP_5: VSWR measurement (port B, Band25): 25.4 dB.
BXP_5: VSWR measurement (port B, Band66.A): 20.9 dB.
BXP_5: VSWR measurement (port C, Band25): 40.0 dB.
BXP_5: VSWR measurement (port C, Band66.A): 28.1 dB.
BXP_5: VSWR measurement (port D, Band25): 23.8 dB.
BXP_5: VSWR measurement (port D, Band66.A): 24.4 dB.
coli>/fruacc/lhsh BXP_6 fui get vswr_mb all
BXP_6: VSWR measurement (port A, Band25): 20.9 dB.
BXP_6: VSWR measurement (port A, Band66.A): 32.4 dB.
BXP_6: VSWR measurement (port B, Band25): 22.3 dB.
BXP_6: VSWR measurement (port B, Band66.A): 32.6 dB.
BXP_6: VSWR measurement (port C, Band25): 32.0 dB.
BXP_6: VSWR measurement (port C, Band66.A): 24.1 dB.
BXP_6: VSWR measurement (port D, Band25): 22.0 dB.
BXP_6: VSWR measurement (port D, Band66.A): 28.0 dB.
1 Like