TDM configuration overview

Before T1/E1 trunks or H.100/H.110 bus channels (also known as TDM channels) can be used for physical SS7 links, you must download a TDM configuration to the TX board. To configure a TX board, create a TDM configuration file (txcfgn.txt) that defines clocking control, configures all T1/E1 trunks, and defines all dedicated data channels. Each TX board in a system requires a separate TDM configuration file.

The txconfig configuration utility runs as part of the initial board configuration with ss7load. txconfig reads the configuration file and downloads the specified configuration to the TX board.

This topic presents:

Note: If you are configuring TX boards for redundancy, you must configure the IP interface to be used for redundancy traffic using the txconfig utility’s ifcreate command. You must also specify the IP address of the TX board's redundant mate using the txconfig utility's mate command. For more information, refer to ifcreate command and mate command.

Sample TDM configuration files

The Signaling Software provides the following sample TDM configuration files for ANSI standalone and redundant configurations and ITU standalone and redundant configurations that you can modify for your specifications. The sample TDM configuration files present the most common type of TX board use.

Files

Description

txcfg1.txt

Configures the first TX board in a chassis with four T1 trunks. This configuration file specifies that the clock signal recovered from the first trunk connection (trunk 1) is used as the clock source for the TX board. No H.100/H.110 clock signals are driven by this configuration.

txcfg2.txt

For two TX boards in a chassis. This configuration file configures the second board with the T1 trunks set as loop master. This board is configured as the master clock source (using the board's internal oscillator). No H.100/H.110 clock signals are driven by this configuration.


For the location of the sample configuration files, refer to Sample SS7 TDM configurations.

The following example shows a txcfg.txt for a TX board operating in T1 mode:

#         T1 Example
#         Timing Configurations:
#
# use clock recovered from trunk 1 as board’s clock and drive H.100/H.110 A clocks
clock net=1 a

# use clock recovered from trunk 2 as network reference clock (drive NR1 signal)
netref 2 nr1

#
# Configure all 4 trunks as T1 mode (not loop master)
#-----------------------------------------------------------------------------
#     Trunk     Framing   Encoding   Buildout   Loop Master
t1cfg 1         esf       b8zs       0          false
t1cfg 2         esf       b8zs       0          false
t1cfg 3         esf       b8zs       0          false
t1cfg 4         esf       b8zs       0          false

# define ports that SS7 links will connect through
#-----------------------------------------------------------------------------
#    PortNum    L|H|E|T|J   Trunk   Channel     Speed
port 1          t1          1       0
port 2          t1          2       23

 

The following example shows a txcfg.txt for a TX board operating in E1 mode:

#         E1 Example
#         Timing Configurations:
#
# use clock recovered from trunk 1 as board’s clock and drive H.100/H.110 A clocks
clock net=1 a

# use clock recovered from trunk 2 as network reference clock (drive NR1 signal)
netref 2 nr1

#
# Configure all 4 trunks as E1 mode (not loop master)
#-----------------------------------------------------------------------------
#     Trunk     Framing   Encoding   Loop Master
e1cfg 1         ccs       hdb3       false
e1cfg 2         ccs       hdb3       false
e1cfg 3         ccs       hdb3       false
e1cfg 4         ccs       hdb3       false

# define ports that SS7 links will connect through
#-----------------------------------------------------------------------------
#    PortNum    L|H|E|T|J   Trunk   Channel     Speed
port 1          e1          1       1
port 2          e1          2       31

Common TDM configuration changes

The following list provides some common TDM configuration changes required for different hardware configurations.

For details on configuring TDM, refer to the following topics: