WO2021057616A1 - Rrc连接的管理方法及装置、存储介质和电子装置 - Google Patents

Rrc连接的管理方法及装置、存储介质和电子装置 Download PDF

Info

Publication number
WO2021057616A1
WO2021057616A1 PCT/CN2020/116173 CN2020116173W WO2021057616A1 WO 2021057616 A1 WO2021057616 A1 WO 2021057616A1 CN 2020116173 W CN2020116173 W CN 2020116173W WO 2021057616 A1 WO2021057616 A1 WO 2021057616A1
Authority
WO
WIPO (PCT)
Prior art keywords
uplink data
data
pdcp
reception
downlink
Prior art date
Application number
PCT/CN2020/116173
Other languages
English (en)
French (fr)
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 WO2021057616A1 publication Critical patent/WO2021057616A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/30Connection release
    • H04W76/38Connection release triggered by timers

Definitions

  • This application relates to the field of communications, for example, to a method and device for managing a radio resource control (Radio Resource Control, RRC) connection, a storage medium, and an electronic device.
  • RRC Radio Resource Control
  • the fifth-generation mobile communication system its network structure consists of a core network (5g core network (5g core network, 5GC)), 5G access network nodes (Next Generation NodeB (gNB)) and user equipment .
  • the interface between the gNB and User Equipment (UE) is the Uu port, which is also the wireless interface.
  • the protocol stack is divided into the physical layer (layer 1) and the data link layer (layer 2) And the network layer (layer 3).
  • the RRC sublayer is located at the lowest layer of layer 3 and belongs to the access layer. It mainly provides functions such as control and management of radio resources.
  • the simplification of the signaling confirmation mechanism is a double-edged sword. In the case of a good wireless environment, it will indeed bring about a substantial increase in efficiency. However, in a weak field environment, when bit errors and packet loss are serious, the signaling confirmation mechanism is Simplification may bring many problems.
  • the loss or missed detection of the radio bearer control connection release message will cause the UE to be unable to release the RRC connection for a long time. In this case, the network side can be delayed for a certain time due to the existence of the protection timer. Then the connection is released, but for the UE side, it will stay in the RRC connected state. When there is no data transmission, the RRC connected state of the UE will be maintained for a long time, resulting in asynchrony with the network side. Cannot continue to provide services.
  • the embodiments of the present application provide a method and device for managing RRC connections, storage media, and electronic devices to at least solve the problem that if the RRC connection release message is missed in a weak field in the related art, there is not enough feedback mechanism to ensure Reliable transmission of this piece of signaling will cause the UE to stay in the RRC connected state and be unable to withdraw late.
  • a method for managing an RRC connection which includes: in the case where the end of the transmission of uplink data and the end of the reception of downlink data are determined by the packet data convergence protocol PDCP, the PDCP is used to start a timer; After the timer expires and no new downlink data is received and no new uplink data is sent, the RRC connection is released.
  • an RRC connection management device including: an activation module configured to pass all the data when the transmission of the uplink data and the reception of the downlink data are completed through the packet data convergence protocol PDCP.
  • the PDCP starts the timer; the release module is set to release the RRC connection after the timer expires and no new downlink data is received and no new uplink data is sent.
  • a storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any one of the foregoing method embodiments when running.
  • an electronic device including a memory and a processor, the memory is stored with a computer program, and the processor is configured to run the computer program to execute any of the above Steps in the method embodiment.
  • FIG. 1 is a block diagram of the hardware structure of a terminal in a method for managing an RRC connection according to an embodiment of the present application
  • Fig. 2 is a flowchart of a method for managing an RRC connection according to an embodiment of the present application
  • Fig. 3 is a structural block diagram of an RRC connection management apparatus according to an embodiment of the present application.
  • FIG. 1 is a hardware structural block diagram of a terminal in a method for managing an RRC connection according to an embodiment of the present application.
  • the terminal 10 may include one or more (only one is shown in FIG. 1) processor 102 (the processor 102 may include, but is not limited to, a microprocessor (Microcontroller Unit, MCU) or programmable logic device ( Field Programmable Gate Array, FPGA) and other processing devices) and a memory 104 configured to store data.
  • processor 102 may include, but is not limited to, a microprocessor (Microcontroller Unit, MCU) or programmable logic device ( Field Programmable Gate Array, FPGA) and other processing devices
  • MCU microcontroller Unit
  • FPGA Field Programmable Gate Array
  • the aforementioned terminal may also include a transmission device 106 and an input/output device 108 configured to perform communication functions.
  • a transmission device 106 and an input/output device 108 configured to perform communication functions.
  • the structure shown in FIG. 1 is only for illustration, and does not limit the structure of the foregoing terminal.
  • the terminal 10 may also include more or fewer components than those shown in FIG. 1, or have a different configuration from that shown in FIG.
  • the memory 104 may be configured to store computer programs, for example, software programs and modules of application software, such as the computer programs corresponding to the RRC connection management method in the embodiment of the present application.
  • the processor 102 runs the computer programs stored in the memory 104, In this way, multiple functional applications and data processing are executed, that is, the above-mentioned method is realized.
  • the memory 104 may include a high-speed random access memory, and may also include a non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory.
  • the memory 104 may further include a memory remotely provided with respect to the processor 102, and these remote memories may be connected to the terminal 10 via a network. Examples of the aforementioned networks include, but are not limited to, the Internet, corporate intranets, local area networks, mobile communication networks, and combinations thereof.
  • the transmission device 106 is configured to receive or transmit data via a network.
  • the foregoing network example may include a wireless network provided by the communication provider of the terminal 10.
  • the transmission device 106 includes a network adapter (Network Interface Controller, NIC), and the NIC can be connected to other network devices through a base station so as to communicate with the Internet.
  • the transmission device 106 may be a radio frequency (RF) module, and the RF module is configured to communicate with the Internet in a wireless manner.
  • RF radio frequency
  • FIG. 2 is a flowchart of the RRC connection management method according to an embodiment of the present application. As shown in Fig. 2, the process includes the following steps:
  • Step S202 In the case where the end of the transmission of the uplink data and the reception of the downlink data are determined through the packet data convergence protocol PDCP, the timer is started through the PDCP.
  • Step S204 After the timer expires and no new downlink data is received and no new uplink data is sent, the radio resource control RRC connection is released.
  • PDCP packet data convergence protocol
  • the radio resource control RRC connection is released, thereby realizing the missed detection of the RRC connection release message in the weak field, and solves the problem of the missing detection of the RRC connection release message in the weak field in the related technology. Enough feedback mechanism to ensure the reliable transmission of this signaling will cause the UE to stay in the RRC connected state and be unable to exit the problem.
  • the method of this application may further include:
  • Step S206 the transmission of uplink data and the reception of downlink data are detected through PDCP; wherein, the detection of the transmission of uplink data and the reception of downlink data includes: detecting whether there is buffered uplink data to be sent and/or detecting downlink reception Whether the messages in the queue have been processed.
  • Step S208 When it is detected that there is buffered uplink data to be sent, or the message in the downlink receiving queue has not been processed, continue to perform the operation of detecting the sending of uplink data and the receiving of downlink data.
  • Step S210 When there is no buffered uplink data to be sent and the message in the downlink receiving queue has been processed, it is determined that the sending of the uplink data and the receiving of the downlink data are finished.
  • the method of this embodiment further includes:
  • Step S212 In the case that new downlink data is received before the timer expires or new uplink data is sent before the timer expires, the reception of new downlink data or the transmission of the new uplink data is processed through PDCP .
  • the timing value of the timer can be modified through the AT command.
  • This optional implementation provides a solution for the missed detection of RRC release messages in a weak field.
  • This solution sets a protection timer at the PDCP layer.
  • PDCP detects the end of UE data transmission and reception, PDCP starts the protection timer until the protection timer expires. If there is no new data reception and transmission, PDCP notifies the radio resource control module to actively release the RRC connection.
  • the method for processing missed detection of RRC release messages in a weak field starts with the UE completing the transmission and reception of network-side data, and the steps of the method include:
  • Step S10 PDCP performs uplink data transmission and downlink data reception detection, and then step S20 is performed.
  • Step S20 PDCP first judges whether there is buffered uplink data to be sent, if there is buffered uplink data to be sent, it continues to send uplink data, and returns to step S10; if there is no buffered uplink data to be sent, step S30 is executed .
  • step S30 the PDCP judges whether the message in the downlink receiving queue has been processed. If the processing is not completed, it continues to process the downlink message queue and returns to step S10; if the processing is completed, step S40 is executed.
  • Step S40 PDCP starts a no-data monitoring timer. If new downlink data is received before the timer expires or new uplink data is sent before the timer expires, step S50 is executed, and if the timer expires, step S50 is executed. S60.
  • Step S50 PDCP processes the reception of new downlink data or the transmission of the new uplink data, and returns to step S10.
  • step S60 the PDCP notifies the radio resource control module to release the RRC connection locally, and the process ends.
  • PDCP When PDCP considers that the UE's data reception and transmission are over, PDCP needs to start a data-free monitoring timer.
  • the function of the monitoring timer is to reserve a certain amount of redundancy to prevent frequent RRC connection release and re-establishment processes.
  • the duration of the monitoring timer can be set according to empirical values, and at the same time, the length of the monitoring timer can be modified through AT commands. If new data is sent or new downlink data is received before the monitoring timer expires, the monitoring timer will be stopped.
  • the PDCP When the monitoring timer expires, the PDCP will send a message to notify the radio bearer control module, and then the radio bearer control module will release the RRC connection of the UE, and perform operations such as cell selection and camping in the idle state.
  • the protocol does not give a relevant description for the problem of missed detection of RRC connection release messages in the 5G radio bearer control process, so the protocol standard handling of this problem is blank.
  • adopting the method for processing missed detection of RRC connection release messages in weak fields in this optional embodiment can minimize the probability of missed detection of RRC connection release messages in weak fields, and improve the robustness of the UE and the sustainability of services. Sex.
  • this optional implementation manner is a low cost and easy to implement solution.
  • the technical solution of the present application can be embodied in the form of a software product.
  • the computer software product is stored in a storage medium (such as Read-Only Memory, ROM)/Random Access Memory (Random Access Memory). , RAM), magnetic disk, optical disk), including multiple instructions to make a terminal device (which can be a mobile phone, a computer, a server, or a network device, etc.) execute the methods of the multiple embodiments of the present application.
  • a storage medium such as Read-Only Memory, ROM)/Random Access Memory (Random Access Memory).
  • RAM Random Access Memory
  • magnetic disk magnetic disk
  • optical disk including multiple instructions to make a terminal device (which can be a mobile phone, a computer, a server, or a network device, etc.) execute the methods of the multiple embodiments of the present application.
  • an RRC connection management device is also provided, and the device is configured to implement the above-mentioned embodiments and optional implementation manners, and those that have been described will not be repeated.
  • the term "module” can implement a combination of software and/or hardware with predetermined functions.
  • the devices described in the following embodiments can be implemented by software, implementation by hardware or a combination of software and hardware is also possible and conceived.
  • Fig. 3 is a structural block diagram of an RRC connection management apparatus according to an embodiment of the present application.
  • the apparatus includes: an activation module 32 configured to determine the transmission of uplink data and downlink data through the packet data convergence protocol PDCP When the reception ends, the timer is started through PDCP; the release module 34 is coupled to the start module 32 and is set to release after the timer expires and no new downlink data is received and no new uplink data is sent.
  • PDCP packet data convergence protocol
  • the device in this embodiment may further include: a detection module configured to detect the transmission of uplink data and the reception of downlink data through PDCP before the timer is started by PDCP; wherein, the detection module is set to detect the transmission of uplink data and the reception of downlink data through PDCP;
  • the transmission of uplink data and the reception of downlink data are detected in the following way: detect whether there is buffered uplink data to be sent and/or detect whether the message in the downlink receiving queue has been processed;
  • the execution module is set to detect whether there is buffered When the uplink data is to be sent, or the message in the downlink receiving queue has not been processed, continue to perform the operation of detecting the sending of the uplink data and the receiving of the downlink data;
  • the determination module is set to be sent when there is no buffered uplink data to be sent And when the message in the downlink receiving queue is processed, it is determined that the sending of the uplink data and the receiving of the downlink data are finished.
  • the apparatus in this embodiment may further include: a processing module, configured to process through PDCP when new downlink data is received before the timer expires or there is new uplink data before the timer expires Reception of new downlink data or transmission of the new uplink data.
  • a processing module configured to process through PDCP when new downlink data is received before the timer expires or there is new uplink data before the timer expires Reception of new downlink data or transmission of the new uplink data.
  • the device in this embodiment may further include: a modification module configured to modify the timing value of the timer through an AT command.
  • the above-mentioned multiple modules can be implemented by software or hardware. For the latter, it can be implemented in the following ways, but not limited to this: the above-mentioned modules are all located in the same processor; or, the above-mentioned multiple modules are respectively combined in any form Located in different processors.
  • the embodiment of the present application also provides a storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any one of the foregoing method embodiments when running.
  • the above-mentioned storage medium may be configured to store a computer program for performing the following steps: S110, in the case where it is determined that the transmission of uplink data and the reception of downlink data are completed through the packet data convergence protocol PDCP , Start the timer through PDCP; S120, release the radio resource control RRC connection after the timer expires and no new downlink data is received and no new uplink data is sent.
  • the foregoing storage medium may include, but is not limited to: U disk, ROM, RAM, mobile hard disk, magnetic disk, or optical disk and other media that can store computer programs.
  • An embodiment of the present application also provides an electronic device, including a memory and a processor, the memory stores a computer program, and the processor is configured to run the computer program to execute the steps in any one of the foregoing method embodiments.
  • the aforementioned electronic device may further include a transmission device and an input-output device, where the transmission device is connected to the aforementioned processor, and the aforementioned input-output device is connected to the aforementioned processor.
  • the above-mentioned processor may be configured to execute the following steps through a computer program: S110, in the case where the end of the transmission of the uplink data and the reception of the downlink data are determined through the packet data convergence protocol PDCP, through the PDCP Start the timer; S120, after the timer expires and no new downlink data is received and no new uplink data is sent, the radio resource control RRC connection is released.

