OpenBTSLogs

Quality measurements, reported by MS

Example log:

1309850833.5531 INFO 3062872944 CollectMSInfo.cpp:124:logMSInfo: (IMSI=262032731455965)Lat,Lon,FER,RSSI,timingError,actualMSPower,actualMSTiming
1309850833.5532 INFO 3062872944 CollectMSInfo.cpp:125:logMSInfo: 1309850833.552948,-1.000000,-1.000000,0.425098,-2.750000,0.523438,33,0,0,0,0,0,0,0,0,0
  • The first field is obviously the time in epoch format.
  • Then you have the values exactly as explained:
Lat,Lon,FER,RSSI,timingError,actualMSPower,actualMSTiming
  • Then you have the raw data from the phone SAACH (see the specs for what they mean):
BA_USED
DTX_USED
MEAS_VALID
RXLEV_FULL_SERVING_CELL
RXLEV_SUB_SERVING_CELL
RXQUAL_FULL_SERVING_CELL
RXQUAL_SUB_SERVING_CELL
NO_NCELL
for (i=0 ; i<NO_NCELL; i++) {
RXLEV_NCELL[i]
BCCH_FREQ_NCELL[i]
BSIC_NCELL[i]
}






注:OpenBTS Logs(原文出处,翻译整理仅供参考!
Comments