top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Help me to interpret this ASN.1 file and how to work with it?

+3 votes
379 views
Help me to interpret this ASN.1 file and how to work with it?
posted Mar 19, 2014 by Swati Arora

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Abstract Syntax Notation One

The ASN.1 file essentially contains protocol description and packet description. Using these ASN.1 files, you can generate .c and .h files to be used in some application you wish to use. This is really handy because you don't have to create your own message database. You just need to compile the ASN.1 files and you C files will be compiled for your use.

answer Mar 19, 2014 by Hiteshwar Thakur
Similar Questions
0 votes

How ASN.1 Decoder indicate the presence or absence of an optional field in RRC message? for example in SystemInformationBlockType1 how we figured out if p-Max is presence or not?

+4 votes

or we are developing our own tool? how is it? Please explain with some examples.

...