Landscapes

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

Abstract

本申请提供了一种RRC连接的管理方法及装置、存储介质和电子装置,该方法包括:在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过所述PDCP启动定时器;在所述定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放RRC连接。

Description

RRC连接的管理方法及装置、存储介质和电子装置
本申请要求在2019年09月29日提交中国专利局、申请号为201910937045.4的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。
技术领域
本申请涉及通信领域,例如涉及一种无线资源控制(Radio Resource Control,RRC)连接的管理方法及装置、存储介质和电子装置。
背景技术
在第五代移动通信系统中,它的网络结构由核心网(5g核心网(5g core network,5GC))、5G接入网节点(下一代基站(Next Generation NodeB,gNB))和用户设备组成。gNB和用户设备(User Equipment,UE)之间的接口是Uu口,也就是无线接口,在该接口上,协议栈按其功能和任务划分为物理层(层1)、数据链路层(层2)和网络层(层3)。RRC子层位于层3的最低层,属于接入层,主要是提供无线资源的控制和管理等功能。
随着5G的网络的发展和5G技术的进步,5G的速率也在不断提高。由于新技术的引进,对5G网络消息处理的时延有着严格的限制,因此网络在设计空口信令流程时,减少了复杂的确认机制,带来了信令效率的提升和空口延迟的减少。
信令确认机制的简化是一把双刃剑,在无线环境良好的情况下,确实会带来效率的大幅提升,但是在弱场环境下,误码和丢包严重时,信令确认机制的简化可能会带来不少的问题,无线承载控制连接释放消息的丢失或漏检,会导致UE迟迟无法释放RRC连接,在此情形下,网络侧由于保护定时器的存在,可以延迟一定时间后就释放连接,但是对于UE侧而言,会一直停留在RRC连接态,当处于无数据传输的情形下,UE的RRC连接态会维持较长的时间,从而导致与网络侧的不同步而无法继续提供服务。
针对相关技术中的上述问题,尚未存在有效的解决方案。
发明内容
本申请实施例提供了一种RRC连接的管理方法及装置、存储介质和电子装置,以至少解决相关技术中如果RRC连接释放消息在弱场下发生了漏检,由于没有足够的反馈机制来确保此条信令的可靠传输,会导致UE停留在RRC连接态而迟迟无法退出的问题。
根据本申请的一个实施例,提供了一种RRC连接的管理方法,包括:在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过所述PDCP启动定时器;在所述定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放RRC连接。
根据本申请的另一个实施例,提供了一种RRC连接的管理装置,包括:启动模块,设置为在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过所述PDCP启动定时器;释放模块,设置为在所述定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放RRC连接。
根据本申请的又一个实施例,还提供了一种存储介质,所述存储介质中存储有计算机程序,其中,所述计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。
根据本申请的又一个实施例,还提供了一种电子装置,包括存储器和处理器,所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行上述任一项方法实施例中的步骤。
附图说明
此处所说明的附图用来提供对本申请的理解,构成本申请的一部分,本申请的示意性实施例及其说明用于解释本申请,并不构成对本申请的不当限定。在附图中:
图1是本申请实施例的一种RRC连接的管理方法的终端的硬件结构框图;
图2是根据本申请实施例的RRC连接的管理方法流程图;
图3是根据本申请实施例的RRC连接的管理装置的结构框图。
具体实施方式
下文中将参考附图并结合实施例来说明本申请。本申请的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述指定的顺序或先后次序。
实施例1
本申请实施例一所提供的方法实施例可以在终端、计算机终端或者类似的运算装置中执行。以运行在终端上为例,图1是本申请实施例的一种RRC连接的管理方法的终端的硬件结构框图。如图1所示,终端10可以包括一个或多个(图1中仅示出一个)处理器102(处理器102可以包括但不限于微处理器(Microcontroller Unit,MCU)或可编程逻辑器件(Field Programmable Gate Array,FPGA)等的处理装置)和设置为存储数据的存储器104,可选地,上述终端还可以包括设置为执行通信功能的传输设备106以及输入输出设备108。本领域普通技术人员可以理解,图1所示的结构仅为示意,并不对上述终端的结构造成限定。例如,终端10还可包括比图1中所示更多或者更少的组件,或者具有与图1所示不同的配置。
存储器104可设置为存储计算机程序,例如,应用软件的软件程序以及模块,如本申请实施例中的RRC连接的管理方法对应的计算机程序,处理器102通过运行存储在存储器104内的计算机程序,从而执行多种功能应用以及数据处理,即实现上述的方法。存储器104可包括高速随机存储器,还可包括非易失性存储器,如一个或者多个磁性存储装置、闪存或者其他非易失性固态存储器。在一些实例中,存储器104可进一步包括相对于处理器102远程设置的存储器,这些远程存储器可以通过网络连接至终端10。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。
传输设备106设置为经由一个网络接收或者发送数据。上述的网络实例可包括终端10的通信供应商提供的无线网络。在一个实例中,传输设备106包括一个网络适配器(Network Interface Controller,NIC),NIC可通过基站与其他网络设备相连从而可与互联网进行通讯。在一个实例中,传输设备106可以为射频(Radio Frequency,RF)模块,RF模块设置为通过无线方式与互联网进行通讯。
在本实施例中提供了一种运行于上述终端的RRC连接的管理方法,图2是 根据本申请实施例的RRC连接的管理方法流程图,如图2所示,该流程包括如下步骤:
步骤S202,在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过PDCP启动定时器。
步骤S204,在定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放无线资源控制RRC连接。
通过上述步骤S202至步骤S204,在通过分组数据汇聚协议(packet data convergence protocol,PDCP)确定上行数据的发送和下行数据的接收结束,且在定时器超时后未收到新的下行数据和没有新的上行数据的发送的情况下,释放无线资源控制RRC连接,从而实现了弱场下RRC连接释放消息漏检,解决了相关技术中如果RRC连接释放消息在弱场下发生了漏检,由于没有足够的反馈机制来确保此条信令的可靠传输,会导致UE停留在RRC连接态而迟迟无法退出的问题。
在本实施例的可选实施方式中,本申请的方法还可以包括:
步骤S206,通过PDCP对上行数据的发送和下行数据的接收进行检测;其中,对上行数据的发送和下行数据的接收进行检测包括:检测是否有缓存的上行数据待发送和/或,检测下行接收队列中的消息是否处理完毕。
步骤S208,在检测到有缓存的上行数据待发送,或下行接收队列中的消息未处理完毕的情况下,继续执行对上行数据的发送和下行数据的接收进行检测的操作。
步骤S210,在不存在缓存的上行数据待发送且下行接收队列中的消息处理完毕的情况下,确定上行数据的发送和下行数据的接收结束。
可选地,在本实施例的可选实施方式中,本实施例的方法还包括:
步骤S212,在定时器超时前接收到新的下行数据或在所述定时器超时前有新的上行数据发送的情况下,通过PDCP处理新的下行数据的接收或所述新的上行数据的发送。
在本实施例中可以通过AT命令修改定时器的定时值。
下面结合本实施例的可选实施方式,对本实施例进行举例说明;
由于5G的无线承载控制过程中,如果RRC连接释放消息在弱场下发生了漏检,由于没有足够的反馈机制来确保此条信令的可靠传输,会导致UE停留在RRC连接态而迟迟无法退出,影响后续业务的连续性和可用性。
相关技术的RRC协议对此问题没有给出任何描述及解决方法,因此,本可选实施方式提供了一种弱场下RRC释放消息漏检的解决方案,本方案通过在PDCP层设置保护定时器,当PDCP检测到UE数据发送和接收结束后,PDCP启动该保护定时器,直到保护定时器超时,若无新的数据接收和发送,PDCP则通知无线资源控制模块主动释放RRC连接。
本可选实施方式中的弱场下RRC释放消息漏检的处理方法,该方法以UE完成网络侧数据的收发开始,该方法的步骤包括:
步骤S10,PDCP进行上行数据的发送和下行数据的接收检测,然后执行步骤S20。
步骤S20,PDCP首先判断是否有缓存的上行数据待发送,若有缓存的上行数据待发送,则继续执行上行数据的发送,并返回步骤S10;若没有缓存的上行数据待发送,则执行步骤S30。
步骤S30,PDCP判断下行接收队列中的消息是否已经处理完毕,若未处理完毕,则继续处理下行消息队列,并返回步骤S10;若已处理完毕则执行步骤S40。
步骤S40,PDCP启动无数据监控定时器,定时器超时前若收到新的下行数据或在所述定时器超时前有新的上行数据发送,则执行步骤S50,若定时器超时,则执行步骤S60。
步骤S50,PDCP处理新的下行数据的接收或所述新的上行数据的发送,并返回步骤S10。
步骤S60,PDCP通知无线资源控制模块本地释放RRC连接,过程结束。
可见,通过上述步骤S10至步骤S60,为了解决RRC连接释放消息漏检的问题,必须首先在PDCP层判断数据接收和发送的结束,PDCP通过判断上行发送队列为空,且在下行方向上无新的数据接收时,PDCP认为UE数据接收和发送的结束。
当PDCP认为UE的数据接收和发送结束后,PDCP需要启动一个无数据的监控定时器,该监控定时器的作用就是预留一定的冗余量而防止频繁的RRC连接释放和重新建立过程。该监控定时器的时长是可以按照经验值来设置,同时也支持通过AT命令来修改监控定时器的长度。在监控定时器超时前若有新的数据发送或者收到新的下行数据,则会停止监控定时器。
当监控定时器超时后,PDCP会发送消息通知无线承载控制模块,然后无线承载控制模块会释放UE的RRC连接,并进行空闲态相关的小区选择和驻留等操作。
与相关技术相比较,对于5G无线承载控制过程中RRC连接释放消息漏检的问题,协议书并没有给出相关的描述,所以该问题的协议标准处理是空白的。而采用本可选实施方式中的弱场下RRC连接释放消息漏检的处理方法,可以最大程度降低在弱场下RRC连接释放消息漏检的概率,并提高UE的健壮性和业务的可持续性。在不增加系统处理复杂度,且不需要同步修改网络侧实现的前提下,本可选实施方式是成本低且易于实现的一种方案。
通过以上的实施方式的描述,本领域的技术人员可以了解到根据上述实施例的方法可借助软件加通用硬件平台的方式来实现,当然也可以通过硬件实现。基于这样的理解,本申请的技术方案可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如只读存储器(Read-Only Memory,ROM)/随机存取存储器(Random Access Memory,RAM)、磁碟、光盘)中,包括多个指令用以使得一台终端设备(可以是手机,计算机,服务器,或者网络设备等)执行本申请多个实施例的方法。
实施例2
在本实施例中还提供了一种RRC连接的管理装置,该装置设置为实现上述实施例及可选实施方式,已经进行过说明的不再赘述。如以下所使用的,术语“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装置可以以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。
图3是根据本申请实施例的RRC连接的管理装置的结构框图,如图3所示,该装置包括:启动模块32,设置为在通过分组数据汇聚协议PDCP确定上行数 据的发送和下行数据的接收结束的情况下,通过PDCP启动定时器;释放模块34,与启动模块32耦合连接,设置为在定时器超时后且未收到新的下行数据和没有新的上行数据发送的情况下,释放RRC连接。
可选地,本实施例中的装置还可以包括:检测模块,设置为在通过PDCP启动定时器之前,通过PDCP对上行数据的发送和下行数据的接收进行检测;其中,检测模块是设置为通过如下方式对上行数据的发送和下行数据的接收进行检测:检测是否有缓存的上行数据待发送和/或,检测下行接收队列中的消息是否处理完毕;执行模块,设置为在检测到有缓存的上行数据待发送,或下行接收队列中的消息未处理完毕的情况下,继续执行对上行数据的发送和下行数据的接收进行检测的操作;确定模块,设置为在不存在缓存的上行数据待发送且下行接收队列中的消息处理完毕的情况下,确定上行数据的发送和下行数据的接收结束。
可选地,本实施例中的装置还可以包括:处理模块,设置为在定时器超时前接收到新的下行数据或在所述定时器超时前有新的上行数据的情况下,通过PDCP处理新的下行数据的接收或所述新的上行数据的发送。
可选地,本实施例中的装置还可以包括:修改模块,设置为通过AT命令修改定时器的定时值。
上述多个模块是可以通过软件或硬件来实现的,对于后者,可以通过以下方式实现,但不限于此:上述模块均位于同一处理器中;或者,上述多个模块以任意组合的形式分别位于不同的处理器中。
实施例3
本申请的实施例还提供了一种存储介质,该存储介质中存储有计算机程序,其中,该计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。
可选地,在本实施例中,上述存储介质可以被设置为存储用于执行以下步骤的计算机程序:S110,在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过PDCP启动定时器;S120,在定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放无线资源控制RRC连接。
可选地,在本实施例中,上述存储介质可以包括但不限于:U盘、ROM、 RAM、移动硬盘、磁碟或者光盘等多种可以存储计算机程序的介质。
本申请的实施例还提供了一种电子装置,包括存储器和处理器,该存储器中存储有计算机程序,该处理器被设置为运行计算机程序以执行上述任一项方法实施例中的步骤。
可选地,上述电子装置还可以包括传输设备以及输入输出设备,该传输设备和上述处理器连接,该输入输出设备和上述处理器连接。
可选地,在本实施例中,上述处理器可以被设置为通过计算机程序执行以下步骤:S110,在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过PDCP启动定时器;S120,在定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放无线资源控制RRC连接。
可选地,本实施例中的示例可以参考上述实施例及可选实施方式中所描述的示例,本实施例在此不再赘述。
本领域的技术人员应该明白,上述的本申请的多个模块或多个步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在一些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成多个个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。本申请不限制于任何指定的硬件和软件结合。

