Thanks Thanks:  1
Showing results 1 to 4 of 4

Thread: How to Export Layer3 messages from Nemo Analizer.

  1. #1
    Junior Member Reputation: 10
    Join Date
    2016-03-01
    Posts
    1


    Default How to Export Layer3 messages from Nemo Analizer.

    How to Export Layer3 messages from Nemo Analizer. actually i want to calculate time between different layer3 messages like Immediate Assignment--> Ciphering Mode Complete....

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 107
    Join Date
    2012-02-15
    Posts
    67


    Default Re: How to Export Layer3 messages from Nemo Analizer.

    You must open in grid "L3 Signaling" parameter, then you can export to excel to calculate anything.

  4. Thanks fangruan2201 thanked for this post
  5. #3
    Member Reputation: 37
    Join Date
    2008-11-13
    Posts
    31


    Default Re: How to Export Layer3 messages from Nemo Analizer.

    You can create your own query to filter L3 message Ciphering Mode Complete, and another query for Immediate Assignment.
    Combine this two parameter using kpi workbench with correlation Next Value after Immediate Assignment.

    To create user define query go to Tools/Query Manager/Add. Below sample of manual query for L3 "Extended Service Request" (change layer3_message to filter the message):

    SELECT
    time
    ,layer3_message
    ,channel_number
    ,the_serving_system
    FROM "Nemo"."L3+"
    WHERE
    layer3_message = 'EXTENDED_SERVICE_REQUEST'

    Below sample for RRCmessage :
    SELECT
    time
    ,rrc_message
    ,channel_number
    ,the_serving_system
    FROM "Nemo.LTE"."RRCS+"
    WHERE
    rrc_message= 'RRCConnectionRelease'

  6. #4
    Member Reputation: 107
    Join Date
    2012-02-15
    Posts
    67


    Default Re: How to Export Layer3 messages from Nemo Analizer

    Quote Originally Posted by RandalllPoemi View Post
    Actually i done transient analysis , now i have to convet time domain to frequency domain so these export will use for me?Â

    Use Fast Fourier Transform

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •