通信人家园

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 2992|回复: 1
打印

PDCP数据传输 [复制链接]

军衔等级:

  下士

注册:2012-8-14
跳转到指定楼层
1#
发表于 2012-8-14 15:11:54 |只看该作者 |倒序浏览
请问为什么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;

为什么不直接丢弃?谢谢。。

举报本楼

本帖有 1 个回帖,您需要登录后才能浏览 登录 | 注册
您需要登录后才可以回帖 登录 | 注册 |

版规|手机版|C114 ( 沪ICP备12002291号-1 )|联系我们 |网站地图  

GMT+8, 2025-8-19 00:31 , Processed in 0.084574 second(s), 17 queries , Gzip On.

Copyright © 1999-2025 C114 All Rights Reserved

Discuz Licensed

回顶部