TxT1E1ConfigCarrier

Configures the basic operating parameters for a T1/E1 carrier, including framing type, line coding, and line build out.

Prototype

S16 TxT1E1ConfigCarrier ( S16 handle, U8 carrier, TxT1E1Config *pConfig)

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

pConfig

Pointer to the configuration block for this carrier.


Return values

Return value

Description

T1E1_SUCCESS

 

T1E1_DEVICE_ERROR

Invalid adapter found.

T1E1_INVALID_BLDOUT

Line buildout is out of range.

T1E1_INVALID_CARRIER

Invalid network interface.

T1E1_INVALID_CODING

Invalid encoding scheme.

T1E1_INVALID_FRAMING

Invalid framing value.

T1E1_INVALID_HANDLE

Invalid handle.

T1E1_INVALID_TIMESLOT

Invalid channel number.

T1E1_NO_RESOURCES

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


Details

A TDM configuration file automatically performs initial configuration as part of ss7load. Use TxT1E1ConfigCarrier to override the information in the TDM configuration file.