CN109561516B - Method for sending new transmission and retransmission of NAS PDU of RRC - Google Patents
Method for sending new transmission and retransmission of NAS PDU of RRC Download PDFInfo
- Publication number
- CN109561516B CN109561516B CN201811446503.6A CN201811446503A CN109561516B CN 109561516 B CN109561516 B CN 109561516B CN 201811446503 A CN201811446503 A CN 201811446503A CN 109561516 B CN109561516 B CN 109561516B
- Authority
- CN
- China
- Prior art keywords
- rrc
- pdcp
- nas pdu
- retransmission
- pdu
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W76/00—Connection management
- H04W76/20—Manipulation of established connections
- H04W76/27—Transitions between radio resource control [RRC] states
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/12—Arrangements for detecting or preventing errors in the information received by using return channel
- H04L1/16—Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
- H04L1/1607—Details of the supervisory signal
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/12—Arrangements for detecting or preventing errors in the information received by using return channel
- H04L1/16—Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
- H04L1/18—Automatic repetition systems, e.g. Van Duuren systems
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
- Communication Control (AREA)
Abstract
The invention belongs to the technical field of wireless communication, and discloses a method for transmitting new transmission and retransmission of NAS PDU of RRC and an information data processing terminal; the new transmission and retransmission method of the NAS PDU of the RRC introduces a sequential transmission mechanism and a retransmission mechanism aiming at the NAS PDU in an RRC protocol sublayer, and when the PDCP is rebuilt, the RRC can quickly retransmit the NAS PDU which is not successfully transmitted. The invention realizes that the RRC can quickly send the existing NAS PDU on a new PDCP entity after the NAS PDU transmitted on the SRB is discarded because of the reconstruction of the PDCP, thereby realizing the transmission of quick data; the loss of data is reduced as much as possible, so that the retransmission of NAS signaling is reduced; for Inter-DU or Intra-DU switching under Intra-CU under CU/DU architecture, the retransmission of NAS signaling is greatly reduced.
Description
Technical Field
The invention belongs to the technical field of wireless communication, and particularly relates to a method for transmitting new transmission and retransmission of NAS PDU of RRC and an information data processing terminal.
Background
Currently, the current state of the art commonly used in the industry is such that: in the current protocol, both the sender (Transmitting Entity or Receiving Side) and the receiver (Receiving Entity or Receiving Side) in the Re-establishment procedure (Re-establishment procedure) of the PDCP are required to lose data (discard all the SDUs or pdus) with respect to the data of the SRB. When the PDCP is re-established (re-establishment), both the sender and the receiver discard unsent SDUs and PDUs on the SRB, and for NAS PDUs received by the RRC, due to the introduction of the CU-DU architecture, the link change on one DU causes the re-establishment of the PDCP, thereby causing all the data of the SRB to be discarded and failing to embody the advantages of the CU-DU architecture. Meanwhile, because the current RAN introduces the transceiving of multi-connection data, when the channel of one PDCP fails, there may be other available PDCP channels, and the sending of all NAS PDUs also ensures the correct receiving of the receiving end without the sequence error.
In summary, the problems of the prior art are as follows:
(1) when the PDCP is rebuilt, the CU-DU architecture is introduced, and the rebuilding of the PDCP caused by the link change on one DU causes the data of the SRB to be completely discarded, so that the advantage of the CU-DU architecture cannot be embodied.
(2) When the PDCP is reestablished, because the current RAN introduces the transceiving of multi-connection data, when a PDCP tunnel fails, there may be other available PDCP tunnels, and all NAS PDUs need to be sent to ensure correct reception by the receiving end without a wrong sequence.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a method for sending new transmission and retransmission of NAS PDU of RRC and an information data processing terminal.
The invention is realized in such a way, the new transmission and retransmission method of the NAS PDU of the RRC introduces a sequential transmission mechanism and a retransmission mechanism aiming at the NAS PDU in an RRC protocol sublayer, and when the PDCP is rebuilt, the RRC can quickly retransmit the NAS PDU which is not successfully transmitted.
Further, the method for sending new transmission and retransmission of NAS PDU of RRC specifically includes:
(1) RRC entity of sending end: introducing a simple sending sequencing data window in RRC, and distributing a sequence number SN to each NAS PDU;
(2) the RRC entity at the receiving end: the PDCP still discards the SRB according to the existing protocol, relying on the retransmission at the sending end.
Further, the (1) specifically includes:
when the NAS PDU is sent: the RRC sends a new NAS PDU every time, a latest idle SN number is used, the SN is used as additional information of an SRB data packet sent by the RRC to the PDCP, only a join primitive between the PDCP and the RRC is used, and the influence on a normal SRB data packet is avoided; the latest SN number is increased by one;
the PDCP uses the SN numbers in an ascending order and sends the SN numbers to a lower layer;
when the PDCP protocol sublayer determines that the RRC PDU on the SRB is successfully sent, a feedback response is sent to the RRC to inform the RRC that the RRC is successfully sent;
after the RRC receives the confirmation message sent by the PDCP protocol sublayer, the RRC moves the whole sending window to the next SN position for confirming correct receiving, and prepares for next sending;
when in reconstruction: when the PDCP is rebuilt, aiming at the SRB data packets which are not successfully sent and need to be discarded, the information of the data packets is fed back to the RRC;
after receiving the data packet, the RRC determines the sequence of the data packet retransmitted next time according to the SN number of the data packet;
further, each NAS PDU is allocated with a sequence number SN;
the Length of the sequence number is LengthSNThe unit: the number of bits;
SNmax: the largest SN number;
Lengthwin: the total length of the send window;
then:
Lengthwin(LengthSN+1)/2nwherein n is 2,3,4, 5.
Another object of the present invention is to provide a computer program for implementing the method for transmitting new transmission and retransmission of NAS PDU of RRC.
Another object of the present invention is to provide an information data processing terminal for implementing the RRC NAS PDU new transmission and retransmission transmission method.
Another object of the present invention is to provide a computer-readable storage medium, which includes instructions that, when executed on a computer, cause the computer to execute the RRC NAS PDU new transmission and retransmission transmission method.
In summary, the advantages and positive effects of the invention are: the invention realizes that the RRC can quickly send the existing NAS PDU on a new PDCP entity after the NAS PDU transmitted on the SRB is discarded because of the reconstruction of the PDCP, thereby realizing the quick data transmission. The loss of data is reduced as much as possible, so that the retransmission of NAS signaling is reduced; for Inter-DU or Intra-DU switching under Intra-CU under CU/DU architecture, the retransmission of NAS signaling is greatly reduced.
Drawings
Fig. 1 is a flowchart of a method for sending new transmission and retransmission of NAS PDU of RRC according to an embodiment of the present invention.
Fig. 2 is a flowchart of RRC entity processing at a transmitting end according to an embodiment of the present invention.
Fig. 3 is a flowchart of sending NAS PDUs according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
When the PDCP is rebuilt, the data of the SRB are completely discarded, and the advantages of the CU-DU framework cannot be embodied; all the NAS PDUs are sent to ensure correct reception by the receiving end without the problem of wrong sequencing. The invention realizes that the RRC can quickly send the existing NAS PDU on a new PDCP entity after the NAS PDU transmitted on the SRB is discarded due to the reestablishment of the PDCP, thereby realizing the quick data transmission.
The following detailed description of the principles of the invention is provided in connection with the accompanying drawings.
As shown in fig. 1, a method for sending new transmission and retransmission of NAS PDU of RRC according to an embodiment of the present invention includes the following steps:
s101: introducing a simple sending sequencing data window in RRC, and distributing a sequence number SN to each NAS PDU;
s102: the PDCP still discards the SRB according to the existing protocol, relying on the retransmission at the sending end.
The application of the principles of the present invention will now be described in further detail with reference to the accompanying drawings.
An in-sequence sending mechanism and a retransmission mechanism aiming at the NAS PDU are introduced into an RRC protocol sublayer, and when the PDCP is rebuilt, the RRC can quickly retransmit the NAS PDU which is not successfully sent.
1. RRC entity of transmitting end (as shown in fig. 2):
a simple send ordering data window is introduced at RRC.
Each NAS PDU is assigned a sequence number, sn, (sequence number).
The Length of the sequence number is LengthSNThe unit: the number of bits. E.g., 4bits, 8bits, etc.
SNmax: maximum sn (sequence number) number.
Lengthwin: the total length of the transmission window.
Then:
Lengthwin(LengthSN+1)/2nwherein n is 2,3,4, 5. For example if the sequence number LengthSNIs 8bits, then SNmax255, the transmission window of RRC is 256/22There may be 64 serial numbers.
As shown in fig. 3, when sending NAS PDU:
and the RRC sends a new NAS PDU every time, a latest idle SN number is used, the SN is used as additional information of the SRB data packet sent by the RRC to the PDCP, only the joining primitive between the PDCP and the RRC is used, and the influence on the normal SRB data packet is avoided. The latest SN number is increased by one.
The PDCP uses SN numbers in ascending order and transmits to a lower layer.
And when the PDCP protocol sublayer determines that the RRC PDU on the SRB is successfully transmitted, a feedback response is sent to the RRC to inform the RRC that the RRC is successfully transmitted.
After the RRC receives the confirmation message sent by the PDCP protocol sublayer, the RRC moves the whole sending window to the next SN position for confirming correct receiving, and the preparation for next sending is made.
When in reconstruction:
when the PDCP is rebuilt, the information of the SRB data packets which are not successfully transmitted and need to be discarded is fed back to the RRC.
And after receiving the data packet, the RRC determines the sequence of the data packet retransmitted next time according to the SN number of the data packet.
2. The RRC entity at the receiving end:
the processing mode remains unchanged, and the PDCP still discards the SRB according to the existing protocol, depending on the retransmission of the sending end.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When used in whole or in part, can be implemented in a computer program product that includes one or more computer instructions. When loaded or executed on a computer, cause the flow or functions according to embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, the computer instructions may be transmitted from one website site, computer, server, or data center to another website site, computer, server, or data center via wire (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL), or wireless (e.g., infrared, wireless, microwave, etc.)). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that includes one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.
Claims (2)
1. A new transmission and retransmission method for NAS PDU of RRC is characterized in that a sequential transmission mechanism and a retransmission mechanism aiming at NAS PDU are introduced into an RRC protocol sublayer, and when PDCP is rebuilt, RRC can rapidly retransmit NAS PDU which is not successfully transmitted;
the method for sending new transmission and retransmission of NAS PDU of RRC specifically comprises the following steps:
(1) RRC entity of sending end: introducing an NSAPDU identification mechanism in RRC, and distributing a sequence number SN to each NASP PDU; the sending window is used as one implementation of the identification mechanism, and a lower-level read right is added;
(2) the RRC entity at the receiving end: the PDCP still discards the SRB according to the existing protocol, and realizes the correct receiving of the NAS PDU by the retransmission of the RRC of the sending end;
the (1) specifically comprises:
when the NAS PDU is sent: the RRC sends a new NAS PDU every time, a latest idle SN number is used, the SN is used as additional information of an SRB data packet sent by the PDCP by the RRC, only interlayer primitives between the PDCP and the RRC are used, and the influence on a normal SRB data packet is avoided; the latest SN number is increased by one;
the PDCP uses the SN numbers in an ascending order and sends the SN numbers to a lower layer;
when the PDCP protocol sublayer determines that the RRC PDU on the SRB is successfully sent, a feedback response is sent to the RRC to inform the RRC that the RRC is successfully sent;
after the RRC receives the confirmation message sent by the PDCP protocol sublayer, the RRC moves the whole sending window to the next SN position for confirming correct receiving, and prepares for next sending;
when in reconstruction: when the PDCP is rebuilt, aiming at the SRB data packets which are not successfully sent and need to be discarded, the information of the data packets is fed back to the RRC;
after receiving the data packet, the RRC determines the sequence of the data packet retransmitted next time according to the identification information of the data packet;
allocating a sequence number SN to each NAS PDU;
the Length of the sequence number is LengthSNThe unit: the number of bits;
SNmax: the largest SN number;
Lengthwin: the total length of the send window;
then:
Lengthwin(LengthSN+1)/2nwherein n is 2,3,4, 5.
2. A computer-readable storage medium comprising instructions that, when executed on a computer, cause the computer to perform the method of NAS PDU new transmission and retransmission transmission of RRC as claimed in claim 1.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811446503.6A CN109561516B (en) | 2018-11-29 | 2018-11-29 | Method for sending new transmission and retransmission of NAS PDU of RRC |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811446503.6A CN109561516B (en) | 2018-11-29 | 2018-11-29 | Method for sending new transmission and retransmission of NAS PDU of RRC |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109561516A CN109561516A (en) | 2019-04-02 |
CN109561516B true CN109561516B (en) | 2021-09-28 |
Family
ID=65868011
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811446503.6A Active CN109561516B (en) | 2018-11-29 | 2018-11-29 | Method for sending new transmission and retransmission of NAS PDU of RRC |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109561516B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12120185B2 (en) * | 2020-10-22 | 2024-10-15 | Telefonaktiebolaget Lm Ericsson (Publ) | Methods and apparatuses for providing header compression protocol reset |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107241164A (en) * | 2017-05-05 | 2017-10-10 | 电信科学技术研究院 | A kind of radio bearer repeats the processing method and processing device of transmission |
CN107241764A (en) * | 2016-03-29 | 2017-10-10 | 电信科学技术研究院 | A kind of up, descending small data transmission method and device |
CN107734549A (en) * | 2016-08-12 | 2018-02-23 | 北京三星通信技术研究有限公司 | Method and apparatus on the control of customer equipment data continuity |
CN108476546A (en) * | 2015-12-29 | 2018-08-31 | Lg 电子株式会社 | The method and apparatus for establishing the carrying of the transmission for user data |
CN108667571A (en) * | 2017-03-28 | 2018-10-16 | 中国移动通信有限公司研究院 | A kind of method and apparatus for realizing hybrid automatic repeat-request |
CN108809490A (en) * | 2017-05-04 | 2018-11-13 | 中兴通讯股份有限公司 | Signaling message transmission method and device |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2017118199A1 (en) * | 2016-01-07 | 2017-07-13 | 华为技术有限公司 | Data scheduling method, base station and system |
EP3399724B1 (en) * | 2017-05-05 | 2022-10-05 | ASUSTek Computer Inc. | Method and apparatus of transmitting data duplication in a wireless communication system |
-
2018
- 2018-11-29 CN CN201811446503.6A patent/CN109561516B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108476546A (en) * | 2015-12-29 | 2018-08-31 | Lg 电子株式会社 | The method and apparatus for establishing the carrying of the transmission for user data |
CN107241764A (en) * | 2016-03-29 | 2017-10-10 | 电信科学技术研究院 | A kind of up, descending small data transmission method and device |
CN107734549A (en) * | 2016-08-12 | 2018-02-23 | 北京三星通信技术研究有限公司 | Method and apparatus on the control of customer equipment data continuity |
CN108667571A (en) * | 2017-03-28 | 2018-10-16 | 中国移动通信有限公司研究院 | A kind of method and apparatus for realizing hybrid automatic repeat-request |
CN108809490A (en) * | 2017-05-04 | 2018-11-13 | 中兴通讯股份有限公司 | Signaling message transmission method and device |
CN107241164A (en) * | 2017-05-05 | 2017-10-10 | 电信科学技术研究院 | A kind of radio bearer repeats the processing method and processing device of transmission |
Non-Patent Citations (5)
Title |
---|
"Analysis of the needs of ARQ in NR";Ericsson;《3GPP TSG-RAN WG2 #94 R2-164022》;20160513;参见正文第2-3节 * |
"LTE系统中双层重传机制研究";张奎力;《信息科技辑》;20150515;全文 * |
"LTE终端RRC连接重建过程研究与实现";彭大芹;《重庆邮电大学学报(自然科学版)》;20110615;全文 * |
"Perspectives on new waveform design for 5G small cell";Sun Junshuai;《IEEE》;20140823;全文 * |
"Steganography in data networks based on PDU retransmission";Gabriel Bugár;《IEEE》;20161103;全文 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12120185B2 (en) * | 2020-10-22 | 2024-10-15 | Telefonaktiebolaget Lm Ericsson (Publ) | Methods and apparatuses for providing header compression protocol reset |
Also Published As
Publication number | Publication date |
---|---|
CN109561516A (en) | 2019-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100779753B1 (en) | Method and apparatus for polling transmission status in a wireless communication system | |
EP2369795B1 (en) | Method and apparatus for performing handover using packet data convergence protocol (pdcp) reordering in mobile communication system | |
US7646791B2 (en) | Method and apparatus of data segmentation in a mobile communications system | |
KR100712036B1 (en) | Enhanced SDU discard procedure for a special data segmentation in a wireless communications system | |
US6625133B1 (en) | System and method for link and media access control layer transaction initiation procedures | |
KR20070077798A (en) | Method for requesting and transmitting status report of a mobile communication system and therefor apparatus | |
KR100697567B1 (en) | Method to avoid potential deadlocks in a sdu discard function | |
CN108289007B (en) | Data packet transmission method and device | |
KR100842281B1 (en) | Apparatus for managing performance of transport control protocol using path recovery notification in wireless network and method using the same | |
US20100050041A1 (en) | Apparatus and method for generating automatic repeat request (arq) feedback message in wireless communication system | |
KR20020071908A (en) | Method for making data transmission more effective and a data transmission protocol | |
RU2701523C1 (en) | System and method of providing synchronization in transmissions in a mode without connection | |
CN114189901A (en) | Data receiving state reporting method and device | |
JPWO2008123160A1 (en) | Retransmission request transmission method and receiving side apparatus | |
EP0959589A2 (en) | A system and method for link and media access control layer transaction completion procedures | |
KR20070108801A (en) | Apparatus and method of effective harq assisted arq operation for high rate data transmission | |
KR20130065619A (en) | Method of transporting data from sending node to destination node | |
KR20210135355A (en) | Communication method, network device and terminal | |
CN111131179B (en) | Service processing method, device, network equipment and storage medium | |
WO2018121462A1 (en) | Method for transmitting data in multi-carrier, terminal device and network device | |
CN109561516B (en) | Method for sending new transmission and retransmission of NAS PDU of RRC | |
CN107548104B (en) | Data transmission method, access point and station | |
KR20080097941A (en) | Method and related apparatus for handling packet discard in a wireless communications system | |
CN116963175A (en) | Data transmission method, device and system | |
KR20110070295A (en) | Apparatus and method for transmitting/receiving data in a mobile communication system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |