Re: PRACH Propagation Delay
using NASTAR (Statistic tools from Huawei)
Re: PRACH Propagation Delay
Unfortunately we don't have access to Nastar Tool.
Do you know another way to get this KPI from Huawei RNC?
Thanks!
Rodrigo Barreto
Re: PRACH Propagation Delay
Nope, from M2000 i didn't got this. Only with NASTAR
Re: PRACH Propagation Delay
hi man
the only way to get if not having the CHR analyzer is by doing the IOS tracing for the cell. you will get the propagation delay after the PRACH is sent. you will need to filter out this information and do some magic calculations to estimate you PD.
later on I will post a detailed way to do it :-)
Re: PRACH Propagation Delay
already done yet or not my frend?
Re: PRACH Propagation Delay
Sorry, but I have no idea of how it could be done. Could you explain it for me?
Thank you very much!
Re: PRACH Propagation Delay
Quote:
Originally Posted by
qaqa
hi man
the only way to get if not having the CHR analyzer is by doing the IOS tracing for the cell. you will get the propagation delay after the PRACH is sent. you will need to filter out this information and do some magic calculations to estimate you PD.
later on I will post a detailed way to do it :-)
@qaqa, do you have some update about this request? :)
1 Attachment(s)
Re: PRACH Propagation Delay
Hi guys
as promissed, attached is a snapshot of an IOS tracing for RAN12. If you look at it you will see a proper message called:" Propagation delay". going to message details window you see ucRachPropagDelay message.to compute your mobile_Distance use this formula:
Mobile_Distance (m)=(ucRachPropagDelay+1.5)*3*78
ucRachPropagDelay= you extract from the message.
3= is the measurement resolution (3 chips)
1.5= is a correction parameter for HW system. in 3GPP (25.435) the formula doesn't include this value.
78 (m)= is the Chip distance.
in this case, the mobile is about (4+1.5)*3*78=1287m :p
Cheers,
Re: PRACH Propagation Delay
Hi gaga,
thanks for shared. I wanna ask some questions.Please Could u explain "measurement resolution" and " chip distance"? And How I get them,Where?
Quote:
Originally Posted by
qaqa
Hi guys
as promissed, attached is a snapshot of an IOS tracing for RAN12. If you look at it you will see a proper message called:" Propagation delay". going to message details window you see ucRachPropagDelay message.to compute your mobile_Distance use this formula:
Mobile_Distance (m)=(ucRachPropagDelay+1.5)*3*78
ucRachPropagDelay= you extract from the message.
3= is the measurement resolution (3 chips)
1.5= is a correction parameter for HW system. in 3GPP (25.435) the formula doesn't include this value.
78 (m)= is the Chip distance.
in this case, the mobile is about (4+1.5)*3*78=1287m :p
Cheers,