通信人家园

标题: PDCP数据传输  [查看完整版帖子] [打印本页]

时间:  2012-8-14 15:11
作者: 溢水河     标题: PDCP数据传输

请问为什么PDCP下行数据传输时,Received PDCP SN已经出窗,但却不直接丢弃,而是先解压缩解密后再丢弃。

if received PDCP SN – Last_Submitted_PDCP_RX_SN > Reordering_Window or 0 <= Last_Submitted_PDCP_RX_SN – received PDCP SN < Reordering_Window:
-     if received PDCP SN > Next_PDCP_RX_SN:
-     decipher the PDCP PDU as specified in the subclause 5.6, using COUNT based on RX_HFN - 1 and the received PDCP SN;
-     else:
-     decipher the PDCP PDU as specified in the subclause 5.6, using COUNT based on RX_HFN and the received PDCP SN;
-     perform header decompression (if configured) as specified in the subclause 5.5.5;
-        discard this PDCP SDU;

为什么不直接丢弃?谢谢。。
时间:  2013-4-23 23:05
作者: 雨下路人

为了维护ROHC 会话的连续喝完整性!




通信人家园 (https://www.txrjy.com/) Powered by C114