WO2002100064A2 - Method and system for processing a data unit - Google Patents

Method and system for processing a data unit Download PDF

Info

Publication number
WO2002100064A2
WO2002100064A2 PCT/EP2002/005624 EP0205624W WO02100064A2 WO 2002100064 A2 WO2002100064 A2 WO 2002100064A2 EP 0205624 W EP0205624 W EP 0205624W WO 02100064 A2 WO02100064 A2 WO 02100064A2
Authority
WO
WIPO (PCT)
Prior art keywords
protocol layer
data unit
data units
data
communication system
Prior art date
Application number
PCT/EP2002/005624
Other languages
French (fr)
Other versions
WO2002100064A3 (en
Inventor
Michael Meyer
Reiner Ludwig
Joachim Sachs
Mats Sagfors
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 EP02754579A priority Critical patent/EP1389391B1/en
Priority to DE60230034T priority patent/DE60230034D1/en
Priority to US10/480,953 priority patent/US7876781B2/en
Priority to AU2002321032A priority patent/AU2002321032B2/en
Priority to KR1020037015297A priority patent/KR100837488B1/en
Priority to JP2003501911A priority patent/JP4163613B2/en
Publication of WO2002100064A2 publication Critical patent/WO2002100064A2/en
Publication of WO2002100064A3 publication Critical patent/WO2002100064A3/en
Priority to US12/466,183 priority patent/US9178741B2/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/321Interlayer communication protocols or service data unit [SDU] definitions; Interfaces between layers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/324Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the data link layer [OSI layer 2], e.g. HDLC

Definitions

  • the present invention relates to a method of processing a data unit in a data unit based communication system, and to a corresponding data unit based communication system.
  • Protocols are sets of rules that allow the communication between a sending end and a receiving end, as the rules specify how and in what form data to be sent has to be prepared such that the receiving end may interpret the data and react in accordance to protocol defined rules to which both partners in the communication adhere.
  • the two ends of a communication adhering to a specific protocol are also referred to as peers.
  • Such data units are sometimes referred to by different names, depending on the type of protocol involved, such as packets, frames, segments, datagrams, etc.
  • data unit generically for any type of data unit associated with any type of protocol .
  • protocol layering An important concept in communications using data unit exchange is that of protocol layering. This means that a number of protocols (sometimes also referred to as a suite) is organised in a hierarchy of layers, where each layer has specific functions and responsibilities.
  • protocol layering is well known in the art and described in many textbooks, for example "TCP-IP illustrated, volume 1, The Protocols" by W. Richard Stevens, Addison Wesley, 1994, such that a detailed description is not necessary here.
  • the TCP/IP protocol suite is an example of a layered protocol hierarchy.
  • a basic structure of a protocol hierarchy is defined by the OSI (Open System Interconnection) layer model.
  • LI Open System Interconnection
  • the functions of directly transporting data over a physical connection are handled.
  • a second layer L2 which is also referred as to the link layer is provided.
  • the link layer L2 fulfils the function of handling the transport of data units over links between communication nodes .
  • a third layer L3 is provided, which is also referred to as the network layer.
  • the network layer handles the routing of data units in a given network.
  • An example of a network layer protocol is the internet protocol (IP) .
  • IP internet protocol
  • a fourth layer L4 is provided, which is also referred to as the transport layer.
  • Examples of a transport layer protocol are the transmission control protocol (TCP) or the user datagram protocol (UDP)' .
  • a communication comprises passing a given data unit downwards through the protocol hierarchy on the sending side, and passing a data unit upwards through the protocol hierarchy on the receiving side.
  • each protocol will typically perform a certain function with respect thereto, e.g. add further information and change or adapt the structure to specific rules of that protocol layer.
  • each protocol layer will add its own header to a data unit received from a higher protocol layer and may also add delimiters .
  • a specific protocol layer receives a data unit from a higher protocol layer, it will embed the higher layer data unit into a data unit adhering to the rules of the given protocol layer.
  • epibedding shall refer to both encapsulation in which one data unit of a higher layer is placed into one data unit of a given layer, and to segmentation, where one data unit of a higher layer is segmented into a plurality of data units of the given protocol layer.
  • each protocol layer will perform some type of transmission control for its data units.
  • Such transmission control can e.g. comprise the performing of a certain type of forward error correction, the setting of parameters associated with an automatic repeat request (ARQ) function, the scheduling of data units, or the performing of comparable operations .
  • ARQ automatic repeat request
  • protocol layers it is known to implement protocol layers in such a way that they can be operated in-a specific mode with respect to thei transmission control.
  • a so-called numbered mode (or I-mode) and a so-called unnumbered mode (Ul-mode) are known.
  • the numbered mode if it is determined that a sent data unit was not correctly received by the receiving peer, then the sending peer performs retransmission of said data unit. In this way it can be assured that all packets are correctly transmitted, although this may increase the delay, depending on how many packets have to be transmitted.
  • the unnumbered mode no retransmissions are provided. This has the advantage of less delay, but the transmission reliability depends on the quality of the physical connection.
  • the possibility of setting a given protocol layer implementation into a specific transmission control mode has the advantage that the selection of the mode can e.g. be performed by a control procedure from a higher protocol layer, in order to optimise the sending of data units from said higher protocol layer.
  • the selection of the mode can e.g. be performed by a control procedure from a higher protocol layer, in order to optimise the sending of data units from said higher protocol layer.
  • it does not provide very much flexibility, as a given protocol layer will typically handle a variety of different types of data units, that require different control settings with respect to the optimisation of the sending of the given type of data unit.
  • an application layer is sending a computer file, it desires to ensure a reliable transmission, and may therefore want to set a lower layer protocol implementation into the numbered mode, or the application layer may want to send data that requires realtime transmission, such as a video stream belonging to a video telephone, in which case transmission speed is more important than reliability, such that the application layer may want to set a lower layer protocol implementation into the unnumbered mode.
  • transmission speed is more important than reliability
  • the application layer may want to set a lower layer protocol implementation into the unnumbered mode.
  • both computer file data and video data are being sent, then the setting of the lower layer protocol implementation into a given transmission control mode will not provide an optimum solution.
  • EP-0 973 302 Al addresses this problem and proposes a system-, in which a given protocol layer that receives higher data unit layers and embeds these higher data layers into data units of said given layer, is arranged to discriminate the higher layer data unit layers by reading the header information and determining the type of the higher layer data unit. Then, a classification is performed in accordance with the identified type. In this way, the given protocol layer can flexibly set the transmission reliability of its data units depending on the type of the higher layer data unit that is embedded in its own data units.
  • the link layer can identify if the network layer IP data unit that it receives carries a TCP data unit, in which case the link layer data units are sent in the numbered mode, or if the network layer IP data unit carries UDP data unit, in which case the link layer data units are sent in the unnumbered mode.
  • EP-0 973 302 Al is not always practical, as it requires the parsing of higher layer data units in order to identify type information, which e.g. does not work when the higher layer data unit has an encrypted header and/or payload.
  • one or more numeric values of one or more numerically quantifiable parameters associated with a received given data unit of a higher protocol layer, e.g. the network layer L3 are determined.
  • one value of one numerically quantifiable parameter can be determined, or several values of one numerically quantifiable parameter, or one or more respective values for each of a plurality of numerically quantifiable parameters .
  • the at least one numeric value is not derived from information contained in the given data unit of the higher protocol layer.
  • a numerically quantifiable parameter can be the size of the higher layer data unit.
  • a higher layer data unit e.g. from the L3 layer
  • the size of said L3 data unit is measured.
  • the embedding operation for embedding said L3 data unit into one or more L2 data units, or the transmission control operation for transmitting the one or more L2 data units into which said L3 data unit has been embedded is performed in accordance with the result of said size measurement.
  • the size measurement is used as a basis for adjusting the transmission control to optimise _ predetermined target properties.
  • the L2 data units are transmitted with parameters set for optimising throughput if the L3 data unit falls into a predetermined size range, and otherwise the L2 data units are transmitted with optimised delay.
  • the L3 data unit is found to have a size indicative of a maximum size e.g. falls into a range around or is equal to the TCP maximum segment size if the L3 data units carry TCP data units, then the transmission of the L2 data units, into which said L3 data unit has been embedded, is optimised for throughput, as it may be assumed that the maximum size L3 data unit belongs to a larger amount of data being sent from above the L3 layer.
  • the transmission control is ⁇ > to t ⁇ > H in o ⁇ i o U1 o L ⁇
  • Fig. 1 shows a flow chart for explaining an embodiment of the present invention
  • Fig. 2 shows a flow chart for explaining another embodiment of the present invention, in which the numeric value is determined based on data unit size;
  • Fig. 3 shows a flow chart for explaining another embodiment of the present invention, in which higher layer data units are additionally discriminated;
  • Fig. 4 shows a flow chart for explaining another embodiment of the present invention, in which the numeric value is determined based on the discrimination result
  • Fig. 5 shows an overview of a protocol structure to which the present invention can be applied
  • FIG. 6 schematically illustrates the concept of flow- splitting in the context of the example shown in Fig. 5;
  • Figs. 7a-7c show routines of an embodiment of the invention in which data units are buffered and a data unit dropping procedure is provided;
  • Fig. 8 shows an example of a data unit dropping procedure
  • Fig. 9 shows a further example of a data unit dropping procedure
  • Fig. 10 shows a schematic block diagram of a system that is arranged to perform the routines and procedures of Figs . 7 to 9.
  • Fig. 1 shows a flow chart describing a first embodiment of the present invention.
  • a L3 data unit is passed to the link layer L2 below the layer L3.
  • a numeric value of a numerically quantifiable parameter associated with the L3 data unit is determined.
  • the term "associated with the L3 data unit” is to be understood broadly as relating to any numerically quantifiable parameter derivable from the L3 data unit, where said parameter can relate to the L3 data unit as such, or to a data unit from a higher layer than L3 embedded in the L3 data unit.
  • the received L3 data unit is embedded into one or more L2 data units.
  • transmission control for the one or more L2 data units and/or LI data units that embed the received L3 data unit is performed according to the numeric value determined in step S2.
  • Fig. 1 shows steps SI to S4 in a specific sequence, this is only an example and other arrangements of steps SI to S4 are possible.
  • the transmission control may comprise adjusting a forward error correction for the data units of the L2 protocol layer or for the LI data units below the L2 protocol layer.
  • the type of forward error correction can be chosen as is desirable or appropriate.
  • the transmission control may comprise adjusting a transmission power and/or a data rate (e.g. by selecting a spreading factor in a CDMA system) over a given link and/or a degree of interleaving.
  • the mentioned link can e.g. be a wireless link.
  • the transmission control may comprise adjusting said retransmission function.
  • the transmission control may comprise adjusting said scheduling.
  • step S3 is a segmentation operation
  • the embodiment of Fig. 1 can be arranged such that the segmentation operation is performed according to said numeric value.
  • L3 data units for which the throughput should be optimised in general belong to a larger application data amount, which is segmented into transport layer data units, e.g. TCP segments. Therefore, these transport layer data units, which are then embedded in network layer (L3) data units generally have a maximum transfer unit size, e.g. the TCP maximum segments size (MSS) .
  • MSS TCP maximum segments size
  • step S41 of Fig. 2 can be implemented in such a way that the comparison is conducted with respect to a reference value or reference range .indicative of a predetermined maximum transfer unit size.
  • the value of the maximum transfer unit size is 256 byte, 512 byte, 536 byte or 1460 byte, such that taking into account the IP header of 40 byte, suitable reference size values used in step S41 could be 296 byte, 552 byte, 576 byte or 1500 byte.
  • step S41 can be implemented in such a way that the measured size of the L3 data unit is compared with a plurality of reference sizes, e.g. the previously mentioned series of discrete values 296, 552, 576 and 1500 bytes, or with a suitable continuous range, or with a combination of discrete values and continuous values. Then, if the measured size of the L3 unit is equal to any one of the plurality of reference sizes, or falls into the predetermined range or ranges, then step S42 is enabled, to thereby optimise the transmission control for throughput.
  • a plurality of reference sizes e.g. the previously mentioned series of discrete values 296, 552, 576 and 1500 bytes, or with a suitable continuous range, or with a combination of discrete values and continuous values.
  • the reference size values may not only take into account the IP header, but also the possibility of header compression.
  • the plurality of size reference values used in step S41 also contains a set of values that take into account header compression.
  • OJ rr OJ OJ TJ OJ o OJ ⁇ • ⁇ ⁇ TJ Hi OJ 01 ⁇ - ⁇ ⁇ - 0J ⁇ - ⁇ - rr ⁇ 4 rr 01 ⁇ rr if • ⁇ : ⁇ TJ tr H H ⁇ 03 ⁇ ⁇ ⁇ ⁇ ⁇ 3 ⁇ rr P. ⁇ ⁇ 0J ⁇ 01 X O ⁇ 0
  • OJ OJ ⁇ rr 3 ⁇ - 01 ⁇ - ⁇ f ⁇ ⁇ 3 " O ⁇ - Pi H rr ⁇ 0J rr P.
  • OJ ⁇ O H ⁇ ⁇ ⁇ O tr + OJ ⁇ ⁇ - O OJ 03 ⁇ ⁇ - TJ ⁇ - 3 ⁇ ⁇ ⁇ 3 01 rr ⁇
  • VD s ⁇ ⁇ ⁇ rr ⁇ 3 ⁇ > O ⁇ Hi ⁇ ⁇ ⁇ rr 01 ⁇ ⁇ 3 LO Hi 03 H
  • OJ OJ rr OJ " ⁇ rr ⁇ 1 ⁇ rr ⁇ 01 ⁇ . ⁇ - ⁇ ii OJ tr ⁇ - ii EH ⁇ TJ 03 OJ a
  • OJ OJ 13 £ OJ ⁇ ⁇ ⁇ 03 EH ⁇ - Hi LQ 3 ⁇ ⁇ tf ⁇ O
  • step S2 does not necessarily have to be performed prior to the buffering, and could also be performed subsequently, as will be explained in connection with the embodiment of Fig. 9.
  • the buffering of received SDUs is especially advantageous in situations where the immediate processing at the receiving layer is not guaranteed or feasible, e.g. if the receiving layer is a link layer for sending data over a wireless link.
  • Fig. 7b shows a routine for processing buffered SDUs, namely for embedding the SDUs into L2 PDUs.
  • step S31 an SDU is taken out of the SDU buffer and embedded into one or more L2 PDUs .
  • step S7 the one or more resulting L2 PDUs are buffered in a PDU buffer.
  • the buffered L2 PDUs can then be transmitted according to anyone of the transmission control procedures S4, S40, S41 to S43 explained in connection with Figures 1 to 4. It may be noted that the processing routine of Fig. 7b could also be embodied by directly passing the L2 1 PDUs from step S31 to a transmission control procedure S4, S40, S41-S43.
  • Fig. 7c shows a basic routine for managing the contents of one or both of the SDU buffer and PDU buffer. More specifically, in a step S8 it is determined whether a triggering condition for performing dropping of buffered data units is met or not, and if it is, a data unit dropping procedure S9 is conducted.
  • the triggering conditions can be chosen as is suitable or desirable, e.g. a data unit dropping procedure can be called for if the buffer is an overflow state (e.g. the amount of data in the buffer exceeds an overflow limit) , and/or if tne link over which the L2 PDUs are to be transmitted is in an overload LO LO to t ⁇ 1 ⁇ >
  • Figure 8 shows an example of a data unit dropping procedure S9.
  • a first data unit is considered.
  • the selection of the data unit to be considered can be done as is suitable or desirable, and can depend on the way the data units are buffered. For example, if the data units are queued, then a data unit at a predetermined position in the queue can be selected (such as the first or last data unit) ,, or any other type of selection routine can be chosen, such as the random selection of a data unit.
  • step S92 the above mentioned decision step is performed, i.e. it is determined whether the numeric value (e.g. data unit size or inter-arrival time) of the L3 data unit or SDU associated with the data unit under consideration (either the SDU itself or an L2 PDU embedding the SDU) fulfils a predetermined condition or not. If the predetermined condition is fulfilled, the procedure branches to step S96 and drops the data unit under consideration. If not, the procedure branches to step S93, where' it is determined whether there 'are further data units present in the buffer, beyond those already considered. If yes, then the procedure branches to step S94, in which a next data unit is selected, and then the procedure loops back to step S92.
  • the selection of a next data unit to be considered can be performed in any desirable or suitable way and will generally be linked to the method used in step
  • S94 can consist in simply selecting the following or preceding data unit in the queue, or in performing another random selection that only excludes previously selected data units.
  • step S93 shows that no more data units are left that have not yet been considered for step S92 (which indicates LO LO to to H ⁇ >
  • Dropping ACK messages does not improve the traffic situation as TCP ACKs are cumulative.
  • the setting of the threshold Th is preferably done in dependence on the possible signalling messages sent at higher layers.
  • the threshold Th should be set such SYN, ACK and FIN messages are not dropped, i.e. the threshold Th should be set larger or equal to the expected size of the SYN, ACK and FIN messages .
  • the step of discriminating a group ! into an L3 data unit belongs can also be used in connection with data unit dropping procedure. Namely, in addition to making the data unit dropping procedure dependent on the numeric value, the result of such a discrimination step can also be taken into account .
  • the decision step S92 or S920 can be amended to also take the discriminated flow into account, e.g. such that no data units from a specific flow or group of flows are dropped, LO LO to to H H

Abstract

A method of processing a data unit of a first protocol layer (L3) for transmission in a data unit based communication system is described, comprising the steps of passing to a second protocol layer (L2) a given data unit of said first protocol layer (L3) that is to be transmitted, said second protocol layer (L2) lying below said first protocol layer (L3), determining a numeric value of a numerically quantifiable parameter associated with said given data unit of said first protocol layer (L3), embedding said given data unit of said first protocol layer (L3) into one or more data units of said second protocol layer (L2), performing transmission control for said one or more data units of said second protocol layer (L2) that embed said given data unit of said first protocol layer (L3), where said embedding and/or said transmission control is performed in accordance with said numeric value of said numerically quantifiable parameter.

Description

Method and system for processing a data unit
[Field of the invention]
The present invention relates to a method of processing a data unit in a data unit based communication system, and to a corresponding data unit based communication system.
[Background of the invention]
A well, known principle for data exchange in networks is that of data unit exchange. This means that data to be sent is broken down into individual units . Rules for sending and receiving such units, as well as rules for the structure of the units themselves, are determined by so-called protocols. Protocols are sets of rules that allow the communication between a sending end and a receiving end, as the rules specify how and in what form data to be sent has to be prepared such that the receiving end may interpret the data and react in accordance to protocol defined rules to which both partners in the communication adhere. The two ends of a communication adhering to a specific protocol are also referred to as peers. _
Such data units are sometimes referred to by different names, depending on the type of protocol involved, such as packets, frames, segments, datagrams, etc. For the purpose of clarity the present description uses the term "data unit" generically for any type of data unit associated with any type of protocol .
An important concept in communications using data unit exchange is that of protocol layering. This means that a number of protocols (sometimes also referred to as a suite) is organised in a hierarchy of layers, where each layer has specific functions and responsibilities. The concept of layering is well known in the art and described in many textbooks, for example "TCP-IP illustrated, volume 1, The Protocols" by W. Richard Stevens, Addison Wesley, 1994, such that a detailed description is not necessary here.
The TCP/IP protocol suite is an example of a layered protocol hierarchy. A basic structure of a protocol hierarchy is defined by the OSI (Open System Interconnection) layer model. At a lowest layer, which is also referred to as the physical layer or LI, the functions of directly transporting data over a physical connection are handled. Above the physical layer, a second layer L2, which is also referred as to the link layer is provided. The link layer L2 fulfils the function of handling the transport of data units over links between communication nodes . Above the link layer L2 a third layer L3 is provided, which is also referred to as the network layer. The network layer handles the routing of data units in a given network. An example of a network layer protocol is the internet protocol (IP) . Above the network layer, a fourth layer L4 is provided, which is also referred to as the transport layer. Examples of a transport layer protocol are the transmission control protocol (TCP) or the user datagram protocol (UDP)' .
In a data unit based communication system using a hierarchy of protocol layers, a communication comprises passing a given data unit downwards through the protocol hierarchy on the sending side, and passing a data unit upwards through the protocol hierarchy on the receiving side. When a data unit is passed downwards, each protocol will typically perform a certain function with respect thereto, e.g. add further information and change or adapt the structure to specific rules of that protocol layer. Typically each protocol layer will add its own header to a data unit received from a higher protocol layer and may also add delimiters . When a specific protocol layer receives a data unit from a higher protocol layer, it will embed the higher layer data unit into a data unit adhering to the rules of the given protocol layer. The term "embedding" shall refer to both encapsulation in which one data unit of a higher layer is placed into one data unit of a given layer, and to segmentation, where one data unit of a higher layer is segmented into a plurality of data units of the given protocol layer.
An important aspect of the layering scheme is that the different layers are "transparent" . This means that the peers in a layer are oblivious to what happens in another layer .
Typically, each protocol layer will perform some type of transmission control for its data units. Such transmission control can e.g. comprise the performing of a certain type of forward error correction, the setting of parameters associated with an automatic repeat request (ARQ) function, the scheduling of data units, or the performing of comparable operations .
It is known to implement protocol layers in such a way that they can be operated in-a specific mode with respect to thei transmission control. As an example, a so-called numbered mode (or I-mode) and a so-called unnumbered mode (Ul-mode) are known. In the numbered mode, if it is determined that a sent data unit was not correctly received by the receiving peer, then the sending peer performs retransmission of said data unit. In this way it can be assured that all packets are correctly transmitted, although this may increase the delay, depending on how many packets have to be transmitted. On the other hand, in the unnumbered mode, no retransmissions are provided. This has the advantage of less delay, but the transmission reliability depends on the quality of the physical connection. The possibility of setting a given protocol layer implementation into a specific transmission control mode has the advantage that the selection of the mode can e.g. be performed by a control procedure from a higher protocol layer, in order to optimise the sending of data units from said higher protocol layer. However, it does not provide very much flexibility, as a given protocol layer will typically handle a variety of different types of data units, that require different control settings with respect to the optimisation of the sending of the given type of data unit. As an example, if an application layer is sending a computer file, it desires to ensure a reliable transmission, and may therefore want to set a lower layer protocol implementation into the numbered mode, or the application layer may want to send data that requires realtime transmission, such as a video stream belonging to a video telephone, in which case transmission speed is more important than reliability, such that the application layer may want to set a lower layer protocol implementation into the unnumbered mode. However, if both computer file data and video data are being sent, then the setting of the lower layer protocol implementation into a given transmission control mode will not provide an optimum solution.
EP-0 973 302 Al addresses this problem and proposes a system-, in which a given protocol layer that receives higher data unit layers and embeds these higher data layers into data units of said given layer, is arranged to discriminate the higher layer data unit layers by reading the header information and determining the type of the higher layer data unit. Then, a classification is performed in accordance with the identified type. In this way, the given protocol layer can flexibly set the transmission reliability of its data units depending on the type of the higher layer data unit that is embedded in its own data units. As an example, if the system of EP- 0 973 02 Al is applied to a link layer in the TCP/IP suite, then the link layer can identify if the network layer IP data unit that it receives carries a TCP data unit, in which case the link layer data units are sent in the numbered mode, or if the network layer IP data unit carries UDP data unit, in which case the link layer data units are sent in the unnumbered mode.
However, the system of EP-0 973 302 Al is not always practical, as it requires the parsing of higher layer data units in order to identify type information, which e.g. does not work when the higher layer data unit has an encrypted header and/or payload.
[Object of the present invention]
It is desirable to provide an improved method and system of processing data units of a higher protocol layer at a given protocol layer, which is simple to implement, but flexibly provides improved transmission properties.
[Summary of the invention]
This object is achieved by the subject-matter of the independent claims. Advantageous embodiments are described in the dependent claims .
In accordance with an embodiment of the present invention, at a given protocol layer, e.g. a link layer L2, one or more numeric values of one or more numerically quantifiable parameters associated with a received given data unit of a higher protocol layer, e.g. the network layer L3 , are determined. In other words, one value of one numerically quantifiable parameter can be determined, or several values of one numerically quantifiable parameter, or one or more respective values for each of a plurality of numerically quantifiable parameters . The at least one numeric value is not derived from information contained in the given data unit of the higher protocol layer. In other words, instead of analysing the content of the higher layer data unit, one or more simple physical properties that are numerically evaluatable are measured, and the embedding and/or transmission control is performed in accordance with the determined value. Consequently, no parsing of higher layer data units or other similar complicated processing is necessary.
As an example, a numerically quantifiable parameter can be the size of the higher layer data unit. In other words, at a given protocol layer e.g. L2, a higher layer data unit, e.g. from the L3 layer, is received, and the size of said L3 data unit is measured. Then the embedding operation for embedding said L3 data unit into one or more L2 data units, or the transmission control operation for transmitting the one or more L2 data units into which said L3 data unit has been embedded, is performed in accordance with the result of said size measurement.
Preferably, the size measurement is used as a basis for adjusting the transmission control to optimise _ predetermined target properties. More specifically; the L2 data units are transmitted with parameters set for optimising throughput if the L3 data unit falls into a predetermined size range, and otherwise the L2 data units are transmitted with optimised delay. Namely, if the L3 data unit is found to have a size indicative of a maximum size e.g. falls into a range around or is equal to the TCP maximum segment size if the L3 data units carry TCP data units, then the transmission of the L2 data units, into which said L3 data unit has been embedded, is optimised for throughput, as it may be assumed that the maximum size L3 data unit belongs to a larger amount of data being sent from above the L3 layer. On the other hand, if the L3 data unit is smaller in size, then the transmission control is ω > to t μ> H in o σi o U1 o LΠ
μ- rr Hi rr p. tf β φ Φ O φ β . rr 01 Hi μ- O μ- l-h β oi o μ- H £ φ O p.
Figure imgf000009_0001
ii Φ Φ rr
• Hi 0
OJ μ- a P s: p. φ a-
P. μ-
P. o
Φ tr a
01 * ; rr rt μ- rr if a t Φ
OJ Φ rr β4 μ- 01 μ-
O o iQ a β β4 ϋ φ
TJ n ii
O Φ
H rr OJ OJ
P •<; β 0- Φ β μ.
3 p.
D" Φ &
Φ 01 OJ
K. rr rr μ- OJ
OJ a a W β
P. rr a μ-i μ-
OJ O rr a
TJ b" i Φ
O TJ rr o
0 OJ P
O LQ
O P* 01
H •
Φ
01
01
-
Figure imgf000009_0002
LO LO to t μ> - μ>
LΠ o LΠ o U1 o LΠ
Hi r->
O
£
M
Λ
Figure imgf000010_0001
β
OJ j
H
•<:
-
=s4
Φ β
01 μ- β
LQ rr tf φ μ- β rr
Φ ϋ
1
OJ li ϋ μ-
<
OJ μj rr μ-
3
Φ
O
Hi rr if
Φ
Figure imgf000010_0002
Figure imgf000011_0001
TJ o TJ OJ tr4 μ- if 0) < rr 01 β 0 rr Hi Ω β t-3 rr OJ TJ OJ Ω Ω P. Ω if μ- tr μ- TJ if
OJ β Φ 01 t Hi μ- P. OJ O tf Φ β TJ tf O O β tf μ. Ω o β OJ OJ OJ O Φ • φ β OJ μ- ϋ μ. 01 - LQ l_I- j £ Φ LQ μ- Φ Φ μ. β 3 φ OJ ? 01 rr rr rr β φ rr ϋ LQ
OJ rr Hi 0) 0 rr tf β β Φ rr ϋ £ 01 Φ β β 01 OJ Φ Φ OJ P. 0 . O Φ OJ tf
3 β4 o H" rr if Φ 01 φ H β Φ OJ OJ OJ μ- μ. rr 01 o μ- Ω LQ LQ μ- β β μ. 3 φ
Φ φ ti μ Hi if φ ti rr . β a μ- rr P. μ. 01 μ- H 3 -s tr Λ4 O O β rr LQ ≤: LQ 1 φ H. rr 3 Φ o Φ 3 3 rr β μ- l_l- P. rr Ω 0) μ- H" β H ti β μ- μ- a- μ- J rr
Φ & Φ OJ K β 3 H Φ t-3 OJ Φ OJ rr o β β 01 Φ Φ O * : ^ μ- O β Φ β ϋ Φ μ< ti Φ P. P. Φ OJ β if •^ μ. rr 0 β 01 Φ μ- <; 01 01 P. £ • rr β LQ P Ώ. ti t OJ
01 rr *< tr1 OJ rr ^ rr φ Φ μ- μ- rt ti β OJ 3 μ- rr μ- 01 - μ- - ^
Φ rr H P. tf Φ 01 ti Ω O 01 Ω μ- ti μ- o 3 O Φ 01 n rr P. rr <! φ
OJ ii 0 3 l_J. O H. rr β Φ o β O OJ β 01 β Φ P. O o φ 0 φ O OJ rr ϋ ϋ 3 φ " β P. Hi H 01 <! < LQ ϋ β φ 01 β β LQ 01 H Hi . rr f
Φ μ- o β OJ 01 P. O OJ Φ OJ O Φ S ^ μ- Ω rr 01 Φ φ LQ OJ Φ rr φ P. β TJ rr rr rr O OJ ti a TJ H ϋ O Ω o O o φ 3 r-1 φ rr H tf rr β OJ rr φ rr μ- OJ 3 Hi rr 01 «§ β φ OJ μ- Hi O 01 Hi β β P. Φ φ X tf LQ 3 φ μ- rr tf P. μ- 0 Φ OJ rr 3 Φ Φ H μ- 01 ϋ β rr OJ rr β Ω rr ii ti μ- rr Ω μ. rr tf rr rr ?J φ μ- 3 rr OJ
Φ 3 β β β rr tf μ- β •- OJ φ 01 3 O 0 β P. φ tf β μ- Φ β rr tf β Φ 01 rr rr μ-1 Ω Φ rr if O o OJ Φ φ TJ LQ β μ- μ- Φ β rr β 01 & μ- 01 φ a 01 01 β μ- o OJ tf Ω OJ φ β . — . P. μ. P. T5 β 01 <! β tf 3 φ rr μ- P. μ- OJ O § Φ rr tr rr . β μ- μ- Φ o Φ ~ LQ Ω OJ a μ- μ. φ 01 Ω μ- rr OJ O μ- 3 β Φ 01 P. μ- μ> β H β β . rr β rr μ. β rr
O ti Ω rr . OJ β 01 rr β β Φ H φ β O φ β O μ- rr φ O T Φ μ- rr μ- β 3 β μ- φ tf β < - OJ H-" Ω 1 μ-1 β 3 rr Φ • μ- ti rr tf 3 φ φ OJ
LQ Ω ϋ Φ φ O OJ <: OJ μ- 3 φ 01 ϋ ϋ Hi rr 3 Φ μ- ti 01 f rr tr β 0 β O Ω β OJ φ β φ μ. TJ 1 tf φ tf μ- μ- β Hi μ-
TJ < OJ rr Φ rr μ. β β Ω tr ; β LQ rr OJ μ- Φ μ- OJ 0) rr OJ ' β 01 μ- OJ 0 Ω rr β OJ μ- μ. μ- μ- rr o ^ tr Φ rr if 01 Ω H β ti <! OJ if rr φ β rr μ. f rr μj β OJ 3 O OJ rr K. μ. Φ ti OJ Φ β OJ Hi ϋ Φ rr φ TJ rr Φ <! φ β β OJ β rr 01 O p. OJ rr τ| ti μ O rr μ- Φ Hi rr O Φ P. rr OJ
^-» φ rr 01 i OJ P. T P. μ- β 0) Φ t tf <! OJ LQ OJ if 01 μ. tf β rr . OJ 3 Φ μ- OJ OJ β <_!. φ OJ O ti P. 01 : 3 Φ OJ rr ti μ" Φ 01 1 LQ O β β tf μ. μ- 01 rr Ω Ω β μ. rr β rr I_ . Φ 3 O O μ- OJ μ. 01 φ 3
Φ M LQ 01 Hi j OJ φ 01 Hi OJ tf β 01 Λ P. Hi μ- β μ- tr ti O φ φ
X φ 01 O OJ OJ rr β rr o O φ 01 β β μ-1 rr β P. TJ μ- β ti β Ω μ.
8J 9} rr μ- μ. TJ ■• tf > μ- ϋ β Hi ti rr Ω OJ μ- o μ- μ- OJ β rr Φ μ- J β4 0) μ-
3 o TJ Φ Φ Ω μ- β 3 β 3 μ- tf β a ≤ 3 3 rr μ- rr Φ <; . μ- β Ω
0 TJ TJ β rr ti O rr LQ φ μ- rr O β rr φ β OJ 01 O ti rr OJ LQ OJ β H1 OJ if μ- * β if P. rr tf μ. LQ OJ μ- OJ OJ 3 1 0 M if tr " β - ti Ω Φ φ tr OJ 01 rr 01 Φ Φ 01 Hi Ω 01 O β ) OJ OJ β Φ Φ μj rr 01 a o p. Φ *<: μ- rr if μ- * ^ O μ- Ω Hi 03 β H OJ rr ti "<
3 β tr1 Φ 01 if φ β if Hi rr OJ o OJ μ- μ- Hi LQ ti P. μ- rr Ω
O o Φ rr to rr O μ rr Φ rr μ- μ- if tr μ. rr N rr μj μ- μ- P. 3 if H1 tf Λ
Hi Hi rr ti O z. 01 OJ if LQ Hi Φ P. tr if φ 01 O <! φ φ OJ o β
Φ O P. ϋ μ- P. μ- Ω φ f fϋ Φ OJ OJ Φ — £ φ OJ OJ • ; 01 OJ J , 01 ϋ μj OJ OJ Φ β Φ N Ω β φ rr OJ a 03 - rr β O Φ φ β
OJ β 01 rr ^ Ω rr φ O ϋ tf Pi TJ Ω μ- β4 OJ Hi Hi OJ ϋ β rr
"< Ω - Ω OJ < O Φ 3 Φ μ. rr Φ 01 l_J. OJ Φ 01 rr OJ β 01 rr β rr μ- μ-1 tf OJ μ- ii μ- OJ ii o Pi if H" Φ β li if rr P. μ- μ- H P. rr P. OJ Hi o P. β β β <! tr 3 H OJ μ- OJ φ rr 01 OJ Hi Φ N 3 rr OJ Φ OJ 01 μ-
OJ rr Φ β Φ μ- μ- μ- a 03 •- rr rr 3 μ- o a Ω rr Φ Φ if rr M rr 0J
P. S tr μ- X a a a rr Ω Φ r μ- μ- φ rr H O tf φ OJ OJ rr tr ti φ Φ rr OJ LQ LQ φ β4 Φ μ. Φ β β rr β4 μ- β Φ o ti Ω tf H1
P. LQ β 01 OJ P. Φ P. LQ LQ Φ rr rr rr Hi β OJ β Φ Φ
OJ Φ P. *- ^ TJ rr $. p. P. 01 ti rr if OJ 01 β 01 β rr rr μ- Φ if μ- OJ μ- - O tf Φ μ- μ- μ- 01 μ- Φ μ-
OJ β tr ti φ Φ rr rr β Hi Ω Φ 01 β β rr ** rr LQ if OJ LQ O OJ Φ Ω 03 01 rr K. β if
LO LO to t -μ1
LΠ o LΠ o LΠ o LΠ
≥i Ω 3 μ- t-3 P. OJ P. OJ o β 0 OJ β if ii Φ r-> rr 3 μ. Φ O TJ r-> μ- Φ 3 ? Pi ii TJ Φ Φ φ
Hi X β μ- μ. Φ TJ < β <! μ- OJ β β 0 Hi μ- μ- P. μ-
Ω 3 μ- LQ J o a OJ 03 OJ
OJ TJ Ω TJ ti LQ rr rr rr H OJ rr μ- Φ μ- O μ- μ- Φ rr O β - TJ 0 β 0
O μ- LQ li β β β O O OJ rr 0 03
Hi β OJ if Ω S OJ
^— . 3
P. Φ φ ϋ μ- φ
H 01 φ OJ p. Pi O P. 0)
5 O β β rr OJ Ω β Ω 03
Ω P. OJ rr o ϋ φ β β tf 1 OJ β φ 9- β μ.
TJ β LQ β 3 Φ
W OJ O β β Φ OJ μ. φ β μ- μ- β 01 β Φ ϋ ≤ o 3 β rr μ- rr Pi μ- μ- s- OJ rr - rr μ- Ω Ω rr β μ. 01 o O OJ tf
*f 03 Hi a ti β <!
Hi μ- rr OJ H OJ ϋ μ. β β" μ- O J OJ Φ Φ
0 LQ OJ Pi 3 • β 03
3 rr Pi LQ φ TJ μ- 3 rr φ OJ • φ
HI 01 Ω OJ β4 <: rr O Ω o O ϋ Φ μ- OJ Ω ti rr J rr β ? OJ O
-^ if LQ μ- tr rr β 3 <! rr
Φ Φ β β μ- β TJ OJ O
TJ 01 LQ Hi O μ- μ.
. M rr Hi β rr μ- β OJ
X μ- μ- φ 03 φ
TJ 0 β μ. 3 3 φ 03 P.
H β Hi - φ OJ • OJ μ- O J ϋ OJ rr
Ω μ- H. o 03 W4 >-_ 0) μ- 03 3 ϋ β μ- P. tf rr μ- μ. β OJ Φ β rr β μ- Φ LQ rr β
Q OJ LQ β OJ Ω μ-
O o TJ O rr β μ- rr OJ J ti β β
LQ β tf P. β O β LQ O φ LQ φ P. Ω μ- Φ ti
01 μ- Ω Φ rr 01 rr S β o P. rr β μ- " LQ a β μ- O
O OJ 01 ti O rr β Ω OJ μ- Φ β
Φ 03 . rr
Figure imgf000012_0001
LO LO t to μ> - H
LΠ O LΠ o in o in
OJ μ- rr
TJ μ» 0
TJ φ β P. β 03 Φ
Pi rr rr φ ti OJ i OJ μ- rr t-1
Pi μ- Φ li <! P.
OJ Φ
^ Φ μ- 3 β tr c
LQ β o
03 rr i
- μ- β 3 μ- 0 Φ β rr β rr
2 01 tf μ- - μ- 3
Ω μ- •> if rr if μ- μ- β Ω
LQ tf
OJ
$ ti μ- Φ rr if O β
H
Φ •^
Hi
Φ μ- ti β
Φ rr β Φ
Ω β
Φ P. φ rr P. o rr rr O if φ tr
Φ
Figure imgf000013_0001
Fig. 1 shows a flow chart for explaining an embodiment of the present invention;
Fig. 2 shows a flow chart for explaining another embodiment of the present invention, in which the numeric value is determined based on data unit size;
Fig. 3 shows a flow chart for explaining another embodiment of the present invention, in which higher layer data units are additionally discriminated;
Fig. 4 shows a flow chart for explaining another embodiment of the present invention, in which the numeric value is determined based on the discrimination result;
Fig. 5 shows an overview of a protocol structure to which the present invention can be applied;
Fig. 6 schematically illustrates the concept of flow- splitting in the context of the example shown in Fig. 5;
Figs. 7a-7c show routines of an embodiment of the invention in which data units are buffered and a data unit dropping procedure is provided;
Fig. 8 shows an example of a data unit dropping procedure;
Fig. 9 shows a further example of a data unit dropping procedure; and Fig. 10 shows a schematic block diagram of a system that is arranged to perform the routines and procedures of Figs . 7 to 9.
[Detailed description of embodiments]
In the following, detailed embodiments of the present invention shall be described in order to give the skilled person a full and complete understanding. However, these embodiments are illustrative and not intended to be limiting, as the scope of the invention is defined by the appended claims .
The following examples shall be described in the context of TCP/IP. However, it may be noted that the present invention is applicable to any protocol hierarchy in which higher layer data units are embedded into lower layer data units, and where a transmission control is performed for the lower layer data units.
The following embodiments shall be described in the context of applying the invention to a link layer L2 , said link layer embedding L3 data units from the network layer . However, this is only an example, and the present invention' can be applied at any level of a protocol hierarchy i.e. also below or above the link layer.
Fig. 1 shows a flow chart describing a first embodiment of the present invention. As can be seen, in a first step SI a L3 data unit is passed to the link layer L2 below the layer L3. Then, in step S2, a numeric value of a numerically quantifiable parameter associated with the L3 data unit is determined. It may be noted that the term "associated with the L3 data unit" is to be understood broadly as relating to any numerically quantifiable parameter derivable from the L3 data unit, where said parameter can relate to the L3 data unit as such, or to a data unit from a higher layer than L3 embedded in the L3 data unit. Then, in step S3, the received L3 data unit is embedded into one or more L2 data units. Finally, in step S4, transmission control for the one or more L2 data units and/or LI data units that embed the received L3 data unit is performed according to the numeric value determined in step S2.
Although the example of Fig. 1 shows steps SI to S4 in a specific sequence, this is only an example and other arrangements of steps SI to S4 are possible.
The adjustments performed in step S4 will depend on the specific circumstances and the system under consideration. For example, the transmission control may comprise adjusting a forward error correction for the data units of the L2 protocol layer or for the LI data units below the L2 protocol layer. The type of forward error correction can be chosen as is desirable or appropriate. For example, the transmission control may comprise adjusting a transmission power and/or a data rate (e.g. by selecting a spreading factor in a CDMA system) over a given link and/or a degree of interleaving. The mentioned link can e.g. be a wireless link.
If the L2 protocol layer comprises a function of providing automatic retransmission of L2 data units under predetermined conditions, then the transmission control may comprise adjusting said retransmission function.
If the L2 protocol layer comprises a function for the scheduling of the L2 data units, then the transmission control may comprise adjusting said scheduling.
In the event that the embedding in step S3 is a segmentation operation, then the embodiment of Fig. 1 can be arranged such that the segmentation operation is performed according to said numeric value. In other words, LO LO to to μ> i >
LΠ O LΠ o LΠ o in
≤ μ- rr tf ti
Φ
03
TJ
Φ
Ω rr rr
0
P.
Φ
OJ
*
^~
03 rr
Φ
TS
CO
^
LO
Figure imgf000017_0001
LO LO to to H - H
LΠ O LΠ o in σ in
,
OJ Ω P. TJ
3 O φ OJ
0 li Ω ^ β μ. ti " β φ Φ o rr Ω OJ OJ rr 01 P.
O μ- μ-
Hi O β TJ β LQ φ
TJ li
OJ μ- Hi
^ β 0 β
Ω μ. β
0 ii Ξ μ-
OJ φ OJ rr
P. OJ ti
01 P. 0 tr Φ Hi
Φ 01 Φ μ- ϋ rr β O ti μ-
LQ < O 3 φ ti φ rr ti . ti tf Ω
OJ Φ 0 μ] β OJ ϋ f
03 P. ϋ Φ
3 Φ μ- Ω rr rr s» rr if rr if μ- ii
Φ μ- O 0
P. Ω β β
. if *• LQ
OJ Ξ TJ
% 01 β
0) rr
P. Hι
01 O μ- w β rr ς Ω
O OJ ti ii - Φ
OJ P. OJ
01 ϋ Φ φ
Φ H 03
9- μ. β O •>
Ω ti μ-
Φ rr
P. if
Figure imgf000018_0001
LO LO to to H 1 in O in o in o LΠ
TJ p. o if μ- Φ TS φ Q rr rr
Φ μ- O ϋ 3 TJ to 3 μ- rr μ- 01 μ- β φ 3
Φ Pi μ-
03 01
Hi Φ rr 0 P. tf μ.
Φ Hi
P. 0
01 φ μ. μ-
N OJ rr
Φ >< if li o ti o
Hi φ β
P. LQ rr β tf tf Ω TJ
Φ rr β μ- rr tr1 O
LO β OJ
- β
Pi P.
OJ rr rr if 01
OJ φ β
Ω β TJ tf β ϋ μ- Φ rr rr 01 if
- Φ OJ β rr
01 rr φ 01
Φ Φ' if
0
01 t β rr 0 μ-
Φ P. P.
TJ μ-
3 tr cn Φ Φ to β rr μ- β
Figure imgf000019_0001
Namely, L3 data units for which the throughput should be optimised in general belong to a larger application data amount, which is segmented into transport layer data units, e.g. TCP segments. Therefore, these transport layer data units, which are then embedded in network layer (L3) data units generally have a maximum transfer unit size, e.g. the TCP maximum segments size (MSS) .
Consequently, as already mentioned, step S41 of Fig. 2 can be implemented in such a way that the comparison is conducted with respect to a reference value or reference range .indicative of a predetermined maximum transfer unit size. Typically, the value of the maximum transfer unit size is 256 byte, 512 byte, 536 byte or 1460 byte, such that taking into account the IP header of 40 byte, suitable reference size values used in step S41 could be 296 byte, 552 byte, 576 byte or 1500 byte.
As already mentioned, step S41 can be implemented in such a way that the measured size of the L3 data unit is compared with a plurality of reference sizes, e.g. the previously mentioned series of discrete values 296, 552, 576 and 1500 bytes, or with a suitable continuous range, or with a combination of discrete values and continuous values. Then, if the measured size of the L3 unit is equal to any one of the plurality of reference sizes, or falls into the predetermined range or ranges, then step S42 is enabled, to thereby optimise the transmission control for throughput.
In this connection, it can be mentioned that the reference size values may not only take into account the IP header, but also the possibility of header compression. In other words, the plurality of size reference values used in step S41 also contains a set of values that take into account header compression. LO LO to to μ> »
LΠ O in o in o LΠ
3 OJ O OJ OJ Ω Ω μ- rr ^ o OJ o ti OJ TJ μ- 3 μ- 3 OJ 01 Φ > OJ P. OJ μ] P. 01 φ O P. P. O OJ β O o . 01 Hi OJ β O 3 o 01 Φ 01 03 Ω X 01 πT TJ φ Ω O φ 01 μ- β
OJ rr β i P. H 01 Ω H 03 rr p. μ. TJ H 01 •. 03 tf ?J . TJ ?T TJ rr N β if 01 μ- μ- H φ M ΓT 3 β to Φ ti Φ tr 01 β Φ 3 OJ OJ β OJ Φ φ rr
O Φ rr rr β - Φ ti 03 OJ 3 o β Φ o Φ O 3 3 TJ LQ μ- <; O Ω *< TJ 01 tf
P. β Λ μ- μ- TJ OJ OJ β μ- o 03 X μ. rr OJ β Φ Φ ϋ Ω £ O Φ φ LQ β O o rr rr 01 β ϋ P. β tr Hi μ- 9} Φ Φ rr β Φ 03 φ Φ OJ β cn rr β" Φ β β Φ if φ 01 Φ LQ : β 3 p. Φ Pi OJ OJ 3 rr Φ rr μι tf Φ
OJ β OJ OJ P. φ P. 3 03 OJ rr oo LQ TJ rr β ii Ω OJ β tr P. μ- μ- P. ii β LO 0J X
< rr rr H μ- β OJ Φ β" β μ- OJ β P. Φ ; β O 01 LQ O — β OJ if H μ- TJ P. rr μ- tr - rr φ Φ P. rr φ β μ- β O φ H" rr . 3
Φ ^ P. P. 03 ϋ OJ rr μ- Pi tr if - OJ O 01 OJ o OJ μ- 3 •- 3 tf rr TJ
- φ Φ O rr μ> 03 O 0J rr μ- Φ 3 β 01 Ω P. li Ω β β P. φ 3 Φ μ< tf μ-
P. μ- μ- OJ tr OJ o . Ω rr if rr μ- Φ Ω β O P. if P- 3 OJ rr β Φ β Φ φ
OJ rr OJ OJ TJ OJ o " OJ Φ ^^ TJ Hi OJ 01 μ- β μ- 0J μ- μ- rr β4 rr 01 Φ rr if <: ^ TJ tr H H β 03 ϋ β ^ Φ 3 Ω rr P. Φ Ω 0J Φ 01 X O ϋ 0
OJ Φ ii μ- 0) tr β 01 H Φ o TJ μ- l_l. <: OJ Pi 3 OJ 8! rr Φ Hi
O o O rr • ; μ- OJ OJ <! β P. OJ 01 o β o β Φ rr Φ SJ Hi Φ LQ 3 tf Hi ϋ μ- Hi Hi X μ- Φ rr rr N rr tr μ- φ Φ β rr ϋ P. β 01 P- φ Φ TJ Φ Φ J
OJ β rr 3 μ- 01 μ- Φ f φ Φ 3 " O μ- Pi H rr φ 0J rr P. OJ O β 01 01 μ> ti μ. μ- rr Ω 1^ in 3 ; OJ •• Φ φ O β Ω OJ O OJ 1 μ- tr ; β OJ OJ φ φ LQ
Φ li O OJ β O O OJ Ω 03 o >< o β β rr β : OJ β H1 LQ ,— , £ β
Φ 3 rr rr P. μ- Hi Hi Hi β fi4 μ1 β ti LQ rr tf Pi LQ tr rr Φ 01 O O Ω μ- OJ 3 03 Φ if β μ- ^ 01 Φ OJ φ Ω o P. 01 β Hi μ. φ to
01 01 01 . μ< OJ rr ϋ LO μ> P. Φ μ- if ϋ Hi rr rr tf <! μ- OJ - Ω p. ^
Φ * ; rr if rr 03 O to φ ti 3 P. μ- O OJ β4 0 φ 01 rr . if •-3 01 01 ϋ P. Hi μ] Φ if rr * ϋ φ Φ LQ Hi H rr - Φ o - OJ O - μ- O φ 0 if LΠ rr ii Φ tr W OJ O β li if O tf 01 OJ . OJ J t i rr
Q1 Hi H Φ tf Φ Φ < tr ^ i-i rr 01 Φ ti 01 Φ Hi rr μ- P. 1 β 03 — ^ rr φ tf β O o\° Φ Hi 03 X rr μ- μ- μ. ≤ 3 o ti β φ 03 β • n if Φ
Ω ϋ rr 03 - O φ ? Φ rr o ti O OJ OJ OJ rr H OJ LQ O μ- — 01 J Φ OJ μ. φ ≤ β4 0) O μ. Ω 3 - *^ Hi OJ β rr ϋ " ii β OJ rr <: ^ H
P- OJ Φ 3 r-> β Φ O TJ 01 rr Φ P. ti P. H OJ OJ 01 rr ; rr OJ β rr Φ
- P. ii φ Φ Φ β μ> rr - μ> Φ P. OJ OJ β 3 if ϋ tr μj Ω tf OJ OJ
P. 01 OJ tr P. φ β4 o rr β Φ α 01 μ. μ- φ o OJ Φ Φ if μ- li 01 rr μ- φ Ω Pi o -• Φ OJ o O Φ OJ 03 H OJ 3 Φ 01 TJ β μ- ϋ 01 Φ Φ OJ φ Φ Ω OJ μ- Hi O O β Hi X 3 ϋ rr μ- rr 01 OJ rr 03 O 01 o β
OJ μ. O H β Ω β O tr + OJ β μ- O OJ 03 ϋ μ- TJ μ- 3 β Φ β 3 01 rr β
P. ϋ β Ω LQ r > β OJ H o 3 β 01 ti 03 OJ O TJ 3 μ- LQ β μ- Φ Φ β
01 O P. β tf ^ φ O Ul . S μ- 01
' β μ- β β H μ- rr μ- rr 01 OJ β μ- ti H" O φ 01 3 Ω _ o " rr μ- Ω β O 01 o 01 rr β OJ β rr μ- rr rr Ω 0) β μ-
Figure imgf000021_0001
β φ π 3 μ> φ o O μ- β 3 TJ TJ 0J φ LQ £ cr 01 rr 01
0 Λ OJ rr Hi N - φ OJ 03 o β ti rr μ- O ϋ rr P. μ- μ- £ if
O 01 μ- OJ μ- Φ φ β φ ) <! Hi ti 01 P. 01 £ μ- μ- rr rr O rr μ- if
OJ ii φ o <! <! . P. Pi ti li β OJ TJ Φ . Φ 01 φ 0) O £ O if β tf rr O OJ β •
3 β φ φ 01 P. μι Φ P. 1 o Ω μ- μ- ti rr β μ- OJ if TJ <! ti i Φ Φ O 01 β o £ rr I-3 OJ o • Φ rr OJ 3 3 rr rr μ- μ- TJ OJ tr β Hi H ϋ β OJ Φ o φ μ- tf *<: β Ω if μ- φ rr 3 μ- β ϋ LQ H rt μ- OJ " 03 μ. O Φ μι Ω OJ " β 01 OJ μ- 3 LQ
TJ μ- O Φ o rr O <! >< μ| rr tr tr β ϋ tr rr Hi o β O OJ μ- 01 β μ- ii O < Ω tr φ 0J 03 O >< rr Φ Φ O TJ
*- P. ii 3 OJ H1 μ- 01 P.
O β μ- rr ? φ rr o rr O Hi rr O . — . Hi Ω o μ- Hi rr LQ β LQ i 3 φ μ-
<! P. O 01 if tr H φ Ω Φ Φ O o tr β β o μ- Φ 3 φ TJ β P. Hi
Φ Φ Hi Φ o OJ • ti 3 Φ Φ LQ μ. 3 ϋ 01 β 3 Hi
P. 03 OJ μ- μ- O 00 o μ. 01 LQ Φ Φ μ- - H φ β 01 ϋ Ω o Hi 03 Pi μ- . - 03 H 01 Φ φ μ.
OJ 01 r μ- OJ N o φ φ β rr 01 + N rr φ μ- o P. OJ β φ 0J rr >< rr
LO LO to to H μ> in O LΠ o LΠ o in
Figure imgf000022_0001
Figure imgf000022_0002
LO LO to t H - H in O m o LΠ o in
Ω μ- rr 01 TJ " β if rr ϋ
OJ φ Φ O
01 P. S Ω
01 Φ 03 01 Φ μ- TJ μ-
Hi φ N cn 9 β- μ- β φ £> ii φ P- H Φ
Pi Φ ti - β Φ en
Ω Hi en ( ■ J φ Φ Φ> o
O ii to μ. O Φ O β β OJ Hi
Φ Ω β
X rr Φ Pi TJ
EH if μ-
3 Φ β en LQ
TJ 01 α> .
H LQ Φ LO
Φ ϋ P. LO
O o β μ- Hi Ω rr TJ β OJ tf TJ β
Φ μ- rr μ- β if LQ tr
LQ rr Φ . Φ ϋ O
O Ω to OJ β £ O " ti
TJ if ϋ μ- TJ c OJ
Ω Ω OJ μ- β
OJ tf ti rr LQ β μ- tf φ rr 01 P. if if O rt
Φ Φ β tf μ-
Φ β
P. if μ-
Φ LO 01 OJ OJ rr P.
Φ P. OJ P. 01 ϋ OJ H μ- μ-
3 rr 01 3 μ- pj o μ- μ- β 0 1 φ β 01 a OJ
P. β Φ μ. μ- rr
0 rr Φ if £ β Ω OJ OJ μ- rr rr : rr 03 φ tf P. OJ φ 01
Figure imgf000023_0001
LO LO to to H μ> in o in o in o in
μ- TJ μ- p. β P. rr H3 P. cr Pi OJ TJ φ P. LQ TJ rr O rr OJ
3 μ- β μ- β μ- tf if OJ tf OJ 01 O if Φ Φ φ tf TJ if
TJ LQ 03 3 01 Φ Φ cr Φ rr 01 ti TJ Φ rr β ii Φ Φ OJ 01 1 TJ Ω φ Ω OJ OJ O ii Φ Φ Hi ti rr o
Φ μ- β ii ii μ- β β Ω f OJ Φ ii ti O tf OJ
3 LΠ LQ 03 μ- μ- β β β β β μ- X μ- OJ 3 OJ ti LO rr μ- tr φ 03 Ω 3 rr 3 β β OJ OJ β Hi μ- μ- 3 μ- 01 Φ β 01 Φ OJ μ- Φ Φ μ- μ- cr 3 Φ rr β Φ P. O rr if LΠ p, β ii ti cr Φ rr Φ TJ P. Φ Φ 03 P. OJ β rr β φ O . μ> OJ 1 μ- 01 ϋ 01 Pi μ1 μ. P. rr rr tf 01
Pi μ- ^ rr OJ Ω - φ μ- Φ OJ Φ φ
01 β Φ ti OJ tr o s: β 01 O TJ 3 >-3 β P. μ- & Pi ϋ > Φ Hi =S μ- rr β tf β tf β OJ 3 β μ- μ- if rr rr Ω Φ cn Φ β μ- H OJ β o OJ LQ <: ^ o if Φ if if o TJ rr to β μ- 01 OJ 01 rr ϋ β ti OJ β to ϋ φ β 01 if - rr rr if φ Φ rr O Λ LQ Φ OJ β Φ 03 μ- Φ OJ
Φ 3 μ- β β μ- P. β φ en tf μ- μ- 01 ti tr Pi Hl TJ rr OJ β OJ rr tr β Ω LO tr 0 β β tr
Ω 0 φ μ- • μ- β LQ cr if β 3 rr OJ £ 01 rr OJ
O Pi rr J 3 cr OJ Φ Hi Φ μ- OJ 01 β 01 01 if O 01 β μ- OJ tr 1-3 Φ μ- cr Hi ti O β μ- rr rr o μ- rr 3 μ- μ1 tf Hl O β β Φ μ- β P. 01 μ- Φ Φ £ tr 01 φ Φ φ Φ o μ- β β H Ω β TJ TJ β Φ
X β Hi OJ cr μ- 3 OJ £ en O Hi rr rr s> TJ OJ tr tf cr Φ Hi μ- Hi TJ en cn μ- β o μ- OJ P. if > Φ 03 H μ- rr μ- to H β 03 μ.
O O rr ϋ <! LO φ μ- 1 if OJ rr LQ to •» Φ
Hi Hi if OJ OJ LQ μ- Ω μ. if - TJ P. p.
3 β P. TJ ti β OJ lO TJ Φ Φ rr μ- Φ
OJ rr H φ rr OJ OJ O " μ> β μ- μ> £ if LQ μ- rr if φ rr OJ rr li β rr φ OJ, LQ Ω P. •« if Φ β φ μ1- Φ 01 Φ LQ OJ OJ TJ tf <! β • O μ- μ- H μ- TJ ii Φ 3 Φ φ rr β 01 rr Ω P. - rr 3 β TJ φ 01 β φ Pi iQ μ- μ> p. Ω tf if μ- • tf μ- - ii Ω μ- β cr μ- tr β Hi . β ϋ Φ 01 Φ β
Φ rr β O μ- Φ 03 β OJ o μ- Ω μ- μ- Ω > μ-
H" 03 ' Hi rr ϋ Ω Hi β Hi OJ rr 3 β 01 ii Hi rr β
OJ Φ rr rr 01 ti Hi rr tr Φ μ- β μ- rr ti LQ
; β O tf P. Ω μ- Φ μ- OJ α β 3 OJ 3 Φ OJ
Φ rr μ- Φ tr OJ 3 μ. Hi Φ OJ Φ β μ- μ. β rr
H rr 01 rr Φ β μ- μ- tr rr μ. β 03 tf μ- if Φ H β rr OJ β TJ OJ μ- μ- φ OJ if 3 Φ
O β Φ s- μ. 0 OJ OJ tf tr Hi OJ 01 0 o X rr OJ μ-
T <! OJ 3 β H rr OJ Hi ti β OJ μ- <! 01 β φ Φ Φ ; μ- LQ cr φ rr φ Φ OJ OJ <! 3 o μ- 01 β li β X β μ- Φ P. ii 3 ti OJ TJ β β μ- 3
0) rr BJ 01 μ- β M Φ TJ Φ u Φ μj LQ 0 Φ rr μ- tf β LQ β μ- 0) if rr Φ 01 β φ 01 β ti μ- O TJ OJ LQ OJ β tr ϋ o Φ OJ β φ rr ϋ μ- β β H" rr cr Φ EH ti P. O Φ φ Ω Ω
LQ φ " rr O μ- 03 P. 3 P. rr μ- Hi TJ Ω o tf <: cr φ μ- Ω . 03 φ β <: μ- 01 tr Φ rr φ Φ tf rr β OJ rr en μ- rr OJ β f Φ β4 TJ LO Φ LQ β if in <; μ. H1
0 Φ ^ ti Φ Φ 0 β
$. en tf tr μ- P. Φ β tr LΠ μ- t φ 01 Φ 01
Figure imgf000024_0001
LO LO to t μ> in O in o in o in
μ- rr β P. Ω to Tj Hi TJ Ω tf μ- rr TJ μt Ω Ω OJ J 01 o Ω 01 tr O H P. if TJ t-3 i tf β Φ O O β β J OJ ti O to 3 if μ. β o O ϋ β φ TJ O <; Hi rr μ- Φ OJ en Cj
Φ OJ 3 03 β LO μ. β α 3 o β •»». TJ Φ O 3 3 Φ μ. ϋ Φ β 01 01 ti ii S β rr φ rr rr rr Ω o Φ Ω β TJ <! TJ 3 3 rr <! ϋ rr rr β rt 3 Ω Φ rr to H rr ii μ- ti μ- if rr J -~ Φ Φ tf Φ LQ μ- μ- β β β tf μ- OJ φ Φ O tf OJ > β in cn μ- μ- OJ β O 01 Φ μ- — * P. Ω a 3 Φ p. LQ β β OJ Φ Ω rr 3 Φ < o μ- Φ • —
Hi 3 OJ ϋ O β rr Φ β Φ • μ- μ- rr ii Φ μ- rr 3 01 rr ii LO μ- TJ rr H" μ- 3 β TJ ti μ- OJ β Φ P- Ω Ω β 3 β O φ TJ if β tf 01 O 0J
Φ μ> to μ- μ- 3 O 01 ϋ OJ Φ O β rr ϋ in OJ OJ ti O LQ O Hi OJ μ; Φ ϋ if M 01
01 Φ o 0 β TJ ϋ 0 01 β p. OJ OJ » rr rr OJ ii Ω Hi β φ Φ Hi μ-
Figure imgf000025_0001
3 ID β LQ μ-1 Φ O Ω O •> 01 rr H" ≤ μ- μ- " Φ TJ μ- rr 01 01 β . β TJ <! φ rr φ 01 φ Hi Φ β tf μ- tf OJ o O - β OJ tf φ o LO • £ if β μ. - rr 3 P. φ rr to to O tf μ- β β <; cn β Φ H β rr μ- TJ • LQ μ-
Φ rr φ if φ OJ rr β if o \ β to Ω ti OJ — OJ >< φ rr Φ H LO • cr
Hi < Φ β if ti 0 OJ φ 2 if OJ 01 01 β Ω TJ 01 P. O • if
3 rr Φ μ- rr LTJ φ Φ ii rr •> > Ω μ- P. <; > O 3 o Ω 3 μ. rr μ- μ- <_!. O P. φ tf ti 0J 01 Φ S 01 O O 3 Ω μ- 01 01 rr Φ ϋ o O Φ ti β rr β Φ φ cr
P. Φ 03 φ Pi Ω TJ 3 01 to β TS O O rr rr rr H tr 01 μ- <! tf Ω Ω --^ 01 if μ- 3 β 0J to O tf o 03 μ- β Φ Φ ϋ tf OJ Pi μ- Φ Ω Φ OJ O rr H Ω Φ β ii rr β P. Hi -— , Ω o ti OJ in μ- φ rr ii 3 3 Φ O β OJ β rr β rr μ| ID ϋ
3 OJ O - μ- O td W t Φ •» TJ 03 3 H Φ 01 01 P. •^ β Φ rr Φ rr TJ ^-^ ID μ- β
P. rr β ti μ. Φ μ- rr Φ O 01 tf • rr Ω P. μ- TJ O tf VD tr β
OJ μ- ii μ- LQ o rr OJ TJ to LQ μ- β " O OJ H OJ o Φ Ω μ- O μ- ti rr 1 Φ μ-
Ω O OJ Ω TJ 0J ϋ OJ tr o β rr 03 β < tr μ- β rr O β rr β LQ OJ rr μ» p. <
Ω Pi 0J O Φ p. Pi Φ O φ en LQ OJ ii μ- β Ω P. if 2 3 <! if • rr TJ to φ φ μ- 01 Hi u o OJ v - in rr rr Ω β rr rr Φ μ- 3 Φ Φ Φ .. μ- ti
01 μ- o rr Hi OJ rr μ- Φ P. O μ- tf Φ LQ φ 01 ti (T β β ii W in P. ^^ - β 01
03 a μ- P. o 03 OJ 3 cr φ to of Hi O Φ Ω P. <; if β rr Φ O -*»» OJ
Λ4 β OJ ii rr TJ 01 o Ω β Ω 0) OJ 01 3 μ- μ- rr ≤. 01 tr £ TJ cr
Ω " _ μ- LQ rr 3 Ω 1 P. Ω ] if 03 - O O β rr rr O rt Ω O O Φ tf •<: 5 β f o Ω β OJ μ- 3 O φ OJ ii φ β TJ β TJ O Φ tr if OJ β . < O tr Φ 3 β 0 f O β β β 3 rr μ- OJ 3 tr 03 Φ rr ti tr 3 μ- Φ rr Φ S ti • O rr a μ. β LQ H-" < φ OJ tr β OJ 1 OJ ti ti o φ rr μ- Ω S ϋ 01 φ LO μ- 3 tr ϋ rr Ω β rr Φ β Φ P. rr μ- OJ O rr if O Φ LQ O 0) β - Hi LQ 03 Φ μ-
0 ii o tr μ- rr μ- μ. rr Ω p. μ- OJ P- rr o OJ Φ Hi Φ β β Ω OJ φ TJ tf Ω h-1 1 O β ii rr if Ω LQ φ O to Ω : μ- Ω TJ Ω β tf rr li TJ φ f Φ
- rr O 01 Φ OJ φ P. β μ- o OJ φ if O ,—, o TS 0) rr O Φ Pi tr if TJ φ . P. β
^-^ μ. OJ 01 β < β 00 ii t β J H" r-> TJ if 3 ii φ Φ ti Φ ti β O μ- cr
3 J o P. rr Hi rr Ω Hi Φ H 03 a μ- TJ Φ 3 OJ <! OJ Φ Ω ti tr Ω φ μ. Ω O β φ O μ. rr rr *< TJ O o f Φ β H-1 μ- 0J rr TJ Hi φ l ^ OJ
O O OJ β O n LQ tf O tf ti Hi *— ^ μ-
,~. P. μ- TJ β Ω TJ if μ. Φ φ rr 03 OJ Ω o TJ φ Φ 01 to O φ Ω μ. μ- TJ Φ TJ Φ Φ μ. μ- . rr TJ
0 J rr rr β ϋ TJ β rr if \ rr O TJ μ. μ- OJ Φ Ω OJ - μ> ii 01 ii β β4 en if
TJ Ω if, μ- TJ μ- rr O Φ O Hi tf o J O rr H OJ β rr 01 OJ Ω μ- - Φ Φ rr >-3 Φ TJ o J O O β 1 o ϋ rr ϋ φ O Φ > σ Ω β" O ti μ- Φ rr - φ Φ β P. O if φ β ti *— ' LQ β β O O Hi 03 o O Φ Ω Ω 0J O β μ- OJ • P. rr rr μ- LO Ω Φ rr • . μ. h-1 Ω O J H" O J " ϋ Φ tf β β cr o LQ LQ tf 0J rr 01 ti μ-
TJ OJ O % — O μ. ii O rr Ω •- P. > : β Φ μ- Φ μ- TJ tf P. Hi 01
O to ti J Hi 3 O if O TJ β μ- μ- β β TJ Φ P. μ- * ;
Hi μ> O Φ μ- TJ . μ- rr μ- φ β tr" OJ ti β β 01 0J OJ 3 < O Q Ω 01 μ» Ω Hi rt ii β O β ii rr t H φ < rr β rr φ Φ μ- TS Ω Φ OJ cr rr Φ Φ O LQ Ω LQ ii - — rr 3 φ OJ P. 01 β4 rr β Ω ti β β cr Φ if & ϋ Ω O . O t 01 to O β β μ- O Φ if rr OJ Φ 3 Φ μ- 3
Φ β φ O Φ rr H-" S o tr cr P. O O μ- rr 01 φ i o ii β Hi Pi if O " μ- μ- OJ O Pi O μ- Φ β OJ β f Φ Ω β Φ Hi O ϋ β β o β rr cr to 03 φ ϋ μ- φ β P. Φ OJ β rr μ- LO Φ 01 β μ- μ- O O P. 01 01 a
LO LO to to H - μ1
LΠ o in o LΠ o in
TJ Hi P. 01 OJ OJ 03 Hi £. rr TJ TJ •-3 3 to Ω OJ ϋ P. TJ ■-3 Ω γ-> TJ TJ μ- TJ μ- μ] > ϋ O OJ TJ <: TJ Φ H f if 01 Φ ii J f β o o ii φ OJ Φ tf if OJ Φ ii β β if OJ OJ
O β rr H" OJ TJ TJ o μ- Φ ϋ O lO Φ " to β Φ 01 rr ti Φ OJ ^ Hi O rr OJ Hi Φ ^ ^
Ω μ. OJ μ- μ- H OJ £ Ω OJ Hi Ω - rr - Hi O OJ Hi β Φ Φ Ω O β O Φ Φ
Φ cr 1 μ- ii if TJ β o Φ TJ μ- μ- Ω β O LQ β ii Φ Φ μ. ii ti ϋ
P. 03 β rr OJ Φ OJ α li 9 Hi tf TJ M LQ O ti μ- ii Φ P Φ & tr* 3 0J • β β β μ- tr i rr μ- 01 Ω Φ 3 β O Ω μ> J β β Ω 01 3 β f-* β β to TJ OJ p. if ti tr H- β μ> Φ β φ J 3 01 ti μ. φ ii Hi Φ Φ Φ 01 s: Ω ϋ 0J rr μ- H TJ
Figure imgf000026_0001
Φ 1 rr LQ Φ μ- rr TJ tr Φ TJ f OJ μ- rr i ti if Φ Φ P. 01 μ- O μ-
Hi CQ β to O OJ TJ 0 rr OJ K r Φ rr LQ O ii OJ tr μ- OJ CQ O β to μj μ- μ- if ϋ ϋ P. if to O ϋ OJ μ- β O OJ tr Φ μ> β to rr Φ β H OJ o O ii 01 β TJ Ω 03 OJ o μ- φ H Ω 0J Pi 0 ti β β ^ rr φ β o OJ 01 Φ
VD s: Φ σ β rr Ω 3 μ> O Φ Hi φ β Φ rr 01 Ω ≤ 3 LO Hi 03 H
OJ 03 Ω 03 TJ Ω Ω tr Φ Φ φ P. LQ P. Hi ti P- ii 3 rr O Φ ti Φ β P. K. O • :
- Φ Ω α J O 1 03 p. β μ- TJ μ- β μ- O O μ- if β Φ φ μ. OJ β O O β μ- if o ^ β Hi β rr 01 Φ Ω ti Ω Ω Hi rr φ rr β Hi OJ β μ- € 3 ϋ to Φ < Φ J β rr ϋ rr ϋ 0) Φ O •> rr ϋ φ μj P. rr β Ω LO o OJ φ 3 • cr Φ o if φ O μ. Hi μ-1 Hi 3 rr if TJ φ J O tf H 01 rr Φ o
ID Ω P. OJ if Ω ≤ Φ Hi μ- O 0J H" TJ tf μ- ϋ P. J H1 to φ to O tf if t tr tf cr Φ rr 03 to tr ii Ω TJ O li Φ Ω O Ω β H li LO Φ Ω
- OJ μ- β μ- ii o rr β 3 if TJ Φ if Ω O Hi 0J O o rr O 03 li rr Ω β O Φ to tf rr 01 OJ H" 01 01 μ. Φ β TJ O β φ OJ ' O P. f β Ω to Φ OJ Φ Φ β s: Ω Φ μ- β μ- 01 OJ P. Pi ti μ. P. μ. OJ μ- rr tf o 03 rr μ- X Ω 03 tf Φ μ- O 0J β Φ o μ- Φ β OJ O β Φ TJ rr rr LQ ii Φ D TJ tf EH Φ . μ- μ- 01 TJ β Φ 01 β o μ- rr ii Ω rr tf β TJ tr* if OJ tf O 3
Ω Φ Φ ^ 3 03 Ω < μ. 01 j rr β o Φ Φ ti Φ tf μ-1 3 ii Ω Φ φ 0)
Ω TJ 03 en if Φ Φ Φ O Ω tr O ii OJ P. Φ • φ Φ β ti rr
OJ rr TJ P. μ> OJ μ- P. X 01 β tf OJ μ- TJ 3 to P. β ti 01 TJ J β TJ μ- β μ- α φ Φ ii β OJ rr Φ rr φ OJ Ω O 03 ii μ- o μ- ti tf 0J Φ μ. D μ- r-> ti Ω
P. <! O TJ - >< Ω ti rr Φ a O Pi 3 w β 0 β μ> O Φ to β O Ω rr OJ O OJ
Φ J μ- Φ Φ ti β rr β O s: φ OJ rr φ - 01 rr Ω J 03 Ω to " Ω OJ Hi OJ P. rr " β OJ TJ O OJ to 01 Φ Φ Φ o > TJ rr M rr Hi Φ μ- if μ- LQ ϋ 1 TJ Ω rr O Ω o 0J LO 9-1 TJ rr ti &
ID ti φ Ω O J tf Hi P. β Φ β P. O O β4 β Ω μ1 ^ o μj β li tf β
P. tf O P. O Φ μ- <; LQ O LQ μ- μi φ φ φ • Φ M O ϋ O OJ tf ϋ ti
OJ Ω ti if β Ω tr φ rr cr φ μ- φ 03 01 ii LQ Φ Ω rr LO Φ Φ β Φ μ- li μ- Φ "< β ii O tf ϋ Ω P. . " O 01 3 μ. μ- Φ TJ
Pi i β Φ β OJ rr Hi rr OJ Hi φ μ. OJ OJ ii O μ- Φ Ω to P. OJ , — , to ϋ μ» β 03 Hi p. ϋ 0J μ- β H 0 OJ M ^ tr ii 3 Hi OJ o β ti β o Φ φ H TJ TJ O Φ OJ O O 01 if ti β β φ 3 φ Φ TJ φ H" ID ti Φ o μ1 03
P. Φ μ- O li ii β £ 01 β TJ to cr Ω P. ϋ o 0J h-1 μ. • Φ rr Φ
LQ β 3 03 TJ - o tf Ω tf rr ti ti 01 Φ 01 Ω rr ii β tr to • P. OJ Ω 3 ti P. μ- o OJ OJ tf μ> Φ Φ TJ 3 if to O 03 Φ rr
" o μ- rr O μ- Φ μ- rr rr OJ β H β Φ ti Φ φ rr OJ o tf Ω 03 to C\ β μ- 3 rr . rr if rr LQ H β 3 OJ ti . Ω β O β to tr 0 Φ
OJ • LQ O TJ rr rr Φ Ω OJ 01 Φ φ β J β OJ μ- rr β ^ φ £ μ- rr μ- β ti Φ LQ μ- f > Ω μ-1 μj O P. P. Hi OJ cr Φ < if
01 03 Hi Φ Pi . β Hi OJ β rr rr Ω μ- μ- μ- rr ii μ1 rr φ Φ Φ φ μ- μ- 03 LQ β β β T] μ- μ- μ- TJ μ-1 o 0J Ω μ- OJ 01 O . 03
TJ 03 Hi 0 03 03 < OJ β β μ- β4 o 01 TJ OJ OJ O β tr TJ
OJ TJ £ μ- μ- a Ml Ω φ rr Φ β " TJ <; tr rr β 01 μ- rr Φ t-3 Ω if ti O OJ o 0J β rr 01 •- β φ H Φ Φ tf " TJ β if Pi if o
OJ μ- ≤ β H β μ- 01 S 01 X O ii 0J Φ μ- 1 φ μ- Ω ϋ ^ O φ P. φ β 03 rr rr ti TJ Ω o OJ 0 01 H rr Φ rr μ-
Φ 0 Φ μ- rr β LO β Ω β P. β Φ to Φ ϋ rr if td P. β ti Ω μ- Hi Oi 03 μ- o P. Ω LQ P. ti OJ β Φ 3 03 O OJ
TJ β P. O 0 μ> if β 01 Pi 01 Ω φ H1
Figure imgf000026_0002
tf cr 1-H >< β Hi • o H μ- φ tr" ii
Ω O J * OJ Hi Φ O ii to 1
LO LO to t H - μ>
LΠ O in o in o in μ- Ω cr OJ β P. Pi Φ if 3 β O f ti β Φ μ- H μ- Φ
Φ ii 3 03 Hi H. LQ rr rr tr μ- φ Ω Hi o tf tf tf μ- P. < ii li φ M Φ 0
OJ β φ OJ μ- μ- ti ii P. rr Φ rr Ω tr Φ Ω 01
P. Φ OJ Φ β 0 01 rt ϋ rr 1 p. cr H μ- Hi f S 3 μ- H μ- li LQ 0
Φ μ- μ- 3 >< 3 J Φ β μ. rr β φ Φ cr Ω OJ
<! tf OJ Λ cr Φ rr ϋ
OJ rr Ω β if μ- - — Φ rr μ- OJ OJ o cr O μ- P. β if O β β p. if β β β φ Φ β rr 03 φ rr Ω tr μ- Φ μ- β p. O Φ Hl o P- 3 ii β
01 Φ Hi μ- Hi μ- o Hi LQ φ rr β OJ Hi ϋ Φ
P. φ OJ 01 if Φ Hi Φ ti rr ti β φ £ φ Φ if
OJ 3 P. φ TJ H OJ β Φ
01 μ- μ- φ LQ Ω β β TJ 0 β LQ Φ rr
OJ OJ rr OJ "^ rr ϋ 1 ϋ rr Φ 01 μ. μ- Φ ii OJ tr μ- ii EH β TJ 03 OJ a
OJ o 1 OJ 3 LQ tf 03 rr 03
01 β OJ Φ OJ μ- μ- 3 μ- H ϋ rr OJ 03 <l O μ-
01 O H Φ φ φ Φ 03
Hi μ- OJ ii tr 03 rr 03
Hi <! P. - β OJ μ- o OJ OJ Hi o TJ ti o μ O Hi Hi lO LQ a
P. 3 ii Φ Φ rr OJ rr Φ μ. OJ 01 rr P. μ. rr μ- β β Φ φ
OJ OJ 3 rr 01 Hi H rr μj β φ μ- μ- μ- Ω rr 01 OJ
03 β O β H" J μ- rr ;
3 β Ω β LQ H β μ. 01 μ- μ- OJ Φ 1 Hi LQ O
01 rr β P. rr H" " 01 β OJ
01 if Φ o LQ ϋ μ- 01 OJ. TJ Φ < s: Φ Φ φ
O μ- ti Φ - rr H β N 01 Φ μ- H1 Ω φ φ O <! β rr . Hi .
Ω μ- rr OJ if o LQ
O ϋ tr O Φ 03 φ ι-3 H • β OJ Φ β ti O S rr β 01 1 cr OJ OJ 0) ti LQ if tr li
O Φ >< φ 0 P. > " " Φ
Figure imgf000027_0001
LO LO to t μ> μ>
LΠ o in o in o LΠ rr i Ω P. β β TJ Φ μ- t-i TJ rr tr OJ μ- Λ OJ Ω O rr tr J 03 <
O μ- O OJ β β H OJ β rr if tf φ 03 β ii O TJ if β tf μ< 01 Φ ϋ rr μ- μ- O Ω rr OJ ii b-> 03 OJ ii ti rr Φ Hi Ω O H μ- Hi ϋ OJ rr rr Ω β" O 3 01 Φ o μ-1 0) β μ- ti μ- β Hi s: OJ ^ β φ Φ 03 03 Φ OJ Φ 01 s: o tr rr <! Φ 3 φ Ω rr μ. Ω β P. 01 01 * ; if s: o μ- OJ 03 μ- rr ti O 03 Ω μ- φ Φ rr β OJ μ- β rr φ O cr <! Hi TJ 03 tf β rr O μ- ϋ β μ- μ- ϋ β ii ti <: tr " tf 03 Φ μ- O φ Φ Hi β OJ β ?r
Figure imgf000028_0001
Ml rr O ct Φ Φ Φ Φ φ μ- rr OJ rr β P. μ- Φ ti 01 φ
Φ β O OJ H 01 OJ OJ tr μ- P. t→ Ω cr φ ϋ rr μ- if β to 3 OJ β ϋ 3 μ- Hi to r-1 rr £! >
Φ ii 03 OJ Φ o μ- o cr 01 r TJ φ Φ β o μ- TJ β β OJ P. β ID O rr tf OJ ϋ LQ μ. P. h-" O if Φ rr
Ω β μ- if P. OJ OJ Hi TJ Φ Φ 3 TJ φ TJ 0 OJ φ β OJ β if
Φ 01 Hi OJ H P. - tf P. β φ if P. 0) Hi Ω rr rr <! 01 Ω OJ
3 Hi β φ OJ P. Ω OJ φ ϋ O tf OJ φ O Φ Φ cr ϋ μ- φ Pi P. TJ to OJ rr cr TJ 03 cr 0) rr β ti TJ ^ -
OJ 01 μ. rr o rr 01 tf if ti Φ Φ 3 if 01 O β rr rr 01 Φ Φ tr μ- ID OJ β OJ μ- Φ ti φ Φ μ- β β μ- μ- cr μ- Ω μ- μ- β Pi ^ < tr tr rr 01 P. 3 rr P. LQ μ- β 3 tf Hi J
O^ O rr φ β Φ ≤ μ- Φ φ tf rr P. μ- Φ β P. rr β Hi 0J 3 cr if β μ. TJ n TJ 03 μ- 01 β rr μ-
- 01 μ- tf 03 to μ- " β ^ Φ Φ φ . OJ β Ω φ tf 01
TJ Φ Hi Φ β O rr O >< ti ii P. P. rr rr OJ OJ P. cr Φ φ o LQ Hi tr VD 01 s: OJ 3 φ z OJ μ- . i rr tf μ- rr € 3 φ 03 Ω 01 μ* μ- μ- OJ cr
Φ μ. OJ Hi μ- - rr EH rr O φ φ Hi Φ tr β
Ω Φ β β 03 tf 3 OJ β 03 O β
. ti β Φ 3 " O 01 Φ P. φ ii Φ 01 TJ μ. tr' Hi cr — rr β φ O ϋ OJ ii μ- P. μ- Φ β - OJ to Hi tf
. .— , OJ cr . tf 01 β Ω Hi 01 •<: β OJ OJ ti Φ φ
Φ rr TJ • to OJ OJ OJ cr tf •" μ- TJ Ω Ω φ P. μ.
. μ- <; tf o β 01 r cr if cr 0 rr TJ φ O P. OJ Ω
LQ O Ω M m P. if μ- Φ ii if μ1 μ- 01 H" P. β β rr Hi O
. β β P. o < Φ φ Pi Hi "< LQ Ω OJ μ- β
P. TJ - Φ £. φ OJ 01 OJ μ- Φ μ- μ-1 LQ i 03 μ- ii rr P. β if μ- rr 03 a 03 β β Φ μ- μ- Hi O if μ- rr Ω O β rr tf if rr rr LQ β 01
Hi t i Hi Ω μ- 01 tr μ- o o » cr tf φ OJ Φ O μ- μ- μ- cr
H φ Φ Φ 01 β β Pi Φ Φ β O P. cr φ μ- φ 03 μ. 9 rr 01 LQ ti β μ- β OJ β Φ 01 <J O
H Φ β Ω O 0J J TJ Φ β β β " Φ β φ β ti OJ μ- H" 01 o OJ rr rr 3 01 TJ OJ OJ OJ H" β P. rr Φ 01 rr 01 LQ μ- r ti μ. tf Φ Φ μ- tf < >< ti OJ rr μ- •- φ ii Φ • rr μ- ϋ μ- μ. H β Ω 0 - Φ μ- <!
Hi Hi - OJ TJ cr 0 tr μ- 01 μ- LQ μ- β O rr Hi O if β OJ en μ- β Φ <i OJ Ω Ω P. OJ TJ Pi μ-
0) Φ ti o OJ 01 ii •- β OJ 3 ϋ OJ rr O OJ β μ- P. μ. ti £ £ 3 OJ LQ OJ 0 M OJ ti if β β P. OJ Ω OJ iQ Φ OJ Φ H μ- rr μ- <; ≤: *<; μ- φ β Ω Ω 0) β
Φ β ti < rr Φ β cr o cr <! <! Φ Φ μ- Φ r Ω rr rr P. Φ P. tf μ- OJ μ- μ- OJ μ- Ω Hi P. Φ φ ϋ OJ OJ J > Φ Pi 3 β β rr TJ 01
01 Φ - rr tf tf OJ 03 φ P. rr μ- tf rr μ- TJ μ- J ϋ OJ Ω μ- Hi β Φ μ- rr Φ O OJ if β OJ tf
LQ u Φ Ω Ω Ω μ- Ω μ- H β 01 φ cr OJ β - 0 OJ P. if o Φ o 03 OJ 3 φ O 01
OJ li Ω OJ £ β rr φ - φ tf rr P. φ OJ .
OJ β
Figure imgf000028_0002
LO LO to to μ> μ»
LΠ o in O in o in
P. OJ TJ rr > ϋ t-3 s: OJ r-1 03 Pi P. rr 01 P. _ rr tf f β TJ Pi TJ μ) tr rr Ω φ 01 Ω Ω J S
OJ ϋ OJ 0 •- Φ if μ- rr OJ rr OJ OJ O β OJ φ tf to μ- β μ- ti ti β β 0 0 OJ O o 01 μ- β rr ti ϋ Hi Φ rr >< Φ rr rr Ω rr β Φ — LQ μ- LQ O O Hi β rr μ- β β 01 rr
OJ μ- OJ rr OJ Φ 01 tf Φ TJ OJ OJ OJ tf OJ Ω tf r β J Ω cr Hi cr Ω o P. rr rr O tf rr
<! 3 tf β μ. Φ Φ li 01 OJ P. OJ Φ 03 ti TJ Φ tf Φ f φ p. ti ti Ω f β OJ Φ Φ P. φ rr OJ - en β β ri β TJ OJ ϋ ii . Φ μ- P. JT μ. Φ TJ μ- tf O o μ- OJ Φ β H" rr 01 β 01 tf 01 μ> β β OJ Φ β 01 rr Φ β β Φ rr 3 LO OJ rr μ- Φ Φ Ω Ω rr Φ rr J μ- μ- β Ω μ- β OJ μι ! LQ ti Hi P. TJ φ H" rr
Figure imgf000029_0001
cr rr ti J φ Φ Hi Ω rr rr Φ rr ti OJ cr OJ Φ O Φ O β P. μ- μ- Φ μ- J β TJ ti 0 rr 0 01 01 en μ- J β Φ *< TJ tf ii Hi rr OJ β β P. Φ
0 3 Ω μ- β CQ Φ β Φ β . α ^^ rr β Hi Φ 3 01 ii Z H ιo Hi 01 rr LQ LQ OJ ti Φ OJ LQ tr β Ω Φ ii 01 tr Φ TJ Φ μ- Φ ϋ OJ tf O μ- O 0 Φ OJ £ 01 β β Φ 3 en Φ μ- J φ P. σ P. rr ii — < O Ω . P- ti 3 3> rr rr μ- rr en o u Φ H μ- β € 01 Φ Hi tr 5 03 μ. Φ μ- OJ 3 TJ μ- β tf tf rr
D Hi Φ Φ Φ ϋ <! β if rr rr o β tf O Φ P. if 03 P. β cr μ- H" μ- β Φ Φ tf 0
Figure imgf000029_0002
. 01 OJ OJ Φ 3 μ- 01 β μ Hi • ϋ μ- P. OJ φ β tr LQ OJ β o μ- β rr LQ . tr β P. φ Ω ii Φ Hi β rr OJ ti Φ LQ * : rr rr φ OJ φ φ μ- β4 o P. ii if μ- β Φ P. 01 rr rr J β Φ φ β μ- tr • ϋ β
01 Φ H3 Pi P. tf μ- β μ- rr ii OJ 03 Φ O O O ii . X β 0 β φ OJ β tr if μ- φ en LO Ω o β if • rr LQ β cr O Φ i4
OJ OJ 13 £ OJ β Φ β 03 EH μ- Hi LQ 3 β Φ tf β O
TJ Pi Φ φ Φ 01 to OJ β TJ LQ φ 3 cr P. o 01 P. LO 3 P.
OJ ii p. Ω P. Φ 0) ^ 1-3 φ if 01 μ- Pi rr Ω TJ 01 OJ OJ φ 3 i φ μ-
OJ rr rr Φ M OJ J - 01 rr if β Ω β μ- rr μ- ti 01 - μ- μ- Pi ti 3
Ω J tf Hi OJ μ- ϋ rr : o 01 O OJ μ- β O rr Ω 01 01 cr β μ- Φ OJ Ω β Ω 01 β OJ μ- φ
Φ Φ O 01 tr φ OJ ϋ μ- ii 01 μ- β Φ if Φ if Φ if 01 β O β ϋ μ- 01 LQ rr Ω β
P. β μ. Φ β rr Φ rr 03 Pj ti u OJ φ - P. β 3 μ- β μ- OJ OJ rr β P. Φ P. P. l_J. β 3 LQ if en 01 Φ 01 <! Φ cr Hi P. LQ Φ tr O o 01 μ- μ- OJ - φ β β OJ o φ TJ D »P β μ- Ω O cr O Φ ti Φ Ω β Hi β μ1 - β rr rr 01 μ- 01 μ- β ϋ OJ ϋ OJ β μ- Ω Ω Φ 03 ϋ μ- tf ti 01 μ- Pi O β <: rr 01 OJ cr Ω β rr rr rr Φ β n O ii φ 01 if Φ μ- β β Φ cr Ω β o rr μ- OJ
0 . tf ii μ- o Ω tr Φ β < Ω tr tr μ- J β Hi if rr >Q β Φ μ- Ω - OJ Hi β tf β Φ β Ω ii J Pi φ if β cr Ω β 0 - Φ Φ β β
OJ TJ β tr 0 μ- H μ- β LO rr 03 Hi TJ Φ Φ β OJ P- Hi Φ 0 Hi β H if Ω tf OJ β β μ- μ- β Φ β Λ4 Φ OJ 3 μ- oi Hi H - Hi rr i Hi μ. β Hi : μ- rr to tf OJ β 3 β rr β P. β φ tf Φ P. β φ Φ OJ φ en OJ OJ Φ Φ 3 LQ Φ OJ Ω μ- 01 rr φ en OJ 3 Φ P. v-> li OJ φ Pi μ. Ω rr μ. α rr Ω μ. 03 Φ μ. μ- .Q tf O P. μ- li α 01 φ μ- Ω rr Φ φ μ- rr Φ if ϋ J β Φ μ- 01 Φ * β β OJ P. β Hi μ- μ* ϋ β rr tf rr Ω OJ O .— , 01 P. Φ Φ β OJ μ- β O cr P. φ OJ ti rr OJ 01 μ- Ω μ- μ- Φ Φ TJ Hi φ rr P. μ- μ- < LQ Hi μ- : β Φ £ OJ rr φ OJ tr Φ . Ω P. o ϋ OJ < β O Ω tr 01 rr LQ φ O t-1 μ- rr μ- OJ P. tr β OJ Φ β 01 3 μ. OJ β TJ tr n OJ β rr 01 μ- P. ii OJ β to OJ μ- OJ rr β J
Hi rr O H" cr rr μ- 0) μ- μ- Φ Φ β Hi O φ < Φ rr Hi rr if β β OJ Φ H
Hi tf ti μu OJ £. Φ β 3 β cr LQ p. 01 Hi φ tf Ω P. OJ Pi μ- μ- Φ μ- β 01 β
Φ Φ < μ- μ- TJ φ φ φ • P. OJ Φ OJ cr en β ω Φ OJ OJ 0 OJ TJ rr μ- TJ Φ
H rr rr 01 P. rr 03 rr Φ rr μ. 01 Φ α μ- rr cr β tr rr μ- 03 rr OJ OJ ti tf v§ if Φ o P. tf 03 P. CJ ^~. OJ φ 0) μ< O LQ ti OJ μ- Φ φ s: O μ- μ. tr OJ Φ o μ- OJ P. 01 OJ LQ φ <: J φ β Φ OJ TJ OJ 01 β Ω w μ- J Hi β Φ rr - β φ — Φ P. β μ- β ti OJ ti β OJ 3 01
Φ μ- β rr μ- J if μ- ϋ tr rr TJ P. " φ β β OJ β O TJ S φ tr Pi ti Φ o
01 μ- β rr tf LQ 01 01 03 0 φ OJ β Φ Φ 0 ϋ li Φ tf μ- cr μ- Ω OJ TJ 01 Φ OJ rr Ω rr <! rr μ- β OJ rr 03 β rr Ω O s: ii cr μ- rr Φ : P. O 3 Φ μ-
Φ φ φ Hi ti li 3 Φ o LQ tf Hi O φ ii £ rr if . — , OJ o 01 P. OJ ^ . ti Φ ϋ OJ
TJ & ii μ- Φ Φ φ TJ o μ- to μ- μ- Φ tf O Φ I-1 P. β • β 3 μ- μ- rr rr
OJ 01 01 μ- β ϋ tf <! Hi μ- Ω ti . " OJ ii Φ β rr β Φ Φ en tf tr TJ en OJ LQ 01 to Φ Φ Ω O φ LQ ^ cr Φ rr LQ 0 LQ ii P. en LO r-> Φ H to rr rr P. μ. if OJ . •• OJ φ
Φ Ω Φ rr H 01 Hi ϋ rr μ> Hi rr rr P. O tf Φ 0 tf o O o LO P. ti Φ μ.
where it can be buffered until further processing of the SDU takes place.
It may be noted that step S2 does not necessarily have to be performed prior to the buffering, and could also be performed subsequently, as will be explained in connection with the embodiment of Fig. 9.
The buffering of received SDUs is especially advantageous in situations where the immediate processing at the receiving layer is not guaranteed or feasible, e.g. if the receiving layer is a link layer for sending data over a wireless link.
Fig. 7b shows a routine for processing buffered SDUs, namely for embedding the SDUs into L2 PDUs. In step S31 an SDU is taken out of the SDU buffer and embedded into one or more L2 PDUs . In step S7 the one or more resulting L2 PDUs are buffered in a PDU buffer. The buffered L2 PDUs can then be transmitted according to anyone of the transmission control procedures S4, S40, S41 to S43 explained in connection with Figures 1 to 4. It may be noted that the processing routine of Fig. 7b could also be embodied by directly passing the L21 PDUs from step S31 to a transmission control procedure S4, S40, S41-S43.
Fig. 7c shows a basic routine for managing the contents of one or both of the SDU buffer and PDU buffer. More specifically, in a step S8 it is determined whether a triggering condition for performing dropping of buffered data units is met or not, and if it is, a data unit dropping procedure S9 is conducted. The triggering conditions can be chosen as is suitable or desirable, e.g. a data unit dropping procedure can be called for if the buffer is an overflow state (e.g. the amount of data in the buffer exceeds an overflow limit) , and/or if tne link over which the L2 PDUs are to be transmitted is in an overload LO LO to t μ1 μ>
Lπ O in o in o LΠ
Figure imgf000031_0001
dropping at the highest sub-layer, i.e. at the SDU buffer, in order to avoid unnecessary embedding operations for data that is possibly dropped.
Figure 8 shows an example of a data unit dropping procedure S9. In a first step S91, a first data unit is considered. The selection of the data unit to be considered can be done as is suitable or desirable, and can depend on the way the data units are buffered. For example, if the data units are queued, then a data unit at a predetermined position in the queue can be selected (such as the first or last data unit) ,, or any other type of selection routine can be chosen, such as the random selection of a data unit.
Then, in step S92, the above mentioned decision step is performed, i.e. it is determined whether the numeric value (e.g. data unit size or inter-arrival time) of the L3 data unit or SDU associated with the data unit under consideration (either the SDU itself or an L2 PDU embedding the SDU) fulfils a predetermined condition or not. If the predetermined condition is fulfilled, the procedure branches to step S96 and drops the data unit under consideration. If not, the procedure branches to step S93, where' it is determined whether there 'are further data units present in the buffer, beyond those already considered. If yes, then the procedure branches to step S94, in which a next data unit is selected, and then the procedure loops back to step S92. The selection of a next data unit to be considered can be performed in any desirable or suitable way and will generally be linked to the method used in step
S91. For example, S94 can consist in simply selecting the following or preceding data unit in the queue, or in performing another random selection that only excludes previously selected data units.
If step S93 shows that no more data units are left that have not yet been considered for step S92 (which indicates LO LO to to H μ>
LΠ O in o in o in
Ω 01
Φ μ- ϋ N rr Φ
OJ μ- β μ-
.
01 Φ μ- . t i φ β
-— ' 0 rr μ-
01 P. ii rr O tf TJ
OJ TJ rr μ- β
0 LQ
Hi rr P.
Φ OJ β rr
OJ rr if β
Φ β μ-
P> rr
H 01
0
TJ rr
TJ μ- T OJ β rr
LQ
Hi
O OJ
Hi M
H
01
3 tr
OJ Φ
H r-' μ- 0 s:
P.
OJ 03 rr OJ
OJ μ-
P.
Figure imgf000033_0002
Figure imgf000033_0001
L LO to to H M in O in o in o in o cr rr tf tf μ-
Φ 01 μ.
01
£ φ o β ii P.
P. Φ
03 ti
- μ- μ- 01 cr
OJ μ- cr
03 cr
3 tf β Φ
Ω if Φ β if P. φ cr O cr Hi
Φ ϋ rr f cr Φ
0 rr
P. ti ti OJ
0 β J 01
3 J μ-
01 i 01
OJ μ- rr o
OJ β c; OJ β' β μ- * cr s:
OJ
Hi *<:
H .
O
3 β
OJ
Figure imgf000034_0001
Figure imgf000034_0002
different source, where the congestion indication will still have an effect.
Dropping ACK messages does not improve the traffic situation as TCP ACKs are cumulative.
It may be added that it is also preferable to drop larger data units in place of smaller ones because the dropping of small data units will generally not improve the buffering delay at the link. In other words, more is done to alleviate the condition that triggered the data unit dropping (e.g. link overload or buffer overflow) if large data units are dropped than if small ones are dropped.
From the above discussion, it can be seen that the setting of the threshold Th is preferably done in dependence on the possible signalling messages sent at higher layers. As an example, if the above embodiment is applied to a layer 2 on top of which TCP is run, then the threshold Th should be set such SYN, ACK and FIN messages are not dropped, i.e. the threshold Th should be set larger or equal to the expected size of the SYN, ACK and FIN messages .
It may be added that the step of discriminating a group! into an L3 data unit belongs (e.g. whether it belongs to a specific flow) , described above in connection with step S5 in Figures 3 and 4, can also be used in connection with data unit dropping procedure. Namely, in addition to making the data unit dropping procedure dependent on the numeric value, the result of such a discrimination step can also be taken into account .
For example, if the discrimination step S5 consists in determining which flow an L3 data unit belongs to, then the decision step S92 or S920 can be amended to also take the discriminated flow into account, e.g. such that no data units from a specific flow or group of flows are dropped, LO LO to to H H
LΠ O LΠ σ LΠ o LΠ
Figure imgf000036_0001
Figure imgf000036_0002
LO LO to to μ> H in O LΠ o LΠ o Ul
φ
OJ
01 μ- φ ti rr
0 β β
P.
Φ ii
01 rr J β
P. J β
P.
OJ
H
01
O
P.
O β
O rr ti
Φ
01 rr ϋ μ-
Ω rr rt tr
Φ
01
Ω o
TJ
Φ
Figure imgf000037_0001

Claims

Claims
1. A method of processing a data unit of a first protocol layer (L3) for transmission in a data unit based communication system, comprising the steps of:
passing to a second protocol layer (L2) a given data unit of said first protocol layer (L3) that is to be transmitted, said second protocol layer (L2) lying below said first protocol layer (L3) ;
determining one or more numeric values, said one or more numeric values belonging to at least one numerically quantifiable parameter associated with said given data unit of said first protocol layer (L3);
embedding said given data unit of said first protocol layer (L3) into one or more data units of said second protocol layer (L2) ,
performing transmission control for said one or more data units of said second protocol layer (L2) that embed said given data unit of said first protocol layer (L3) ,
where said embedding and/or said transmission control is performed in accordance with said one or more numeric values of said at least one numerically quantifiable parameter.
2. The method of claim 1, wherein said at least one numerically quantifiable parameter is the size of said given data unit of said first protocol layer (L3) .
The method of claim 1 or 2, wherein said at least one numerically quantifiable parameter is associated with a buffer fill level of a buffer holding data units of said first protocol layer (L3) or said second protocol layer (L2) .
4. The method of one of claims 1 to 3 , wherein said at least one numerically quantifiable parameter is an inter-arrival time of data units of said first protocol layer (L3) .
5. The method of one of claims 1 to 4, furthermore comprising a step of discriminating a group of data units of said first protocol layer (L3) to which said given data unit of said first protocol layer (L3) belongs .
6. The method of claim 5, wherein said group is discriminated on the basis of source information and/or destination information and/or a protocol identifier contained in said data units of said first protocol layer (L3) .
7. The method of claim 5 or 6, wherein said transmission control for said one or more data units of said second protocol layer (L2) that embedi said given data unit of said first protocol layer (L3) is also performed in accordance with a result of said discriminating step.
8. The method of claim 5 or 6, wherein said numeric value is determined on the basis of a result of said discriminating step.
9. The method of claim 8 , wherein said numerically i quantifiable parameter is associated with a buffer fill level of a buffer holding data units of said second protocol layer (L2) , said numerically quantifiable parameter being the number of data units of said second protocol layer (L2) in said buffer that embed data units of said first protocol layer (L3) belonging to said group.
10. The method of claim 8, wherein said numerically quantifiable parameter is the inter-arrival time of data units of said first protocol layer (L3) belonging to said group.
11. The method of one of claims 1 to 10, wherein said transmission control comprises adjusting a forward error correction for said data units of said second protocol layer (L2) or for data units of a third protocol layer (LI) below said second protocol layer (L2) .
12. The method of claim 11, wherein a function (RLC) controls the sending of said data units of said second protocol layer (L2) over a link, and said transmission control comprises adjusting a transmission power and/or a data rate over said wireless link and/or a degree of interleaving.
13. The method of one of claims 1 to 12, wherein said second protocol layer (L2) comprises a function of providing automatic retransmission of data units of said second protocol layer (L2) under predetermined conditions, and where said transmission control comprises adjusting said retransmission function.
14. The method of one of claims 1 to 13, wherein said second protocol layer (L2) comprises a function (MAC) for scheduling of said data units of said second protocol layer (L2) , and where said transmission control comprises adjusting said scheduling.
15. The method of one of claims 1 to 14, wherein said embedding comprises a segmentation operation for data units of said first protocol layer (L3) , and where said transmission control comprises adjusting said segmentation operation.
16. The method of claim 15, wherein the adjusting of said segmentation operation comprises adjusting the size of the data units of said second protocol layer (L2) into which said given data unit of said first protocol layer (L3) is segmented.
17. The method of one of claims 1 to 16, wherein said transmission control comprises discriminating said one or more data units of said second protocol layer (L2) in which said given data unit of said first protocol layer (L3) is embedded on the basis of said numeric value, and placing each of said one or more data units of said second protocol layer (L2) into one of a plurality of predetermined transmission categories on the basis of said discrimination result.
18. A computer program arranged to execute the method of one of claims 1 to 17.
I19. A computer program storage medium storing' a1 computer program according to claim 18.
20. A data unit based communication system comprising implementations of a first protocol layer (L3) and a second protocol layer (L2) , said first protocol layer (L3) lying above said second protocol layer (L2) , said system being arranged to pass a given data unit of said first protocol layer (L3) that is to be transmitted to said second protocol layer (L2) , and said implementation of said second protocol layer (L2) being arranged to determine one or more numeric values belonging to at least one numerically quantifiable parameter associated with said given data unit of said first protocol layer (L3) , embed said given data unit of said first protocol layer (L3) into one or more data units of said second protocol layer (L2) , and perform transmission control for said one or more data units of said second protocol layer (L2) that embed said given data unit of said first protocol layer (L3) in accordance with said one or more numeric values of said at least one numerically quantifiable parameter.
21. The data unit based communication system of claim 20, wherein said at least one numerically quantifiable parameter is the size of said given data unit of said first protocol layer (L3) .
22. The data unit based communication system of claim 20 or 21, wherein said at least one numerically quantifiable parameter is associated with a buffer fill level of a buffer holding data units of said first protocol layer (L3) or said second protocol layer (L2) .
23. The data unit based communication system of one of claims 20 to 22, wherein said at least one numerically quantifiable parameter is an inter-arrival time of data units of said first protocol layer (L3) .
24. The data unit based communication system of one of claims 20 to 23, wherein said implementation of said second protocol layer (L2) is arranged to discriminate a group of data units of said first protocol layer
(L3) to which said given data unit of said first protocol layer (L3) belongs.
25. The data unit based communication system -of claim 24, wherein said implementation of said second protocol layer (L2) is arranged to da scriminate said group on the basis of source information and/or destination information and/or a protocol identifier contained in said data units of said first protocol layer (L3) .
26. The data unit based communication system of claim 24 or 25, wherein said implementation of said second protocol layer (L2) is arranged to also perform said transmission control for said one or more data units of said second protocol layer (L2) that embed said given data unit of said first protocol layer (L3) in accordance with a result of said discriminating.
27. The data unit based communication system of claim 24 or 25, wherein said implementation of said second protocol layer (L2) is arranged to determine said numeric value on the basis of a result of said discriminating step.
28. The data unit based communication system of claim 27, comprising a buffer for holding data units of said second protocol layer (L2) , said numerically quantifiable parameter being the number of data units of said second protocol layer (L2) in said buffer that embed data units of said first protocol layer (L3) belonging to said 'group . ~~
29. The data unit based communication system of claim 27, comprising a timer for measuring an inter-arrival time of data units of said first protocol layer (L3) belonging to said group, where said numerically quantifiable parameter is the inter-arrival time of data units of said first protocol layer (L3) belonging to said group .
30. The data unit based communication system of one of claims 20 to 29, wherein said transmission control comprises adjusting a forward error correction for said data units of said second protocol layer (L2) or for data units of a third protocol layer (LI) below • said second protocol layer (L2) .
31. The data unit based communication system of claim 30, further comprising a function (RLC) for controlling the sending of said data units of said second protocol layer (L2) over a link, and said transmission control comprises adjusting a transmission power and/or a data rate over said link and/or a degree of interleaving.
32. The data unit based communication system of one of claims 20 to 31, wherein said implementation of said second protocol layer (L2) comprises a function of providing automatic retransmission of data units of said second protocol layer (L2) under predetermined conditions, and where said transmission control comprises adjusting said retransmission function.
33. The data unit based communication system of one of claims 20 to 32, wherein said implementation of said second protocol layer (L2) comprises a function (MAC) for scheduling of said data units of said second protocol layer (L2) , and where said transmission control comprises adjusting said scheduling.
34. The data unit based communication system of one of claims 20 to 33, wherein said implementation of said second protocol layer (L2) is arranged to perform a segmentation operation for data units of said first protocol layer (L3) , and where said transmission control comprises adjusting said segmentation operation.
35. The data unit based communication system of claim 34, wherein the adjusting of said segmentation operation comprises adjusting the size of, the data units of said second protocol layer (L2) into which said given data unit of said first protocol layer (L3) is segmented.
36. The data unit based communication system of one of claims 20 to 35, wherein said transmission control comprises discriminating said one or more data units of said second protocol layer (L2) in which said given data unit of said first protocol layer (L3) is embedded on the basis of said numeric value, and placing each of said one or more data units of said second protocol layer (L2) into one of a plurality of predetermined transmission categories on the basis of said discrimination result.
37. The data unit based communication system of one of claims 20 to 35, wherein said system is contained in a mobile communication device.
38. The data unit based communication system of claim 37, wherein said mobile communication device operates in accordance the standard of the Universal Mobile Telecommunication System.
39i A method1 of processing a1 data unit of a first protocol layer (L3) for transmission in a data unit based communication system, comprising the steps of :
passing to a second protocol layer (L2) a given data unit of said first protocol layer (L3) that is to be transmitted, said second protocol layer (L2) lying below said first protocol layer (L3) ;
performing a buffering operation (S6, S7) for one or both of - said data unit of said first protocol layer
(L3) and LO LO to to μ> Ή
LΠ O o LΠ o LΠ
— . 03 O ι-3 TJ OJ Ω TJ OJ μl OJ Ω TJ TJ > Ω β 03 HI TS rr P. & 3 ^~. OJ rr tr TJ tf OJ β if li P. O ti if 0 ti ti OJ O β OJ μ- OJ if 'Φ OJ φ en " ti β Φ
LO H- φ φ 0 P. β O h-1 φ p. β o o β P. μ- ϋ μ. OJ Ω rr J ID > μ- Hi ii
— p, rr μ- 03 Ω Φ OJ 03 rr rr Φ 03 Φ P. 03 OJ rr μ- J 01 t φ LQ Hi Hi β 3 0 β μ- Φ < 3 rr μ- O O μ. μ- ti rr 3 01 β — <J LQ Φ O
LQ β φ Ω LQ P. P. μ- φ OJ P. Ω Ω P. Hi φ tr μ- β ii μ- Φ μ. μ. TJ μ- 1 μ- 3 rr 0 φ β OJ rr φ o 0 φ Ω μ- TJ rr φ O β Φ Hi OJ H Φ 3 ii OJ
<! Φ β4 OJ ii ii rr tf β ii if ii O ti ti Φ β μ- O rr μ- & μ- O • O φ ϋ O OJ Φ μ- O β OJ LO J β 03 O M O rr μ- μ. μ- β β rr Φ β β μ- P. H 3 rr O P. μ- rr H > — ' rr 03 rr rr β 03 01 O LQ Pi LQ O H Φ
Ω OJ OJ μ- Hi β rr μ- OJ OJ - μ- μ- O OJ LQ rr β p. β OJ Ω
P. OJ O • ; H O O O o ^< >< o p. TJ Ω 01 Φ β rr Φ Ω rr OJ O μ- O
OJ H" Hi Φ i β ii TS Hi o a Φ Φ OJ β Φ ti O 01 rr TJ P. O Ω TJ o OJ β ii rr ϋ μ- li Hi μ. ϋ β ϋ O O O φ μ- ϋ β Ω rr
OJ * ; Ω β OJ P. o μ- P. μ- OJ rr Ω P. ϋ tr P. o P. β O O 3
, — LQ β μ. Ω μ- ' 03 Hi ^-^ ^~^ 03 rr 0 μ- OJ φ φ μ- Ω μ- β β J O β Λ OJ if P. O φ OJ OJ if tf 01 μ- Ω OJ 0J rr TJ Ω β Φ rr μ- LQ ^ s: ii β μ- LO rr S Pi μ- μ- rr LO LO OJ OJ O O • ; rr Φ O S LQ P. μ- rr Φ Φ tf Φ μ- OJ 3 — O O TJ β 3 P. if — — μ- β φ Φ β β Φ β O 03 01 ii μ- rr β • ii μ- ii Φ p. P. ii P. Φ P. 03 ii 3 li β rr Ω P. rr LO 03 β Φ LO 03 Φ tr OJ μ- OJ 03 μ- Hi if Φ 01 μ- μ- . — . if OJ
O μ- ID OJ OJ LQ ID φ P. g4 Φ LQ rr Hi OJ ,-~, ^ 01 P. O Φ Hi O tf rr
Hi Hi μ- Ω - Ω OJ μ- μ- OJ J tf μ- rr O Φ ii rr ^ — . OJ β to 01 OJ μ- O P. P. 03 O o rr φ β <: rr φ LO rr β H 3 if en ti O — OJ
03 OJ li OJ OJ 3 504 £. β OJ P. LQ Φ β if ii — tf O OJ Φ Φ U3 Φ β OJ μ- β
0) tr LQ rr μ- TJ if P. P. β β φ - β o rr P- ϋ — φ μ- P. β μ- t-> μ- OJ P. li Φ β Φ OJ μ- ,— , OJ Φ β μ- Hi 01 μ-
P. Φ o <! μ- ti TJ β P. p. rr P. tf 01 φ O S Ω Ω β 0 Φ P. rr
- φ β tr 03 φ μ. μ- P. OJ OJ LO OJ LQ β β μ- o o r-1 H <! φ OJ 01
Hi TJ β β β φ μ- o rr μ- OJ rr o rr μ- μ- β o rr β 3 Hi μ- rr μ- OJ :> μ- Hi 03 a rr β rr OJ Hi OJ P. <; 3 ϋ O tf LQ TJ μ- 3 OJ tr OJ O ii ϋ if Pi rr Hi O β OJ tr Φ Φ ϋ Φ ϋ * O rr Φ Hi
03 OJ Φ OJ φ OJ 01 Ω β 01 β rr β Φ iQ μι 3 ii 01 μ- ϋ μ- P. β rr 3 H rr 3 μ. OJ 0 P. OJ β β tf β μ- μ- μ- 0 β Φ rr 01 φ Φ 0 p. β 03
' Φ φ OJ OJ Φ P. μ- H Φ μ- β μ- Φ μ- β <J Pi Ω ti O 01 μ- μ- p. β Φ μ- OJ J rr μ- ti P. OJ p. ii P- μ- rr rr LQ Φ OJ OJ φ rr TJ O β TJ P. rr μ- ii Φ β β Λ4 rr rr Hi β rr μ- Φ β LQ ii TJ - P.
O ii β μ- P. OJ Ω OJ Ω P. O μ- β rr OJ β Ω 01 Φ ϋ O rr 01 μ- β OJ 0 > o 0) o Hi ϋ β tf P. ^ β 5 rr OJ OJ OJ Pi O Hi 01
O μ- OJ rr LQ rr β a , φ β rr Hi 03 P. Φ OJ β 3 tf H1 μ- Φ Ω φ
8 03 μ- OJ β LQ ' ii 03 OJ 01 rr Φ rr β Λ φ Φ rr P. P. rr φ 01 Ω
P- O TJ μ- Φ μ- 01 OJ ti P. OJ μ- β ii H O φ Φ Φ P. OJ o μ-1 rr Hi ti β rr 01 ^-^ P. β OJ μ- TJ OJ rr OJ μ- Φ < Ω Ω ϋ β μ- β if OJ O β rr Ir1 φ β μ- P. ii rr β β Ω OJ μ- μ- O 3 H P- P. ^ φ rr 01 Ω μ- Pi μ- t H μ- P. O OJ β O rr 01 0) 03 β μ- Φ
0J OJ φ rr ti o J rr Hi rr μ- Hi μ- < OJ tr rr μ- LQ β 01 TJ
"< 01 μ- P. O a . rr Hi μ- O β rr Hi OJ μ- β μ- o Φ φ φ ti
Φ μ- φ Pi β β TJ μ- β μ- H Ω β 01 μ- " P. Hi O β 03 P. en Ω O ii tsi OJ ti β TJ o β H 01 O μ- O OJ OJ β Hi β rr ID O rr
Φ 03 Hi Φ P. μ- 1 rr rr Hi μ- tr φ Φ 01 μ- ' β O rr a P. 0 μ- Φ β Φ rr P. 03 H rr O P. Ω
O ϋ Hi ti LQ μ- ti φ Φ φ β Hi O
Hi O 01 P. TJ o μ- rr ti ti
42. The method of claim 41, wherein said decision step (S92) comprises comparing (S920) the size of said given data unit of said first protocol layer (L3) with a predetermined threshold (Th) , and performing the congestion alleviation measure with respect to the data unit under consideration if the threshold (Th) is exceeded.
43. The method of one of claims 39 to 42, wherein said at least one numerically quantifiable parameter is an inter-arrival time of data units of said first protocol layer (L3) .
44. The method of one of claims 39 to 43, furthermore comprising a step of discriminating a group of data units of said first protocol layer (L3) to which said given data unit of said first protocol layer (L3) belongs .
45. The method of claim 44, wherein said group is discriminated on the basis of source information and/or destination information and/or a protocol identifier contained in said data units of said first protocol layer (L3)1. ~
46. The method of claim 44 or 45, wherein said decision step of said congestion alleviation procedure also depends on a result of said discriminating step.
47. The method of claim 46, wherein said group is discriminated on the basis of a protocol identifier in said given data unit of said first protocol layer (L3) , and said decision step comprises determining whether the congestion alleviation measure should consist in dropping the data unit under consideration or marking the given data unit of the first protocol layer (L3) , where the data unit under consideration is dropped if the protocol identifier belongs to a predetermined category.
48. A data unit based communication system comprising implementations of a first protocol layer (L3) and a second protocol layer (L2) , said first protocol layer (L3) lying above said second protocol layer (L2) , said system being arranged to pass a given data unit of said first protocol layer (L3) that is to be transmitted to said second protocol layer (L2) , and said implementation of said second protocol layer (L2) cpmprising a buffer (101, 104) for buffering one or both of
- said data unit of said first protocol layer (L3) and
- one or more data units of said second protocol layer into which said data unit of said second protocol layer (L2) is embedded,
a controller (102) connected to said buffer (101, 104) for performing a congestion alleviation procedure (S9) for buffered data units if one or more predetermined triggering conditions are fulfilled, said congestion alleviation procedure (S9) comprising a decision step (S92) for deciding whether a congestion alleviation measure is to be performed with respect to a buffered data unit under consideration or not, where said decision step depends on one or more numeric values that belong to at least one numerically quantifiable parameter associated with a given data unit of said first protocol layer (L3) , said given data unit of said first protocol layer (L3) being the data unit under consideration if the data unit under consideration is a data unit of the first protocol layer (L3) , and said given data unit of said first protocol layer (L3) being a data unit of said first protocol layer (L3) embedded in said data unit under" consideration if the data unit under consideration is a data unit of said second protocol layer (L2) .
PCT/EP2002/005624 2001-05-23 2002-05-22 Method and system for processing a data unit WO2002100064A2 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
EP02754579A EP1389391B1 (en) 2001-05-23 2002-05-22 Method and system for processing a data unit
DE60230034T DE60230034D1 (en) 2001-05-23 2002-05-22 METHOD AND SYSTEM FOR PROCESSING A DATA UNIT
US10/480,953 US7876781B2 (en) 2001-05-23 2002-05-22 Method and system for processing a data unit
AU2002321032A AU2002321032B2 (en) 2001-05-23 2002-05-22 Method and system for processing a data unit
KR1020037015297A KR100837488B1 (en) 2001-05-23 2002-05-22 Method and system for processing a data unit
JP2003501911A JP4163613B2 (en) 2001-05-23 2002-05-22 Data unit processing method and system
US12/466,183 US9178741B2 (en) 2001-05-23 2009-05-14 Method and system for processing a data unit

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP01112026A EP1261183A1 (en) 2001-05-23 2001-05-23 Method and system for processing a data unit
EP01112026.8 2001-05-23

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US10480953 A-371-Of-International 2002-05-22
US12/466,183 Division US9178741B2 (en) 2001-05-23 2009-05-14 Method and system for processing a data unit

