PREV TOC HOME INDEX NEXT


1.3.6. [lineAdmin.x] Section

The Line Administration (LCON) component resides on the control processor and manages line devices. There is one instance of the LCON component for each line (span).

There is a [lineAdmin.x] section in the CONFIG file for each line on the board. The parameters defined in a [lineAdmin.x] section apply to the line specified, for example, parameters in the [lineAdmin.3] section apply to line 3.

Line Administrator parameters are modified by editing the respective lines in the [lineAdmin.x] section of the CONFIG file. For example, to change the SignalingType parameter (parameter number=0x1602) from a value of CAS to CCS for the second T-1 span, you would change the value in the [lineAdmin.2] section of the CONFIG file from 4 to 5.

Following is an excerpt from the [lineAdmin.2] section of a CONFIG file that illustrates that part of the file before and after editing.

Before editing:

SetParm=0x1601,0    !LineType (dsx1_D4=0, dsx1_ESF=1)
SetParm=0x1602,4    !SignalingType (CAS=4, CCS=5, Clear=6)
SetParm=0x1603,7    !Coding (B8ZS=7, AMI=8) 

After editing:

[lineAdmin.2]
SetParm=0x1601,0    !LineType (dsx1_D4=0, dsx1_ESF=1)
SetParm=0x1602,5    !SignalingType (CAS=4, CCS=5, Clear=6)
SetParm=0x1603,7    !Coding (B8ZS=7, AMI=8) 

For information about each Line Administrator parameter, see Section 4.6, [lineAdmin.x] Parameters.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003