Skip to content
Success

Changes

Summary

  1. nokia_site: add function to unlock and reset TRXes (details)
Commit 0539e87ece559fbe25e4cda9d9746933d236802a by metro4
nokia_site: add function to unlock and reset TRXes

We have a long outstanding issue with TRX RSL bootstrap,
espcially with BTSes with more than one TRX. The more TRX
a BTS has, the more time it takes for it get to a ready state.

This commit chnages the TRX bootstrap logic as the following:

1. During OML initial config, all TRXes are confgiured locked.
   This gives a better controled state of TRXes, and the BTS
   enough time to do internal checks, SW load etc.
2. BTS_CONF_COMPL usde as entry point for the RSL bootstrap.
3. Unlock all TRXes, and give the BCCH TRX a reset.
4. Start RSL bootstrap.

Runtime tested with InSite and a MetroSite with 4 TRXes.

Change-Id: I9042a1e24f0932a23a26185181481db2ceddbb7c
The file was modifiedsrc/osmo-bsc/bts_nokia_site.c