LTE MAC PDU 分析

 

MAC PDU包含MAC header,0或多個 MAC Control Element,0或多個MAC SDU,以及padding。

 

  • MAC header: 包含一個或多個MAC PDU subheader (1 byte, 2 byte or 3 byte),每個對應於一個MAC SDU,一個MAC CE 或者padding.

1 byte MAC subheader: 對應於 1. 1 byte padding subheader; 2. MAC PDU subheader for normal padding; 3. MAC control elements (fix size); 4. 最後一個 MAC subheader

2 byte MAC subheader: 對應於 1. MAC SDU < 128 bytes (not the last one)

3 byte MAC subheader: 對應於 1. MAC SDU >= 128 bytes (not the last one)

  • Padding: 1 byte or 2 byte padding對應於一個或者兩個置於MAC PDU開始位置的padding MAC PDU subheader。Normal padding 置於MAC PDU尾部。

 

Example:

Tb_size = 137, 2 sdu correspond to 2 LC, one data1 size = 4, another data2 128.

An: MAC PDU = 2B padding + 2B subheader (for data1) + 1B subheader (last one) + 4B data1 + 128B data2 = 137B

 

MAC RAR包含MAC header, 0或多個MAC RAR, 以及padding。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章