I have an alarm in one of the sites which is working under baseband for all the 3 technologies 2G/3G.4G 2G and 3G is mixed mode using same rru and 4G is stand alone, 2G is not coming up, and I have the below-mentioned alarm in the BSC .
Hi @Mani, if got it right this is sync over CPRI issue.
Check from BB side: Synchronization=1,RadioEquipmentClock=1 nodeGroupRole 2 (SYNC_PROVIDER)
and Node Group Synchronization in IDB (in case DUG).
Thanks for your reply,This node is a BB node and works with 2G/3G and 4G in the same BB, also the radio for 2G and 3G is a mixed mode. So there is no other BB or DUG on the site except this one and only BB.
It happens because the 2G shares radio with the 3G. Either both share the same radio with the 3G being on BB while the 2G is on DUG or both share radio and are connected to the same baseband. The alarm shows up when the 3G restores and the 2G is not in sync with the 3G due to clock error, causing the 2G not to be taking traffic.
To fix the issue, follow the sample script below:
rxbli:mo=rxstg-196,force;
rxese:mo=rxstg-196;
Log onto the BB
get . rfb ----- to know which radio the 2G sector is connected to.
st rru
bl rru-5;
deb rru-5;
acc rru-5 restartunit ; 2 ; 3 ; trx
st field
acc 113 restartunit ; 2 ; 3 ; G900_B;
rxesi:mo=rxstg-196;
rxble:mo=rxstg-196
rxmsp:mo=rxstg-196; ---- for all sectors
Check Synchronization Status: Verify the synchronization status of the BSC, RRU, and any other relevant equipment. Look for discrepancies in timing or phase offsets.
Inspect Cable Connections: Ensure all synchronization cables (e.g., GPS, 1PPS) are securely connected and in good condition.
Verify Clock Source: Confirm that the correct clock source is configured for the BSC and RRU.
Check Network Element Configuration: Review the configuration of the BSC and RRU for any synchronization-related parameters that might be incorrect.
Examine Log Files: Analyze log files for any error messages related to synchronization.
2. Hardware Failures:
Inspect Equipment: Physically examine the BSC and RRU for any signs of damage or malfunction.
Check Power Supply: Verify that the power supply to both units is stable and sufficient.
Replace Faulty Components: If any hardware components are found to be defective, replace them.
3. Software Issues:
Check Software Versions: Ensure that the BSC and RRU are running compatible software versions.
Review Software Configuration: Verify that the software configuration is correct for the mixed mode operation of 2G and 3G.
Apply Software Patches: Install any available software patches or updates that address synchronization or 2G-related issues.