User`s guide

106 DC 900-1406E
BSCTRAN Programmer’s Guide
FWY0B0L3
{
Protocol = "RAW"; // RAW session type //
Transport = "bsc0"; // Transport connection name //
// defined in TSI configuration//
BoardNo = 0; // ICP board number -- based 0 //
PortNo = 3; // Port number. //
AsyncIO = "yes";
AlwaysQio = "yes";
Timeout = 0; // Zero means never timeout //
}
.
.
.
//------------------------------------------------------------------//
// Define 16 port names for Freeway 1, ICP board 0. //
// The transport connection name "bsc1" is used for all ports on //
// Freeway 1. In order to complete the connection you must replace //
// the dummy server name "Freeway1" in the tsi configuration file //
// with the name of your Freeway server. //
//------------------------------------------------------------------//
FWY1B0L0
{
Protocol = "RAW"; // RAW session type //
Transport = "bsc1"; // Transport connection name //
// defined in TSI configuration//
BoardNo = 0; // ICP board number -- based 0 //
PortNo = 0; // Port number //
AsyncIO = "yes";
AlwaysQio = "yes";
Timeout = 0; // Zero means never timeout //
loglev = 3;
tracelev = 3;
}
.
.
.
Figure 7–1: DLI Configuration File for BSCTRAN (Cont’d)