PDA

View Full Version : GPEH analyzer



electron
2011-03-12, 07:00 AM
Hi,



Does anybody has E******* GPEH analyzer or macro to extract the files in Excel


Thanks

sonerss
2011-03-14, 07:08 PM
Hi

How can you get GPEH data from OSS??

Can you explain please??


Hi,

Does anybody has E******* GPEH analyzer or macro to extract the files in Excel
Thanks

nicodrey
2011-03-15, 10:49 AM
Hi

How can you get GPEH data from OSS??

Can you explain please??

First, you need to setup a gpeh event campaign using the module /Performance/Initiate Data Collection/WCDMA-LTE Ran measurement.You create a general performance profile, launch it and wait that the capture end.

When the gpeh event capture is finished, you will find the files created on the OSS in the folder :
/var/opt/e*******/nms_umts_pms_seg/segment1/GPEH/...

Then you need to parse the result as theraw result are in binary format.
To parse several solution : Using REI server if you have it, using perl script decoder.pl ( that you can find on the forum ) or even using statics ( that you will also find on the forum ) if I remember correctely.


cheers

electron
2011-03-22, 07:55 PM
First, you need to setup a gpeh event campaign using the module /Performance/Initiate Data Collection/WCDMA-LTE Ran measurement.You create a general performance profile, launch it and wait that the capture end.

When the gpeh event capture is finished, you will find the files created on the OSS in the folder :
/var/opt/e*******/nms_umts_pms_seg/segment1/GPEH/...

Then you need to parse the result as theraw result are in binary format.
To parse several solution : Using REI server if you have it, using perl script decoder.pl ( that you can find on the forum ) or even using statics ( that you will also find on the forum ) if I remember correctely.


cheers


Thanks for your valuable post.Actually i have recorded and i have the result the problem is i do not know how to parse the result. For the software that you mentioned do you have its link in forum?

Or would be appreciated if kindly share it in this topic

Thanks

nicodrey
2011-03-22, 09:35 PM
Electron,

The way I do it is using the decoder provided by Yenthanh (http://www.finetopix.com/members/yenthanh.html).
Follow link to the thread here
(http://www.finetopix.com/live-optimization/7602-e*******-gpeh-help-needed.html)
To parse bin file created just do a :
perl decoder.pl --p71 --gpeh gpehfile.bin | perl decoder.pl --p71 --extern


the pipe to perl decoder.pl --extern is just needed in case you capture external message event that you have to decode.

Then you need to create your own parser depending on which information you want to extract from the decoded gpeh file.

Cheers

electron
2011-03-22, 10:15 PM
Electron,

The way I do it is using the decoder provided by Yenthanh (http://www.finetopix.com/members/yenthanh.html).
Follow link to the thread here (http://www.finetopix.com/newreply.php?do=newreply&noquote=1&p=121277)

To parse bin file created just do a :
perl decoder.pl --p71 --gpeh gpehfile.bin | perl decoder.pl --p71 --extern


the pipe to perl decoder.pl --extern is just needed in case you capture external message event that you have to decode.

Then you need to create your own parser depending on which information you want to extract from the decoded gpeh file.

Cheers
Unfortunately the link of thered is not correct could you please check?

mon3em
2011-03-23, 12:47 AM
No Decoder is reliable here ..
You have to go for REI

.............
mon3em

nicodrey
2011-03-23, 03:27 AM
Link should work now.

nicodrey
2011-03-23, 03:28 AM
No Decoder is reliable here ..
You have to go for REI

.............
mon3em

What do you mean ?
Using the decoder allow you to convert binary gpeh file to ascii.

jim603618
2011-07-16, 01:25 AM
gpeh file to ascii

riverstreamer
2011-07-16, 01:42 AM
Via Moshell/Decoder you have the possibility of converting the binary files and coloring them to read them more easily. In brief yu won't have more options via this textual interface for analyzing the traces.

These applications are better than Mosheel/Decoder which can read GPEH files:
- TEMS Visualisation : Unfortunately no one has produced a patch for it.
- Aexio Xeus Pro 2010
- OptPCS
- Optimi xGeoManager

saullow
2012-04-27, 12:07 AM
links off!! please share new links


Electron,

The way I do it is using the decoder provided by Yenthanh (http://www.finetopix.com/members/yenthanh.html).
Follow link to the thread here
(http://www.finetopix.com/live-optimization/7602-e*******-gpeh-help-needed.html)
To parse bin file created just do a :
perl decoder.pl --p71 --gpeh gpehfile.bin | perl decoder.pl --p71 --extern


the pipe to perl decoder.pl --extern is just needed in case you capture external message event that you have to decode.

Then you need to create your own parser depending on which information you want to extract from the decoded gpeh file.

Cheers