top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why we use unaligned PER in case of RRC and aligned PER ASN format in case of S1/X2 ?

+2 votes
1,310 views

As per standard we use ASN Encoding and Decoding format to make our code platform independent and language independent.

In case of LTE RRC- We use unaligned PER and for S1/X2 we use aligned PER ...

Is there any specific reason for different ASn Encoding/Decoding format we have used ???

posted Oct 23, 2013 by Sachidananda Sahu

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

1 Answer

0 votes

There are two most common method of Encoding in telecom BER and PER i.e. basic encoding rules and packet encoding rules. If you see the structure of BER its is basically TLV (TLIV sometime) or something similar which means TAG + Length + Value. So for each IE there is a overhead of TAG+Length which is 4 bytes in general and is a huge overhead.

This overhead is ok if interface is wire-line but on air each bit/byte is costly specially because of the cost and scarcity spectrum. You want to minimize all overhead on Air and maximize the use of data that is the reason why packet encoding is used at RRC/ S1AP(contains NAS message) etc.

answer Oct 23, 2013 by Salil Agrawal
My bad read the question as PER and BER...
Yes Salil,That is right ...is the same reason is also valid for using aligned and unaligned version of PER as X2/S1 interfaqced is wire-line and UE-ENB RRC interface is wireless ...
Yes reason is similar.
With the unaligned encoding, the bits are packed with no regard for octet (byte) boundaries. With aligned encoding, certain types of data structures are aligned on octet boundaries, meaning there may be some number of wasted padding bits. So aligned is between BER and unaligned PER.
Unaligned encoding uses the least number of bits, but presumably at some cost in processing time which is a tradeoff and x1/s1 interfaces chosen aligned in place of unaligned.
Similar Questions
+3 votes

Have anyone used any opensource compiler for encoding and decoding of S1Ap/ X2Ap message as it uses PER aligned version

0 votes

When Fullconfig IE will come with RRC Connection Reconfiguration , during S1-based handover or X2 - based handover
please explain in detail .

0 votes

ue send s-tmsi in place of ue id in rrc con req, will s-TMSI remain same in case of HO also ?

0 votes

why eNB sends rrc reconfiguration to connected UE when we add or modify inter frequency for SIB5 on eNB
As i understand, UE reads SIB5 after reading paging in idle mode. Why RRC reconfig is required at this time ?

...