User`s guide

7: Example BSCTRAN Usage
DC 900-1406E 105
//------------------------------------------------------------------//
// Define 16 port names for Freeway 0, ICP board 0. //
// The transport connection name "bsc0" is used for all ports on //
// Freeway 0. In order to complete the connection you must replace //
// the dummy server name "Freeway0" in the tsi configuration file //
// with the name of your Freeway server. //
//------------------------------------------------------------------//
FWY0B0L0
{
Protocol = "RAW"; // RAW session type //
Transport = "bsc0"; // 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;
}
FWY0B0L1
{
Protocol = "RAW"; // RAW session type //
Transport = "bsc0"; // Transport connection name //
// defined in TSI configuration//
BoardNo = 0; // ICP board number -- based 0 //
PortNo = 1; // Port number. //
AsyncIO = "yes";
AlwaysQio = "yes";
Timeout = 0; // Zero means never timeout //
loglev = 3;
tracelev = 3;
}
FWY0B0L2
{
Protocol = "RAW"; // RAW session type //
Transport = "bsc0"; // Transport connection name //
// defined in TSI configuration//
BoardNo = 0; // ICP board number -- based 0 //
PortNo = 2; // Port number. //
AsyncIO = "yes";
AlwaysQio = "yes";
Timeout = 0; // Zero means never timeout //
}
Figure 7–1: DLI Configuration File for BSCTRAN (Cont’d)