TxT1E1ConditionChan

Selects a specific bit pattern to continuously transmit on one or all channels of a carrier.

Prototype

S16 TxT1E1ConditionChan ( S16 handle, U8 carrier, U8 channel, U8 control, U8 pattern)

Argument

Description

handle

Handle returned from a previous call to TxT1E1Open for the desired board.

carrier

Network interface (carrier trunk number). Valid values:

NET_T1A through NET_T1D for PCI and PCI Express TX boards

NET_T1A through NET_T1H for CompactPCI TX boards

channel

Channel number to be conditioned. Valid values:

0 through 31

0xFF for all

control

Whether to start or stop conditioning. Valid values:

T1E1_COND_OFF

T1E1_COND_ON

pattern

Bit pattern to transmit.


Return values

Return value

Description

T1E1_SUCCESS

 

T1E1_DEVICE_ERROR

Invalid adapter found.

T1E1_INVALID_CARRIER

Invalid network interface.

T1E1_INVALID_HANDLE

Invalid handle.

T1E1_INVALID_TIMESLOT

Invalid channel number.

T1E1_NO_RESOURCES

T1/E1 adapter is not present on the communications processor.