User Manual

Preparing the LMF continued
SC4812ET BTS Optimization/ATP CDMA LMF
Jan 2002
3-28
Create BTS Specific CDF File
Follow the steps outlined in Table 3-11 to create a BTS specific CDF
file, if one cannot be obtained from the OMCR/CBSC. (This is an
interim procedure and is subject to change).
Table 3-11: Create BTS Specific CDF File
Step Action
! CAUTION
If you are not familiar with the UNIX vi editor, create a dummy CDF file, and practice making
changes to it, prior to altering the real one.
NOTE
For more information on file management, creating bts directories, viewing/editing CDF files, refer
to LMF Users Guide, Motorola part no. 68P09226A13.
1 Determine the CDF file, currently loaded on the LMF, is closest to the configuration at the site. Use a
generic CDF file that equips all devices, if possible. If this is an OMNI site, use an OMNI CDF file,
if SECTOR, use SECTOR CDF file.
2
List the contents of the bts<bts#> directory by entering the ls command at the (lmf) prompt
followed by a <cr>, to verify the CDF file for the site does not already exist.
3
Enter the following command to copy an existing CDF file on the LMF hard drive to the new BTS
directory.
cp /usr/lmf/btssrc_<bts#>.cdf /usr/lmf/btsdest_<bts#>.cdf
NOTE
The following step is for LMF software releases version 5 and 6 only.
4
Globally change the BTS ID in the new CDF file using the following UNIX commands:
vi btsnew_<bts#>.cdf
:1,$ s/Id1 = old_<bts#>/Id1 = new_<bts#>
:1,$ s/old_<bts#>_/new_<bts#>_
Include the underscore after the old and new bts # in the above command
:1,$ s/BTS\[old_<bts#>/BTS\[new_<bts#>
:wq
NOTE
You should now be able to log into the bts using the new CDF file. If you search for the old BTS #, it
should be gone. You will have to edit the CDF file (using the vi editor) as far as BBX, MCC, etc.
equipage is concerned.
3