Hi,
I’m analysing a drive test log using Actix and I’m try to get the cause of VoLTE call drop.
I’m convinced that it was due to poor dl coverage, and the RSRP SINR values support that, but I would like to catch a message that definitely comproves that the poor rf condition was the cause.
I’m checking the RRC messages and I was looking to the n310 parameter which usuallly indicates radio link failures due to bad RSRP values. I’m not sure how to read the information I get about this parameter in the messages since is presented this way:
"
- . . . . . . . . .rlf-TimersAndConstants-r9:- setup
- . . . . . . . . . . .t301-r9: 5
- . . . . . . . . . . .t310-r9: 5
- . . . . . . . . . . .n310-r9: 6 ( n10)
- . . . . . . . . . . .t311-r9: 2 ( ms5000)
- . . . . . . . . . . .n311-r9: 0 ( n1)"
Can someone help me to interpret this?
Should I look for other messages? Which ones?