WO2010059087A1 - Improved uplink segmentation - Google Patents

Improved uplink segmentation Download PDF

Info

Publication number
WO2010059087A1
WO2010059087A1 PCT/SE2008/051337 SE2008051337W WO2010059087A1 WO 2010059087 A1 WO2010059087 A1 WO 2010059087A1 SE 2008051337 W SE2008051337 W SE 2008051337W WO 2010059087 A1 WO2010059087 A1 WO 2010059087A1
Authority
WO
WIPO (PCT)
Prior art keywords
padding
rlc
segmentation
threshold
sdu
Prior art date
Application number
PCT/SE2008/051337
Other languages
English (en)
French (fr)
Inventor
Rui Fan
Rong Hu
Stefan Wager
Original Assignee
Telefonaktiebolaget L M Ericsson (Publ)
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 Telefonaktiebolaget L M Ericsson (Publ) filed Critical Telefonaktiebolaget L M Ericsson (Publ)
Priority to US13/130,646 priority Critical patent/US8964639B2/en
Priority to PCT/SE2008/051337 priority patent/WO2010059087A1/en
Priority to MX2011004940A priority patent/MX2011004940A/es
Priority to EP08876298A priority patent/EP2351449B1/de
Priority to CN200880132070.5A priority patent/CN102224760B/zh
Publication of WO2010059087A1 publication Critical patent/WO2010059087A1/en
Priority to HK11111979.9A priority patent/HK1157990A1/xx

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0078Avoidance of errors by organising the transmitted data in a format specifically designed to deal with errors, e.g. location
    • H04L1/0083Formatting with frames or packets; Protocol or part of protocol for error control

Definitions

  • Embodiments described herein relate generally to wireless communication systems, and more particularly, to improved uplink segmentation in wireless communication systems.
  • a radio link control (RLC) protocol data unit (PDU) was a fixed size (e.g., "336" or "656" bits).
  • RLC radio link control
  • SDU service data unit
  • MAC media access control
  • RLC PDU size can be of any length below a predefined maximum RLC PDU size (e.g., "1500" bytes). With flexible RLC, the RLC PDU size can be much larger. In many cases a maximum supported transport block (TB) size at Layer 1 is unable to contain an entire RLC PDU. Therefore, MAC segmentation becomes necessary. Downlink segmentation at the MAC layer was introduced in 3GPP Release 7, and uplink segmentation at MAC layer was introduced in 3GPP Release 8.
  • radio-aware RLC segmentation As an alternative to MAC segmentation, a new technique called radio-aware RLC segmentation has been defined for the uplink. This technique attempts to address the same problem (e.g., that the incoming RLC payload size be larger than a maximum transport block size after ETFC selection). However, it is the RLC layer, and not the MAC layer, that performs the segmentation.
  • the user equipment selects a transport block that can transmit as many bits as possible in a current transmission time interval (TTI) for a RLC PDU or a RLC SDU without considering how many bits are left in the RLC PDU or in the RLC SDU that need to be transmitted in a next TTI.
  • TTI transmission time interval
  • a mismatch occurs between a second transport block (e.g., transmitted in a next TTI) and a second MAC PDU.
  • Large padding e.g., extra space
  • the remaining portion of the RLC PDU or a RLC SDU may wait in the buffer and concatenate with an incoming SDU at a later time, such an arrangement is not always acceptable for delay sensitive services (e.g., voice over Internet protocol (VoIP), etc.). Since an uplink resource is limited, too much padding is a waste of a valuable resource.
  • Another drawback with such segmentation methods is that a difference between the two transport block sizes may be very large, which may result in a power jump (or power surge) in the user equipment.
  • Embodiments described herein may apply a modified MAC segmentation mechanism and/or a modified radio-aware RLC segmentation mechanism that minimize padding for a RLC PDU or SDU during ETFC selection.
  • user equipment may define a padding threshold (e.g., a threshold that may minimize padding in a RLC PDU or SDU) for a segmentation mechanism, may receive a higher layer RLC PDU or SDU to be segmented, and may receive, after ETFC selection, a padding ratio associated with consecutive TTIs.
  • the user equipment may determine whether the padding ratio is greater than or equal to the padding threshold, and may iterate an ETFC table (e.g., stored in the user equipment) in order to select first and second transport blocks associated with the RLC PDU or SDU when the padding ratio is greater than or equal to the padding threshold.
  • the user equipment may determine whether a padding ratio associated with the first and second transport blocks is less than the padding threshold, and may determine whether a size ratio associated with the first and second transport blocks is within a size threshold.
  • the user equipment may generate a modified segmentation of the RLC PDU or SDU based on the first and second transport blocks when the padding ratio associated with the first and second transport blocks is less than the padding threshold and the size ratio associated with the first and second transport blocks is within the size threshold.
  • the user equipment may select first and second transport blocks so that each includes half of the RLC PDU or SDU, with minimum padding, and may provide less padding in the size ratio associated with the selected first and second transport blocks.
  • the user equipment may waste less power, may generate less interference, and may prevent a power jump (or power surge) based on the selected first and second transport blocks.
  • the user equipment may use the first transport block in a first transmission time interval (TTI) associated with the RLC PDU or SDU, may use the second transport block in a second TTI associated with the RLC PDU or SDU, and may contain the entire RLC PDU or SDU within the first and second transport blocks.
  • TTI transmission time interval
  • the user equipment may minimize padding for the RLC PDU or SDU during ETFC selection, and may make sizes of the first and second transport blocks similar. Such an arrangement may ensure that less padding is included in transport block sizes.
  • Fig. 1 depicts a diagram of an exemplary network in which systems and/or methods described herein may be implemented
  • Fig. 2 illustrates a diagram of exemplary components of a base station depicted Fig. 1 ;
  • Fig. 3 depicts a diagram of exemplary components of user equipment illustrated in Fig. 1 ;
  • Fig. 4 depicts a diagram of exemplary interactions among the user equipment and the base station illustrated in Fig. 1 ;
  • Fig. 5 illustrates a diagram of an exemplary original media access control (MAC) segmentation mechanism capable of being deployed by the user equipment depicted in Fig. 1 ;
  • Fig. 6 depicts a diagram of an exemplary original radio-aware radio link control (RLC) segmentation mechanism capable of being deployed by the user equipment illustrated in Fig. 1;
  • MAC media access control
  • RLC radio link control
  • FIG. 7 illustrates a diagram of exemplary functional components of the user equipment depicted in Fig. 1 ;
  • Fig. 8 depicts a diagram of exemplary functional components of a MAC segmentation generator and/or a radio-aware RLC segmentation generator illustrated in Fig. 7;
  • Fig. 9 illustrates a diagram of exemplary functional components of a modified segmentation mechanism depicted in Fig. 8;
  • Fig. 10 depicts a diagram of an exemplary modified MAC segmentation mechanism capable of being deployed by the user equipment illustrated in Fig. 1 ;
  • Fig. 11 illustrates a diagram of an exemplary modified radio-aware RLC segmentation mechanism capable of being deployed by the user equipment depicted in Fig. 1;
  • Figs. 12-15 depict flow charts of an exemplary process according to embodiments described herein.
  • Embodiments described herein may apply a modified MAC segmentation mechanism and/or a modified radio-aware RLC segmentation mechanism that minimize padding for a RLC PDU or SDU during ETFC selection.
  • the modified segmentation mechanisms described herein may ensure that less padding is included in transport block sizes, which may prevent and/or reduce wasting of power, interference generation, and/or power jump.
  • Fig. 1 depicts a diagram of an exemplary network 100 in which systems and/or methods described herein may be implemented.
  • network 100 may include a group of user equipment (UE) 110-1 through HO-L (referred to collectively, and in some instances individually, as "user equipment 110"), a radio access network (RAN) 120, and a core network (CN) 130.
  • UE user equipment
  • RAN radio access network
  • CN core network
  • Four pieces of user equipment 110, a single radio access network 120, and a single core network 130 have been illustrated in Fig. 1 for simplicity.
  • a component in network 100 may perform one or more functions described as being performed by another component or group of components in network 100.
  • User equipment 110 may include one or more devices capable of sending/receiving voice and/or data to/from radio access network 120.
  • user equipment 110 may include, for example, a wireless telephone, a personal digital assistant (PDA), a laptop computer, etc.
  • PDA personal digital assistant
  • user equipment 110 may apply a modified MAC segmentation mechanism and/or a modified radio-aware RLC segmentation mechanism that minimize padding for a RLC PDU or SDU during ETFC selection.
  • Radio access network 120 may include one or more devices for transmitting voice and/or data to user equipment 110 and core network 130.
  • radio access network 120 may include a group of base stations (BSs) 122-1 through 122-M (referred to collectively as “base stations 122" and in some instances, individually as “base station 122") and a group of radio network controllers (RNCs) 124-1 through 124-N (referred to collectively as “radio network controllers 124" and in some instances, individually as “radio network controller 124").
  • BSs base stations
  • RNCs radio network controllers
  • 124-1 through 124-N referred to collectively as “radio network controllers 124" and in some instances, individually as “radio network controller 124".
  • a component in radio access network 120 e.g., one or more of base stations 122 and radio network controllers 124) may perform one or more functions described as being performed by another component or group of components in radio access network 120.
  • Base stations 122 may include one or more devices that receive voice and/or data from radio network controllers 124 and transmit that voice and/or data to user equipment 110 via an air interface.
  • Base stations 122 may also include one or more devices that receive voice and/or data from user equipment 110 over an air interface and transmit that voice and/or data to radio network controllers 124 or other user equipment 110.
  • Radio network controllers 124 may include one or more devices that control and manage base stations 122. Radio network controllers 124 may also include devices that perform data processing to manage utilization of radio network services. Radio network controllers 124 may transmit/receive voice and data to/from base stations 122, other radio network controllers 124, and/or core network 130.
  • a radio network controller 124 may act as a controlling radio network controller (CRNC), a drift radio network controller (DRNC), or a serving radio network controller (SRNC).
  • CRNC may be responsible for controlling the resources of a base station 122.
  • an SRNC may serve particular user equipment 110 and may manage connections towards that user equipment 110.
  • a DRNC may fulfill a similar role to the SRNC (e.g., may route traffic between a SRNC and particular user equipment 110).
  • a radio network controller 124 may connect to a base station 122 via an Iub interface and to another radio network controller 124 via an Iur interface.
  • Core network 130 may include one or more devices that transfer/receive voice and/or data to a circuit-switched and/or packet-switched network.
  • core network 130 may include, for example, a Mobile Switching Center (MSC), a Gateway MSC (GMSC), a Media Gateway (MGW), a Serving General Packet Radio Service (GPRS) Support Node (SGSN), a Gateway GPRS Support Node (GGSN), and/or other devices.
  • MSC Mobile Switching Center
  • GMSC Gateway MSC
  • MGW Media Gateway
  • GPRS General Packet Radio Service
  • SGSN Serving General Packet Radio Service
  • GGSN Gateway GPRS Support Node
  • Fig. 2 illustrates a diagram of exemplary components of base station 122.
  • base station 122 may include antennas 210, transceivers (TX/RX) 220, a processing system 230, and an Iub interface (I/F) 240.
  • TX/RX transceivers
  • I/F Iub interface
  • Antennas 210 may include one or more directional and/or omni-directional antennas.
  • Transceivers 220 may be associated with antennas 210 and may include transceiver circuitry for transmitting and/or receiving symbol sequences in a network, such as network 110, via antennas 210.
  • Processing system 230 may control the operation of base station 122. Processing system
  • processing system 230 may also process information received via transceivers 220 and Iub interface 240. Processing system 230 may further measure quality and strength of connection, may determine the frame error rate (FER), and may transmit this information to radio network controller 124. As illustrated, processing system 230 may include a processing unit 232 and a memory 234. Processing unit 232 may include a processor, a microprocessor, an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or the like. Processing unit 232 may process information received via transceivers 220 and Iub interface 240.
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • the processing may include, for example, data conversion, forward error correction (FEC), rate adaptation, Wideband Code Division Multiple Access (WCDMA) spreading/dispreading, quadrature phase shift keying (QPSK) modulation, etc.
  • processing unit 232 may generate control messages and/or data messages, and may cause those control messages and/or data messages to be transmitted via transceivers 220 and/or Iub interface 240.
  • Processing unit 232 may also process control messages and/or data messages received from transceivers 220 and/or Iub interface 240.
  • Memory 234 may include a random access memory (RAM), a read-only memory
  • ROM read-only memory
  • processing unit 232 may use ROM to store data and instructions that may be used by processing unit 232.
  • Iub interface 240 may include one or more line cards that allow base station 122 to transmit data to and receive data from radio network controller 124.
  • base station 122 may perform certain operations in response to processing unit 232 executing software instructions of an application contained in a computer- readable medium, such as memory 234.
  • a computer-readable medium may be defined as a physical or logical memory device.
  • the software instructions may be read into memory 234 from another computer-readable medium or from another device via antennas 210 and transceivers 220.
  • the software instructions contained in memory may cause processing unit 232 to perform processes described herein.
  • hardwired circuitry may be used in place of or in combination with software instructions to implement processes described herein. Thus, embodiments described herein are not limited to any specific combination of hardware circuitry and software.
  • base station 122 may contain fewer, different, or additional components than depicted in Fig. 2.
  • one or more components of base station 122 may perform one or more other tasks described as being performed by one or more other components of base station 122.
  • Fig. 3 depicts a diagram of exemplary components of user equipment 1 10.
  • user equipment 110 may include a processing unit 300, a memory 310, a user interface 320, a communication interface 330, and/or an antenna assembly 340.
  • Processing unit 300 may include a processor, a microprocessor, an ASIC, a FPGA, or the like. Processing unit 300 may control operation of user equipment 110 and its components. In one embodiment, processing unit 300 may control operation of components of user equipment 1 10 in a manner described herein.
  • Memory 310 may include a RAM, a ROM, and/or another type of memory to store data and instructions that may be used by processing unit 300.
  • User interface 320 may include mechanisms for inputting information to user equipment
  • Communication interface 330 may include, for example, a transmitter that may convert baseband signals from processing unit 300 to radio frequency (RF) signals and/or a receiver that may convert RF signals to baseband signals.
  • communication interface 330 may include a transceiver to perform functions of both a transmitter and a receiver.
  • Communication interface 330 may connect to antenna assembly 340 for transmission and/or reception of the RF signals.
  • Antenna assembly 340 may include one or more antennas to transmit and/or receive signals through a radio interface.
  • Antenna assembly 340 may, for example, receive RF signals from communication interface 330 and transmit them through the radio interface, and receive RF signals through the radio interface and provide them to communication interface 330.
  • communication interface 330 may communicate with a network (e.g., network 100) and/or devices connected to a network.
  • user equipment 110 may perform certain operations in response to processing unit 300 executing software instructions of an application contained in a computer- readable medium, such as memory 310. The software instructions may be read into memory 310 from another computer-readable medium or from another device via communication interface 330.
  • the software instructions contained in memory 310 may cause processing unit 300 to perform processes described herein.
  • hardwired circuitry may be used in place of or in combination with software instructions to implement processes described herein.
  • embodiments described herein are not limited to any specific combination of hardware circuitry and software.
  • Fig. 3 shows exemplary components of user equipment 110
  • user equipment 110 may contain fewer, different, or additional components than depicted in Fig. 3.
  • one or more components of user equipment 110 may perform one or more other tasks described as being performed by one or more other components of user equipment 110.
  • Fig. 4 depicts a diagram of exemplary interactions among user equipment 110 and base station 122.
  • User equipment 110 and base station 122 may include the features described above in connection with, for example, Figs. 1-3.
  • user equipment 110 may utilize an original MAC segmentation mechanism 410 to segment transfer blocks that may be transmitted to base station 122 via an uplink.
  • Original MAC segmentation mechanism 410 may permit user equipment 110 to select a transport block that can transmit as many bits as possible in a current transmission time interval (TTI) for a RLC PDU without considering how many bits are left in the RLC PDU that need to be transmitted in a next TTI.
  • Original MAC segmentation mechanism 410 may perform the segmentation of transport blocks at the MAC layer.
  • user equipment 110 may utilize an original radio-aware RLC segmentation mechanism 420 to segment transmit transfer blocks that may be transmitted to base station 122 via an uplink.
  • Original radio-aware RLC segmentation mechanism 420 may permit user equipment 110 to select a transport block that can transmit as many bits as possible in a current transmission time interval (TTI) for a RLC SDU without considering how many bits are left in the RLC SDU that need to be transmitted in a next TTI.
  • Original radio-aware RLC segmentation mechanism 420 may perform the segmentation of transport blocks at the RLC layer.
  • user equipment 110 may define a padding threshold (RTHRESHOLD) for original MAC segmentation mechanism 410. If a higher layer RLC PDU needs to be segmented, user equipment 110 may determine whether a padding ratio (R) associated with consecutive TTIs is greater than the padding threshold. If the padding ratio is less than the padding threshold (e.g., R ⁇ RTHRESHOLD), user equipment 110 may deploy original MAC segmentation mechanism 410. Otherwise, user equipment 110 may deploy a modified MAC segmentation mechanism, described below. In one exemplary embodiment, user equipment 110 may define a padding threshold (RTHRESHOLD) for original MAC segmentation mechanism 410. If a higher layer RLC PDU needs to be segmented, user equipment 110 may determine whether a padding ratio (R) associated with consecutive TTIs is greater than the padding threshold. If the padding ratio is less than the padding threshold (e.g., R ⁇ RTHRESHOLD), user equipment 110 may deploy original MAC segmentation mechanism 410. Otherwise, user equipment 110 may deploy a modified MAC segmentation mechanism
  • RTHRE S HOLD for original radio-aware RLC segmentation mechanism 420. If a higher layer RLC SDU needs to be segmented, user equipment 1 10 may determine whether a padding ratio (R) associated with consecutive TTIs is greater than the padding threshold. If the padding ratio is less than the padding threshold (e.g., R ⁇ RTHRESHOLD), user equipment 110 may deploy original radio-aware RLC segmentation mechanism 420. Otherwise, user equipment 110 may deploy a modified radio-aware RLC segmentation mechanism, described below.
  • R padding ratio
  • FIG. 4 shows exemplary interactions between user equipment 110 and base station 122
  • user equipment 110 and base station 122 may perform fewer, different, or additional interactions than depicted in Fig. 4.
  • Fig. 5 illustrates a diagram of an exemplary original MAC segmentation mechanism 500
  • the RLC layer may include a RLC SDU 505 and a RLC PDU 510 (and a corresponding header 515).
  • RLC SDU 505 may include a set of data that a certain layer (e.g., the RLC layer) may pass to a layer below (e.g., the MAC layer).
  • RLC SDU 505 may be considered a "payload" of RLC PDU 510.
  • RLC PDU 510 may include data that may be sent to a peer protocol layer (e.g., the MAC layer).
  • original MAC segmentation mechanism 500 may segment RLC PDU 510 into a MAC PDUl 520 (and a corresponding header 525) and a MAC PDU2 530 (and a corresponding header 535).
  • MAC PDUl 520 may be associated with a current transmission time interval (TTI) and MAC PDU2 530 may be associated with a next TTI.
  • TTI transmission time interval
  • original MAC segmentation mechanism 500 may associate MAC PDUl 520 and its header 525 with a first transport block (TBl) 540, and may associate MAC PDU2 530 and its header 535 with a second transport block (TB2) 545.
  • Original MAC segmentation mechanism 500 may permit user equipment 110 to select TBl 540 so that TBl 540 can transmit as many bits as possible in the current TTI for MAC PDUl 520 without considering how many bits are left in MAC PDU2 530 that need to be transmitted in the next TTI.
  • TBl 540 may fit MAC PDUl 520, but a mismatch may occur between TB2 545 and MAC PDU2 530.
  • Padding 550 e.g., extra space
  • RLC PDU 510 e.g., contained in TB2 545
  • the remaining portion of the RLC PDU 510 may wait in a buffer and concatenate with an incoming SDU at a later time.
  • Fig. 5 shows exemplary tasks associated with original MAC segmentation mechanism 500
  • original MAC segmentation mechanism 500 may perform fewer, different, or additional tasks than depicted in Fig. 5.
  • Fig. 6 depicts a diagram of an exemplary original radio-aware radio link control (RLC) segmentation mechanism 600 (e.g., original radio-aware RLC segmentation mechanism 420) capable of being deployed by user equipment 110.
  • the RLC layer may include a RLC SDU 605.
  • original radio-aware RLC segmentation mechanism 600 may segment RLC SDU 605 into a RLC PDUl 610 (and a corresponding header 615) and a RLC PDU2 620 (and a corresponding header 625).
  • RLC SDU 605 may include a set of data that a certain layer (e.g., the RLC layer) may pass to a layer below (e.g., the MAC layer).
  • RLC SDU 605 may be considered a "payload" of RLC PDUl 610 and RLC PDU2 620.
  • RLC PDUl 610 and RLC PDU2 620 may include data that may be sent to a peer protocol layer (e.g., the MAC layer).
  • original radio-aware RLC segmentation mechanism 600 may associate RLC PDUl 610 and its header 615 with a MAC PDUl 630 (and a corresponding header 635), and may associate RLC PDU2 620 and its header 625 with a MAC PDU2 640 (and a corresponding header 645).
  • MAC PDUl 630 may be associated with a current transmission time interval (TTI) and MAC PDU2 640 may be associated with a next TTI.
  • TTI transmission time interval
  • original radio-aware RLC segmentation mechanism 600 may associate MAC PDUl 630 and its header 635 with a first transport block (TBl) 650, and may associate MAC PDU2 640 and its header 645 with a second transport block (TB2) 655.
  • Original radio- aware RLC segmentation mechanism 600 may permit user equipment 110 to select TBl 650 so that TBl 650 can transmit as many bits as possible in the current TTI for MAC PDUl 630 without considering how many bits are left in MAC PDU2 640 that need to be transmitted in the next TTI.
  • TBl 650 may fit MAC PDUl 630, but a mismatch may occur between TB2 655 and MAC PDU2 640.
  • Padding 660 may exist in TB2 655 because a remaining portion of RLC SDU 605 (e.g., contained in TB2 655) may be too small after segmentation. The remaining portion of the RLC SDU 605 may wait in a buffer and concatenate with an incoming SDU at a later time.
  • Fig. 6 shows exemplary tasks associated with original radio-aware RLC segmentation mechanism 600
  • original radio-aware RLC segmentation mechanism 600 may perform fewer, different, or additional tasks than depicted in Fig. 6.
  • Fig. 7 illustrates a diagram of exemplary functional components of user equipment 110.
  • user equipment 110 may include an ETFC selector 700, a MAC segmentation generator 710, and a radio-aware RLC segmentation generator 720.
  • the functions described in connection with Fig. 7 may be performed by processing unit 300 (Fig. 3).
  • ETFC selector 700 may include any hardware, software, or combination of hardware and software that may select an appropriate transport format for transmission of data on an enhanced dedicated channel (E-DCH) associated with user equipment 110.
  • E-DCH enhanced dedicated channel
  • ETFC selector 700 may select an E-DCH transport format combination (ETFC or E-TFC), as indicated by reference number 730, for transmission of data on the E-DCH.
  • ETFC selector 700 may provide ETFC selection 730 to MAC segmentation generator 710 and radio-aware RLC segmentation generator 720.
  • MAC segmentation generator 710 may include any hardware, software, or combination of hardware and software that may receive ETFC selection 730 from ETFC selector 700, and may receive a RLC PDU 740 to be segmented.
  • MAC segmentation generator 710 may define a padding threshold (RTHRESHOLD)- If RLC PDU 740 needs to be segmented, MAC segmentation generator 710 may determine whether a padding ratio (R) associated with consecutive TTIs is greater than the padding threshold.
  • RTHRESHOLD padding threshold
  • Radio-aware RLC segmentation generator 720 may include any hardware, software, or combination of hardware and software that may receive ETFC selection 730 from ETFC selector 700, and may receive a RLC SDU 760 to be segmented.
  • radio-aware RLC segmentation generator 720 may define a padding threshold (RTHRESHOLD)- If RLC SDU 760 needs to be segmented, radio-aware RLC segmentation generator 720 may determine whether a padding ratio (R) associated with consecutive TTIs is greater than the padding threshold. If the padding ratio is less than the padding threshold (e.g., R ⁇ RTHRESHOLD), radio-aware RLC segmentation generator 720 may deploy original radio-aware RLC segmentation mechanism 420. If the padding ratio is greater than or equal to the padding threshold (e.g., R ⁇ RTHRESHOLD), radio-aware RLC segmentation generator 720 may deploy a modified radio-aware RLC segmentation mechanism 770.
  • RTHRESHOLD padding threshold
  • RTHRESHOLD padding threshold
  • Fig. 7 shows exemplary functional components of user equipment 110
  • user equipment 110 may contain fewer, different, or additional functional components than depicted in Fig. 7.
  • one or more functional components of user equipment 110 may perform one or more other tasks described as being performed by one or more other functional components of user equipment 110.
  • Fig. 8 depicts a diagram of exemplary functional components of MAC segmentation generator 710 and/or a radio-aware RLC segmentation generator 720.
  • MAC segmentation generator 710 and/or a radio-aware RLC segmentation generator 720 may include a padding threshold def ⁇ ner 800, a padding threshold comparer 810, an original segmentation mechanism 820, and a modified segmentation mechanism 830.
  • the functions described in connection with Fig. 8 may be performed by processing unit 300 (Fig. 3).
  • Padding threshold defmer 800 may include any hardware, software, or combination of hardware and software that may define a padding threshold (RTHRESHOLD) 840 for the MAC segmentation mechanisms (e.g., original MAC segmentation mechanism 410 and/or modified MAC segmentation mechanism 750) and/or the radio-aware RLC segmentation mechanisms (e.g., original radio-aware RLC segmentation mechanism 420 and/or modified radio-aware RLC segmentation mechanism 770).
  • Padding threshold definer 800 may provide padding threshold 840 to padding threshold comparer 810.
  • Padding threshold comparer 810 may include any hardware, software, or combination of hardware and software that may receive padding threshold 840 from padding threshold defmer 800, may receive a padding ratio (R) 850 associated with consecutive TTIs, and may compare padding ratio 850 and padding threshold 840. In one embodiment, if padding threshold comparer 810 makes a determination 860 that padding ratio 850 is less than padding threshold 840 (e.g., R ⁇ RTHRESHOLD), padding threshold comparer 810 may provide determination 860 to original segmentation mechanism 820.
  • padding threshold comparer 810 may provide determination 860 to original segmentation mechanism 820.
  • padding threshold comparer 810 may provide determination 870 to original segmentation mechanism 820.
  • Original segmentation mechanism 820 may include any hardware, software, or combination of hardware and software that may receive determination 860 from padding threshold comparer 810, and may receive RLC PDU 740 or RLC SDU 760.
  • Original segmentation mechanism 820 may deploy a certain original segmentation mechanism (e.g., original MAC segmentation mechanism 410 or original radio-aware RLC segmentation mechanism 420) based on whether RLC PDU 740 or RLC SDU 760 is received.
  • original segmentation mechanism 820 may deploy original MAC segmentation mechanism 410 if RLC PDU 740 is received. In another embodiment, original segmentation mechanism 820 may deploy original radio-aware RLC segmentation mechanism 420 if RLC SDU 760 is received.
  • Modified segmentation mechanism 830 may include any hardware, software, or combination of hardware and software that may receive determination 870 from padding threshold comparer 810, and may receive RLC PDU 740 or RLC SDU 760. Modified segmentation mechanism 830 may deploy a certain modified segmentation mechanism (e.g., modified MAC segmentation mechanism 750 or modified radio-aware RLC segmentation mechanism 770) based on whether RLC PDU 740 or RLC SDU 760 is received. For example, in one embodiment, modified segmentation mechanism 830 may deploy modified MAC segmentation mechanism 750 if RLC PDU 740 is received. In another embodiment, modified segmentation mechanism 770 may deploy modified radio-aware RLC segmentation mechanism 770 if RLC SDU 760 is received.
  • modified segmentation mechanism 750 may deploy modified MAC segmentation mechanism 750 if RLC PDU 740 is received.
  • modified segmentation mechanism 770 may deploy modified radio-aware RLC segmentation mechanism 770 if RLC SDU 760 is received.
  • MAC segmentation generator 710 and/or a radio-aware RLC segmentation generator 720 may contain fewer, different, or additional functional components than depicted in Fig. 8.
  • one or more functional components of MAC segmentation generator 710 and/or a radio-aware RLC segmentation generator 720 may perform one or more other tasks described as being performed by one or more other functional components of MAC segmentation generator 710 and/or a radio-aware RLC segmentation generator 720.
  • Fig. 9 illustrates a diagram of exemplary functional components of modified segmentation mechanism 830.
  • modified segmentation mechanism 830 may include an ETFC table 900, a transport block selector 910, and a threshold determiner 920.
  • the functions described in connection with Fig. 8 may be performed by processing unit 300 (Fig. 3).
  • ETFC table 900 may include a table of one or more entries that provide appropriate transport formats for transmission of data on E-DCH.
  • ETFC table 900 may include one or more transport blocks associated with corresponding transmission time intervals TTIs.
  • ETFC table 900 may also include multiple tables. For example, ETFC table 900 may include four tables (e.g., two tables for a two milliseconds TTI and two tables for a ten milliseconds TTI).
  • Transport block selector 910 may include any hardware, software, or combination of hardware and software that may receive determination 870, and perform iterations 930 with ETFC table 900 if determination 870 is received.
  • Transport block selector 910 may receive RLC PDU 740 or RLC SDU 760, and may receive a current TTI 940 and a next TTI 950 based on iterations 930.
  • Current TTI 940 and next TTI may be associated with RLC PDU 740 or RLC SDU 760.
  • Transport block selector 910 may select two transport blocks (e.g., a first transport block (TB) 960 and a second transport block (TB) 970) that may contain RLC PDU 740 or RLC SDU 760 based on the received information.
  • transport block selector 910 may select first transport block 960 for use in current TTI 940, and may select second transport block 970 for use in next TTI 950.
  • Transport block selector 910 may provide first transport block 960 and second transport block 970 to threshold determiner 920.
  • Threshold determiner 920 may include any hardware, software, or combination of hardware and software that may receive first transport block 960 and second transport block 970 from transport block selector 910, and may receive padding threshold 840 and a size threshold ( ⁇ THRE S H O LD) 980.
  • threshold determiner 920 may determine if a padding ratio (R TB ) associated with first and second transport blocks 960/970 is less than padding threshold 840, and may determine if a size ratio (S TB) between first transport block 960 and second transport block 970 is within size threshold 980.
  • R TB padding ratio
  • S TB size ratio
  • threshold determiner 920 may deploy a certain modified segmentation mechanism (e.g., modified MAC segmentation mechanism 750 or modified radio-aware RLC segmentation mechanism 770) based on whether RLC PDU 740 or RLC SDU 760 is received. For example, in one embodiment, threshold determiner 920 may deploy modified MAC segmentation mechanism 750 if RLC PDU 740 is received. In another embodiment, threshold determiner 920 may deploy modified radio-aware RLC segmentation mechanism 770 if RLC SDU 760 is received.
  • a certain modified segmentation mechanism e.g., modified MAC segmentation mechanism 750 or modified radio-aware RLC segmentation mechanism 770
  • modified segmentation mechanism 830 may select a transport block (e.g., first transport block 960) that is sized to contain half of RLC PDU 740 (or RLC SDU 760), and may select another transport block (e.g., second transport block 970) that is sized to contain the other half of RLC PDU 740 (or RLC SDU 760).
  • Modified segmentation mechanism 830 may also provide less padding in sizes associated with first transport block 960 and second transport block 970. Such an arrangement may ensure that padding is minimized and/or eliminated for RLC PDU 740 (or RLC SDU 760) during ETFC selection, and may provide a simple way to select transport blocks from ETFC table 900.
  • Modified MAC segmentation mechanism 750 and modified radio-aware RLC segmentation mechanism 770 may prevent and/or reduce wasting of power, interference generation, and power jump in user equipment 110. Further details of modified MAC segmentation mechanism 750 and modified radio-aware RLC segmentation mechanism 770 are provided below in connection with Figs. 10 and 1 1, respectively.
  • modified segmentation mechanism 830 may contain fewer, different, or additional functional components than depicted in Fig. 9. hi still other embodiments, one or more functional components of modified segmentation mechanism 830 may perform one or more other tasks described as being performed by one or more other functional components of modified segmentation mechanism 830.
  • Fig. 10 depicts a diagram of an exemplary modified MAC segmentation mechanism
  • the RLC layer may include a RLC SDU 1010 and a RLC PDU 1020 (and a corresponding header 1030).
  • RLC SDU 1010 may include a set of data that a certain layer (e.g., the RLC layer) may pass to a layer below (e.g., the MAC layer), hi one example, RLC SDU 1010 may be considered a "payload" of RLC PDU 1020.
  • RLC PDU 1020 may include data that may be sent to a peer protocol layer (e.g., the MAC layer).
  • modified MAC segmentation mechanism 1000 may segment RLC PDU 1020 into a MAC PDUl 1040 (and a corresponding header 1050) and a MAC PDU2 1060 (and a corresponding header 1070).
  • MAC PDUl 1040 may be associated with a current transmission time interval (TTI) and MAC PDU2 1060 may be associated with a next TTI.
  • modified MAC segmentation mechanism 1000 may associate MAC PDUl 1040 and its header 1050 with a first transport block (TBl) 1080, and may associate MAC PDU2 1060 and its header 1070 with a second transport block (TB2) 1090.
  • Modified MAC segmentation mechanism 1000 may permit user equipment 110 to select TBl 1080 and TB2 1090 so that padding may be eliminated (or reduced) and so that RLC PDU 1020 may be contained within TBl 1080 and TB2 1090. As further shown in Fig. 10, TBl 1080 may fit MAC PDUl 1040 and TB2 1090 may fit MAC PDU2 1060 so that little or no padding may exist in TB2 1090. Although Fig. 10 shows exemplary tasks associated with modified MAC segmentation mechanism 1000, in other embodiments, modified MAC segmentation mechanism 1000 may perform fewer, different, or additional tasks than depicted in Fig. 10.
  • Fig. 11 illustrates a diagram of an exemplary modified radio-aware RLC segmentation mechanism 1100 (e.g., modified radio-aware RLC segmentation mechanism 770) capable of being deployed by user equipment 110.
  • the RLC layer may include a RLC SDU 1105.
  • modified radio-aware RLC segmentation mechanism 1000 may segment RLC SDU 1105 into a RLC PDUl 1110 (and a corresponding header 1115) and a RLC PDU2 1120 (and a corresponding header 1125).
  • RLC SDU 1105 may include a set of data that a certain layer (e.g., the RLC layer) may pass to a layer below (e.g., the MAC layer).
  • RLC SDU 1105 may be considered a "payload" of RLC PDUl 1110 and RLC PDU2 1120.
  • RLC PDUl 1110 and RLC PDU2 1120 may include data that may be sent to a peer protocol layer (e.g., the MAC layer).
  • modified radio-aware RLC segmentation mechanism 1100 may associate RLC PDUl 110 and its header 1115 with a MAC PDUl 1130 (and a corresponding header 1135), and may associate RLC PDU2 1120 and its header 1125 with a MAC PDU2 1140 (and a corresponding header 1145).
  • MAC PDUl 1130 may be associated with a current transmission time interval (TTI) and MAC PDU2 1140 may be associated with a next TTI.
  • TTI transmission time interval
  • modified radio-aware RLC segmentation mechanism 1100 may associate MAC PDUl 1130 and its header 1135 with a first transport block (TBl) 1150, and may associate MAC PDU2 1140 and its header 1145 with a second transport block (TB2) 1155.
  • Modified radio-aware RLC segmentation mechanism 1100 may permit user equipment 110 to select TBl 1150 and TB2 1155 so that padding may be eliminated (or reduced) and so that RLC SDU 1105 may be contained within TBl 1150 and TB2 1155.
  • TBl 1150 may fit MAC PDUl 1130 and TB2 1155 may fit MAC PDU2 1140 so that little or no padding may exist in TB2 1155.
  • Fig. 11 shows exemplary tasks associated with modified radio-aware RLC segmentation mechanism 1100
  • modified radio-aware RLC segmentation mechanism 1100 may perform fewer, different, or additional tasks than depicted in Fig. 11.
  • Figs. 12-15 illustrate a flow chart of an exemplary process 1200 for minimizing padding associated with a RLC PDU or a RLC SDU during segmentation and ETFC selection according to embodiments described herein.
  • process 1200 may be performed by user equipment 110.
  • some or all of process 1200 may be performed by user equipment 1 10 in combination with another device or group of devices (e.g., communicating with user equipment 110).
  • process 1200 may include defining a padding threshold ⁇ RTHRESHOLD) for a segmentation mechanism (block 1210), receiving a higher layer RLC PDU or SDU to be segmented (block 1220), and receiving a padding ratio (R) within consecutive transmission time intervals (TTIs) after ETFC selection (block 1230).
  • user equipment 110 may include padding threshold definer 800, padding threshold comparer 810, and modified segmentation mechanism 830.
  • Padding threshold definer 800 may define padding threshold (RTHRESHOLD) 840 for the MAC segmentation mechanisms and/or the radio-aware RLC segmentation mechanisms.
  • Padding threshold comparer 810 may receive padding threshold 840 from padding threshold definer 800, may receive padding ratio (R) 850 associated with consecutive TTIs.
  • Modified segmentation mechanism 830 may receive RLC PDU 740 or RLC SDU 760 to be segmented.
  • Fig. 12 it may be determined whether the padding ratio (R) is greater than or equal to the padding threshold (RTHRESHOLD) (block 1240), and iterations with an ETFC table may be performed to select first and second transport blocks associated with the RLC PDU or SDU when the padding ratio is greater than or equal to the padding threshold (block 1250).
  • user equipment 110 may include transport block selector 910.
  • Transport block selector 910 may receive determination 870 that padding ratio 850 is greater than or equal to padding threshold 840, and may perform iterations 930 with ETFC table 900 if determination 870 is received.
  • Transport block selector 910 may receive RLC PDU 740 or RLC SDU 760, and may receive current TTI 940 and next TTI 950 based on iterations 930.
  • Transport block selector 910 may select two transport blocks (e.g., first transport block (TB) 960 and second transport block (TB) 970) that may contain RLC PDU 740 or RLC SDU 760 based on the received information. As further shown in Fig.
  • RTB padding ratio
  • STB size ratio
  • STHRESHOLD size threshold
  • STHRESHOLD size threshold
  • S THRESHOLD size threshold
  • user equipment 1 10 may include threshold determiner 920.
  • Threshold determiner 920 may determine if a padding ratio (R TB ) associated with first and second transport blocks 960/970 is less than padding threshold 840, and may determine if a size ratio (S TB ) between first transport block 960 and second transport block 970 is within size threshold 980. If the padding ratio (R TB ) is less than padding threshold 840 and the size ratio (S TB ) is within size threshold 980, threshold determiner 920 may deploy a certain modified segmentation mechanism (e.g., modified MAC segmentation mechanism 750 or modified radio- aware RLC segmentation mechanism 770) based on whether RLC PDU 740 or RLC SDU 760 is received.
  • a certain modified segmentation mechanism e.g., modified MAC segmentation mechanism 750 or modified radio- aware RLC segmentation mechanism 770
  • Process block 1250 may include the process blocks depicted in Fig. 13. As shown in Fig. 13, process block 1250 may include selecting the first and second transport blocks so that each includes half of the RLC PDU or SDU with minimum padding (block 1300), providing less padding in sizes associated with the first and second transport blocks (block 1310), wasting less power based on the selected first and second transport blocks (block 1320), generating less interference based on the selected first and second transport blocks (block 1330), and preventing power jump based on the selected first and second transport blocks (block 1340). For example, in embodiments described above in connection with Fig.
  • modified segmentation mechanism 830 may select a transport block that is sized to contain half of RLC PDU 740 (or RLC SDU 760), and may select another transport block that is sized to contain the other half of RLC PDU 740 (or RLC SDU 760). Modified segmentation mechanism 830 may also provide less padding in sizes associated with first transport block 960 and second transport block 970. Such an arrangement may ensure that padding is minimized and/or eliminated for RLC PDU 740 (or RLC SDU 760). Modified MAC segmentation mechanism 750 and modified radio-aware RLC segmentation mechanism 770 may prevent and/or reduce wasting of power, interference generation, and power jump in user equipment 110.
  • process block 1250 may include the process blocks depicted in Fig. 14. As shown in Fig. 14, process block 1250 may include using the first transport block in a first transmission time interval (TTI) associated with RLC PDU or SDU (block 1400), using the second transport block in a second TTI associated with RLC PDU or SDU (block 1410), and containing the entire RLC PDU or SDU within the first and second transport blocks (block 1420).
  • TTI transmission time interval
  • user equipment 110 may include transport block selector 910.
  • Transport block selector 910 may receive RLC PDU 740 or RLC SDU 760, and may receive current TTI 940 and next TTI 950 based on iterations 930.
  • Transport block selector 910 may select two transport blocks (e.g., first transport block (TB) 960 and second transport block (TB) 970) that may contain RLC PDU 740 or RLC SDU 760 based on the received information. In one example, transport block selector 910 may select first transport block 960 for use in current TTI 940, and may select second transport block 970 for use in next TTI 950.
  • first transport block (TB) 960 and second transport block (TB) 970 may contain RLC PDU 740 or RLC SDU 760 based on the received information.
  • transport block selector 910 may select first transport block 960 for use in current TTI 940, and may select second transport block 970 for use in next TTI 950.
  • Process block 1280 may include the process blocks depicted in Fig. 15. As shown in Fig. 15, process block 1280 may include minimizing padding for the RLC PDU or SDU during ETFC selection (block 1500) and making the sizes of the first and second transport blocks similar (block 1510). For example, in embodiments described above in connection with Fig. 9, modified segmentation mechanism 830 may select a transport block that is sized to contain half of RLC PDU 740 (or RLC SDU 760), and may select another transport block that is sized to contain the other half of RLC PDU 740 (or RLC SDU 760). Such an arrangement may ensure that padding is minimized and/or eliminated for RLC PDU 740 (or RLC SDU 760) during ETFC selection.
  • Embodiments described herein may apply a modified MAC segmentation mechanism and/or a modified radio-aware RLC segmentation mechanism that minimize padding for a RLC PDU or SDU during ETFC selection. Such an arrangement may ensure that less padding is included in transport block sizes. This may prevent and/or reduce wasting of power and interference generation in the user equipment, and may improve performance of the user equipment. Furthermore, since such an arrangement may cause transport block sizes transmitted in two consecutive TTIs to be similar, power jump may be avoided in the user equipment.
  • Embodiments described herein provide illustration and description, but are not intended to be exhaustive or to limit the implementations to the precise form disclosed. Modifications and variations are possible in light of the above teachings, or may be acquired from practice of the implementations. For example, while a series of blocks has been described with regard to Figs. 12-15, the order of the blocks may be modified in other embodiments. Further, non- dependent blocks may be performed in parallel.
  • the exemplary embodiments, as described above, may be implemented in many different forms of software, firmware, and hardware in the implementations illustrated in the figures.
  • the actual software code or specialized control hardware used to implement the exemplary embodiments described herein is not limiting of the invention. Thus, the operation and behavior of the exemplary embodiments were described without reference to the specific software code - it being understood that one would be able to design software and control hardware to implement the exemplary embodiments based on the description herein.
  • logic may include hardware, such as an application specific integrated circuit, a field programmable gate array, a processor, or a microprocessor, or a combination of hardware and software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
PCT/SE2008/051337 2008-11-24 2008-11-24 Improved uplink segmentation WO2010059087A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US13/130,646 US8964639B2 (en) 2008-11-24 2008-11-24 Uplink segmentation
PCT/SE2008/051337 WO2010059087A1 (en) 2008-11-24 2008-11-24 Improved uplink segmentation
MX2011004940A MX2011004940A (es) 2008-11-24 2008-11-24 Segmentacion de enlace ascendente mejorado.
EP08876298A EP2351449B1 (de) 2008-11-24 2008-11-24 Verbesserte aufwärtsstreckensegmentierung
CN200880132070.5A CN102224760B (zh) 2008-11-24 2008-11-24 与无线环境相关联的设备和由其执行的方法
HK11111979.9A HK1157990A1 (en) 2008-11-24 2011-11-07 Device associated with wireless enviroment and method performed by the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/SE2008/051337 WO2010059087A1 (en) 2008-11-24 2008-11-24 Improved uplink segmentation

Publications (1)

Publication Number Publication Date
WO2010059087A1 true WO2010059087A1 (en) 2010-05-27

Family

ID=41050846

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE2008/051337 WO2010059087A1 (en) 2008-11-24 2008-11-24 Improved uplink segmentation

Country Status (6)

Country Link
US (1) US8964639B2 (de)
EP (1) EP2351449B1 (de)
CN (1) CN102224760B (de)
HK (1) HK1157990A1 (de)
MX (1) MX2011004940A (de)
WO (1) WO2010059087A1 (de)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2496733A (en) * 2012-10-31 2013-05-22 Renesas Mobile Corp Determining maximum useful data to be transmitted within a transport block
KR20180084605A (ko) * 2017-01-16 2018-07-25 삼성전자주식회사 무선 통신 시스템에서 데이터 처리 방법 및 장치
US11202279B2 (en) 2017-01-16 2021-12-14 Samsung Electronics Co., Ltd Method and apparatus for processing data in wireless communication system
EP4132084A3 (de) * 2021-07-13 2023-04-19 Apple Inc. Verbesserung der effizienz von übertragungsauffüllungen

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8179877B2 (en) * 2007-09-28 2012-05-15 Interdigital Patent Holdings, Inc. Method and apparatus for creating an enhanced medium access control packet data unit for enhanced transport format combination selection in wireless communications
WO2009045882A2 (en) 2007-09-28 2009-04-09 Interdigital Patent Holdings, Inc. Method and apparatus for selecting a radio link control protocol data unit size
EP2955958A1 (de) * 2009-04-24 2015-12-16 Interdigital Patent Holdings, Inc. Verfahren und vorrichtung zur erzeugung einer funkverbindungssteuerprotokolldateneinheit für mehrträgerbetrieb
KR101717526B1 (ko) * 2010-01-07 2017-03-17 엘지전자 주식회사 무선 통신 시스템에서 mac 프로토콜 데이터 유닛 처리 방법
US8620372B2 (en) * 2010-09-30 2013-12-31 Apple Inc. Method and apparatus for transport format selection in a mobile wireless device
US9282551B2 (en) * 2012-09-11 2016-03-08 Apple Inc. Methods and apparatus for automated device state changes in response to network conditions
JPWO2014076838A1 (ja) * 2012-11-19 2017-01-05 株式会社日立システムズ 仮想マシン同期システム
CN106301444B (zh) * 2015-05-29 2019-04-12 华为技术有限公司 射频处理设备及处理方法
CN108391312B (zh) * 2017-02-03 2020-06-02 维沃软件技术有限公司 一种传输块发送方法、接收方法、发送端和接收端
CN109041120A (zh) * 2017-06-12 2018-12-18 中国移动通信有限公司研究院 数据传输方法、装置及计算机可读存储介质
EP3913828A1 (de) * 2017-11-17 2021-11-24 ZTE Corporation Verfahren, vorrichtung und systeme zur bestimmung einer transportblockgrösse in einer drahtlosen kommunikation

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060268938A1 (en) 2005-04-29 2006-11-30 Interdigital Technology Corporation MAC multiplexing and TFC selection procedure for enhanced uplink

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4474217B2 (ja) * 2004-07-09 2010-06-02 富士通株式会社 パケット通信装置
US20070019553A1 (en) * 2005-07-19 2007-01-25 Telefonaktiebolaget Lm Ericsson (Publ) Minimizing Padding for Voice Over Internet Protocol-Type Traffic Over Radio Link Control
CN101170389B (zh) * 2006-10-27 2014-07-16 中兴通讯股份有限公司 选择无线链路控制层协议数据单元首传传输块尺寸的方法
WO2009045882A2 (en) * 2007-09-28 2009-04-09 Interdigital Patent Holdings, Inc. Method and apparatus for selecting a radio link control protocol data unit size

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060268938A1 (en) 2005-04-29 2006-11-30 Interdigital Technology Corporation MAC multiplexing and TFC selection procedure for enhanced uplink

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"ETFCS configurations", 3GPP DRAFT; R2-042380 ETFCS, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. RAN WG2, no. Yokohama, Japan; 20041112, 12 November 2004 (2004-11-12), XP050126958 *
"RAB configuration for VoIMS", 3GPP DRAFT; R2-050039 RAB CONFIG VOIMS, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. RAN WG2, no. Sophia Antipolis, France; 20050106, 6 January 2005 (2005-01-06), XP050127327 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2496733A (en) * 2012-10-31 2013-05-22 Renesas Mobile Corp Determining maximum useful data to be transmitted within a transport block
GB2496733B (en) * 2012-10-31 2013-11-13 Renesas Mobile Corp Apparatus and method for determining whether useful data can be transmitted without exceeding a maximum power
KR20180084605A (ko) * 2017-01-16 2018-07-25 삼성전자주식회사 무선 통신 시스템에서 데이터 처리 방법 및 장치
KR102333327B1 (ko) * 2017-01-16 2021-12-02 삼성전자 주식회사 무선 통신 시스템에서 데이터 처리 방법 및 장치
US11202279B2 (en) 2017-01-16 2021-12-14 Samsung Electronics Co., Ltd Method and apparatus for processing data in wireless communication system
EP4132084A3 (de) * 2021-07-13 2023-04-19 Apple Inc. Verbesserung der effizienz von übertragungsauffüllungen

Also Published As

Publication number Publication date
MX2011004940A (es) 2011-05-25
US8964639B2 (en) 2015-02-24
EP2351449B1 (de) 2013-01-02
CN102224760A (zh) 2011-10-19
US20110223904A1 (en) 2011-09-15
HK1157990A1 (en) 2012-07-06
CN102224760B (zh) 2014-06-18
EP2351449A1 (de) 2011-08-03

Similar Documents

Publication Publication Date Title
US8964639B2 (en) Uplink segmentation
US8625499B2 (en) Method and apparatus for improving configurations of serving grants for a user equipment in a wireless communications system
EP3311617B1 (de) Verfahren und vorrichtung zur anfrage von pufferstatusberichten zur implementierung von uplink-medienzugangssteuerungsprotokollen mit mehreren benutzern in einem drahtlosen netzwerk
US10484159B2 (en) Methods and systems for acknowledgment configuration
US9491267B2 (en) Multiplexing packets in packet communications
US20200280882A1 (en) Methods, apparatuses and computer program product for pdu formatting according to sdu segmentation
JP5944439B2 (ja) フレキシブルな無線リンク制御パケットデータユニット長
MX2013011811A (es) Metodo y dispositivo para la gestion del bufer del soft con base de las categorias de los equipos del usuario en una red de comunicaciones.
EP2885951A2 (de) Vorcodiercodebuch-bitmaps in der telekommunikation
WO2014189430A1 (en) Improved tti switching
US8938028B2 (en) Radio communications apparatus and communication method
US10148326B2 (en) Methods and apparatus for extended receiver processing time
US10819476B2 (en) Multicarrier HSUPA communication apparatus and method

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200880132070.5

Country of ref document: CN

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

Ref document number: 08876298

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2008876298

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: MX/A/2011/004940

Country of ref document: MX

WWE Wipo information: entry into national phase

Ref document number: 13130646

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2592/KOLNP/2011

Country of ref document: IN