Thanks Thanks:  1
Showing results 1 to 8 of 8

Thread: UMTS RRC Decode

  1. #1
    Member Reputation: 121
    Join Date
    2008-12-03
    Posts
    134


    Default UMTS RRC Decode

    Hi,

    I want to share the UMTS RRC Decode program for Cygwin environment.

    You can use it for Windows as well with the cygwin1.dll in the same folder
    with the progname.exe executable ...

    it uses a .dat file which is the binary content of the RRC dump ...

    Usage :

    progname -h

    progname -p list

    you can find the .asn content as well ...

    no password, enjoy ...

    if you like thanks and add rep ...

    unfortunately it runs in the command mode ...

    and you have to form the .dat hex dump of the RRC message ...

    you have to select the pdu type as well ...

    progname -p list : lists the available PDU types ...
    Attached Images Attached Images
    Attached Files Attached Files

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Senior Member Reputation: 402
    Join Date
    2009-01-20
    Location
    True North
    Posts
    400


    Default Re: UMTS RRC Decode

    Hi
    thanks for the tool, can you elaborate more on it? thanks

  4. #3
    Member Reputation: 416
    Join Date
    2010-06-16
    Posts
    321


    Default Re: UMTS RRC Decode

    Hi, thanks!

    Is this Open Source ASN.1 Compiler: asn1c 0.9.22 ?

    Have you updated rrc.asn1 definitions, or it is R7 RRC.asn1 as distributed with
    asn1c?

    great tool, very fast, we use it a lot for GPEH parsing.
    Unfortunatelly, asn1c does not work with byte-alligned PER, so NBAP/RANAP/RNSAP
    can not be parsed: for those we use wireshark.

    It is great to have command line parser, suitable for scripting.
    When doing GPEH etc, we just get anything automatically parsed and posprocessed.
    I do not see any advantage in E/// approach: Gui to start, GUI to check, GUI to parse...
    Far too much time waiting for job to be done.
    When I need files, I want them NOW, not after half and hour of clicking.


    BR
    s52d
    Last edited by s52d; 2010-12-02 at 04:25 PM Reason: bark on GUI

  5. #4
    Member Reputation: 121
    Join Date
    2008-12-03
    Posts
    134


    Default Re: UMTS RRC Decode

    Quote Originally Posted by s52d View Post
    Hi, thanks!

    Is this Open Source ASN.1 Compiler: asn1c 0.9.22 ?

    Have you updated rrc.asn1 definitions, or it is R7 RRC.asn1 as distributed with
    asn1c?

    great tool, very fast, we use it a lot for GPEH parsing.
    Unfortunatelly, asn1c does not work with byte-alligned PER, so NBAP/RANAP/RNSAP
    can not be parsed: for those we use wireshark.

    BR
    s52d
    yes open source asn1c as you mentioned ...

    i didnt use the distributed asn, instead i captured from the etsi document ...

    this i compiled long time ago, and i really dont remember the release version ..

    are you sure alligned PER is not possible with asn1c ?

    let me check it also ...

  6. #5
    Member Reputation: 121
    Join Date
    2008-12-03
    Posts
    134


    Default Re: UMTS RRC Decode

    you are totally right : aligned PER is not supported yet

  7. #6
    Member Reputation: 416
    Join Date
    2010-06-16
    Posts
    321


    Default Re: UMTS RRC Decode

    Quote Originally Posted by Alphab View Post
    you are totally right : aligned PER is not supported yet
    Author has other priorities, well away from ASN.1, so it probably never be.

  8. #7
    Senior Member Reputation: 387
    Join Date
    2010-09-02
    Location
    Arrakis
    Posts
    161


    Default Re: UMTS RRC Decode

    Hi

    is it parsing GPEH (just RRC) ????
    Last edited by mon3em; 2010-12-02 at 06:14 PM

  9. #8
    Member Reputation: 121
    Join Date
    2008-12-03
    Posts
    134


    Default Re: UMTS RRC Decode

    3GCellPro - UMTS Protocols Decoder

    RRC, NBAP, RANAP, RNSAP UMTS protocol -- from web decoding ...

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
  •