Claims (10)

  1. 一种无线资源控制RRC连接的管理方法,包括:
    在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过所述PDCP启动定时器;
    在所述定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放RRC连接。
  2. 根据权利要求1所述的方法,在通过所述PDCP启动定时器之前,还包括:
    通过所述PDCP对上行数据的发送和下行数据的接收进行检测;其中,对上行数据的发送和下行数据的接收进行检测包括以下至少之一:检测是否有缓存的上行数据待发送,检测下行接收队列中的消息是否处理完毕;
    响应于有缓存的上行数据待发送,或下行接收队列中的消息未处理完毕的检测结果,继续执行对上行数据的发送和下行数据的接收进行检测的操作;
    响应于不存在缓存的上行数据待发送且下行接收队列中的消息处理完毕的检测结果,确定上行数据的发送和下行数据的接收结束。
  3. 根据权利要求1所述的方法,还包括:
    在所述定时器超时前接收到新的下行数据或在所述定时器超时前有新的上行数据发送的情况下,通过PDCP处理所述新的下行数据的接收或所述新的上行数据的发送。
  4. 根据权利要求1所述的方法,还包括:
    通过AT命令修改所述定时器的定时值。
  5. 一种无线资源控制RRC连接的管理装置,包括:
    启动模块,设置为在通过分组数据汇聚协议PDCP确定上行数据的发送和下行数据的接收结束的情况下,通过所述PDCP启动定时器;
    释放模块,设置为在所述定时器超时后且未收到新的下行数据和没有新的上行数据的发送的情况下,释放RRC连接。
  6. 根据权利要求5所述的装置,还包括:
    检测模块,设置为在通过所述PDCP启动定时器之前,通过所述PDCP对上行数据的发送和下行数据的接收进行检测;其中,所述检测模块是设置为通过如下至少之一方式对上行数据的发送和下行数据的接收进行检测:检测是否 有缓存的上行数据待发送,检测下行接收队列中的消息是否处理完毕;
    执行模块,设置为响应于有缓存的上行数据待发送,或下行接收队列中的消息未处理完毕的检测结果,继续执行对上行数据的发送和下行数据的接收进行检测的操作;
    确定模块,设置为响应于不存在缓存的上行数据待发送且下行接收队列中的消息处理完毕的检测结果,确定上行数据的发送和下行数据的接收收发结束。
  7. 根据权利要求5所述的装置,还包括:
    处理模块,设置为在所述定时器超时前接收到新的下行数据或在所述定时器超时前有新的上行数据发送的情况下,通过PDCP处理所述新的下行数据的接收或所述新的上行数据的发送。
  8. 根据权利要求5所述的装置,还包括:
    修改模块,设置为通过AT命令修改所述定时器的定时值。
  9. 一种计算机可读的存储介质,存储有计算机程序,其中,所述计算机程序被设置为运行时执行所述权利要求1至4中任一项所述的方法。
  10. 一种电子装置,包括存储器和处理器,所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行所述权利要求1至4中任一项所述的方法。