Publications (2)

Publication Number Publication Date
WO2002100064A2 true WO2002100064A2 (en) 2002-12-12
WO2002100064A3 WO2002100064A3 (en) 2003-08-28

Family

ID=8177453

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2002/005624 WO2002100064A2 (en) 2001-05-23 2002-05-22 Method and system for processing a data unit

Country Status (8)

Country Link
US (2) US7876781B2 (en)
EP (2) EP1261183A1 (en)
JP (1) JP4163613B2 (en)
KR (1) KR100837488B1 (en)
AT (1) ATE415768T1 (en)
AU (1) AU2002321032B2 (en)
DE (1) DE60230034D1 (en)
WO (1) WO2002100064A2 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004084517A1 (en) * 2003-03-20 2004-09-30 Telefonaktiebolaget Lm Ericsson (Publ) Data unit transmission method and device
US8284752B2 (en) 2003-10-15 2012-10-09 Qualcomm Incorporated Method, apparatus, and system for medium access control
US8315271B2 (en) 2004-03-26 2012-11-20 Qualcomm Incorporated Method and apparatus for an ad-hoc wireless communications system
US8355372B2 (en) 2004-05-07 2013-01-15 Qualcomm Incorporated Transmission mode and rate selection for a wireless communication system
TWI383302B (en) * 2003-10-15 2013-01-21 Qualcomm Inc Wireless lan protocol stack
US8401018B2 (en) 2004-06-02 2013-03-19 Qualcomm Incorporated Method and apparatus for scheduling in a wireless network
US8462817B2 (en) 2003-10-15 2013-06-11 Qualcomm Incorporated Method, apparatus, and system for multiplexing protocol data units
US8472473B2 (en) 2003-10-15 2013-06-25 Qualcomm Incorporated Wireless LAN protocol stack
US8483105B2 (en) 2003-10-15 2013-07-09 Qualcomm Incorporated High speed media access control
US8600336B2 (en) 2005-09-12 2013-12-03 Qualcomm Incorporated Scheduling with reverse direction grant in wireless communication systems
US8903440B2 (en) 2004-01-29 2014-12-02 Qualcomm Incorporated Distributed hierarchical scheduling in an ad hoc network
US9072101B2 (en) 2003-10-15 2015-06-30 Qualcomm Incorporated High speed media access control and direct link protocol
US9226308B2 (en) 2003-10-15 2015-12-29 Qualcomm Incorporated Method, apparatus, and system for medium access control

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7944839B2 (en) * 2001-11-30 2011-05-17 British Telecommunications Public Limited Company Method of resource control in a wireless network
US20060104201A1 (en) * 2002-10-01 2006-05-18 Krister Sundberg Unit and a method for handling a data object
EP1582034B1 (en) * 2003-01-06 2007-02-21 Philips Semiconductors Dresden AG Method and communication device for expanding the range of data transmission rates in wireless local area networks
JP2004228762A (en) * 2003-01-21 2004-08-12 Matsushita Electric Ind Co Ltd Test apparatus, mobile terminal apparatus and test method
US7065144B2 (en) 2003-08-27 2006-06-20 Qualcomm Incorporated Frequency-independent spatial processing for wideband MISO and MIMO systems
US8842657B2 (en) 2003-10-15 2014-09-23 Qualcomm Incorporated High speed media access control with legacy system interoperability
US7818018B2 (en) 2004-01-29 2010-10-19 Qualcomm Incorporated Distributed hierarchical scheduling in an AD hoc network
US7882412B2 (en) 2004-10-05 2011-02-01 Sanjiv Nanda Enhanced block acknowledgement
JP4545619B2 (en) * 2005-03-15 2010-09-15 富士通株式会社 Network system, layer 3 communication device, layer 2 communication device and route selection method
US7965736B2 (en) * 2005-08-24 2011-06-21 Qualcomm Incorporated Transmission of multiplex protocol data units in physical layer packets
US8260286B2 (en) * 2006-10-30 2012-09-04 Nokia Corporation Method, apparatus and system for testing user equipment functionality
TW200833026A (en) * 2007-01-29 2008-08-01 Via Tech Inc Packet processing method and a network device using the method
US20090257377A1 (en) * 2008-04-09 2009-10-15 Texas Instruments Incorporated Reducing buffer size for repeat transmission protocols
US8031607B2 (en) * 2009-01-29 2011-10-04 Alcatel Lucent Implementation of internet protocol header compression with traffic management quality of service
CN102415133B (en) * 2009-04-27 2014-10-01 日本电气株式会社 Reception device, reception method, and program
FR2945397B1 (en) * 2009-05-06 2011-05-06 St Ericsson Sa St Ericsson Ltd METHOD FOR PROCESSING IP-TYPE PACKETS FOR VEHICLE USE ON A COMMUNICATION CHANNEL OF A WIRELESS NETWORK, AND CORRESPONDING EQUIPMENT
JP5440457B2 (en) * 2010-09-08 2014-03-12 富士通株式会社 Wireless communication apparatus and wireless communication method
EP2761853A4 (en) * 2011-09-30 2015-05-27 Intel Corp Link-aware application source-rate control technique
US20130088960A1 (en) * 2011-10-07 2013-04-11 Futurewei Technologies, Inc. System and Method for Information Delivery with Multiple Point Transmission
JP5838787B2 (en) * 2011-12-21 2016-01-06 富士通株式会社 Communication device and communication method
CN103001958B (en) * 2012-11-27 2016-03-16 北京百度网讯科技有限公司 Abnormal T CP message processing method and device
US9935879B2 (en) * 2012-12-29 2018-04-03 Netronome Systems, Inc. Efficient intercept of connection-based transport layer connections
WO2017009525A1 (en) * 2015-07-16 2017-01-19 Nokia Technologies Oy User-plane enhancements supporting in-bearer sub-flow qos differentiation
US11343790B2 (en) * 2018-03-20 2022-05-24 Here Global B.V. Positioning of low power devices

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5701300A (en) * 1994-12-22 1997-12-23 Electronics And Telecommunications Research Institute Connectionless server for an asynchronous transfer mode network
EP0905950A1 (en) * 1997-09-25 1999-03-31 Sony Corporation Communication method and data communications terminal with data communication protocol for inter-layer flow control
WO1999027464A1 (en) * 1997-11-21 1999-06-03 Eci Telecom Ltd. Apparatus and method for managing network congestion
EP0959589A2 (en) * 1998-05-17 1999-11-24 Lucent Technologies Inc. A system and method for link and media access control layer transaction completion procedures

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6333932B1 (en) * 1994-08-22 2001-12-25 Fujitsu Limited Connectionless communications system, its test method, and intra-station control system
US6081505A (en) * 1997-03-20 2000-06-27 Nokia Telecommunications, Oy Cell scheduling system and method for networks nodes
JPH11103297A (en) * 1997-09-26 1999-04-13 Sony Corp Method and device for controlling packet transmission
JP3319367B2 (en) * 1997-10-14 2002-08-26 ケイディーディーアイ株式会社 Network connection device
US6064678A (en) * 1997-11-07 2000-05-16 Qualcomm Incorporated Method for assigning optimal packet lengths in a variable rate communication system
EP0973302A1 (en) 1998-07-15 2000-01-19 Telefonaktiebolaget L M Ericsson (Publ) Device and method for reliable and low-delay packet transmission
JP3397144B2 (en) * 1998-09-29 2003-04-14 日本電気株式会社 Packet processing device, packet processing method, and packet switch
US6789116B1 (en) * 1999-06-30 2004-09-07 Hi/Fn, Inc. State processor for pattern matching in a network monitor device
AU3038100A (en) * 1999-12-13 2001-06-25 Nokia Corporation Congestion control method for a packet-switched network
US6760860B1 (en) * 2000-04-17 2004-07-06 Nortel Networks Limited Automatic retransmission request layer interaction in a wireless network
US6845100B1 (en) * 2000-08-28 2005-01-18 Nokia Mobile Phones Ltd. Basic QoS mechanisms for wireless transmission of IP traffic
US6771673B1 (en) * 2000-08-31 2004-08-03 Verizon Communications Inc. Methods and apparatus and data structures for providing access to an edge router of a network
AU2001288589A1 (en) * 2000-08-31 2002-03-13 The Regents Of The University Of California Method for improving tcp performance over wireless links
US6987732B2 (en) * 2000-12-15 2006-01-17 Tellabs San Jose, Inc. Apparatus and methods for scheduling packets in a broadband data stream
US20020116522A1 (en) * 2001-02-22 2002-08-22 Orckit Communications Ltd. Network congestion control in a mixed traffic environment
EP1249972A1 (en) 2001-04-09 2002-10-16 Telefonaktiebolaget L M Ericsson (Publ) Method of controlling a queue buffer
US6941152B2 (en) * 2001-04-24 2005-09-06 Ipr Licensing, Inc. Wireless subscriber network registration system for configurable services
AU2002303501A1 (en) * 2001-04-27 2002-11-11 Wanwall, Inc. Weighted fair queuing-based methods and apparatus for protecting against overload conditions on nodes of a distributed network
US20020176363A1 (en) 2001-05-08 2002-11-28 Sanja Durinovic-Johri Method for load balancing in routers of a network using overflow paths
GB2372172B (en) 2001-05-31 2002-12-24 Ericsson Telefon Ab L M Congestion handling in a packet data network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5701300A (en) * 1994-12-22 1997-12-23 Electronics And Telecommunications Research Institute Connectionless server for an asynchronous transfer mode network
EP0905950A1 (en) * 1997-09-25 1999-03-31 Sony Corporation Communication method and data communications terminal with data communication protocol for inter-layer flow control
WO1999027464A1 (en) * 1997-11-21 1999-06-03 Eci Telecom Ltd. Apparatus and method for managing network congestion
EP0959589A2 (en) * 1998-05-17 1999-11-24 Lucent Technologies Inc. A system and method for link and media access control layer transaction completion procedures

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
KIM Y ET AL: "PERFORMANCE ANALYSIS OF DATA PACKET DISCARDING IN ATM NETWORKS" IEEE / ACM TRANSACTIONS ON NETWORKING, IEEE INC. NEW YORK, US, vol. 7, no. 2, April 1999 (1999-04), pages 216-227, XP000828688 ISSN: 1063-6692 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004084517A1 (en) * 2003-03-20 2004-09-30 Telefonaktiebolaget Lm Ericsson (Publ) Data unit transmission method and device
US7490163B2 (en) 2003-03-20 2009-02-10 Telefonaktiebolaget L M Ericsson (Publ) Data unit transmission method and device
US8774098B2 (en) 2003-10-15 2014-07-08 Qualcomm Incorporated Method, apparatus, and system for multiplexing protocol data units
US8284752B2 (en) 2003-10-15 2012-10-09 Qualcomm Incorporated Method, apparatus, and system for medium access control
US9226308B2 (en) 2003-10-15 2015-12-29 Qualcomm Incorporated Method, apparatus, and system for medium access control
TWI383302B (en) * 2003-10-15 2013-01-21 Qualcomm Inc Wireless lan protocol stack
US9137087B2 (en) 2003-10-15 2015-09-15 Qualcomm Incorporated High speed media access control
US8462817B2 (en) 2003-10-15 2013-06-11 Qualcomm Incorporated Method, apparatus, and system for multiplexing protocol data units
US8472473B2 (en) 2003-10-15 2013-06-25 Qualcomm Incorporated Wireless LAN protocol stack
US8483105B2 (en) 2003-10-15 2013-07-09 Qualcomm Incorporated High speed media access control
US8582430B2 (en) 2003-10-15 2013-11-12 Qualcomm Incorporated Method and apparatus for wireless LAN (WLAN) data multiplexing
US9072101B2 (en) 2003-10-15 2015-06-30 Qualcomm Incorporated High speed media access control and direct link protocol
US8903440B2 (en) 2004-01-29 2014-12-02 Qualcomm Incorporated Distributed hierarchical scheduling in an ad hoc network
US8315271B2 (en) 2004-03-26 2012-11-20 Qualcomm Incorporated Method and apparatus for an ad-hoc wireless communications system
US8355372B2 (en) 2004-05-07 2013-01-15 Qualcomm Incorporated Transmission mode and rate selection for a wireless communication system
US8401018B2 (en) 2004-06-02 2013-03-19 Qualcomm Incorporated Method and apparatus for scheduling in a wireless network
US8600336B2 (en) 2005-09-12 2013-12-03 Qualcomm Incorporated Scheduling with reverse direction grant in wireless communication systems
US9198194B2 (en) 2005-09-12 2015-11-24 Qualcomm Incorporated Scheduling with reverse direction grant in wireless communication systems

Also Published As

Publication number Publication date
KR20040008188A (en) 2004-01-28
US20090268613A1 (en) 2009-10-29
DE60230034D1 (en) 2009-01-08
WO2002100064A3 (en) 2003-08-28
JP4163613B2 (en) 2008-10-08
AU2002321032B2 (en) 2006-11-09
JP2004529587A (en) 2004-09-24
ATE415768T1 (en) 2008-12-15
US7876781B2 (en) 2011-01-25
US20040258091A1 (en) 2004-12-23
EP1389391B1 (en) 2008-11-26
EP1261183A1 (en) 2002-11-27
US9178741B2 (en) 2015-11-03
KR100837488B1 (en) 2008-06-12
EP1389391A2 (en) 2004-02-18

Similar Documents

Publication Publication Date Title
WO2002100064A2 (en) Method and system for processing a data unit
AU2002321032A1 (en) Method and system for processing a data unit
US10652161B2 (en) Wireless communication system
EP1673895B1 (en) Medium access control priority-based scheduling for data units in a data flow
CN101379750B (en) A method and nodes for providing adaptive segmentation
US20130343276A1 (en) Method and apparatus for transmitting data packets and method and apparatus for receiving data packets
EP2057813A2 (en) Inclusion of quality of service indication in header compression channel
WO2002091202A1 (en) System and method for distributed processing of packet data containing audio information
WO2000035163A1 (en) A method for optimizing of data transmission
US7480301B2 (en) Method, system and article for improved TCP performance during retransmission in response to selective acknowledgement
US8755278B2 (en) Methods of data traffic shaping, apparatus and wireless device
CN102420684A (en) Processing method of TCP (Transmission Control Protocol) data stream and communication device
US8578040B2 (en) Method, system and article for client application control of network transmission loss tolerance
US9402200B2 (en) Flow based packet manipulation congestion control
EP1227698A1 (en) Data unit handling device and method of controlling a data unit handling device
Hsieh et al. On achieving weighted service differentiation: An end-to-end perspective
JPWO2002051101A1 (en) TCP / IP network system
Kanpurwala SCTP multi-streaming: Study of transmission of partially reliable and reliable data using dynamic stream priorities
KR20060056810A (en) Apparatus and method for using separation tcp buffer performance degradation protection tcp flow
KR20080019143A (en) The method and apparatus for transmitting robust header compression feedback message in ieee 802.16
JP2004186737A (en) Communication apparatus and communication system
Yu et al. An Intelligent Coherent Approach to Cooperation between TCP and ATM Congestion Control Algorithms—Modeling and Simulation Analysis
Adamczyk Paraml: Param2: Submi

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2003501911

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 1020037015297

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2002321032

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 2002754579

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2002754579

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWE Wipo information: entry into national phase

Ref document number: 10480953

Country of ref document: US