top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between PER and BER?

+3 votes
317 views

Want to know what is Packet Encoding Rules and Basic Encoding Rules, please suggest some pointers?

posted Oct 20, 2014 by anonymous

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

1 Answer

+1 vote

BER uses a Tag Length Value (TLV) format where as PER uses a compact form of encoding a structure (aligned (Aligned to octets by the use of padding bits ) or unaligned(no need of alignment as exact size of data is sent so its more compact ) format.

TLV - BER
In case of TLV format each member will be having a tag number which uniquely identifies a member, length specifies its size and value contents the value of the field according to length specified.

PER format each member converted to an continuous buffer by taking its member identifier and value.

For introductary learning u can go through this tutorial - http://www.oss.com/asn1/resources/asn1-made-simple/introduction.html
For hands on to make a simple asn file taking and encode it with different encoding rules u will learn a lot on it.

Its really a good website and u can use his opensource compilers too for learning in to deep, it supports all encoding decoding format but not aligned per format.
visit lionet.info/asn1c

http://www.itu.int/ITU-T/studygroups

answer Oct 31, 2014 by Sachidananda Sahu
Similar Questions
+2 votes

I find in a lot of places mentions of Rel-9 and pre-Rel9. I thought it will be a useful discussion to put together the differences.

0 votes

What is the duration of a sub-frame and a frame in LTE? How many OFDM symbols per sub-frame? What is the transmit time interval (TTI) over which an allocation happens in the DL or UL?

+1 vote

I saw a radio frame image which was consists of 10 sub frames. Each sub frame was showing PHICH and PCFICH. I know use of these two channels but want to know whether their positions are fixed or varies in each sub frame ?

+1 vote

Is it not possible more than 89 CCE's in any bandwidth?

...