PCT/CN2020/116173 2019-09-29 2020-09-18 Rrc连接的管理方法及装置、存储介质和电子装置 WO2021057616A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910937045.4 2019-09-29
CN201910937045.4A CN112584556A (zh) 2019-09-29 2019-09-29 Rrc连接的管理方法及装置、存储介质和电子装置

Publications (1)

Publication Number Publication Date
WO2021057616A1 true WO2021057616A1 (zh) 2021-04-01

Family

ID=75110884

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/116173 WO2021057616A1 (zh) 2019-09-29 2020-09-18 Rrc连接的管理方法及装置、存储介质和电子装置

Country Status (2)

Country Link
CN (1) CN112584556A (zh)
WO (1) WO2021057616A1 (zh)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015115836A1 (ko) * 2014-01-29 2015-08-06 엘지전자 주식회사 무선 통신 시스템에서 단말에 의해 수행되는 동기화 신호 전송 상태 리포팅 방법 및 상기 방법을 이용하는 단말
CN108076535A (zh) * 2018-02-13 2018-05-25 广东欧珀移动通信有限公司 无线资源控制连接的控制方法、装置、终端及存储介质
CN108430070A (zh) * 2018-05-30 2018-08-21 Oppo广东移动通信有限公司 一种无线资源控制连接方法及设备、计算机存储介质

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015115836A1 (ko) * 2014-01-29 2015-08-06 엘지전자 주식회사 무선 통신 시스템에서 단말에 의해 수행되는 동기화 신호 전송 상태 리포팅 방법 및 상기 방법을 이용하는 단말
CN108076535A (zh) * 2018-02-13 2018-05-25 广东欧珀移动通信有限公司 无线资源控制连接的控制方法、装置、终端及存储介质
CN108430070A (zh) * 2018-05-30 2018-08-21 Oppo广东移动通信有限公司 一种无线资源控制连接方法及设备、计算机存储介质

