This application relates to wireless systems that utilize a packet data convergence protocol (PDCP) sublayer, such as the Third generation partnership project (3GPP) long term evolution (LTE) and/or high speed packet access (HSPA).
The long term evolution (LTE) of the Third Generation Partnership Protocol (3GPP) has defined a user-plane protocol stack architecture as shown in
In 3GPP, the main services and functions of the PDCP sublayer include:
According to 3GPP, the Packet Data Convergence Protocol (PDCP) supports the following functions:
COUNT
For PDCP layering, the PDCP entity at the receiver will perform reordering 30 after performing deciphering 20 and decompression 10 at the receiver, as in Option 3 shown in
Mechanisms for locating and fitting the “duplicate detection of lower layer SDUs” function into the PDCP layering architecture in an efficient and effective manner, especially in relation to the other functions that exist in the PDCP layer are desirable. Techniques for generating indications/triggers to be utilized by the various PDCP functions such as reordering and/or duplicate detection and/or any other PDCP function are also desirable in the LTE environment. Mechanisms for efficiently activating and deactivating the PDCP reordering function need are also desirable.
Techniques for determining where to locate and how to fit the duplicate detection functionality within the PDCP architecture as well as determining when to activate or deactivate various PDCP functions, such as the PDCP reordering function are disclosed. These mechanisms may be implemented in wireless devices such as a WTRU, or in wireless network nodes.
A more detailed understanding may be had from the following description, given by way of example in conjunction with the accompanying drawings wherein:
When referred to hereafter, the terminology “wireless transmit/receive unit (WTRU)” includes but is not limited to a user equipment (UE), a mobile station, a fixed or mobile subscriber unit, a pager, a cellular telephone, a personal digital assistant (PDA), a computer, or any other type of user device capable of operating in a wireless environment. When referred to hereafter, the terminology “base station” includes but is not limited to a Node-B, eNB, a site controller, an access point (AP), or any other type of interfacing device capable of operating in a wireless environment. When referred to hereafter, the term eNB refers to any of the following: Evolved Universal Terrestrial Radio Access Network (UTRAN) Node-B, E-UTRAN Node-B, evolved Node-B. When referred to hereafter, the term PDCP refers to any of the following: a PDCP entity, the PDCP sublayer or PDCP functions/protocol.
It should be noted that although some variables are referred to such as Rx_PDCP_SN at multiple places and within different algorithms, such variables may either be independent from each other (although referenced by the same variable name in different functions), or alternatively may be shared between different PDCP functions.
Although functions are described within different sections below, it is possible to combine, merge or apply some of the concepts/methods described in certain sections for the purposes of other sections. Some of the algorithms described in this disclosure may also be applied in other scenarios, in different circumstances, or to solve other problems in addition to those described in this disclosure.
The following describes embodiments for locating the packet duplication detection function within the PDCP layer. Other aspects of the PDCP layer described herein may or may not be used with these locations for the packet duplicate detection function. “Duplicate detection of lower layer SDUs” is a function of PDCP. The embodiments below include three example alternatives for performing the duplicate detection function within the PDCP sublayer.
In a first embodiment (Alternative 1 in
In a second embodiment (Alternative 2 in
In a third embodiment (Alternative 3 in
In the second and third embodiments, the duplicate detection function (60 and 74 respectively) can discard duplicates early eliminating the need to apply deciphering and/or decompression on packets that will ultimately be discarded. Also, such alternatives may simplify the COUNT assignment operation (50 and 70 respectively).
Additional embodiments that perform duplicate detection at the PDCP receiver are disclosed below.
Variables/Parameters:
In this embodiment, the duplicate detection method will utilize the PDCP SN of the received packet to determine whether the PDCP sublayer's buffer stores something at such PDCP SN; if so, the packet is discarded; if not, the packet is accepted. The following illustrates the operation:
If (Rx_Status[PDCP_SN]==‘Not Received’;
Else
The following describes embodiments for providing indications to be utilized as triggers for PDCP functions. Other aspects of the PDCP layer described herein may or may not use these indications/triggers. Certain PDCP functions take handover (inter-eNB mobility) into account either directly or indirectly. For example, in 3GPP “Reordering of the downlink RLC SDUs at least during inter-eNB mobility” and “In-sequence delivery of upper layer PDUs at HO” are functions in the PDCP sub-layer.
Additionally, the deciphering COUNT assignment/construction algorithm may also need to take handover (inter-eNB mobility) into account either directly or indirectly.
In another embodiment, a variety of indications may be utilized to trigger the functions within PDCP, such as indicating when to start or stop the PDCP reordering function, COUNT assignment function, or any other function. These indications may be implemented as primitives, signals, messages, events, or in any other form.
The indications that are described may be sent directly to the PDCP sublayer, or may be sent indirectly to the PDCP sublayer via another layer that generates another subsequent indication: as an example, the RRC layer may generate indications to the PDCP sublayer based on indications that the RRC layer receives.
Described below are two classes or types of indications:
Although these indications are described in the context of a mobility scenario, they are also applicable and may be utilized during other scenarios that are not tied to inter-eNB mobility (e.g. handover).
Although a given indication may be classified as Type A or Type B, some Type A indications may also be suitable as (serve as) Type B indications, and vice versa.
Type A indications that are handover or RRC related may include one or more of the following:
Type A indications that are RLC related may include one or more of the following:
Type B indications that are handover (HO) or RRC related may include one or more of the following:
Type B indications that are RLC related may include one or more of the following:
Type B indications that are PDCP related may include one or more of the following:
In one embodiment, a “Type A indication” (described in earlier section) is used to activate the PDCP reordering function.
In another embodiment, a “Type B indication” (described above) is used to deactivate the PDCP reordering function.
Examples of Type B indications that may also be suitable as (serve as) Type A indications, and hence may be used to activate the PDCP reordering function are:
The following is a first embodiment for reordering activation. As shown in
The following is a second embodiment for reordering activation. As shown in
The following is a third embodiment for reordering activation. As shown in
The following describes embodiments for PDCP reordering function operations. Other aspects of the PDCP layer described herein may or may not be used with these embodiments. In 3GPP, “Reordering of the downlink RLC SDUs at least during inter-eNB mobility” and “In-sequence delivery of upper layer PDUs at HO” are functions in the PDCP sub-layer. A reordering function may be implemented with two functions or procedures in PDCP:
In one embodiment, when PDCP Reordering is activated at or during handover, and deactivated during ‘normal’ operations, reordering timer operations will work as follows:
During normal operations:
At or during handover,
In another embodiment, the PDCP Reordering is activated at or during handover, and at other events. This embodiment is similar to the previous embodiment, except that there are other events where reordering is activated (i.e. a reordering timer is started) in addition to HO, such as failure scenarios, or on RLC reset or re-establishment.
In regards to the PDCP SN maintenance function, in one embodiment, the PDCP Reordering function maintains the PDCP SN. In this embodiment, the PDCP reordering function maintains, updates and keeps track of the received PDCP SN (e.g. Rx_PDCP_SN which is the PDCP SN that that the receiver expects to receive next) at all times.
In another embodiment, the PDCP Reordering function does not maintain the PDCP SN. In this embodiment, the PDCP reordering function does not maintain, update or keep track of the received PDCP SN (e.g. Rx_PDCP_SN which is the PDCP SN that that the receiver expects to receive next) at all times; instead, at handover, the expected starting PDCP SN is communicated to the PDCP reordering function, either:
The following describes additional embodiments/variants for PDCP operation. In one embodiment, the HO Command (or any other signaling message) can indicate either the time (starting time) or PDCP SN at which PDCP reordering should be started. For example, the HO Command can indicate the PDCP SN of the first packet that was forwarded (or that will be forwarded) from the source eNB to the target eNB, and such PDCP SN can be used by the WTRU as the starting PDCP SN at which reordering (e.g. reordering timeout operations) can be started.
In another embodiment, the WTRU identifies the packets (i.e. PDCP SN's) that are expected to be transmitted to the target eNB based on the packets that were negatively acknowledged (or not yet acknowledged) by the RLC receiver (or by the HARQ receiver).
In another embodiment, the HO Command (or any other signaling message) may indicate either the time or PDCP SN at which PDCP reordering could be deactivated. For example, the HO Command may indicate the PDCP SN of the last packet that was forwarded (or that will be forwarded) from the source eNB to the target eNB, and such indicated PDCP SN can be used by the WTRU as the starting PDCP SN at which reordering (e.g. reordering timeout operations) can be deactivated. Alternatively, the HO Command can indicate the PDCP SN of the first packet that was sent (or that will be sent) directly from the target eNB (i.e. was not forwarded).
In another embodiment, the PDCP sublayer deactivates (stops) the PDCP reordering functions when all the PDCP SN gaps caused by out-of-order delivery during HO are filled/transmitted (i.e. in the target eNB) (i.e. when the missing packets are received and submitted to upper layers), or when the PDCP reordering function has timed out (i.e. timer has expired).
In another embodiment, reordering may be performed based on the combination of HFN and PDCP SN (i.e. the COUNT), rather than based on PDCP SN only, in order to prevent problems related to having multiple packets in the PDCP receiver buffer that have the same PDCP SN but different HFN, or for any other reason.
Based on the above embodiments, additional embodiments may be constructed.
In a first additional embodiment, upon receiving an indication from RRC or RLC (such as an indication of handover), a WTRU PDCP starts a timer
Upon timer expiry, the WTRU PDCP deactivates reordering.
In a second additional embodiment, the PDCP deactivates the PDCP reordering function when all the PDCP SN gaps caused by out-of-order delivery during HO are filled/transmitted (i.e. when the missing packets are received and submitted to upper layers, e.g. one or more higher layers)
In a third additional embodiment, the PDCP deactivates reordering at the earlier of the two above events (i.e. either condition of embodiments 2 or 3, whichever occurs first).
Additional embodiments determine the anchor or reference PDCP SN and/or HFN to be used in various WTRU operations/functions, such as starting/stopping the PDCP reordering function, updating the PDCP COUNT assignment method, or any other function.
In general, the following approaches may be utilized:
In WTRU autonomous based embodiments, the WTRU utilizes local information, possibly with assistance from different layers such as RLC (packet reception) status information and/or HARQ information to determine the PDCP SN and/or HFN that it should use.
In one embodiment, at the WTRU receiver, the RLC sublayer identifies to the PDCP sublayer, the packets (e.g. RLC SDUs) it has successfully acknowledged in its latest RLC status report (e.g. based on the acknowledgement status of the RLC PDUs constituting the SDUs). The latest RLC status report for which a positive HARQ acknowledgment was received could be used to increase the reliability of this scheme. Such information from the RLC will enable the PDCP sublayer, at the receiver, to determine the PDCP SNs that it should expect to receive, due to the forwarding of packets between the eNB's, which will help in deciding when certain PDCP functions (e.g.: reordering) will start or stop.
In the network assisted embodiments, the access network (e.g. eNB) provides indications to assist a WTRU in determining what PDCP SN and/or HFN it should use.
In one embodiment, a signal/message containing a PDCP status report is sent from the eNB to the WTRU indicating the successful “transmission” of PDCP packets to the WTRU (in contrast to a conventional 3GPP report which indicates the successful “reception” of PDCP packets). This PDCP status report will report on which PDCP packets (PDCP SNs) were transmitted successfully to the WTRU (e.g. based on RLC/ARQ and/or HARQ acknowledgement feedback). Alternatively, the report will indicate which PDCP packets (SNs) were NOT transmitted successfully to the WTRU (e.g. based on RLC/automatic repeat request (ARQ) and/or HARQ acknowledgement feedback, or the lack of acknowledgment). Equivalently, the eNB will identify PDCP SN gaps to the WTRU receiver in a message, which in turn can be used for starting or stopping PDCP reordering or in the COUNT assignment function. Such a message can be included in the HO Command for example.
In another embodiment, a signal (e.g. an RRC message such as the HO Command, or any other message) is sent from the eNB to the WTRU indicating which PDCP SN and/or the HFN it should utilize for one or more of the following purposes:
Although features and elements are described above in particular combinations, each feature or element can be used alone without the other features and elements or in various combinations with or without other features and elements. The methods or flow charts provided herein may be implemented in a computer program, software, or firmware incorporated in a computer-readable storage medium for execution by a general purpose computer or a processor. Examples of computer-readable storage mediums include a read only memory (ROM), a random access memory (RAM), a register, cache memory, semiconductor memory devices, magnetic media such as internal hard disks and removable disks, magneto-optical media, and optical media such as CD-ROM disks, and digital versatile disks (DVDs).
Suitable processors include, by way of example, a general purpose processor, a special purpose processor, a conventional processor, a digital signal processor (DSP), a plurality of microprocessors, one or more microprocessors in association with a DSP core, a controller, a microcontroller, Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) circuits, any other type of integrated circuit (IC), and/or a state machine.
A processor in association with software may be used to implement a radio frequency transceiver for use in a wireless transmit receive unit (WTRU), user equipment (UE), terminal, base station, radio network controller (RNC), or any host computer. The WTRU may be used in conjunction with modules, implemented in hardware and/or software, such as a camera, a video camera module, a videophone, a speakerphone, a vibration device, a speaker, a microphone, a television transceiver, a hands free headset, a keyboard, a Bluetooth® module, a frequency modulated (FM) radio unit, a liquid crystal display (LCD) display unit, an organic light-emitting diode (OLED) display unit, a digital music player, a media player, a video game player module, an Internet browser, and/or any wireless local area network (WLAN) or Ultra Wide Band (UWB) module.
This application claims the benefit of U.S. provisional application No. 60/949,095, filed Jul. 11, 2007, which is incorporated by reference as if fully set forth.
Number | Date | Country | |
---|---|---|---|
60949095 | Jul 2007 | US |