Measure Reference Manual

WAN^DESC
is the descriptor for LINE, NETLINE, or TERMINAL entities on systems running G-series and later
RVUs.
Struct WAN^desc (*) -- Line, Netline, and Terminal Descriptors
Begin
Int Type; -- Entity type
Int Len; -- byte length of this structure
Int CPU^number;
Int Trackid[0:2]; -- Burned for SEEPROM
String Trackid^s = trackid;
Int Clip; -- 1 to 3 for SWAN, 1 to 6 for SWAN II
Int Line; -- 0 or 1
Int Device^name[0:11];
String Device^name^s = device^name;
Int Device^type;
Int Device^subtype;
End;
type
INT:value:1
is one of:
Numeric IdentifierLiteralEntity Type
9LINE^TLINE
10NETLINE^TNETLINE
13TERM^TTERMINAL
A positive type value includes the specified entities in the measurement configuration. A
negative type value excludes the specified entities from measurement. For an example, see
Specifying Entity Descriptors (page 376).
len
INT:value:1
is the length in bytes of this descriptor.
cpu^number
INT:value:1
is the number of the CPU on which the measured line is configured. To indicate all CPUs, use
the literal -1.
trackid
INT:value:3
is the 6-byte ASCII identifier reported for the 3880 controller by the SCF subsystem (and usually
printed on an external label as well). To indicate all TRACKIDs, use an asterisk (*) in the first
byte and blank-fill the rest of the field.
clip
INT:value:1
is the number of the communications line interface processor (CLIP) being measured within the
SWAN controller (1 through 3 for SWAN I, 1 through 6 for SWAN II). To indicate all CLIPs,
use the literal -1.
line
INT:value:1
is the specific line controlled by a CLIP within a SWAN controller (0 or 1). To indicate both
lines, use the literal -1.
WAN^DESC 493