Also Published As

Publication number Publication date
CN112584556A (zh) 2021-03-30

Similar Documents

Publication Publication Date Title
US10321513B2 (en) Method for PDCP control PDU transmission by user equipment (UE)
US8644250B2 (en) Maintaining communication between mobile terminal and network in mobile communication system
US20220286970A1 (en) Data sending method and apparatus, data receiving method and apparatus, first node, and second node
US11477715B2 (en) Method and device for data transmission
US20160212728A1 (en) Paging method, network device and communication system
US20210251032A1 (en) Communication method, apparatus, and system
WO2018024016A1 (zh) 无线网络中的接入方法及设备
US20160127083A1 (en) Link Processing in Multipath Transmission Control Protocol and Mobile Terminal
KR20140116173A (ko) 업 링크 시간을 벗어난 사용자 디바이스들에 대한 무선 자원 제어 접속 해제
CN109756990A (zh) 一种随机接入方法及移动通信终端
KR20090015364A (ko) 모바일 디바이스상에서 tcp 기반의 서비스거부 공격의 차단 방법
WO2021189235A1 (zh) 一种数据传输方法及装置、通信设备
US20180227332A1 (en) A method and computer program products for probing the status of an ip-based communication connection in order to receive an incoming communication
US8130653B2 (en) Deletion request after number of failed acknowledgements to addition requests
WO2023071055A1 (zh) 多天线mimo场景下随机接入资源的配置与更新方法
WO2022141480A1 (zh) 通信方法、装置和系统
WO2021057616A1 (zh) Rrc连接的管理方法及装置、存储介质和电子装置
WO2021046758A1 (zh) 无线通信方法、装置及系统
WO2018134470A1 (en) Maintaining second link in aggregation operations during primary link rlf
CN114071790B (zh) 通信方法、装置、设备及存储介质
WO2020078407A1 (zh) Drx的配置方法及装置
JP2018533314A (ja) モバイル通信ネットワークにおける可変容量データ送信
JP7462038B2 (ja) Rrcセグメンテーションのための誤りハンドリング
CN111372310B (zh) 一种寻呼管理方法及相关产品
WO2021063206A1 (zh) 资源的激活方法、装置、存储介质及电子装置

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: 20868004

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: 20868004

Country of ref document: EP

Kind code of ref document: A1