WO2022193932A1 - Lte pdcp data decryption enhancement method and apparatus - Google Patents

Lte pdcp data decryption enhancement method and apparatus Download PDF

Info

Publication number
WO2022193932A1
WO2022193932A1 PCT/CN2022/078045 CN2022078045W WO2022193932A1 WO 2022193932 A1 WO2022193932 A1 WO 2022193932A1 CN 2022078045 W CN2022078045 W CN 2022078045W WO 2022193932 A1 WO2022193932 A1 WO 2022193932A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
pdcp layer
window
decryption
layer
Prior art date
Application number
PCT/CN2022/078045
Other languages
French (fr)
Chinese (zh)
Inventor
郑锐
孙金重
Original Assignee
翱捷科技股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 翱捷科技股份有限公司 filed Critical 翱捷科技股份有限公司
Publication of WO2022193932A1 publication Critical patent/WO2022193932A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/04Arrangements for maintaining operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/19Connection re-establishment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/30Connection release

Definitions

  • This application relates to an LTE (Long-Term Evolution, long-term evolution) decryption method for downlink data by mobile terminals.
  • LTE Long-Term Evolution, long-term evolution
  • the encryption and decryption parameters of the PDCP layer include a key (key) and a count (Count) value.
  • the count value consists of a Hyper Frame Number (HFN) and a sequence number (Sequence Number, SN) maintained by the PDCP layer. Where the serial number is recorded in the PDCP header, there is no error.
  • the superframe number requires the UE (User Equipment, user equipment, that is, mobile terminal) side to maintain synchronization with the network side. If the synchronization is lost (ie, out of synchronization, synchronization failure), the mobile terminal will fail to decrypt the downlink data.
  • 3GPP The PDCP protocol defines a detailed window management mechanism.
  • the timeout of the PDCP discard timer (discard timer) on the network side will cause packet loss.
  • the serial numbers of the RLC (radio link conrtol, radio link control) layer on the network side are continuous, the serial numbers of the PDCP layer on the network side located above the RLC layer in the protocol stack architecture appear discontinuous. , this is a normal scenario, but in extreme cases, the superframe numbers of the UE side and the network side may be out of sync, so that the mobile terminal fails to decrypt the downlink data.
  • a method for decrypting data by the PDCP layer of an existing LTE mobile terminal includes the following steps.
  • Step S11 The PDCP layer on the UE side receives a new downlink data packet.
  • Step S12 The PDCP layer on the UE side determines whether the newly received downlink data packet is out of the window according to the maintained state variables LastSubmittedPdcpSn, the reordering window and the sequence number receivedSn of the newly received downlink data packet.
  • LastSubmittedPdcpSn indicates the PDCP SDU (Service Data Unit, service data unit, also called business data unit) serial number
  • reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence
  • receivedSn represents the sequence number of the PDU (Protocol Data Unit, protocol data unit) newly received by the PDCP layer on the UE side.
  • Step S13 The PDCP layer on the UE side decrypts the downlink data packet using the maintained superframe number, and submits the decrypted data to the application layer on the UE side.
  • step S11 the discard timer of the PDCP layer on the network side expires due to an air interface quality problem, causing a large number of packet losses, and the sequence numbers of the PDCP layer on the network side are no longer consecutive. If the network side has reached the maximum PDCP sequence number after a large amount of packet loss, the sequence number starts from 0 and starts a new round of recounting. The change of the superframe number depends on the change of the sequence number. When the sequence number reaches the maximum count and restarts the calculation, the superframe number will be incremented by 1.
  • step S12 the sequence number of the downlink data packet received by the UE side falls within the legal window of the PDCP layer on the UE side.
  • step S13 the PDCP layer on the UE side will perform data decryption.
  • the superframe number used by the UE side is from the previous round, and the UE side does not know that the sequence number on the network side is from a new round, resulting in a decryption error on the UE side.
  • IP Packets also called IP packets
  • the technical problem to be solved by this application is to propose an enhanced PDCP downlink decryption method under the premise of following the 3GPP standard, to cope with the scenario where the superframe number is out of synchronization between the UE side and the network side, and to minimize the superframe number out of synchronization Caused by the decryption failure.
  • Step S21 The PDCP layer on the UE side receives a new downlink data packet.
  • the sequence number of the PDCP SDU last submitted to the upper layer, reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence
  • receivedSn represents the sequence number of the PDU newly received by the PDCP layer on the UE side.
  • Step S23 The PDCP layer on the UE side performs software decryption on the start k length of the first IP data packet of the dropped window according to the maintained superframe number, and judges the validity of the IP data packet.
  • Step S24 The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+1, and judges the validity of the IP data packet. If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+1, the PDCP layer on the UE side exits state A, and returns to step S21.
  • Step S25 The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+2, and judges the validity of the IP data packet. If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+2, the PDCP layer on the UE side exits state A, and returns to step S21. If it is determined that the IP data packet is invalid, the PDCP layer on the UE side reports that the downlink decryption of the AS layer is abnormal, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely.
  • the above method first attempts to correct according to the most likely superframe number out-of-synchronization situation. When the correction fails at most twice, the link is automatically released and the link is completely reconstructed, which reduces the processing time and improves the user experience.
  • step S22 when receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0 ⁇ LastSubmittedPdcpSn-receivedSn ⁇ Reordering_Window, it is determined that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet is out of the window, that is, within the window .
  • This is a specific implementation of step S22.
  • the length of k is all 20 bytes.
  • the length of the downlink IP data packet is generally about 1500 bytes, and the first 20 bytes basically cover the basic information of the header of the IP data packet, so this length can quickly verify whether the decryption of the IP data packet is accurate, and the processing time is short.
  • step S25 the "release link and complete reconstruction" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link. This is a supplementary explanation to step S25.
  • the present application also provides an apparatus for enhancing LTE PDCP data decryption, including a receiving unit, a judging unit, a decrypting unit, a first correcting unit and a second correcting unit.
  • the receiving unit is configured to allow the UE side to receive a new downlink data packet sent by the network side.
  • the judging unit uses the state variables LastSubmittedPdcpSn and reordering maintained according to the PDCP layer on the UE side.
  • the judging unit discards the out-of-window data packet, the super frame number maintained by the PDCP layer on the UE side and The state variables LastSubmittedPdcpSn and reordering window remain unchanged, so that the PDCP layer on the UE side is in state A; if not, the judgment unit sends the IP data packet to the decryption unit.
  • Described decryption unit is used to carry out software decryption according to the super frame number that the PDCP layer of UE side maintains to the starting k length of the IP data packet sent by the judgment unit, and judges the legality of this IP data packet; If it is judged that this IP data packet is legal , the decryption unit makes the PDCP layer on the UE side exit state A, and the superframe number maintained by the PDCP layer on the UE side remains unchanged; if it is determined that the IP data packet is illegal, the decryption unit sends the IP data packet to the first Correction unit.
  • Described first correcting unit is used for adopting the super frame number+1 maintained by the PDCP layer of the UE side to carry out software decryption to the starting k length of the IP data packet sent by the decryption unit, to judge the legitimacy of this IP data packet;
  • the IP data packet is legal, and the first correcting unit changes the super frame number maintained by the PDCP layer on the UE side to the super frame number + 1, so that the PDCP layer on the UE side exits state A; if it is determined that the IP data packet is illegal, the The first correcting unit sends the IP data packet to the second correcting unit.
  • Described second correcting unit is used for adopting the super frame number+2 maintained by the PDCP layer of UE side to carry out software decryption to the starting k length of the IP data packet sent by the first correcting unit, to judge the legitimacy of this IP data packet; It is determined that the IP data packet is legal, and the second correction unit changes the superframe number maintained by the PDCP layer on the UE side to superframe number+2, so that the PDCP layer on the UE side exits state A; if it is determined that the IP data packet is illegal , the second correcting unit reports the downlink decryption abnormality to the AS layer on the UE side, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely.
  • the above device first attempts to correct according to the most likely superframe number out-of-synchronization situation, and when the correction fails at most two times, it actively releases the link and completely rebuilds it, reducing processing time and improving user experience.
  • the judging unit determines that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet falls out of the window, that is, it is within the window. This is a specific implementation of the judgment unit.
  • the length of k is 20 bytes.
  • the length of the downlink IP data packet is generally about 1500 bytes, and the first 20 bytes basically cover the basic information of the header of the IP data packet, so this length can quickly verify whether the decryption of the IP data packet is accurate, and the processing time is short.
  • the legality judgment of the IP data packet is to check whether the header information of the decrypted IP data packet is legal, including checking the IP version field, IP One or more of the head length field and the IP packet total length field. This is a means of quickly verifying that the decryption of an IP packet was successful.
  • the "release link and complete re-establishment" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link. This is a supplement to the second correction unit.
  • the technical effect achieved by the present application is to design and implement a new enhanced decryption process based on the original downlink decryption process of the PDCP layer of the LTE mobile terminal, which enhances and improves the decryption of downlink data packets that often occurs in actual networks. unusual scene. It has been well verified in practical applications or special laboratory test scenarios, and has a good use effect.
  • FIG. 1 is a flowchart of a method for decrypting data by a PDCP layer of an existing LTE mobile terminal.
  • FIG. 2 is a flowchart of a method for enhancing data decryption by the PDCP layer of an LTE mobile terminal proposed in the present application.
  • FIG. 3 is a schematic structural diagram of a device for enhancing data decryption by the PDCP layer of an LTE mobile terminal proposed in the present application.
  • the enhanced method for data decryption by the PDCP layer of an LTE mobile terminal proposed in this application includes the following steps.
  • Step S21 The PDCP layer on the UE side receives a new downlink data packet.
  • Step S22 The PDCP layer on the UE side determines whether the newly received downlink data packet is out of the window according to the maintained state variables LastSubmittedPdcpSn, the reordering window and the sequence number receivedSn of the newly received downlink data packet.
  • LastSubmittedPdcpSn indicates the sequence number of the PDCP SDU submitted by the PDCP layer on the UE side to the upper layer last time
  • reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence
  • receivedSn represents the sequence number of the PDU newly received by the PDCP layer on the UE side.
  • the super frame number maintained by the PDCP layer on the UE side and the state variables LastSubmittedPdcpSn, reordering The window remains unchanged, while the PDCP layer on the UE side is in state A, and returns to step S21.
  • the state A indicates that there is a high probability that the superframe numbers of the UE side and the network side are out of synchronization at this time.
  • Step S23 The PDCP layer on the UE side performs software decryption on the start k length of the first IP data packet of the dropped window according to the maintained superframe number, and judges the validity of the IP data packet.
  • the length of k is 20 bytes, because the length basically includes the basic information of the header (header) of the IP data packet. Judging the validity of IP data packets is to check whether the header information of the decrypted IP data packets is legal, such as checking IP version (IP data packet version), IP head length (IP data packet header length), IP packet One or more of the total length (IP packet total length) fields.
  • the PDCP layer on the UE side exits state A (if the PDCP layer on the UE side is in state A), the superframe number maintained by the PDCP layer on the UE side remains unchanged, and returns to step S21.
  • step S24 is entered.
  • Step S24 The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+1, and judges the validity of the IP data packet.
  • the length of k is 20 bytes.
  • Judging the legitimacy of IP data packets is to check whether the header information of the decrypted IP data packets is legal, such as checking IP One or more of the version, IP head length, and IP packet total length fields.
  • the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+1, the PDCP layer on the UE side exits state A, and returns to step S21.
  • step S25 If it is determined that the IP data packet is invalid, then go to step S25.
  • Step S25 The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+2, and judges the validity of the IP data packet.
  • the length of k is 20 bytes.
  • Judging the legitimacy of IP data packets is to check whether the header information of the decrypted IP data packets is legal, such as checking IP One or more of the version, IP head length, and IP packet total length fields.
  • the PDCP layer on the UE side If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+2, the PDCP layer on the UE side exits state A, and returns to step S21.
  • the PDCP layer on the UE side reports that the downlink decryption of the AS (Access Stratum, access) layer is abnormal, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely.
  • the "release link is completely re-established" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link. This can shorten the error data communication time and shorten the waiting time.
  • the device for enhancing data decryption by the PDCP layer of an LTE mobile terminal proposed in this application includes a receiving unit 21 , a judging unit 22 , a decrypting unit 23 , a first correcting unit 24 and a second correcting unit 25 .
  • the receiving unit 21 is configured to allow the UE side to receive a new downlink data packet sent by the network side.
  • the judging unit 22 judges whether the newly received downlink data packet is out of the window according to the state variables LastSubmittedPdcpSn, the reordering window and the sequence number receivedSn of the newly received downlink data packet maintained by the PDCP layer on the UE side.
  • receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0 ⁇ LastSubmittedPdcpSn-receivedSn ⁇ Reordering_Window it is determined that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet is out of the window (that is, within the window).
  • the judging unit 22 discards the data packets out of the window, the super frame number maintained by the PDCP layer on the UE side and the state variables LastSubmittedPdcpSn, reordering The window remains unchanged, so that the PDCP layer on the UE side is in state A. If not, the judgment unit 22 sends the IP data packet to the decryption unit 23 .
  • the decryption unit 23 is configured to perform software decryption on the start k length of the IP data packet sent by the judgment unit 22 according to the superframe number maintained by the PDCP layer on the UE side, and judge the validity of the IP data packet.
  • the length of k is 20 bytes. If it is determined that the IP data packet is valid, the decryption unit causes the PDCP layer on the UE side to exit state A (if the PDCP layer on the UE side is in state A), and the superframe number maintained by the PDCP layer on the UE side remains unchanged. If it is determined that the IP data packet is invalid, the decryption unit 23 sends the IP data packet to the first correction unit 24 .
  • the first correcting unit 24 is configured to perform software decryption on the initial k length of the IP data packet sent by the decryption unit 23 using the superframe number maintained by the PDCP layer on the UE side + 1, and determine the validity of the IP data packet. Preferably, the length of k is 20 bytes. If it is determined that the IP data packet is valid, the first correcting unit 24 changes the superframe number maintained by the PDCP layer on the UE side to superframe number+1, so that the PDCP layer on the UE side exits state A. If it is determined that the IP data packet is invalid, the first correcting unit 24 sends the IP data packet to the second correcting unit 25 .
  • Described second correcting unit 25 is used for adopting the super frame number+2 maintained by the PDCP layer of the UE side to perform software decryption on the initial k length of the IP data packet sent by the first correcting unit 24, to judge the legitimacy of this IP data packet .
  • the length of k is 20 bytes. If it is determined that the IP data packet is valid, the second correcting unit 25 changes the superframe number maintained by the PDCP layer on the UE side to superframe number+2, so that the PDCP layer on the UE side exits state A.
  • the second correcting unit 25 reports the downlink decryption abnormality to the AS layer on the UE side, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely.
  • the "release link is completely re-established" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link.
  • the present application attempts to correct the superframe number maintained by the PDCP on the UE side. If the correction is successful, the impact of the out-of-synchronization of the superframe number will be minimized, and the user will hardly notice it. On the other hand, the present application adopts the method of releasing the link and rebuilding it completely when the correction fails, so that the waiting time is short and the user experience is improved.
  • the IP data packet received by the PDCP layer on the UE side is generally about 1500 bytes in length.
  • This application uses software to decrypt the first k length of the IP data packet (for example, 20 bytes) to verify whether the IP data packet is Normal, to save time as much as possible.
  • the superframe number maintained by the UE side and the network side is out of sync.
  • the most likely reason is that the superframe number maintained by the PDCP layer of the UE side is 1 or 2 smaller than that of the network side.
  • the present application attempts to correct the superframe number maintained by the PDCP on the UE side. If the correction is unsuccessful at most two times, it indicates that the super frame number is out of sync is too serious, and then take the method of releasing the link and rebuilding it completely.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Communication Control (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The present application discloses an LTE PDCP data decryption enhancement method. A PDCP layer at a UE side determines, according to a maintained state variable, whether a newly received downlink data packet is out of a window. If not, the PDCP layer at the UE side performs, according to a maintained superframe number, software decryption on a starting k length of a first IP data packet which is within the window, and determines the validity of the IP data packet. If the IP data packet is determined to be invalid, the PDCP layer at the UE side performs software decryption on the starting k length of the IP data packet according to the maintained superframe number+1, and determines the validity of the IP data packet. If the IP data packet is determined to be invalid, the PDCP layer at the UE side performs software decryption on the starting k length of the IP data packet according to the maintained superframe number+2, and determines the validity of the IP data packet. If the IP data packet is determined to be invalid, the PDCP layer at the UE side reports that downlink decryption of an AS layer is abnormal, and the AS layer at the UE side recovers a data link in a manner of releasing the link and completely reconstructing. The method can reduce the processing time and improve the user experience.

Description

一种LTE PDCP数据解密增强的方法及装置A method and device for LTE PDCP data decryption enhancement 技术领域technical field
本申请涉及一种LTE(Long-Term Evolution,长期演进)移动终端对下行数据的解密方法。This application relates to an LTE (Long-Term Evolution, long-term evolution) decryption method for downlink data by mobile terminals.
背景技术Background technique
LTE移动终端的PDCP(Packet Data Convergence Protocol,分组数据汇聚协议)层的一个重要功能就是对数据以及信令的加密解密。PDCP层的加解密参数包括密钥(key)和计数(Count)值。计数值由PDCP层维护的超帧号(Hyper Frame Number,HFN)以及序列号(Sequence Number,SN)组成。其中序列号记录在PDCP头部中,不会出错。超帧号需要UE(User Equipment,用户设备,即移动终端)侧与网络侧共同维护同步,如果失步(即不同步,同步失败),则移动终端对下行数据的解密就会失败。为了维护同步超帧号,3GPP PDCP协议定义了详细的窗口管理机制。但是由于空口质量的影响,网络侧的PDCP的丢弃定时器(discard timer)超时会引起丢包。此时虽然网络侧的RLC(radio link conrtol,无线链路控制)层的序列号是连续的,但是在协议栈架构上位于RLC层之上的网络侧的PDCP层的序列号出现了非连续状况,这属于正常场景,但是极端情况下会引起UE侧与网络侧的超帧号失步,从而使移动终端对下行数据的解密失败。PDCP (Packet Data An important function of the Convergence Protocol layer is the encryption and decryption of data and signaling. The encryption and decryption parameters of the PDCP layer include a key (key) and a count (Count) value. The count value consists of a Hyper Frame Number (HFN) and a sequence number (Sequence Number, SN) maintained by the PDCP layer. Where the serial number is recorded in the PDCP header, there is no error. The superframe number requires the UE (User Equipment, user equipment, that is, mobile terminal) side to maintain synchronization with the network side. If the synchronization is lost (ie, out of synchronization, synchronization failure), the mobile terminal will fail to decrypt the downlink data. To maintain synchronous superframe numbers, 3GPP The PDCP protocol defines a detailed window management mechanism. However, due to the influence of the air interface quality, the timeout of the PDCP discard timer (discard timer) on the network side will cause packet loss. At this time, although the serial numbers of the RLC (radio link conrtol, radio link control) layer on the network side are continuous, the serial numbers of the PDCP layer on the network side located above the RLC layer in the protocol stack architecture appear discontinuous. , this is a normal scenario, but in extreme cases, the superframe numbers of the UE side and the network side may be out of sync, so that the mobile terminal fails to decrypt the downlink data.
请参阅图1,现有的LTE移动终端的PDCP层对数据解密的方法包括如下步骤。Referring to FIG. 1 , a method for decrypting data by the PDCP layer of an existing LTE mobile terminal includes the following steps.
步骤S11:UE侧的PDCP层收到新的下行数据包。Step S11: The PDCP layer on the UE side receives a new downlink data packet.
步骤S12:UE侧的PDCP层根据维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新接收的下行数据包是否出窗。LastSubmittedPdcpSn表示UE侧的PDCP层上一次提交给高层的PDCP SDU(Service Data Unit,服务数据单元,也称业务数据单元)的序列号,reordering window表示UE侧的PDCP层用来维护序列号按序接收的窗口大小范围,receivedSn表示UE侧的PDCP层最新接收到的PDU(Protocol Data Unit,协议数据单元)的序列号。当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗(即在窗口内)。Step S12: The PDCP layer on the UE side determines whether the newly received downlink data packet is out of the window according to the maintained state variables LastSubmittedPdcpSn, the reordering window and the sequence number receivedSn of the newly received downlink data packet. LastSubmittedPdcpSn indicates the PDCP SDU (Service Data Unit, service data unit, also called business data unit) serial number, reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence, and receivedSn represents the sequence number of the PDU (Protocol Data Unit, protocol data unit) newly received by the PDCP layer on the UE side. When receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, it is determined that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet is out of the window (that is, within the window).
如果是,丢弃出窗的数据包,所述状态变量LastSubmittedPdcpSn、reordering window保持不变,回到步骤S11。If yes, discard the data packet out of the window, the state variables LastSubmittedPdcpSn and reordering window remain unchanged, and go back to step S11.
如果否,进入步骤S13。If not, go to step S13.
步骤S13:UE侧的PDCP层使用维护的超帧号对下行数据包解密,并将解密后的数据提交给UE侧的应用层。Step S13: The PDCP layer on the UE side decrypts the downlink data packet using the maintained superframe number, and submits the decrypted data to the application layer on the UE side.
假设在步骤S11中,网络侧因为空口质量问题导致网络侧的PDCP层的丢弃定时器超时,引起大量丢包,网络侧的PDCP层的序列号不再连续。如果网络侧在经过大量丟包后已经达到最大PDCP序列号,那么序列号就从0开始新一轮重新计数。超帧号的改变依赖于序列号的变化,当序列号达到最大计数重新开始计算的时候,超帧号就会加1。接下来在步骤S12中,UE侧收到的下行数据包的序列号落在UE侧的PDCP层的合法窗口之内。接下来在步骤S13中,UE侧的PDCP层就会执行数据解密。但是UE侧采用的超帧号是上一轮的,而UE侧并不知道网络侧的序列号已经是新一轮的,导致UE侧解密错误。It is assumed that in step S11, the discard timer of the PDCP layer on the network side expires due to an air interface quality problem, causing a large number of packet losses, and the sequence numbers of the PDCP layer on the network side are no longer consecutive. If the network side has reached the maximum PDCP sequence number after a large amount of packet loss, the sequence number starts from 0 and starts a new round of recounting. The change of the superframe number depends on the change of the sequence number. When the sequence number reaches the maximum count and restarts the calculation, the superframe number will be incremented by 1. Next, in step S12, the sequence number of the downlink data packet received by the UE side falls within the legal window of the PDCP layer on the UE side. Next, in step S13, the PDCP layer on the UE side will perform data decryption. However, the superframe number used by the UE side is from the previous round, and the UE side does not know that the sequence number on the network side is from a new round, resulting in a decryption error on the UE side.
上述步骤就显示了UE侧和网络侧出现超帧号失步导致解密失败的情形。出现解密失败的情形后,如果UE侧不采取措施,则数据通信会中断,因为UE侧的应用层收到的IP包(IP Packet,也称IP报文)都是错误的。The above steps show the situation in which the desynchronization of the superframe number occurs on the UE side and the network side, resulting in a decryption failure. After the decryption fails, if the UE side does not take measures, the data communication will be interrupted, because the IP packets (IP Packets, also called IP packets) received by the application layer on the UE side are all wrong.
技术问题technical problem
本申请所要解决的技术问题是在遵循3GPP标准的前提下,提出一种增强的PDCP下行解密方法,来应对UE侧和网络侧出现超帧号失步的场景,最大程度减少超帧号失步引起的解密失败。The technical problem to be solved by this application is to propose an enhanced PDCP downlink decryption method under the premise of following the 3GPP standard, to cope with the scenario where the superframe number is out of synchronization between the UE side and the network side, and to minimize the superframe number out of synchronization Caused by the decryption failure.
技术解决方案technical solutions
为解决上述技术问题,本申请提供了一种LTE PDCP数据解密增强的方法,包括如下步骤。步骤S21:UE侧的PDCP层收到新的下行数据包。步骤S22:UE侧的PDCP层根据维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新收到的下行数据包是否出窗;其中,LastSubmittedPdcpSn表示UE侧的PDCP层上一次提交给高层的PDCP SDU的序列号,reordering window表示UE侧的PDCP层用来维护序列号按序接收的窗口大小范围,receivedSn表示UE侧的PDCP层最新接收到的PDU的序列号。如果是,丢弃出窗的数据包,UE侧的PDCP层维护的超帧号以及所述状态变量LastSubmittedPdcpSn、reordering window保持不变,同时UE侧的PDCP层处于状态A,回到步骤S21。如果否,进入步骤S23。步骤S23:UE侧的PDCP层根据维护的超帧号对落窗的第一个IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。如果判定该IP数据包合法,则UE侧的PDCP层退出状态A,UE侧的PDCP层维护的超帧号不变,回到步骤S21。如果判定该IP数据包不合法,则进入步骤S24。步骤S24:UE侧的PDCP层根据维护的超帧号+1对该IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。如果判定该IP数据包合法,则UE侧的PDCP层维护的超帧号改为超帧号+1,UE侧的PDCP层退出状态A,回到步骤S21。如果判定该IP数据包不合法,则进入步骤S25。步骤S25:UE侧的PDCP层根据维护的超帧号+2对该IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。如果判定该IP数据包合法,则UE侧的PDCP层维护的超帧号改为超帧号+2,UE侧的PDCP层退出状态A,回到步骤S21。如果判定该IP数据包不合法,则UE侧的PDCP层上报AS层下行解密异常,UE侧的AS层采取释放链接彻底重建的方式恢复数据链路。上述方法首先尝试根据最有可能出现的超帧号失步情形进行纠正,当最多两次纠正失败后主动释放链接彻底重建,减少处理时间,提高用户体验。To solve the above technical problems, the present application provides a method for enhancing LTE PDCP data decryption, including the following steps. Step S21: The PDCP layer on the UE side receives a new downlink data packet. Step S22: The PDCP layer on the UE side judges whether the newly received downlink data packet is out of the window according to the maintained state variables LastSubmittedPdcpSn, reordering window and the sequence number of the newly received downlink data packet receivedSn; wherein, LastSubmittedPdcpSn represents the PDCP layer on the UE side The sequence number of the PDCP SDU last submitted to the upper layer, reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence, and receivedSn represents the sequence number of the PDU newly received by the PDCP layer on the UE side. If it is, discard the data packets out of the window, the super frame number maintained by the PDCP layer on the UE side and the state variables LastSubmittedPdcpSn, reordering The window remains unchanged, while the PDCP layer on the UE side is in state A, and returns to step S21. If not, go to step S23. Step S23: The PDCP layer on the UE side performs software decryption on the start k length of the first IP data packet of the dropped window according to the maintained superframe number, and judges the validity of the IP data packet. If it is determined that the IP data packet is valid, the PDCP layer on the UE side exits state A, the superframe number maintained by the PDCP layer on the UE side remains unchanged, and the process returns to step S21. If it is determined that the IP data packet is invalid, step S24 is entered. Step S24: The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+1, and judges the validity of the IP data packet. If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+1, the PDCP layer on the UE side exits state A, and returns to step S21. If it is determined that the IP data packet is invalid, then go to step S25. Step S25: The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+2, and judges the validity of the IP data packet. If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+2, the PDCP layer on the UE side exits state A, and returns to step S21. If it is determined that the IP data packet is invalid, the PDCP layer on the UE side reports that the downlink decryption of the AS layer is abnormal, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely. The above method first attempts to correct according to the most likely superframe number out-of-synchronization situation. When the correction fails at most twice, the link is automatically released and the link is completely reconstructed, which reduces the processing time and improves the user experience.
进一步地,所述步骤S22中,当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗,即在窗口内。这是步骤S22的一种具体实现方式。Further, in the step S22, when receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, it is determined that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet is out of the window, that is, within the window . This is a specific implementation of step S22.
优选地,所述步骤S23、步骤S24、步骤S25中,k长度均为20字节。下行IP数据包的长度一般是1500字节左右,前20字节基本上覆盖了IP数据包的头部的基本信息,因此该长度可以快速地验证IP数据包的解密是否准确,处理时间短。Preferably, in the step S23, the step S24, and the step S25, the length of k is all 20 bytes. The length of the downlink IP data packet is generally about 1500 bytes, and the first 20 bytes basically cover the basic information of the header of the IP data packet, so this length can quickly verify whether the decryption of the IP data packet is accurate, and the processing time is short.
进一步地所述步骤S25中,所述“释放链接彻底重建”是指UE侧的PDCP层第一时间主动通知AS层断开链接,然后UE侧的AS层重新建立链接。这是对步骤S25的补充说明。Further in the step S25, the "release link and complete reconstruction" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link. This is a supplementary explanation to step S25.
本申请还提供了一种LTE PDCP数据解密增强的装置,包括接收单元、判断单元、解密单元、第一纠正单元和第二纠正单元。所述接收单元用于让UE侧接收网络侧发来的新的下行数据包。所述判断单元用根据UE侧的PDCP层维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新收到的下行数据包是否出窗;如果是,所述判断单元丢弃出窗的数据包,UE侧的PDCP层维护的超帧号以及所述状态变量LastSubmittedPdcpSn、reordering window保持不变,令UE侧的PDCP层处于状态A;如果否,所述判断单元将该IP数据包发给解密单元。所述解密单元用于根据UE侧的PDCP层维护的超帧号对判断单元发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;如果判定该IP数据包合法,所述解密单元令UE侧的PDCP层退出状态A,UE侧的PDCP层维护的超帧号不变;如果判定该IP数据包不合法,所述解密单元将该IP数据包发给第一纠正单元。所述第一纠正单元用于采用UE侧的PDCP层维护的超帧号+1对解密单元发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;如果判定该IP数据包合法,所述第一纠正单元将UE侧的PDCP层维护的超帧号改为超帧号+1,令UE侧的PDCP层退出状态A;如果判定该IP数据包不合法,所述第一纠正单元将该IP数据包发给第二纠正单元。所述第二纠正单元用于采用UE侧的PDCP层维护的超帧号+2对第一纠正单元发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;如果判定该IP数据包合法,所述第二纠正单元将UE侧的PDCP层维护的超帧号改为超帧号+2,令UE侧的PDCP层退出状态A;如果判定该IP数据包不合法,所述第二纠正单元向UE侧的AS层上报下行解密异常,UE侧的AS层采取释放链接彻底重建的方式恢复数据链路。上述装置首先尝试根据最有可能出现的超帧号失步情形进行纠正,当最多两次纠正失败后主动释放链接彻底重建,减少处理时间,提高用户体验。The present application also provides an apparatus for enhancing LTE PDCP data decryption, including a receiving unit, a judging unit, a decrypting unit, a first correcting unit and a second correcting unit. The receiving unit is configured to allow the UE side to receive a new downlink data packet sent by the network side. The judging unit uses the state variables LastSubmittedPdcpSn and reordering maintained according to the PDCP layer on the UE side. window and the sequence number of the newly received downlink data packet receivedSn determine whether the newly received downlink data packet is out of the window; if so, the judging unit discards the out-of-window data packet, the super frame number maintained by the PDCP layer on the UE side and The state variables LastSubmittedPdcpSn and reordering window remain unchanged, so that the PDCP layer on the UE side is in state A; if not, the judgment unit sends the IP data packet to the decryption unit. Described decryption unit is used to carry out software decryption according to the super frame number that the PDCP layer of UE side maintains to the starting k length of the IP data packet sent by the judgment unit, and judges the legality of this IP data packet; If it is judged that this IP data packet is legal , the decryption unit makes the PDCP layer on the UE side exit state A, and the superframe number maintained by the PDCP layer on the UE side remains unchanged; if it is determined that the IP data packet is illegal, the decryption unit sends the IP data packet to the first Correction unit. Described first correcting unit is used for adopting the super frame number+1 maintained by the PDCP layer of the UE side to carry out software decryption to the starting k length of the IP data packet sent by the decryption unit, to judge the legitimacy of this IP data packet; The IP data packet is legal, and the first correcting unit changes the super frame number maintained by the PDCP layer on the UE side to the super frame number + 1, so that the PDCP layer on the UE side exits state A; if it is determined that the IP data packet is illegal, the The first correcting unit sends the IP data packet to the second correcting unit. Described second correcting unit is used for adopting the super frame number+2 maintained by the PDCP layer of UE side to carry out software decryption to the starting k length of the IP data packet sent by the first correcting unit, to judge the legitimacy of this IP data packet; It is determined that the IP data packet is legal, and the second correction unit changes the superframe number maintained by the PDCP layer on the UE side to superframe number+2, so that the PDCP layer on the UE side exits state A; if it is determined that the IP data packet is illegal , the second correcting unit reports the downlink decryption abnormality to the AS layer on the UE side, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely. The above device first attempts to correct according to the most likely superframe number out-of-synchronization situation, and when the correction fails at most two times, it actively releases the link and completely rebuilds it, reducing processing time and improving user experience.
进一步地,当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,所述判断单元判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗,即在窗口内。这是判断单元的一种具体实现方式。Further, when receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, the judging unit determines that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet falls out of the window, that is, it is within the window. This is a specific implementation of the judgment unit.
优选地,所述k长度为20字节。下行IP数据包的长度一般是1500字节左右,前20字节基本上覆盖了IP数据包的头部的基本信息,因此该长度可以快速地验证IP数据包的解密是否准确,处理时间短。Preferably, the length of k is 20 bytes. The length of the downlink IP data packet is generally about 1500 bytes, and the first 20 bytes basically cover the basic information of the header of the IP data packet, so this length can quickly verify whether the decryption of the IP data packet is accurate, and the processing time is short.
进一步地,对IP数据包的合法性判断,是检查解密后的IP数据包的头部信息是否合法,包括检查IP version字段、IP head length字段、IP packet total length字段中的一个或多个。这是一种快速验证IP数据包的解密是否成功的手段。Further, the legality judgment of the IP data packet is to check whether the header information of the decrypted IP data packet is legal, including checking the IP version field, IP One or more of the head length field and the IP packet total length field. This is a means of quickly verifying that the decryption of an IP packet was successful.
进一步地,所述“释放链接彻底重建”是指UE侧的PDCP层第一时间主动通知AS层断开链接,然后UE侧的AS层重新建立链接。这是对第二纠正单元的补充说明。Further, the "release link and complete re-establishment" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link. This is a supplement to the second correction unit.
有益效果beneficial effect
本申请取得的技术效果是在LTE移动终端的PDCP层原有的下行解密流程的基础上,设计并实现了一种新的增强解密流程,增强并完善了实际网络中经常发生的下行数据包解密异常场景。在实际应用或者实验室特殊测试场景中得到了很好的验证,具有良好的使用效果。The technical effect achieved by the present application is to design and implement a new enhanced decryption process based on the original downlink decryption process of the PDCP layer of the LTE mobile terminal, which enhances and improves the decryption of downlink data packets that often occurs in actual networks. unusual scene. It has been well verified in practical applications or special laboratory test scenarios, and has a good use effect.
附图说明Description of drawings
图1是现有的LTE移动终端的PDCP层对数据解密的方法的流程图。FIG. 1 is a flowchart of a method for decrypting data by a PDCP layer of an existing LTE mobile terminal.
图2是本申请提出的LTE移动终端的PDCP层对数据解密的增强方法的流程图。FIG. 2 is a flowchart of a method for enhancing data decryption by the PDCP layer of an LTE mobile terminal proposed in the present application.
图3是本申请提出的LTE移动终端的PDCP层对数据解密的增强装置的结构示意图。FIG. 3 is a schematic structural diagram of a device for enhancing data decryption by the PDCP layer of an LTE mobile terminal proposed in the present application.
图中附图标记说明:21为接收单元;22为判断单元;23为解密单元;24为第一纠正单元;25为第二纠正单元。Reference numerals in the figure indicate: 21 is a receiving unit; 22 is a judgment unit; 23 is a decryption unit; 24 is a first correcting unit; 25 is a second correcting unit.
本发明的实施方式Embodiments of the present invention
请参阅图2,本申请提出的LTE移动终端的PDCP层对数据解密的增强方法包括如下步骤。Referring to FIG. 2 , the enhanced method for data decryption by the PDCP layer of an LTE mobile terminal proposed in this application includes the following steps.
步骤S21:UE侧的PDCP层收到新的下行数据包。Step S21: The PDCP layer on the UE side receives a new downlink data packet.
步骤S22:UE侧的PDCP层根据维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新收到的下行数据包是否出窗。其中,LastSubmittedPdcpSn表示UE侧的PDCP层上一次提交给高层的PDCP SDU的序列号,reordering window表示UE侧的PDCP层用来维护序列号按序接收的窗口大小范围,receivedSn表示UE侧的PDCP层最新接收到的PDU的序列号。当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗(即在窗口内)。Step S22: The PDCP layer on the UE side determines whether the newly received downlink data packet is out of the window according to the maintained state variables LastSubmittedPdcpSn, the reordering window and the sequence number receivedSn of the newly received downlink data packet. Among them, LastSubmittedPdcpSn indicates the sequence number of the PDCP SDU submitted by the PDCP layer on the UE side to the upper layer last time, reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence, and receivedSn represents the sequence number of the PDU newly received by the PDCP layer on the UE side. When receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, it is determined that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet is out of the window (that is, within the window).
如果是,丢弃出窗的数据包,UE侧的PDCP层维护的超帧号以及所述状态变量LastSubmittedPdcpSn、reordering window保持不变,同时UE侧的PDCP层处于状态A,回到步骤S21。所述状态A表示此时有较大概率会发生UE侧和网络侧的超帧号失步的情形。If it is, discard the data packets out of the window, the super frame number maintained by the PDCP layer on the UE side and the state variables LastSubmittedPdcpSn, reordering The window remains unchanged, while the PDCP layer on the UE side is in state A, and returns to step S21. The state A indicates that there is a high probability that the superframe numbers of the UE side and the network side are out of synchronization at this time.
如果否,进入步骤S23。If not, go to step S23.
步骤S23:UE侧的PDCP层根据维护的超帧号对落窗的第一个IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。优选地,k长度为20字节,因为该长度基本包含了IP数据包的头部(header)的基本信息。对IP数据包的合法性判断,是检查解密后的IP数据包的头部信息是否合法,例如检查IP version(IP数据包版本)、IP head length(IP数据包的头部长度)、IP packet total length(IP数据包全长)字段的一个或多个。Step S23: The PDCP layer on the UE side performs software decryption on the start k length of the first IP data packet of the dropped window according to the maintained superframe number, and judges the validity of the IP data packet. Preferably, the length of k is 20 bytes, because the length basically includes the basic information of the header (header) of the IP data packet. Judging the validity of IP data packets is to check whether the header information of the decrypted IP data packets is legal, such as checking IP version (IP data packet version), IP head length (IP data packet header length), IP packet One or more of the total length (IP packet total length) fields.
如果判定该IP数据包合法,则UE侧的PDCP层退出状态A(如果UE侧的PDCP层处于状态A的话),UE侧的PDCP层维护的超帧号不变,回到步骤S21。If it is determined that the IP data packet is valid, the PDCP layer on the UE side exits state A (if the PDCP layer on the UE side is in state A), the superframe number maintained by the PDCP layer on the UE side remains unchanged, and returns to step S21.
如果判定该IP数据包不合法,则进入步骤S24。If it is determined that the IP data packet is invalid, step S24 is entered.
步骤S24:UE侧的PDCP层根据维护的超帧号+1对该IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。优选地,k长度为20字节。对IP数据包的合法性判断,是检查解密后的IP数据包的头部信息是否合法,例如检查IP version、IP head length、IP packet total length字段的一个或多个。Step S24: The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+1, and judges the validity of the IP data packet. Preferably, the length of k is 20 bytes. Judging the legitimacy of IP data packets is to check whether the header information of the decrypted IP data packets is legal, such as checking IP One or more of the version, IP head length, and IP packet total length fields.
如果判定该IP数据包合法,则UE侧的PDCP层维护的超帧号改为超帧号+1,UE侧的PDCP层退出状态A,回到步骤S21。If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+1, the PDCP layer on the UE side exits state A, and returns to step S21.
如果判定该IP数据包不合法,则进入步骤S25。If it is determined that the IP data packet is invalid, then go to step S25.
步骤S25:UE侧的PDCP层根据维护的超帧号+2对该IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。优选地,k长度为20字节。对IP数据包的合法性判断,是检查解密后的IP数据包的头部信息是否合法,例如检查IP version、IP head length、IP packet total length字段的一个或多个。Step S25: The PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+2, and judges the validity of the IP data packet. Preferably, the length of k is 20 bytes. Judging the legitimacy of IP data packets is to check whether the header information of the decrypted IP data packets is legal, such as checking IP One or more of the version, IP head length, and IP packet total length fields.
如果判定该IP数据包合法,则UE侧的PDCP层维护的超帧号改为超帧号+2,UE侧的PDCP层退出状态A,回到步骤S21。If it is determined that the IP data packet is valid, the superframe number maintained by the PDCP layer on the UE side is changed to superframe number+2, the PDCP layer on the UE side exits state A, and returns to step S21.
如果判定该IP数据包不合法,则UE侧的PDCP层上报AS(Access Stratum,接入)层下行解密异常,UE侧的AS层采取释放链接彻底重建的方式恢复数据链路。所述“释放链接彻底重建”是指UE侧的PDCP层第一时间主动通知AS层断开链接,然后UE侧的AS层重新建立链接。这样能够缩短错误数据通信时间,等待时间短。If it is determined that the IP data packet is invalid, the PDCP layer on the UE side reports that the downlink decryption of the AS (Access Stratum, access) layer is abnormal, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely. The "release link is completely re-established" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link. This can shorten the error data communication time and shorten the waiting time.
请参阅图3,本申请提出的LTE移动终端的PDCP层对数据解密的增强装置包括接收单元21、判断单元22、解密单元23、第一纠正单元24和第二纠正单元25。Referring to FIG. 3 , the device for enhancing data decryption by the PDCP layer of an LTE mobile terminal proposed in this application includes a receiving unit 21 , a judging unit 22 , a decrypting unit 23 , a first correcting unit 24 and a second correcting unit 25 .
所述接收单元21用于让UE侧接收网络侧发来的新的下行数据包。The receiving unit 21 is configured to allow the UE side to receive a new downlink data packet sent by the network side.
所述判断单元22用根据UE侧的PDCP层维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新收到的下行数据包是否出窗。当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗(即在窗口内)。如果是,所述判断单元22丢弃出窗的数据包,UE侧的PDCP层维护的超帧号以及所述状态变量LastSubmittedPdcpSn、reordering window保持不变,令UE侧的PDCP层处于状态A。如果否,所述判断单元22将该IP数据包发给解密单元23。The judging unit 22 judges whether the newly received downlink data packet is out of the window according to the state variables LastSubmittedPdcpSn, the reordering window and the sequence number receivedSn of the newly received downlink data packet maintained by the PDCP layer on the UE side. When receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, it is determined that the newly received downlink data packet is out of the window; otherwise, it is determined that the newly received downlink data packet is out of the window (that is, within the window). If yes, the judging unit 22 discards the data packets out of the window, the super frame number maintained by the PDCP layer on the UE side and the state variables LastSubmittedPdcpSn, reordering The window remains unchanged, so that the PDCP layer on the UE side is in state A. If not, the judgment unit 22 sends the IP data packet to the decryption unit 23 .
所述解密单元23用于根据UE侧的PDCP层维护的超帧号对判断单元22发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。优选地,k长度为20字节。如果判定该IP数据包合法,所述解密单元令UE侧的PDCP层退出状态A(如果UE侧的PDCP层处于状态A的话),UE侧的PDCP层维护的超帧号不变。如果判定该IP数据包不合法,所述解密单元23将该IP数据包发给第一纠正单元24。The decryption unit 23 is configured to perform software decryption on the start k length of the IP data packet sent by the judgment unit 22 according to the superframe number maintained by the PDCP layer on the UE side, and judge the validity of the IP data packet. Preferably, the length of k is 20 bytes. If it is determined that the IP data packet is valid, the decryption unit causes the PDCP layer on the UE side to exit state A (if the PDCP layer on the UE side is in state A), and the superframe number maintained by the PDCP layer on the UE side remains unchanged. If it is determined that the IP data packet is invalid, the decryption unit 23 sends the IP data packet to the first correction unit 24 .
所述第一纠正单元24用于采用UE侧的PDCP层维护的超帧号+1对解密单元23发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。优选地,k长度为20字节。如果判定该IP数据包合法,所述第一纠正单元24将UE侧的PDCP层维护的超帧号改为超帧号+1,令UE侧的PDCP层退出状态A。如果判定该IP数据包不合法,所述第一纠正单元24将该IP数据包发给第二纠正单元25。The first correcting unit 24 is configured to perform software decryption on the initial k length of the IP data packet sent by the decryption unit 23 using the superframe number maintained by the PDCP layer on the UE side + 1, and determine the validity of the IP data packet. Preferably, the length of k is 20 bytes. If it is determined that the IP data packet is valid, the first correcting unit 24 changes the superframe number maintained by the PDCP layer on the UE side to superframe number+1, so that the PDCP layer on the UE side exits state A. If it is determined that the IP data packet is invalid, the first correcting unit 24 sends the IP data packet to the second correcting unit 25 .
所述第二纠正单元25用于采用UE侧的PDCP层维护的超帧号+2对第一纠正单元24发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性。优选地,k长度为20字节。如果判定该IP数据包合法,所述第二纠正单元25将UE侧的PDCP层维护的超帧号改为超帧号+2,令UE侧的PDCP层退出状态A。如果判定该IP数据包不合法,所述第二纠正单元25向UE侧的AS层上报下行解密异常,UE侧的AS层采取释放链接彻底重建的方式恢复数据链路。所述“释放链接彻底重建”是指UE侧的PDCP层第一时间主动通知AS层断开链接,然后UE侧的AS层重新建立链接。Described second correcting unit 25 is used for adopting the super frame number+2 maintained by the PDCP layer of the UE side to perform software decryption on the initial k length of the IP data packet sent by the first correcting unit 24, to judge the legitimacy of this IP data packet . Preferably, the length of k is 20 bytes. If it is determined that the IP data packet is valid, the second correcting unit 25 changes the superframe number maintained by the PDCP layer on the UE side to superframe number+2, so that the PDCP layer on the UE side exits state A. If it is determined that the IP data packet is invalid, the second correcting unit 25 reports the downlink decryption abnormality to the AS layer on the UE side, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely. The "release link is completely re-established" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side re-establishes the link.
与现有技术相比,本申请具有如下有益效果。Compared with the prior art, the present application has the following beneficial effects.
第一,现有技术当发生UE侧的PDCP层维护的超帧号与网络侧不同步的情形,UE侧和网络侧之间的数据通信因为解密错误,传输数据错误,累积达到一定时间后,应用链接会自动断开,等待时间长,造成用户体验较差。本申请一方面尝试纠正UE侧的PDCP维护的超帧号,如果纠正成功,会将超帧号失步的影响降到最低,用户几乎差觉不出。本申请另一方面在纠正失败时采取释放链接彻底重建方式,等待时间短,提高用户体验。First, in the prior art, when the superframe number maintained by the PDCP layer on the UE side is not synchronized with the network side, the data communication between the UE side and the network side is due to decryption errors and transmission data errors. After accumulating for a certain period of time, The application link will be automatically disconnected, and the waiting time will be long, resulting in a poor user experience. On the one hand, the present application attempts to correct the superframe number maintained by the PDCP on the UE side. If the correction is successful, the impact of the out-of-synchronization of the superframe number will be minimized, and the user will hardly notice it. On the other hand, the present application adopts the method of releasing the link and rebuilding it completely when the correction fails, so that the waiting time is short and the user experience is improved.
第二,UE侧的PDCP层收到的IP数据包一般是1500字节左右的长度,本申请采取软件解密IP数据包的开头k长度(例如20字节)的方法来验证该IP数据包是否正常,最大程度节省时间。Second, the IP data packet received by the PDCP layer on the UE side is generally about 1500 bytes in length. This application uses software to decrypt the first k length of the IP data packet (for example, 20 bytes) to verify whether the IP data packet is Normal, to save time as much as possible.
第三,UE侧与网络侧维护的超帧号失步,最大可能便是UE侧的PDCP层维护的超帧号与网络侧相比小1或者小2。针对这两种最有可能出现的超帧号失步情形,本申请尝试纠正UE侧的PDCP维护的超帧号。如果最多两次纠正不成功,则表明超帧号失步情况太严重,再采取释放链接彻底重建的方式恢复。Third, the superframe number maintained by the UE side and the network side is out of sync. The most likely reason is that the superframe number maintained by the PDCP layer of the UE side is 1 or 2 smaller than that of the network side. For these two most likely superframe number out-of-sync situations, the present application attempts to correct the superframe number maintained by the PDCP on the UE side. If the correction is unsuccessful at most two times, it indicates that the super frame number is out of sync is too serious, and then take the method of releasing the link and rebuilding it completely.
以上仅为本申请的优选实施例,并不用于限定本申请。对于本领域的技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本申请的保护范围之内。The above are only preferred embodiments of the present application, and are not intended to limit the present application. Various modifications and variations of this application are possible for those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of this application shall be included within the protection scope of this application.

Claims (9)

  1. 一种LTE PDCP数据解密增强的方法,其特征是,包括如下步骤;A method for LTE PDCP data decryption enhancement, characterized in that it comprises the following steps;
    步骤S21:UE侧的PDCP层收到新的下行数据包;Step S21: the PDCP layer on the UE side receives a new downlink data packet;
    步骤S22:UE侧的PDCP层根据维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新收到的下行数据包是否出窗;其中,LastSubmittedPdcpSn表示UE侧的PDCP层上一次提交给高层的PDCP SDU的序列号,reordering window表示UE侧的PDCP层用来维护序列号按序接收的窗口大小范围,receivedSn表示UE侧的PDCP层最新接收到的PDU的序列号;Step S22: The PDCP layer on the UE side judges whether the newly received downlink data packet is out of the window according to the maintained state variables LastSubmittedPdcpSn, reordering window and the sequence number of the newly received downlink data packet receivedSn; wherein, LastSubmittedPdcpSn represents the PDCP layer on the UE side The last PDCP submitted to the upper level Serial number of SDU, reordering window represents the window size range used by the PDCP layer on the UE side to maintain the sequence number received in sequence, and receivedSn represents the sequence number of the PDU newly received by the PDCP layer on the UE side;
    如果是,丢弃出窗的数据包,UE侧的PDCP层维护的超帧号以及所述状态变量LastSubmittedPdcpSn、reordering window保持不变,同时UE侧的PDCP层处于状态A,回到步骤S21;If yes, discard the data packet out of the window, the superframe number maintained by the PDCP layer on the UE side, the state variables LastSubmittedPdcpSn, and the reordering window remain unchanged, while the PDCP layer on the UE side is in state A, and go back to step S21;
    如果否,进入步骤S23;If not, go to step S23;
    步骤S23:UE侧的PDCP层根据维护的超帧号对落窗的第一个IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;Step S23: the PDCP layer on the UE side performs software decryption on the start k length of the first IP data packet of the dropped window according to the maintained superframe number, and judges the validity of the IP data packet;
    如果判定该IP数据包合法,则UE侧的PDCP层退出状态A,UE侧的PDCP层维护的超帧号不变,回到步骤S21;If it is determined that the IP data packet is legal, the PDCP layer on the UE side exits state A, the superframe number maintained by the PDCP layer on the UE side remains unchanged, and returns to step S21;
    如果判定该IP数据包不合法,则进入步骤S24;If it is determined that the IP data packet is illegal, then enter step S24;
    步骤S24:UE侧的PDCP层根据维护的超帧号+1对该IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;Step S24: the PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+1, and judges the validity of the IP data packet;
    如果判定该IP数据包合法,则UE侧的PDCP层维护的超帧号改为超帧号+1,UE侧的PDCP层退出状态A,回到步骤S21;If it is determined that the IP data packet is legal, the superframe number maintained by the PDCP layer on the UE side is changed to the superframe number+1, the PDCP layer on the UE side exits state A, and returns to step S21;
    如果判定该IP数据包不合法,则进入步骤S25;If it is determined that the IP data packet is illegal, then enter step S25;
    步骤S25:UE侧的PDCP层根据维护的超帧号+2对该IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;Step S25: the PDCP layer on the UE side performs software decryption on the initial k length of the IP data packet according to the maintained superframe number+2, and judges the validity of the IP data packet;
    如果判定该IP数据包合法,则UE侧的PDCP层维护的超帧号改为超帧号+2,UE侧的PDCP层退出状态A,回到步骤S21;If it is determined that the IP data packet is legal, the superframe number maintained by the PDCP layer on the UE side is changed to the superframe number+2, the PDCP layer on the UE side exits state A, and returns to step S21;
    如果判定该IP数据包不合法,则UE侧的PDCP层上报AS层下行解密异常,UE侧的AS层采取释放链接彻底重建的方式恢复数据链路。If it is determined that the IP data packet is invalid, the PDCP layer on the UE side reports that the downlink decryption of the AS layer is abnormal, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely.
  2. 根据权利要求1所述的LTE PDCP数据解密增强的方法,其特征是,所述步骤S22中,当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗,即在窗口内。The method for enhancing LTE PDCP data decryption according to claim 1, wherein in step S22, when receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, it is determined that the newly received downlink data packet is out of the window ; otherwise, it is determined that the newly received downlink data packet falls into the window, that is, it is within the window.
  3. 根据权利要求1所述的LTE PDCP数据解密增强的方法,其特征是,所述步骤S23、步骤S24、步骤S25中,k长度均为20字节。The method for enhancing LTE PDCP data decryption according to claim 1, wherein, in the step S23, the step S24, and the step S25, the length of k is all 20 bytes.
  4. 根据权利要求1所述的LTE PDCP数据解密增强的方法,其特征是,所述步骤S25中,所述“释放链接彻底重建”是指UE侧的PDCP层第一时间主动通知AS层断开链接,然后UE侧的AS层重新建立链接。The method for decrypting and enhancing LTE PDCP data according to claim 1, wherein in the step S25, the "completely re-establishing the link release" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time , and then the AS layer on the UE side re-establishes the link.
  5. 一种LTE PDCP数据解密增强的装置,其特征是,包括接收单元、判断单元、解密单元、第一纠正单元和第二纠正单元;A device for decrypting and enhancing LTE PDCP data, comprising a receiving unit, a judging unit, a decrypting unit, a first correcting unit and a second correcting unit;
    所述接收单元用于让UE侧接收网络侧发来的新的下行数据包;The receiving unit is configured to allow the UE side to receive a new downlink data packet sent by the network side;
    所述判断单元用根据UE侧的PDCP层维护的状态变量LastSubmittedPdcpSn、reordering window以及新收到的下行数据包的序列号receivedSn判断新收到的下行数据包是否出窗;如果是,所述判断单元丢弃出窗的数据包,UE侧的PDCP层维护的超帧号以及所述状态变量LastSubmittedPdcpSn、reordering window保持不变,令UE侧的PDCP层处于状态A;如果否,所述判断单元将该IP数据包发给解密单元;The judging unit uses the state variables LastSubmittedPdcpSn, reordering window and the sequence number receivedSn of the newly received downlink data packet maintained by the PDCP layer on the UE side to judge whether the newly received downlink data packet is out of the window; if so, the judging unit Discard the data packets out of the window, the superframe number maintained by the PDCP layer on the UE side, the state variables LastSubmittedPdcpSn, and the reordering window remain unchanged, so that the PDCP layer on the UE side is in state A; if not, the judgment unit The data packet is sent to the decryption unit;
    所述解密单元用于根据UE侧的PDCP层维护的超帧号对判断单元发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;如果判定该IP数据包合法,所述解密单元令UE侧的PDCP层退出状态A,UE侧的PDCP层维护的超帧号不变;如果判定该IP数据包不合法,所述解密单元将该IP数据包发给第一纠正单元;Described decryption unit is used to carry out software decryption according to the super frame number that the PDCP layer of UE side maintains to the starting k length of the IP data packet sent by the judgment unit, and judges the legality of this IP data packet; If it is judged that this IP data packet is legal , the decryption unit makes the PDCP layer on the UE side exit state A, and the superframe number maintained by the PDCP layer on the UE side remains unchanged; if it is determined that the IP data packet is illegal, the decryption unit sends the IP data packet to the first correction unit;
    所述第一纠正单元用于采用UE侧的PDCP层维护的超帧号+1对解密单元发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;如果判定该IP数据包合法,所述第一纠正单元将UE侧的PDCP层维护的超帧号改为超帧号+1,令UE侧的PDCP层退出状态A;如果判定该IP数据包不合法,所述第一纠正单元将该IP数据包发给第二纠正单元;Described first correcting unit is used for adopting the super frame number+1 maintained by the PDCP layer of the UE side to carry out software decryption to the starting k length of the IP data packet sent by the decryption unit, to judge the legitimacy of this IP data packet; The IP data packet is legal, and the first correcting unit changes the super frame number maintained by the PDCP layer on the UE side to the super frame number + 1, so that the PDCP layer on the UE side exits state A; if it is determined that the IP data packet is illegal, the The first correcting unit sends the IP data packet to the second correcting unit;
    所述第二纠正单元用于采用UE侧的PDCP层维护的超帧号+2对第一纠正单元发来的IP数据包的开始k长度进行软件解密,判断该IP数据包的合法性;如果判定该IP数据包合法,所述第二纠正单元将UE侧的PDCP层维护的超帧号改为超帧号+2,令UE侧的PDCP层退出状态A;如果判定该IP数据包不合法,所述第二纠正单元向UE侧的AS层上报下行解密异常,UE侧的AS层采取释放链接彻底重建的方式恢复数据链路。Described second correcting unit is used for adopting the super frame number+2 maintained by the PDCP layer of UE side to carry out software decryption to the starting k length of the IP data packet sent by the first correcting unit, to judge the legitimacy of this IP data packet; It is determined that the IP data packet is legal, and the second correction unit changes the superframe number maintained by the PDCP layer on the UE side to superframe number+2, so that the PDCP layer on the UE side exits state A; if it is determined that the IP data packet is illegal , the second correcting unit reports the downlink decryption abnormality to the AS layer on the UE side, and the AS layer on the UE side restores the data link by releasing the link and rebuilding it completely.
  6. 根据权利要求5所述的LTE PDCP数据解密增强的装置,其特征是,当receivedSn-LastSubmittedPdcpSn>Reordering_Window或者0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window时,所述判断单元判定新接收的下行数据包出窗;否则判定新接收的下行数据包落窗,即在窗口内。The device for enhancing LTE PDCP data decryption according to claim 5, wherein when receivedSn-LastSubmittedPdcpSn>Reordering_Window or 0≤LastSubmittedPdcpSn-receivedSn<Reordering_Window, the judgment unit judges that the newly received downlink data packet is out of the window; otherwise It is determined that the newly received downlink data packet falls into the window, that is, it is within the window.
  7. 根据权利要求5所述的LTE PDCP数据解密增强的装置,其特征是,所述k长度为20字节。The apparatus for enhancing LTE PDCP data decryption according to claim 5, wherein the length of k is 20 bytes.
  8. 根据权利要求5所述的LTE PDCP数据解密增强的装置,其特征是,对IP数据包的合法性判断,是检查解密后的IP数据包的头部信息是否合法,包括检查IP version字段、IP head length字段、IP packet total length字段中的一个或多个。The device for enhancing LTE PDCP data decryption according to claim 5, wherein the judgment of the validity of the IP data packet is to check whether the header information of the decrypted IP data packet is legal, including checking the IP version field, IP One or more of the head length field and the IP packet total length field.
  9. 根据权利要求5所述的LTE PDCP数据解密增强的装置,其特征是,所述“释放链接彻底重建”是指UE侧的PDCP层第一时间主动通知AS层断开链接,然后UE侧的AS层重新建立链接。The device for enhancing LTE PDCP data decryption according to claim 5, wherein the "release link is completely rebuilt" means that the PDCP layer on the UE side actively informs the AS layer to disconnect the link at the first time, and then the AS layer on the UE side actively informs the AS layer to disconnect the link. Layer re-links.
PCT/CN2022/078045 2021-03-19 2022-02-25 Lte pdcp data decryption enhancement method and apparatus WO2022193932A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110295273.3 2021-03-19
CN202110295273.3A CN113132978A (en) 2021-03-19 2021-03-19 LTE PDCP data decryption enhancement method and device

Publications (1)

Publication Number Publication Date
WO2022193932A1 true WO2022193932A1 (en) 2022-09-22

Family

ID=76773379

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/078045 WO2022193932A1 (en) 2021-03-19 2022-02-25 Lte pdcp data decryption enhancement method and apparatus

Country Status (2)

Country Link
CN (1) CN113132978A (en)
WO (1) WO2022193932A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132978A (en) * 2021-03-19 2021-07-16 翱捷科技股份有限公司 LTE PDCP data decryption enhancement method and device
CN114205262A (en) * 2021-12-02 2022-03-18 紫光展锐(重庆)科技有限公司 Data processing method and related device
CN114615657B (en) * 2022-02-21 2023-12-22 翱捷科技股份有限公司 Data segmentation decryption method and device in 5G communication

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104168640A (en) * 2013-05-17 2014-11-26 中兴通讯股份有限公司 Reception end PDCP layer HFN out-off-step recovering method and device
CN104301911A (en) * 2013-07-18 2015-01-21 马维尔国际贸易有限公司 Correcting deciphering mis-synchronization in mobile communication terminal
US20150280905A1 (en) * 2014-04-01 2015-10-01 Telefonaktiebolaget L M Ericsson (Publ) Method and apparatus for detecting and correcting pdcp hyper frame number (hfn) desynchronization
CN111262660A (en) * 2018-11-30 2020-06-09 华为技术有限公司 Data transmission method, equipment and system
CN113132978A (en) * 2021-03-19 2021-07-16 翱捷科技股份有限公司 LTE PDCP data decryption enhancement method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2785091A1 (en) * 2013-03-26 2014-10-01 Alcatel Lucent Method, apparatus and computer program product for determining validity of Hyper Frame Numbers used for decoding PDCP units
CN111556506B (en) * 2020-04-28 2023-09-22 锐迪科微电子科技(上海)有限公司 Abnormal link processing method and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104168640A (en) * 2013-05-17 2014-11-26 中兴通讯股份有限公司 Reception end PDCP layer HFN out-off-step recovering method and device
CN104301911A (en) * 2013-07-18 2015-01-21 马维尔国际贸易有限公司 Correcting deciphering mis-synchronization in mobile communication terminal
US20150280905A1 (en) * 2014-04-01 2015-10-01 Telefonaktiebolaget L M Ericsson (Publ) Method and apparatus for detecting and correcting pdcp hyper frame number (hfn) desynchronization
CN111262660A (en) * 2018-11-30 2020-06-09 华为技术有限公司 Data transmission method, equipment and system
CN113132978A (en) * 2021-03-19 2021-07-16 翱捷科技股份有限公司 LTE PDCP data decryption enhancement method and device

Also Published As

Publication number Publication date
CN113132978A (en) 2021-07-16

Similar Documents

Publication Publication Date Title
WO2022193932A1 (en) Lte pdcp data decryption enhancement method and apparatus
RU2461147C2 (en) Method of processing radio protocol in mobile communication system and mobile communication transmitter
FI109252B (en) Transmission process with soft combination in a telecommunication system
US8832449B2 (en) Security considerations for the LTE of UMTS
JP5036868B2 (en) Security error detection method and apparatus in mobile communication system
EP2208294B1 (en) Method of repairing a security failure
US8379855B2 (en) Ciphering in a packet-switched telecommunications system
US20070258591A1 (en) Ciphering control and synchronization in a wireless communication system
US20080123655A1 (en) Apparatus and method for transmitting/receiving ciphered packet in mobile communication system
US20100293372A1 (en) Asymmetric cryptography for wireless systems
JP5056944B2 (en) Confidential processing device, confidential processing method, and confidential processing program
MXPA04007854A (en) Method for relocating srns.
CN106797376B (en) Method and apparatus for handling packet loss in mobile communication network
JP2007184938A (en) Method and apparatus of modifying integrity protection configuration of user end in wireless communications system
WO2009056015A1 (en) Parameter synchronization method and equipment
WO2010108353A1 (en) Transmitting/receiving method and device for a pdu
WO2008031355A1 (en) Method and system for sending and processing multimedia broadcast multicast service
CN113225748A (en) Hyper frame number out-of-step detection method and device
WO2005039101A1 (en) A method for encrypting synchronous counter checking in a mobile communication system
EP2648436B1 (en) Method and device for synchronizing uplink encryption parameters in unacknowledged mode
KR100856244B1 (en) apparatus and method transmitting/receiving ARQ packet in mobile telecommunication system
KR20080044148A (en) Apparatus and method for pdcp reset in mobile telecommunication system
WO2016054911A1 (en) Detection method, sending end, receiving end and detection system
WO2010078724A1 (en) Local authentication method in mobile communication system
WO2020073997A1 (en) Data packet retransmission method for resource control connection

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22770287

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22770287

Country of ref document: EP

Kind code of ref document: A1