User Manual

Download Files to the LMF - Site Specific BTS Files68P09255A57-2
Aug 2002
SC4812ET Optimization/ATP Manual Software Release R16.1.x.x
PRELIMINARY
3-25
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.
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/bts-src_<bts#>.cdf /usr/lmf/bts- dest_<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 bts-new_<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.
Update BTS Specific CDF File Device Load Version and Site Type
Follow the steps outlined in Table 3-12 to update the existing BTS
specific CDF file NextLoad parameter, to reflect the current device load
version to be downloaded and verify the correct Site Type. (This is an
interim procedure and is subject to change).
CAUTION
Device load version in the CDF file must match the current
version loaded at the OMCR/CBSC.
3