WO2009074101A1 - A method, system and apparatus for processing header compression in wireless network - Google Patents
A method, system and apparatus for processing header compression in wireless network Download PDFInfo
- Publication number
- WO2009074101A1 WO2009074101A1 PCT/CN2008/073327 CN2008073327W WO2009074101A1 WO 2009074101 A1 WO2009074101 A1 WO 2009074101A1 CN 2008073327 W CN2008073327 W CN 2008073327W WO 2009074101 A1 WO2009074101 A1 WO 2009074101A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- compression
- state transition
- information
- state
- feedback
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/04—Protocols for data compression, e.g. ROHC
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W28/00—Network traffic management; Network resource management
- H04W28/02—Traffic management, e.g. flow control or congestion control
- H04W28/06—Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W80/00—Wireless network protocols or protocol adaptations to wireless operation
- H04W80/02—Data link layer protocols
Definitions
- the present invention relates to the field of communications technologies, and in particular, to a method, system and apparatus for processing header compression in a wireless network. Background technique
- the wireless link Due to physical conditions, the wireless link has a lower transmission rate and a higher bit error rate than the wired link.
- IP technology is applied in a wireless cell environment, there is a problem that the packet header overhead is excessive.
- the packet payload that the user really needs is often only 22% of the entire packet. This not only wastes bandwidth, but also increases the probability that packets will be discarded due to errors. If effective measures are not taken, the quality of service (QoS) will be reduced while wasting valuable wireless network resources.
- QoS quality of service
- ROHC Robust Header Compression
- the ROHC takes a reference packet in a certain stream, and only transmits information about the change of the reference packet in the header field for other packets to achieve the purpose of compression, thereby making more efficient use of the bandwidth.
- ROHC also makes the header compression mechanism highly efficient and reasonable robust by controlling the frequency and quantity of feedback messages, strict logic for detecting out-of-synchronization, and error checking. In this way, ROHC provides a header compression mechanism suitable for high bit error rates and long latency links.
- ROHC defines a compressor (Compressor) and a decompressor (DeCompressor), each with three states.
- the three states of the compressor are IR (Initialization and Refresh), FO (First Order) and SO (First Order); the three states of the decompressor are NC (No Context), SC (Static Context) and FC (Full Context). ).
- ROHC is based on the form of feedback and is divided into three modes: U-mode, R-mode, and O-mode. In U mode, communication is unidirectional, compressor state transition does not depend on feedback; negative feedback is mandatory in 0 mode; positive feedback and negative feedback are mandatory in R mode.
- ROHC can only work above the IP layer and cannot header compression of Ethernet packets. At the same time, ROHC's operating efficiency is not high, and the underlying technology of wireless networks is not tightly integrated.
- Packet Header Suppression is a set of header compression mechanism that can compress different profiles on multiple IP layers. It also supports header compression for Ethernet packets. Compared to ROHC and other header compression methods, there is more Wide range of applications.
- the PHS has the following parameters, the packet header suppression size (PHSS, Packet header suppression size), the packet header suppression mask (PHSM), the packet header suppression index (PHSI), and the packet header compression domain value. (Packet header suppression field, PHSF), Packet header suppression valid (PHSV acknowledgement).
- the PHSF is determined by the upper layer entity, and then a shorter PHSI is used instead of the PHSF and PHSM combined bit string to transmit on the air interface, thereby achieving the purpose of saving air interface resources.
- PHS can only compress static data packet headers, and some of the services that may change during the process cannot be compressed; there is no feedback mechanism. It does not have the robustness of ROHC and the real-time dynamics accompanying the business.
- An object of the embodiments of the present invention is to provide a method, a system, and a device for processing header compression in a wireless network, which can perform header compression under the IP layer and can change a state of a parameter whose compression mechanism changes.
- a method for processing header compression in a wireless network includes: a compression end and a decompression end establish a data packet header compression PHC initial context;
- the compression end When the compression state needs to be changed, the compression end sends state transition information to the decompression end to And causing the decompression end to decompress the data packet from the compression end by using the state transition information.
- a feedback processing method for header compression in a wireless network includes: when a compression state needs to be changed, the compression end sends the state transition information to the decompression end; after receiving the state transition information, the decompression terminal utilizes The state transition information updates the decompression state, and sends feedback information to the compression end;
- the compression end After receiving the feedback information, the compression end updates the compression state by using the state transition information.
- the method for establishing a PHC initial context in a wireless network includes: performing a capability negotiation between a sender and a receiver, where the sender and the receiver notify their PHC support capabilities during the capability negotiation process.
- the sending end sends a connection establishment message including a connection identifier, classifier information, and corresponding PHC information to the receiving end.
- a processing system for header compression in a wireless network includes: a compressor and a decompressor, where
- the compressor is configured to establish a PHC initial context with the decompressor; send a state transition information to a decompressor when the compression state needs to be converted; and send the compressed data packet to the decompressor;
- the decompressor is configured to establish a PHC initial context with the compressor; and decompress the data packet from the compressor by using the state transition information.
- a feedback processing system for header compression in a wireless network includes: a compressor and a decompressor, where
- the compressor is configured to send state transition information to the decompressor when the compressed state is required to be converted, and the state transition information is compression mechanism change information; after receiving feedback information from the decompressor, using the The state transition information updates the compressed state;
- the decompressor is configured to update the decompression state by using the state transition information, and send feedback information to the compressor.
- a communication system provided by the present invention includes:
- the sending device is configured to perform capability negotiation with the receiving device, notify the receiving device of the PHC support capability information of the self in the capability negotiation process, and send a connection identifier, classifier information, and corresponding to the receiving device.
- PHC information
- the receiving device is configured to perform capability negotiation with the sending device, and send the PHC support capability information of the self to the sending device during the establishment of the header compression mechanism.
- the compression end and the decompression end establish a PHC initial context; when the compression end determines that the compression state needs to be converted, the state transition information is sent to the decompression end; and the decompression end uses the state transition information to data from the compression end.
- the package is decompressed.
- the present invention can update the dynamic parameters of the changes in real time, and can also perform header compression at the MAC layer.
- FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention.
- FIG. 3 is a schematic diagram of a format of a signaling message set according to an embodiment of the present invention.
- FIG. 4 is a schematic diagram of another signaling message format set according to an embodiment of the present invention.
- FIG. 5 is a schematic structural diagram of a MAC PDU according to an embodiment of the present invention.
- FIG. 6 is a schematic diagram of a specific process of establishing a PHC initial context on a compression end and a decompression end;
- FIG. 7 is a schematic diagram showing a specific process of parameter negotiation in an embodiment of the present invention.
- FIG. 8 is a schematic diagram of a flow scenario in which the compressed state changes and the compressed state is changed after the initial context of the PHC is established in the embodiment of the present invention
- FIG. 9 is a schematic structural diagram of a processing system for header compression in a wireless network according to an embodiment of the present invention
- FIG. 10 is a schematic structural diagram of a feedback processing system for header compression in a wireless network according to an embodiment of the present invention
- FIG. 11 is a schematic structural diagram of a communication system according to an embodiment of the present invention.
- the compression end after the initial PHC context is established between the compression end and the decompression end, if the initial compression parameter negotiated during the initial context establishment of the PHC changes, that is, when the compression state needs to be changed, the compression end will state.
- the information transmission decompression end is changed, and the state transition information is compression mechanism change information; and the decompression end uses the state transition information to decompress the data packet from the compression end.
- the method of the embodiment of the present invention includes the following steps:
- Step 101 The compression end and the decompression end establish a PHC initial context.
- Step 102 When the compression end determines that the compression state needs to be changed, the state transition information is sent to the decompression end, and the state transition information is compression mechanism change information.
- the compression end can send the state transition information to the decompression end by:
- the compression end sends a Media Access Control (MAC) protocol Packet Data Unit (PDU) to the decompression end, wherein the MAC header of the MAC PDU contains a MAC PDU carrying a state transition subheader And the state transition subheader, as shown in FIG. 2, the state transition subheader carries state transition information, and may further include a sequence number of the state transition information.
- the state transition information may include: a PHCI and a corresponding dynamic parameter modification value.
- the state transition subheader in FIG. 2 may further include: a CRC code, or a message digest generated by a shared key between the sender and the receiver. Therefore, before the decompressing end performs decompression processing, the decompressing end may first utilize the CRC code of the state transition information and the message digest pair compression end. The verification is performed, and after the verification is passed, the decompression process is performed.
- the status transition subheader can be indicated by an idle bit in the MAC header. However, since there is only one idle bit on the MAC header, in order to satisfy the subsequent protocol scalability, the idle bit in the MAC header and the extensible sub-header (ESF) can be combined to indicate the state transition subheader.
- ESF extensible sub-header
- the state transition sub-header in the MAC PDU is used to control the compression at the MAC SDU level, so the state transitioner The relative position of the header and the MAC SDU needs to be determined.
- PHC is a state transition subheader indication on the MAC header, and equal to 1 indicates that there is a state transition subheader after the MAC header; otherwise, there is no state. Change the subhead; PHC-UPD-SUB-H is the state transition subheader.
- the state transition subheader may include: PHCI and its corresponding dynamic parameter modification value, sequence number of the state transition information, message digest algorithm related parameters, and CRC algorithm related parameters.
- the sequence number of the state transition information in Fig. 2 may be: the serial number (SN) of the PHC, which is used for the index at the time of feedback.
- Step 103 The decompressing end decompresses the data packet from the compression end by using the state transition information.
- the compression end determines that the compression state needs to be changed, the state transition information is sent to the decompression end; that is, the compression end and the decompression end are required to update the decompression state by using the state transition information. Therefore, in the subsequent data packet transmission, the compression end can perform compression processing using the changed compression state, and the decompression end can perform decompression processing using the corresponding decompression state.
- the compressed end and the decompressed end update compression state may include multiple modes, for example:
- the first way is to directly update the compression end and the decompression end to update the compression state, specifically, when the compression end determines that the compression state needs to be changed.
- the decompressing end receives the MAC PDU, such as If the MAC PDU includes an indication of a state transition subheader, the state transition information in the state transition subheader in the MAC PDU may be used to update the decompression state, and the MAC PDU is performed by using the updated decompression state. unzip.
- the second way is to achieve this by updating the compression and decompression states at specific times or events:
- the decompressing end compresses or does not compress the MAC PDU by using the original compression state mechanism.
- the MAC PDU includes not only the indication of the state transition subheader, but also the state transition subheader, and further includes the compression mechanism change indication information. Therefore, the compression end may compress the MAC PDU by using the original compression mechanism or not compress the MAC PDU, update the compression state when the time or event indicated by the compression mechanism change occurs, and thereafter, may use the updated compression state pair to send Compress the MAC PDU of the decompressor.
- the decompressing state of the decompressing end after receiving the MAC PDU, the decompressing state of the decompressing end may be updated by using the state transition information according to the time or event indicated by the compression mechanism change, and the updated solution may be utilized.
- the compression state decompresses data packets from the compression end after a time indicated by the compression mechanism change or an event occurs.
- the third type is that the compression end updates the decompression state after receiving the feedback update from the decompression end, which can be implemented as follows:
- the compression end may compress or not compress the MAC PDU by using an original compression state mechanism, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition subheader; the decompression end receives After the MAC PDU, the decompression state is updated by using the state transition information, and the feedback information is sent to the compression end, where the update result is included; the compression end may determine whether to update the compression state according to the update result in the feedback information, if it is determined The decompressing end is updated, and the compression end renews the compressed state by using the state transition information.
- the fourth type is that after receiving the feedback from the decompressing end, the compression end updates the decompressed state, and then instructs the decompressing end to update the decompressed state. details as follows:
- the MAC PDU may be compressed or not compressed by using the original compression state mechanism, and after the compressed end sends the MAC PDU to the decompressing end, the decompressing end receives the MAC.
- the feedback information is sent to the compression end, where the feedback result is included; the compression end determines whether to update the compression state according to the reception result in the feedback information, and if so, the compression end updates the compression state by using the state transition information, and After the compressor state is updated, the uncompressed MAC PDU or the first compressed MAC PDU carries the compressed end state updated indication information.
- the decompressing end receives the indication information
- the decompressing state is updated by using the state transition information.
- the decompression end may send feedback information to the compression end by using a set signaling message, or may send feedback information to the compression end through a MAC PDU, and may also send feedback information to the compression end through a specific physical resource. .
- Figure 3 is a schematic diagram of the content format (excluding the MAC header) included in the set signaling message.
- the information message may include: a CID, a PHC1, and a reception result (Reception Result) of the dynamic parameter corresponding to the PHCI, a PHC SN and a CRC code. It may also include a message authentication code based on the hash algorithm, or a password based message authentication code (H/CMAC).
- H/CMAC password based message authentication code
- FIG. 5 is a schematic structural diagram of an extended MAC PDU.
- the MAC PDU may include a PHC feedback sub-header (PHC FDBK SUB-H), and the PHC feedback sub-head may include a CID, a reception result (Reception Result), a PHC sequence number (SN), and a CRC code. . It can also include HMAC or CMAC. Similarly, if there are multiple PHC dynamic parameter status changes, the PHC's feedback subheader can also include the Reception Result for each PHCI.
- PHC FDBK SUB-H PHC feedback sub-header
- the PHC feedback sub-header can also include the Reception Result for each PHCI.
- the decompression end When the compression end is the terminal side, the decompression end is the network side, and the decompression end sends the feedback information to the compression end, that is, the downlink transmission of the feedback information, the network side may notify the terminal PHC feedback through the DL-MAP message.
- the physical resource of the information the network side can use the physical resource to send the CID, the Reception Result, the PHC SN, and the CRC code to the terminal. It can also include HMAC or CMAC.
- the decompression end When the compression end is the network side, the decompression end is the terminal side, and the decompression end sends the feedback information to the compression end through a specific physical resource, that is, the uplink sending the feedback information, the network side may send the information to the terminal side.
- a downlink resource allocation (DL-MAP) message is provided for indicating a specific physical resource for the terminal to perform PHC feedback. Therefore, the terminal can send feedback information on a specific physical resource specified by the network side.
- the network side may also send an uplink resource allocation (UL-MAP) message to the terminal.
- UL-MAP uplink resource allocation
- the terminal receives the UL-MAP message, if the terminal has feedback information, the terminal sends the feedback information to the network side.
- the feedback information may further include an indication of whether the transmission is complete. If the feedback information is not sent, the network side always allocates resources to the terminal until the feedback information of the terminal is sent.
- the network side may send a UL-MAP message to the terminal in a polling manner, or may send a UL-MAP message to the terminal after receiving the feedback request from the terminal.
- Step 601 The compression end and the decompression end perform capability negotiation. In the basic capability negotiation process, the compression end and the decompression end notify the peer end of their PHC support capability.
- PHC parameters can be divided into two types, static and terminal related parameters, namely PHC static parameters; dynamic business related parameters, ie PHC dynamic parameters.
- the PHC static parameters can be negotiated through SBC or REG messages during the network access process.
- the PHC static parameters can include one or more of the following parameters: PHC capability support, that is, the ability to dynamically change the header compression parameters, and the maximum PHSS. Value, maximum value of the classifier or PHCI on a connection identifier, support for PHC feedback capability, supported feedback form, supported CRC algorithm, supported header compression method, such as: Head compression mode is PHS, PHC or ROHC .
- the PHC dynamic parameters can be negotiated through the DSX message during the connection establishment process.
- the following parameters can be included: PHCS initial value, PHCF initial value, PHCV initial value, PHCM initial value, PHCI, and feedback related parameters.
- the feedback related parameter includes Whether feedback, feedback channel CID and feedback mode are required.
- the PHC dynamic parameter may further include a message digest algorithm related parameter, and/or a CRC algorithm related parameter.
- step 601 the PHC static parameters and the initial values of the PHC dynamic parameters are negotiated. Thereafter, when the update status changes, the PHC dynamic parameters change.
- the SBC interaction is used as an example to describe the static parameter negotiation process:
- the MS sends a basic capability request (SBC-REQ) message to the BS, which carries the PHC static parameter of the terminal; the BS requests the GW to rely on the relevant information of the PHC static parameter determined by the GW, and may also carry the PHC static parameter of the terminal; Requested information; The BS sends a Basic Capability Response (SBC-RSP) message to the MS, carrying the PHC static parameters of the BS.
- SBC-RSP Basic Capability Response
- Step 602 After performing the access authentication on the decompressing end, the compressed end sends a connection establishment message, such as a DSA request message, including a connection identifier, classifier information, and corresponding PHC information.
- a connection establishment message such as a DSA request message, including a connection identifier, classifier information, and corresponding PHC information.
- Step 603 After receiving the connection establishment message, the decompressing end feeds back a DSA response message to the compressed end, where the receiving end includes a receiving result of the connection establishment message, and may further include a receiving result of each PHC parameter.
- FIG. 7 is a specific process of parameter negotiation in the embodiment of the present invention by taking a scenario triggered by a network as an example.
- the specific process of parameter negotiation in the embodiment of the present invention is as follows:
- Step 701 The network triggering entity triggers the BS, and the connection establishment is required.
- the network triggering entity is the GW.
- the step may carry the PHC dynamic parameter, but if the PHC dynamic parameter is completely controlled by the BS, the dynamic parameter may not be carried.
- Step 702 The BS sends a Dynamic Service Addition (DSA) Request (DSA-REQ) message to the terminal, and carries the PHC dynamic parameter.
- the PHC dynamic parameter may correspond to the connection identifier, or may correspond to the classifier. The data of different classifier rules is allowed to share a connection identifier, so there may be multiple sets of PHC dynamic parameters on a connection identifier.
- Step 703 After receiving the DSA-REQ message, the terminal parses the PHC dynamic parameter. If there is a PHC dynamic parameter that needs to be modified, the terminal may send a DSA response (DSA-RSP) message carrying the PHC dynamic parameter to be modified to the access network. Or, notify the access network terminal to accept all PHC dynamic parameters.
- DSA-RSP DSA response
- Step 704 Corresponding to step 701, the BS notifies the network to trigger the acceptance status of the entity terminal; if the PHC dynamic parameter modification in the DSA-RSP needs to be confirmed, the modification information may also be carried; if it is completely controlled by the BS, it is not required.
- Step 705 The network triggering entity performs comprehensive judgment, and gives a final PHC dynamic parameter. This step is not required if it is completely controlled by the BS.
- Step 706 Send a DSA acknowledgement (DSA-ACK) message to the terminal in the access network, indicating that only the DSA-RSP message has been correctly received, or the final PHC dynamic parameter in step 705 is sent to the terminal through the DSA-ACK message.
- DSA-ACK DSA acknowledgement
- the sender and the receiver perform capability negotiation.
- the sender and the receiver notify the peer of their own PHC support capability.
- the sender sends the receiver to the receiver. Connection identification message, classifier information, and connection establishment message for the corresponding PHC information.
- FIG. 8 is a flowchart showing a process in which the compressed state changes and the compressed state is changed after the initial context of the PHC is established in the embodiment of the present invention.
- the specific process of the embodiment of the present invention is as follows:
- Step 801 In the basic capability negotiation (SBC) process, the MS sends its own capability for PHC support to the access network; the access network sends its PHC support capability to the MS.
- the support capabilities at this time include the PHC static parameters.
- Step 802 Optionally, the access authentication process is performed between the MS and the access network.
- Step 803 The access network sends a DSA request message to the MS, where the connection identifier is included. Class information and corresponding PHC information.
- Step 804 The MS sends a DSA response message to the access network, where the receiving result of the request message and the acceptance result of the PHC parameter are included. After steps 803 and 804, the initial context of the PHC is established between the terminal and the access network.
- Step 805 When receiving the downlink data, the access network caches the received downlink data, performs a header compression operation according to the initial context, and detects whether the data packet header of the downlink data changes, and whether the state transition needs are met. .
- Step 806 If it is found that the data packet header of the downlink data changes and meets the requirement of the state transition, a sub-header needs to be added after the MAC header of the downlink data packet, and the updated PHC parameter is notified to the MS.
- Step 807 If the feedback and the feedback mode are negotiated between the MS and the access network, after receiving the sub-header, the terminal performs verification, that is, CRC or message digest verification, and the terminal feeds back the verification result to the access network; For resource allocation, the access network may allocate feedback resources to the terminal in advance.
- verification that is, CRC or message digest verification
- the compression mechanism is established in the process of establishing a service connection, that is, when the air interface connection is established, it is determined that the application header compression mechanism needs to be negotiated and the initial dynamic parameters are negotiated.
- the air interface connection may not be determined when the air interface connection is established.
- the compression mechanism but after the air interface connection is established for a period of time, there is a demand (such as a tight air interface resource) triggering the application header compression mechanism.
- the initial dynamic parameters can be negotiated using the DSC-REQ/RSP message.
- header compression on the air interface connection can be cancelled by DSC-REQ/RSP when header compression is already applied.
- a processing system for header compression in a wireless network includes: a compressor and a decompressor, where
- the compressor 91 is configured to establish a PHC initial context with the decompressor; when determining that a compression state needs to be converted, send the state transition information to a decompressor, where the state transition information is compression mechanism change information; The decompressor sends the compressed data packet;
- the decompressor 92 is configured to establish a PHC initial context with the compressor; and decompress the data packet from the compressor by using the state transition information.
- the compressor 91 includes: a first context establishing unit 911, a state transition information transmitting unit 912, and a transmitting processing unit 913.
- a first context establishing unit 911 configured to perform PHC initial context negotiation with the decompressor to establish a PHC initial context
- the state transition information sending unit 912 is configured to send a MAC PDU to the decompressor when determining that the compressed state needs to be transitioned, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition a subheader, wherein the state transition subhead carries state transition information;
- the sending processing unit 913 is configured to compress the data packet sent to the decompressor, and send the compressed data packet to the decompressor.
- the compressor 91 may further include: a first updating unit 914, configured to update the compressed state by using the state transition information when the state mechanism changes.
- the decompressor 92 may include: a second context establishing unit 921 and a receiving processing unit
- a second context establishing unit 921 configured to perform PHC initial context negotiation with the compressor to establish a PHC initial context
- the receiving processing unit 922 is configured to decompress the data packet from the compressor by using the state transition information.
- the decompression 92 may further include: a second updating unit 923, configured to update the decompressed state by using the state transition information compression end after receiving the state transition information.
- the decompression 92 may further include: a feedback unit 924, configured to send feedback information to the compressor after receiving the state transition information.
- a feedback processing system for header compression in a wireless network may include: a compressor 11 and a decompressor 12, where
- the compressor 11 is configured to send state transition information to the decompressor when the compression state needs to be changed, where the state transition information is compression mechanism change information; and receive the inverse from the decompressor After feeding the information, updating the compression state by using the state transition information;
- the decompressor 12 is configured to update the decompression state by using the state transition information, and send feedback information to the compressor.
- the compressor 11 can include:
- the state transition information sending unit 111 is configured to: when determining that the compressed state needs to be transitioned, send a MAC PDU to the decompressor, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition a subheader, wherein the state transition subhead carries state transition information;
- the first updating unit 112 is configured to update the compression state by using the state transition information after receiving the feedback information from the decompressor.
- the decompressor 12 can include:
- the second updating unit 121 is configured to update the decompression state by using the state transition information, and the feedback unit 122 is configured to send the feedback information to the compressor.
- a communication system provided by an embodiment of the present invention includes:
- the sending device 20 is configured to perform capability negotiation with the receiving end, and notify the receiving device 21 of the PHC support capability of the self in the capability negotiation process; perform access authentication on the receiving device, and send a DSA request message to the receiving device 21 , including connection identifier, classifier information, and corresponding PHC information;
- the receiving device 21 is configured to perform capability negotiation with the receiving end, and notify the sending device 20 of the PHC support capability in the capability negotiation process; and after receiving the DSA request, feed back the DSA to the sending device 20
- the response message includes the reception result of the request message and the reception result of the PHC parameter.
- the state transition information may be sent to the decompression end, and the decompression end uses the state transition information to decompress the data packet from the compression end.
- State changes can be made in real time to varying dynamic parameters. In this way, this method can perform header compression at the MAC layer or Ethernet for data packets. Header, IP packet header, UDP/TCP and other protocol headers are compressed.
- the real-time feedback mechanism is also provided in the embodiment of the present invention, and the state change indication information is fed back to ensure the accuracy of the update operation.
- Step 1001 The compression end and the decompression end establish a data packet header to compress the PHC initial context.
- Step 1002 When the compression state needs to be changed, the compression end sends state transition information to the decompression end, so that the decompression end utilizes the The state transition information decompresses data packets from the compression end.
- This embodiment can update the changed dynamic parameters in real time, and can also perform header compression at the MAC layer.
- the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
A method for processing header compression in wireless network is disclosed in the present invention. The method includes that: the initial context of packet header compression (PHC) is established in a compression side and a decompression side; the state transformation information is transmitted from the compression side to the decompression side when the state of compression is needed to transform; the data packet from the compression side is decompressed by using the state transformation information in the decompression side. According to the present invention, it is possible that the states of variational dynamic parameters are transformed in real-time and the header compression is performed in the media access control (MAC) layer. Simultaneity, a system and apparatus for processing header compression in wireless network are also disclosed in the present invention.
Description
一种无线网络中头压缩的处理方法及系统、 装置 本申请要求于 2007 年 12 月 7 日提交中国专利局、 申请号为 200710199032.9, 发明名称为"一种无线网络中头压缩的处理方法及系统、 装 置"的中国专利申请的优先权, 其全部内容通过引用结合在本申请中。 Method and system for processing head compression in wireless network, the application is filed on December 7, 2007, and the application number is 200710199032.9, and the invention name is "a method and system for processing header compression in a wireless network" The priority of the Chinese Patent Application, the entire disclosure of which is incorporated herein by reference.
技术领域 Technical field
本发明涉及通信技术领域, 特别是一种无线网络中头压缩的处理方法、 系统及装置。 背景技术 The present invention relates to the field of communications technologies, and in particular, to a method, system and apparatus for processing header compression in a wireless network. Background technique
由于物理条件的限制, 无线链路与有线链路相比, 其传输速率较低, 而 误码率偏高。 当在无线小区环境中应用 IP技术时, 存在分组头标开销过大的 问题。 例如, 一个 IPv6 语音通信分组, 用户真正需要的分组净荷往往只占整 个分组的 22%。 这样不仅浪费带宽, 还增大了分组因出错而被丟弃的概率。 若不釆取有效措施, 在浪费宝贵无线网络资源的同时, 还会降低服务质量 ( QoS )。 Due to physical conditions, the wireless link has a lower transmission rate and a higher bit error rate than the wired link. When IP technology is applied in a wireless cell environment, there is a problem that the packet header overhead is excessive. For example, for an IPv6 voice communication packet, the packet payload that the user really needs is often only 22% of the entire packet. This not only wastes bandwidth, but also increases the probability that packets will be discarded due to errors. If effective measures are not taken, the quality of service (QoS) will be reduced while wasting valuable wireless network resources.
鲁棒性头标压缩 (ROHC, Robust Header Compression )是一种基于流的 头标压缩方案。 在网络数据传输过程中, 同一个流的分组其大部分头标域具 有相同的域值。 ROHC 在某个流中取一个参考分组, 对于其他分组仅仅发送 头标域中相对参考分组变化的信息, 以达到压缩目的, 从而更加有效地利用 带宽。 同时, ROHC还通过控制反馈消息的频率和数量、 检测不同步的严格 逻辑、 以及差错校验等手段, 使该头标压缩机制具有高度的有效性和合理的 鲁棒性。 这样, ROHC便提供了一个适合于高误码率和长时延链路的头标压 缩机制。 Robust Header Compression (ROHC) is a stream-based header compression scheme. In the process of network data transmission, most of the header fields of the same stream have the same domain value. The ROHC takes a reference packet in a certain stream, and only transmits information about the change of the reference packet in the header field for other packets to achieve the purpose of compression, thereby making more efficient use of the bandwidth. At the same time, ROHC also makes the header compression mechanism highly efficient and reasonable robust by controlling the frequency and quantity of feedback messages, strict logic for detecting out-of-synchronization, and error checking. In this way, ROHC provides a header compression mechanism suitable for high bit error rates and long latency links.
ROHC定义了压缩器(Compressor )和解压缩器 ( DeCompressor ), 分别 有三种状态。 压缩器的三个状态为 IR ( Initialization and Refresh ), FO ( First Order )和 SO ( Second Order ); 解压缩器的三个状态为 NC ( No Context ), SC ( Static Context )和 FC ( Full Context )。
ROHC基于反馈的形式还分了三种模式: 单向模式(U-mode )、 双向可靠 模式(R-mode )和双向优化模式( O-mode )。 U模式中通信是单向的, 压缩 器状态迁移不依赖于反馈; 0模式中负反馈是强制的; R模式中正反馈和负反 馈都是强制的。 ROHC defines a compressor (Compressor) and a decompressor (DeCompressor), each with three states. The three states of the compressor are IR (Initialization and Refresh), FO (First Order) and SO (First Order); the three states of the decompressor are NC (No Context), SC (Static Context) and FC (Full Context). ). ROHC is based on the form of feedback and is divided into three modes: U-mode, R-mode, and O-mode. In U mode, communication is unidirectional, compressor state transition does not depend on feedback; negative feedback is mandatory in 0 mode; positive feedback and negative feedback are mandatory in R mode.
但是, ROHC只能工作在 IP层以上, 而且无法对以太网的数据包进行头 压缩。 同时, ROHC的操作效率不高, 和无线网络的底层技术结合不够紧密。 However, ROHC can only work above the IP layer and cannot header compression of Ethernet packets. At the same time, ROHC's operating efficiency is not high, and the underlying technology of wireless networks is not tightly integrated.
数据包头压缩(Packet Header Suppression, PHS )是一套头压缩机制, 可 以对多个 IP层上不同的 profile进行压缩, 也支持对以太网包进行的头压缩, 相对于 ROHC等头压缩方式, 有更广的应用范围。 PHS有如下参数, 数据包 头压缩 大小 ( PHSS , Packet header suppression size ) , 数据包头压缩掩码 ( Packet header suppression mask , PHSM ),数据包头压缩索引 ( Packet header suppression index , PHSI ),数据包头压缩域值 ( Packet header suppression field , PHSF ), 数据包头压缩确认( Packet header suppression valid , PHSV确认)。 Packet Header Suppression (PHS) is a set of header compression mechanism that can compress different profiles on multiple IP layers. It also supports header compression for Ethernet packets. Compared to ROHC and other header compression methods, there is more Wide range of applications. The PHS has the following parameters, the packet header suppression size (PHSS, Packet header suppression size), the packet header suppression mask (PHSM), the packet header suppression index (PHSI), and the packet header compression domain value. (Packet header suppression field, PHSF), Packet header suppression valid (PHSV acknowledgement).
PHSF由高层实体决定, 然后在空口上用一个更短的 PHSI替代 PHSF和 PHSM组合后的比特串进行传送, 从而达到节省空口资源的目的。 The PHSF is determined by the upper layer entity, and then a shorter PHSI is used instead of the PHSF and PHSM combined bit string to transmit on the air interface, thereby achieving the purpose of saving air interface resources.
在实际应用中, 发明人发现现有技术的方案中至少存在以下问题: PHS 只能对静态的数据包头部分进行压缩, 一些业务进行过程中可能发生变化的 部分都无法压缩; 其没有反馈机制, 不具备 ROHC的鲁棒性, 以及伴随业务 进行的实时动态特性。 In practical applications, the inventors have found that at least the following problems exist in the prior art solutions: PHS can only compress static data packet headers, and some of the services that may change during the process cannot be compressed; there is no feedback mechanism. It does not have the robustness of ROHC and the real-time dynamics accompanying the business.
发明内容 Summary of the invention
本发明实施例的目的是提供一种无线网络中头压缩的处理方法及系统、 装置, 可以实现在 IP层以下进行头压缩并能对压缩机制发生改变的参数进行 状态改变。 An object of the embodiments of the present invention is to provide a method, a system, and a device for processing header compression in a wireless network, which can perform header compression under the IP layer and can change a state of a parameter whose compression mechanism changes.
本发明实施例提供的一种无线网络中头压缩的处理方法, 包括: 压缩端和解压缩端建立数据包头压缩 PHC初始上下文; A method for processing header compression in a wireless network according to an embodiment of the present invention includes: a compression end and a decompression end establish a data packet header compression PHC initial context;
需要转变压缩状态时, 所述压缩端将状态转变信息发送给所述解压缩端, 以
使得所述解压缩端利用所述状态转变信息对来自所述压缩端的数据包进行解 压缩处理。 When the compression state needs to be changed, the compression end sends state transition information to the decompression end to And causing the decompression end to decompress the data packet from the compression end by using the state transition information.
本发明实施例提供的一种无线网络中头压缩的反馈处理方法, 包括: 需要转变压缩状态时, 压缩端将状态转变信息发送给解压缩端; 解压缩端收到该状态转变信息后, 利用状态转变信息更新解压缩状态, 并向压缩端发送反馈信息; A feedback processing method for header compression in a wireless network according to an embodiment of the present invention includes: when a compression state needs to be changed, the compression end sends the state transition information to the decompression end; after receiving the state transition information, the decompression terminal utilizes The state transition information updates the decompression state, and sends feedback information to the compression end;
压缩端收到反馈信息后, 利用所述状态转变信息更新压缩状态。 After receiving the feedback information, the compression end updates the compression state by using the state transition information.
本发明实施例提供的一种无线网络中 PHC初始上下文建立方法, 包括: 发送端与接收端进行能力协商, 在所述能力协商过程中所述发送端和接 收端将自身的 PHC支持能力告知对端; The method for establishing a PHC initial context in a wireless network according to an embodiment of the present invention includes: performing a capability negotiation between a sender and a receiver, where the sender and the receiver notify their PHC support capabilities during the capability negotiation process. End
在业务连接建立过程中, 所述发送端向接收端发送含有连接标识、 分类 器信息以及对应的 PHC信息的连接建立消息。 In the process of establishing a service connection, the sending end sends a connection establishment message including a connection identifier, classifier information, and corresponding PHC information to the receiving end.
本发明实施例提供的一种无线网络中头压缩的处理系统, 包括: 压缩器 和解压缩器, 其中, A processing system for header compression in a wireless network according to an embodiment of the present invention includes: a compressor and a decompressor, where
所述压缩器, 用于与所述解压缩器建立 PHC初始上下文; 在需要转变压 缩状态时, 将状态转变信息发送解压缩器; 向所述解压缩器发送压缩的数据 包; The compressor is configured to establish a PHC initial context with the decompressor; send a state transition information to a decompressor when the compression state needs to be converted; and send the compressed data packet to the decompressor;
所述解压缩器, 用于与所述压缩器建立 PHC初始上下文; 利用所述状态 转变信息对来自压缩器的数据包进行解压缩处理。 The decompressor is configured to establish a PHC initial context with the compressor; and decompress the data packet from the compressor by using the state transition information.
本发明实施例提供的一种无线网络中头压缩的反馈处理系统, 包括: 压缩器和解压缩器, 其中, A feedback processing system for header compression in a wireless network according to an embodiment of the present invention includes: a compressor and a decompressor, where
所述压缩器, 用于需要转变压缩状态时, 将状态转变信息发送给所述解 压缩器, 所述状态转变信息为压缩机制变化信息; 收到来自解压缩器的反馈 信息后, 利用所述状态转变信息更新压缩状态; The compressor is configured to send state transition information to the decompressor when the compressed state is required to be converted, and the state transition information is compression mechanism change information; after receiving feedback information from the decompressor, using the The state transition information updates the compressed state;
所述解压缩器, 用于利用所述状态转变信息更新解压缩状态, 并向压缩 器发送反馈信息。
本发明提供的一种通信系统, 包括: The decompressor is configured to update the decompression state by using the state transition information, and send feedback information to the compressor. A communication system provided by the present invention includes:
所述发送装置, 用于与所述接收装置进行能力协商, 在所述能力协商过 程中将所述自身的 PHC支持能力信息通知所述接收装置; 向接收装置发送连 接标识、 分类器信息以及对应的 PHC信息; The sending device is configured to perform capability negotiation with the receiving device, notify the receiving device of the PHC support capability information of the self in the capability negotiation process, and send a connection identifier, classifier information, and corresponding to the receiving device. PHC information;
接收装置, 用于与所述发送装置进行能力协商, 在头压缩机制建立过程 中将所述自身的 PHC支持能力信息发送给所述发送装置。 The receiving device is configured to perform capability negotiation with the sending device, and send the PHC support capability information of the self to the sending device during the establishment of the header compression mechanism.
本发明实施例中, 压缩端和解压缩端建立 PHC初始上下文; 压缩端确定 需要转变压缩状态时, 将状态转变信息发送解压缩端; 所述解压缩端利用所 述状态转变信息对来自压缩端的数据包进行解压缩处理。 本发明可以对变化 的动态参数实时进行更新, 而且还可以在 MAC层进行头压缩。 In the embodiment of the present invention, the compression end and the decompression end establish a PHC initial context; when the compression end determines that the compression state needs to be converted, the state transition information is sent to the decompression end; and the decompression end uses the state transition information to data from the compression end. The package is decompressed. The present invention can update the dynamic parameters of the changes in real time, and can also perform header compression at the MAC layer.
附图说明 DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面 描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。 In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the description of the prior art will be briefly described below. Obviously, the drawings in the following description are only It is a certain embodiment of the present invention, and other drawings can be obtained from those skilled in the art without any inventive labor.
图 1为本发明实施例方法的流程示意图; 1 is a schematic flow chart of a method according to an embodiment of the present invention;
图 2为本发明实施例的状态转变子头的格式; 2 is a format of a state transition subheader according to an embodiment of the present invention;
图 3为本发明实施例的设置的一个信令消息格式示意图; 3 is a schematic diagram of a format of a signaling message set according to an embodiment of the present invention;
图 4为本发明实施例的设置的另一个信令消息格式示意图; 4 is a schematic diagram of another signaling message format set according to an embodiment of the present invention;
图 5为本发明实施例的 MAC PDU的结构示意图; FIG. 5 is a schematic structural diagram of a MAC PDU according to an embodiment of the present invention;
图 6为压缩端和解压缩端建立 PHC初始上下文的具体流程示意图; 图 7 为以网络触发的场景为例说明本发明实施例参数协商的具体流程示 意图; FIG. 6 is a schematic diagram of a specific process of establishing a PHC initial context on a compression end and a decompression end; FIG. 7 is a schematic diagram showing a specific process of parameter negotiation in an embodiment of the present invention;
图 8为以下行场景为例本发明实施例在 PHC初始上下文建立后压缩状态 发生变化更新压缩状态的流程示意图; FIG. 8 is a schematic diagram of a flow scenario in which the compressed state changes and the compressed state is changed after the initial context of the PHC is established in the embodiment of the present invention;
图 9为本发明实施例的一种无线网络中头压缩的处理系统结构示意图;
图 10为本发明实施例的无线网络中头压缩的反馈处理系统结构示意图; 图 11为本发明实施例提供的一种通信系统的结构示意图。 FIG. 9 is a schematic structural diagram of a processing system for header compression in a wireless network according to an embodiment of the present invention; FIG. FIG. 10 is a schematic structural diagram of a feedback processing system for header compression in a wireless network according to an embodiment of the present invention; FIG. 11 is a schematic structural diagram of a communication system according to an embodiment of the present invention.
具体实施方式 Detailed ways
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而 不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作 出创造性劳动前提下所获得的所有其他实施例 , 都属于本发明保护的范围。 The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
在本发明实施例中,在压缩端和解压缩端之间建立了 PHC初始上下文后, 如果在 PHC初始上下文建立过程中协商的初始压缩参数发生改变, 也就是需 要转变压缩状态时, 压缩端将状态转变信息发送解压缩端, 所述状态转变信 息为压缩机制变化信息; 所述解压缩端利用所述状态转变信息对来自压缩端 的数据包进行解压缩处理。 In the embodiment of the present invention, after the initial PHC context is established between the compression end and the decompression end, if the initial compression parameter negotiated during the initial context establishment of the PHC changes, that is, when the compression state needs to be changed, the compression end will state. The information transmission decompression end is changed, and the state transition information is compression mechanism change information; and the decompression end uses the state transition information to decompress the data packet from the compression end.
参见图 1所示, 本发明实施例的方法包括以下步骤: Referring to FIG. 1, the method of the embodiment of the present invention includes the following steps:
步骤 101 : 压缩端和解压缩端建立 PHC初始上下文。 Step 101: The compression end and the decompression end establish a PHC initial context.
步骤 102: 压缩端确定需要转变压缩状态时, 将状态转变信息发送解压缩 端, 所述状态转变信息为压缩机制变化信息。 Step 102: When the compression end determines that the compression state needs to be changed, the state transition information is sent to the decompression end, and the state transition information is compression mechanism change information.
压缩端可以通过如下方式将状态转变信息发送给解压缩端: The compression end can send the state transition information to the decompression end by:
所述压缩端发送媒体接入控制 (Media Access Control, MAC )协议数据 包单元( Protocol Data Unit, PDU )给所述解压缩端,其中 MAC PDU 的 MAC 头含有 MAC PDU中是否携带状态转变子头的指示, 以及状态转变子头, 参 见图 2 所示, 所述状态转变子头中携带状态转变信息, 还可以进一步包括状 态转变信息的序列号。 所述状态转变信息可以包括: PHCI以及对应的动态参 数修改值。 The compression end sends a Media Access Control (MAC) protocol Packet Data Unit (PDU) to the decompression end, wherein the MAC header of the MAC PDU contains a MAC PDU carrying a state transition subheader And the state transition subheader, as shown in FIG. 2, the state transition subheader carries state transition information, and may further include a sequence number of the state transition information. The state transition information may include: a PHCI and a corresponding dynamic parameter modification value.
当然, 图 2中状态转变子头还可以包括: CRC码, 或, 由发送端和接收 端之间的共享密钥产生的消息摘要。 因此, 所述解压缩端进行解压缩处理前, 解压缩端可以先利用所述状态转变信息的 CRC码以及所述消息摘要对压缩端
进行验证, 并且在验证通过后, 再进行解压缩处理。 Of course, the state transition subheader in FIG. 2 may further include: a CRC code, or a message digest generated by a shared key between the sender and the receiver. Therefore, before the decompressing end performs decompression processing, the decompressing end may first utilize the CRC code of the state transition information and the message digest pair compression end. The verification is performed, and after the verification is passed, the decompression process is performed.
可以利用 MAC头中的空闲比特位指示状态转变子头。 但由于 MAC头上 的空闲 bit只有一个, 为了满足后续的协议扩展性, 可以将 MAC头中的空闲 比特位和可扩展的子头域(ESF )进行组合来指示状态转变子头。 The status transition subheader can be indicated by an idle bit in the MAC header. However, since there is only one idle bit on the MAC header, in order to satisfy the subsequent protocol scalability, the idle bit in the MAC header and the extensible sub-header (ESF) can be combined to indicate the state transition subheader.
另外, 由于 MAC SDU在成为 MAC PDU的过程中, 可能会被分割或者 组合, 而本发明实施例中, 利用 MAC PDU中的状态转变子头, 来控制 MAC SDU层次上的压缩, 因此状态转变子头和 MAC SDU的相对位置需要确定。 In addition, since the MAC SDU may be divided or combined in the process of becoming a MAC PDU, in the embodiment of the present invention, the state transition sub-header in the MAC PDU is used to control the compression at the MAC SDU level, so the state transitioner The relative position of the header and the MAC SDU needs to be determined.
图 2所示是以利用 MAC头中的空闲比特位指示状态转变子头为例, PHC 就是 MAC头上的状态转变子头指示, 等于 1表示 MAC头后存在状态转变子 头; 否则不存在状态转变子头; PHC-UPD-SUB-H为状态转变子头。 状态转变 子头可以包含: PHCI以及其对应的动态参数修改值,状态转变信息的序列号、 消息摘要算法相关参数, 以及 CRC算法相关参数。 图 2中状态转变信息的序 列号可以为: PHC的序列号 (SN ), 该序列号用于反馈时索引。 2 is an example of using a free bit in the MAC header to indicate a state transition subheader, PHC is a state transition subheader indication on the MAC header, and equal to 1 indicates that there is a state transition subheader after the MAC header; otherwise, there is no state. Change the subhead; PHC-UPD-SUB-H is the state transition subheader. The state transition subheader may include: PHCI and its corresponding dynamic parameter modification value, sequence number of the state transition information, message digest algorithm related parameters, and CRC algorithm related parameters. The sequence number of the state transition information in Fig. 2 may be: the serial number (SN) of the PHC, which is used for the index at the time of feedback.
步骤 103:所述解压缩端利用所述状态转变信息对来自压缩端的数据包进 行解压缩处理。 Step 103: The decompressing end decompresses the data packet from the compression end by using the state transition information.
当然, 为了实现之后的数据包的连续传输, 压缩端确定需要转变压缩状 态时, 将状态转变信息发送解压缩端; 也就说说, 需要压缩端和解压缩端都 利用状态转变信息更新解压缩状态, 因此, 在之后的数据包传输中, 压缩端 可以利用变化后的压缩状态进行压缩处理, 解压缩端可以利用与相应的解压 缩状态进行解压缩处理。 Of course, in order to realize continuous transmission of the subsequent data packets, when the compression end determines that the compression state needs to be changed, the state transition information is sent to the decompression end; that is, the compression end and the decompression end are required to update the decompression state by using the state transition information. Therefore, in the subsequent data packet transmission, the compression end can perform compression processing using the changed compression state, and the decompression end can perform decompression processing using the corresponding decompression state.
这里, 压缩端和解压缩端更新压缩状态可以包括艮多方式, 比如: 第一种方式是直接更新压缩端和解压缩端更新压缩状态的方式, 具体的 说, 当所述压缩端确定需要转变压缩状态时, 利用所述状态转变信息直接更 新压缩状态, 并釆用更新后的压缩状态对要发送给解压缩端的 MAC PDU进 行压缩, 其中 MAC PDU 的 MAC头含有 MAC PDU中是否携带状态转变子 头的指示, 以及状态转变子头。 因此, 解压缩端收到所述 MAC PDU后, 如
果所述 MAC PDU中含有状态转变子头的指示, 可以利用所述 MAC PDU中 状态转变子头中的状态转变信息, 更新解压缩状态, 并利用更新后的解压缩 状态对所述 MAC PDU进行解压缩。 Here, the compressed end and the decompressed end update compression state may include multiple modes, for example: The first way is to directly update the compression end and the decompression end to update the compression state, specifically, when the compression end determines that the compression state needs to be changed. And directly compressing the compressed state by using the state transition information, and compressing the MAC PDU to be sent to the decompressing end by using the updated compressed state, where the MAC header of the MAC PDU includes whether the MAC PDU carries the state transition subheader. Instructions, as well as state transition subheaders. Therefore, after the decompressing end receives the MAC PDU, such as If the MAC PDU includes an indication of a state transition subheader, the state transition information in the state transition subheader in the MAC PDU may be used to update the decompression state, and the MAC PDU is performed by using the updated decompression state. unzip.
第二种方式通过在特定时间或事件发生时再更新压缩和解压缩状态, 具 体可以这样实现: The second way is to achieve this by updating the compression and decompression states at specific times or events:
解压缩端釆用原压缩状态机制进行压缩或没有进行压缩 MAC PDU, 该 MAC PDU中不仅包括状态转变子头的指示, 以及状态转变子头, 进一步还可 以包括压缩机制变化指示信息。因此,压缩端可以利用原压缩机制压缩该 MAC PDU或不压缩该 MAC PDU, 在所述压缩机制变化指示的时间或事件发生时 , 更新压缩状态 ,此后 ,可以利用更新后的压缩状态对要发送给解压缩端的 MAC PDU进行压缩。 而在解压缩端, 可以在收到该 MAC PDU后, 可以根据所述 压缩机制变化指示的时间或事件发生时, 利用所述状态转变信息更新解压缩 端的解压缩状态, 并利用更新后的解压缩状态对所述压缩机制变化指示的时 间或事件发生之后的来自所述压缩端的数据包进行解压缩处理。 The decompressing end compresses or does not compress the MAC PDU by using the original compression state mechanism. The MAC PDU includes not only the indication of the state transition subheader, but also the state transition subheader, and further includes the compression mechanism change indication information. Therefore, the compression end may compress the MAC PDU by using the original compression mechanism or not compress the MAC PDU, update the compression state when the time or event indicated by the compression mechanism change occurs, and thereafter, may use the updated compression state pair to send Compress the MAC PDU of the decompressor. On the decompressing end, after receiving the MAC PDU, the decompressing state of the decompressing end may be updated by using the state transition information according to the time or event indicated by the compression mechanism change, and the updated solution may be utilized. The compression state decompresses data packets from the compression end after a time indicated by the compression mechanism change or an event occurs.
第三种是压缩端在收到解压缩端更新反馈后, 再更新解压缩状态, 具体 可以这样实现: The third type is that the compression end updates the decompression state after receiving the feedback update from the decompression end, which can be implemented as follows:
压缩端可以釆用原压缩状态机制进行压缩或没有进行压缩所述 MAC PDU, 其中 MAC PDU 的 MAC头含有 MAC PDU中是否携带状态转变子头 的指示, 以及状态转变子头; 解压缩端收到所述 MAC PDU后, 利用所述状 态转变信息更新解压缩状态, 并向压缩端发送反馈信息, 其中含有更新结果; 压缩端可以根据所述反馈信息中的更新结果确定是否更新压缩状态, 如果确 定解压缩端已更新, 压缩端再利用所述状态转变信息更新压缩状态。 The compression end may compress or not compress the MAC PDU by using an original compression state mechanism, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition subheader; the decompression end receives After the MAC PDU, the decompression state is updated by using the state transition information, and the feedback information is sent to the compression end, where the update result is included; the compression end may determine whether to update the compression state according to the update result in the feedback information, if it is determined The decompressing end is updated, and the compression end renews the compressed state by using the state transition information.
第四种是压缩端在收到解压缩端接收反馈后, 更新解压缩状态, 然后再 指示解压缩端更新解压缩状态。 具体如下: The fourth type is that after receiving the feedback from the decompressing end, the compression end updates the decompressed state, and then instructs the decompressing end to update the decompressed state. details as follows:
所述 MAC PDU可以釆用原压缩状态机制进行压缩或没有进行压缩, 则 在所述压缩端发送 MAC PDU给所述解压缩端后, 解压缩端收到所述 MAC
PDU后, 向压缩端发送反馈信息, 其中含有接收结果; 压缩端根据所述反馈 信息中的接收结果确定是否更新压缩状态, 如果是, 则压缩端利用所述状态 转变信息更新压缩状态, 并且在更新压缩器状态后的未压缩 MAC PDU或者 第一个压缩 MAC PDU上携带压缩端状态已更新指示信息, 当解压缩端收到 这个指示信息后, 利用所述状态转变信息立即更新解压缩状态。 The MAC PDU may be compressed or not compressed by using the original compression state mechanism, and after the compressed end sends the MAC PDU to the decompressing end, the decompressing end receives the MAC. After the PDU, the feedback information is sent to the compression end, where the feedback result is included; the compression end determines whether to update the compression state according to the reception result in the feedback information, and if so, the compression end updates the compression state by using the state transition information, and After the compressor state is updated, the uncompressed MAC PDU or the first compressed MAC PDU carries the compressed end state updated indication information. When the decompressing end receives the indication information, the decompressing state is updated by using the state transition information.
这里, 所述解压缩端可以通过设置的信令消息向所述压缩端发送反馈信 息, 也可以通过 MAC PDU向所述压缩端发送反馈信息, 还可以通过特定的 物理资源向压缩端发送反馈信息。 Here, the decompression end may send feedback information to the compression end by using a set signaling message, or may send feedback information to the compression end through a MAC PDU, and may also send feedback information to the compression end through a specific physical resource. .
图 3为设置的信令消息所包含的内容格式(不包含 MAC头)示意图。 参 见图 3所示, 该信息消息可以包括: CID、 PHC1以及 PHCI对应的动态参数 的接收结果(Reception Result ), PHC SN和 CRC码。 还可以包括基于哈西算 法的消息验证码, 或基于密码的消息验证码(H/CMAC )。 Figure 3 is a schematic diagram of the content format (excluding the MAC header) included in the set signaling message. As shown in FIG. 3, the information message may include: a CID, a PHC1, and a reception result (Reception Result) of the dynamic parameter corresponding to the PHCI, a PHC SN and a CRC code. It may also include a message authentication code based on the hash algorithm, or a password based message authentication code (H/CMAC).
当然, 参见图 4 所示, 如果一个连接标识中, 有多个分类器以及对应的 PHCI, 并且 CRC针对一个 PHC参数集进行计算, 那么还需要指明所反馈的 PHCL Of course, as shown in Figure 4, if there are multiple classifiers and corresponding PHCIs in a connection identifier, and the CRC is calculated for a PHC parameter set, then the PHCL to be fed back needs to be specified.
而且, 可以通过扩展的 MAC PDU承载反馈信息, 解压缩端利用扩展后 的 MAC PDU向压缩端反馈信息。 图 5为扩展后的 MAC PDU的结构示意图。 参见图 5所示,该 MAC PDU可以包括 PHC的反馈子头( PHC FDBK SUB-H ), PHC的反馈子头中可以包括 CID、 接受结果(Reception Result ), PHC序列 号(SN )、 CRC码。 还可以包括 HMAC或 CMAC。 同样, 如果存在多个 PHC 动态参数状态变化, PHC 的反馈子头中还可以包括每个 PHCI 的 Reception Result。 Moreover, the extended MAC PDU can carry feedback information, and the decompressing end uses the extended MAC PDU to feed back information to the compression end. FIG. 5 is a schematic structural diagram of an extended MAC PDU. As shown in FIG. 5, the MAC PDU may include a PHC feedback sub-header (PHC FDBK SUB-H), and the PHC feedback sub-head may include a CID, a reception result (Reception Result), a PHC sequence number (SN), and a CRC code. . It can also include HMAC or CMAC. Similarly, if there are multiple PHC dynamic parameter status changes, the PHC's feedback subheader can also include the Reception Result for each PHCI.
当压缩端为终端侧, 解压缩端为网络侧, 并且, 所述解压缩端向压缩端 发送反馈信息的情况,即下行发送反馈信息的情况,网络侧可以通过 DL-MAP 消息通知终端 PHC反馈信息的物理资源, 网络侧可以利用该物理资源向终端 发送 CID、 Reception Result, PHC SN、 CRC码。还可以包括 HMAC或 CMAC。
当压缩端为网络侧, 解压缩端为终端侧, 并且, 所述解压缩端通过特定 的物理资源向压缩端发送反馈信息的情况, 即上行发送反馈信息的情况, 网 络侧可以向终端侧发送含有用于指示终端进行 PHC反馈的特定物理资源的下 行资源分配(DL-MAP )消息, 因此, 终端可以在网络侧指定的特定物理资源 上发送反馈信息。 When the compression end is the terminal side, the decompression end is the network side, and the decompression end sends the feedback information to the compression end, that is, the downlink transmission of the feedback information, the network side may notify the terminal PHC feedback through the DL-MAP message. The physical resource of the information, the network side can use the physical resource to send the CID, the Reception Result, the PHC SN, and the CRC code to the terminal. It can also include HMAC or CMAC. When the compression end is the network side, the decompression end is the terminal side, and the decompression end sends the feedback information to the compression end through a specific physical resource, that is, the uplink sending the feedback information, the network side may send the information to the terminal side. A downlink resource allocation (DL-MAP) message is provided for indicating a specific physical resource for the terminal to perform PHC feedback. Therefore, the terminal can send feedback information on a specific physical resource specified by the network side.
针对上述情况, 网络侧也可以向终端发送上行资源分配( UL-MAP )消息; 终端收到所述 UL-MAP消息时, 如果终端有反馈信息, 则向网络侧发送反馈 信息。 而且, 所述反馈信息中可以进一步包括是否发送完的指示, 如果所述 反馈信息没有发送完, 则网络侧一直为所述终端分配资源, 直到所述终端的 反馈信息发送完毕。 For the above situation, the network side may also send an uplink resource allocation (UL-MAP) message to the terminal. When the terminal receives the UL-MAP message, if the terminal has feedback information, the terminal sends the feedback information to the network side. Moreover, the feedback information may further include an indication of whether the transmission is complete. If the feedback information is not sent, the network side always allocates resources to the terminal until the feedback information of the terminal is sent.
当然, 网络侧可以釆用轮询方式向所述终端发送 UL-MAP消息,也可以 在收到终端的反馈请求后, 向终端发送 UL-MAP消息。 Certainly, the network side may send a UL-MAP message to the terminal in a polling manner, or may send a UL-MAP message to the terminal after receiving the feedback request from the terminal.
参见图 6所示, 压缩端和解压缩端建立 PHC初始上下文的具体过程可 以这样实现: Referring to Figure 6, the specific process of establishing the PHC initial context on the compression side and the decompression side can be implemented as follows:
步骤 601 : 压缩端与解压缩端进行能力协商, 在所述基本能力协商过程中 所述压缩端和解压缩端将自身的 PHC支持能力告知对端。 Step 601: The compression end and the decompression end perform capability negotiation. In the basic capability negotiation process, the compression end and the decompression end notify the peer end of their PHC support capability.
由于 PHC参数可以分为两种,静态的和终端相关的参数, 即 PHC静态参 数; 动态的业务相关的参数, 即 PHC动态参数。 Since the PHC parameters can be divided into two types, static and terminal related parameters, namely PHC static parameters; dynamic business related parameters, ie PHC dynamic parameters.
PHC静态参数可以在入网过程中, 通过 SBC或者 REG消息进行能力协 商, 例如, PHC静态参数可以包含如下一种或几种参数: PHC的能力支持, 即动态改变头压缩参数的能力、 PHSS 的最大值、 一个连接标识上分类器或 PHCI的最大值、 PHC反馈能力的支持、 支持的反馈形式、 所支持的 CRC算 法、 所支持的头压缩方式, 如: 头压缩方式为 PHS、 PHC或 ROHC等。 The PHC static parameters can be negotiated through SBC or REG messages during the network access process. For example, the PHC static parameters can include one or more of the following parameters: PHC capability support, that is, the ability to dynamically change the header compression parameters, and the maximum PHSS. Value, maximum value of the classifier or PHCI on a connection identifier, support for PHC feedback capability, supported feedback form, supported CRC algorithm, supported header compression method, such as: Head compression mode is PHS, PHC or ROHC .
PHC动态参数可以在连接建立过程中, 通过 DSX消息进行协商, 例如, 可以包含如下参数: PHCS初始值、 PHCF初始值、 PHCV初始值、 PHCM初 始值、 PHCI以及反馈相关参数中的一种或几种, 其中所述反馈相关参数包括
是否需要反馈、 反馈信道 CID和反馈模式。 进一步, 所述 PHC动态参数还可 以包括釆用的消息摘要算法相关参数, 和 /或, CRC算法相关参数。 The PHC dynamic parameters can be negotiated through the DSX message during the connection establishment process. For example, the following parameters can be included: PHCS initial value, PHCF initial value, PHCV initial value, PHCM initial value, PHCI, and feedback related parameters. The feedback related parameter includes Whether feedback, feedback channel CID and feedback mode are required. Further, the PHC dynamic parameter may further include a message digest algorithm related parameter, and/or a CRC algorithm related parameter.
在步骤 601中进行基本能力协商过程中,协商了 PHC静态参数,以及 PHC 动态参数的初始值。 此后, 更新状态发生变化时, 即 PHC动态参数发生变化。 During the basic capability negotiation process in step 601, the PHC static parameters and the initial values of the PHC dynamic parameters are negotiated. Thereafter, when the update status changes, the PHC dynamic parameters change.
以 SBC交互为例说明静态参数协商过程: The SBC interaction is used as an example to describe the static parameter negotiation process:
MS发送基本能力请求( SBC-REQ )消息给 BS, 携带终端的 PHC静态参 数; BS向 GW请求依赖 GW确定的 PHC静态参数的相关信息, 同时也可以 携带终端的 PHC静态参数; GW返回 BS所请求的信息; BS发送基本能力响 应(SBC-RSP )消息给 MS, 携带 BS的 PHC静态参数。 至此, 终端和接入网 互相获得了基本的 PHC能力信息, 后续的通信过程中的参数将在此基础上进 行。 The MS sends a basic capability request (SBC-REQ) message to the BS, which carries the PHC static parameter of the terminal; the BS requests the GW to rely on the relevant information of the PHC static parameter determined by the GW, and may also carry the PHC static parameter of the terminal; Requested information; The BS sends a Basic Capability Response (SBC-RSP) message to the MS, carrying the PHC static parameters of the BS. At this point, the terminal and the access network obtain basic PHC capability information from each other, and the parameters in the subsequent communication process will be performed on this basis.
步骤 602: 在所述压缩端对解压缩端进行接入认证后, 向解压缩端发送连 接建立消息, 如: DSA请求消息, 其中包括连接标识、 分类器信息以及对应 的 PHC信息。 Step 602: After performing the access authentication on the decompressing end, the compressed end sends a connection establishment message, such as a DSA request message, including a connection identifier, classifier information, and corresponding PHC information.
步骤 603: 所述解压缩端收到所述连接建立消息后, 向所述压缩端反馈 DSA响应消息, 其中包括连接建立消息的接收结果、 进一步还可以包含每个 PHC参数的接收结果。 Step 603: After receiving the connection establishment message, the decompressing end feeds back a DSA response message to the compressed end, where the receiving end includes a receiving result of the connection establishment message, and may further include a receiving result of each PHC parameter.
图 7是以网络触发的场景为例说明本发明实施例参数协商的具体过程。 参见图 7所示, 本发明实施例参数协商的具体过程如下: FIG. 7 is a specific process of parameter negotiation in the embodiment of the present invention by taking a scenario triggered by a network as an example. Referring to FIG. 7, the specific process of parameter negotiation in the embodiment of the present invention is as follows:
步骤 701 : 网络触发实体触发 BS, 要求进行连接建立, 图中示出网络触 发实体为 GW; 此步骤可以携带上述 PHC动态参数,但是如果 PHC动态参数 完全由 BS控制, 则可不携带动态参数; Step 701: The network triggering entity triggers the BS, and the connection establishment is required. The network triggering entity is the GW. The step may carry the PHC dynamic parameter, but if the PHC dynamic parameter is completely controlled by the BS, the dynamic parameter may not be carried.
步骤 702: BS发送动态服务增加(DSA )请求(DSA-REQ )消息给终端, 携带上述 PHC动态参数,上述 PHC动态参数可以和连接标识——对应,也可 以和分类器——对应; 而符合不同分类器规则的数据是允许共享一个连接标 识的, 因此一个连接标识上可能有多套的 PHC动态参数。
步骤 703: 终端收到 DSA-REQ消息后, 对 PHC动态参数进行解析, 如 果有需要修改的 PHC动态参数, 可以发送携带需要修改的 PHC动态参数的 DSA响应(DSA-RSP )消息给接入网;或者,通知接入网终端接受所有的 PHC 动态参数。 Step 702: The BS sends a Dynamic Service Addition (DSA) Request (DSA-REQ) message to the terminal, and carries the PHC dynamic parameter. The PHC dynamic parameter may correspond to the connection identifier, or may correspond to the classifier. The data of different classifier rules is allowed to share a connection identifier, so there may be multiple sets of PHC dynamic parameters on a connection identifier. Step 703: After receiving the DSA-REQ message, the terminal parses the PHC dynamic parameter. If there is a PHC dynamic parameter that needs to be modified, the terminal may send a DSA response (DSA-RSP) message carrying the PHC dynamic parameter to be modified to the access network. Or, notify the access network terminal to accept all PHC dynamic parameters.
步骤 704: 对应于步骤 701 , BS通知网络触发实体终端的接受状态; 如 果 DSA-RSP中的 PHC动态参数修改需要其确认, 还可以携带此修改信息; 如果完全由 BS控制, 则不需要。 Step 704: Corresponding to step 701, the BS notifies the network to trigger the acceptance status of the entity terminal; if the PHC dynamic parameter modification in the DSA-RSP needs to be confirmed, the modification information may also be carried; if it is completely controlled by the BS, it is not required.
步骤 705: 网络触发实体进行综合判断, 给出最终的 PHC动态参数。 如 果完全由 BS控制, 则不需要此步骤。 Step 705: The network triggering entity performs comprehensive judgment, and gives a final PHC dynamic parameter. This step is not required if it is completely controlled by the BS.
步骤 706: 接入网中的发送 DSA确认(DSA-ACK ) 消息给终端, 表示 仅仅确认已经正确接收 DSA-RSP消息, 或者通过 DSA-ACK消息将步骤 705 中的最终 PHC动态参数发送给终端。 现: Step 706: Send a DSA acknowledgement (DSA-ACK) message to the terminal in the access network, indicating that only the DSA-RSP message has been correctly received, or the final PHC dynamic parameter in step 705 is sent to the terminal through the DSA-ACK message. Now:
发送端与接收端进行能力协商, 在所述能力协商过程中所述发送端和接 收端将自身的 PHC支持能力告知对端; 在头压缩机制建立过程中, 所述发送 端向接收端发送含有连接标识、 分类器信息以及对应的 PHC信息的连接建立 消息。 The sender and the receiver perform capability negotiation. In the capability negotiation process, the sender and the receiver notify the peer of their own PHC support capability. In the process of establishing the header compression mechanism, the sender sends the receiver to the receiver. Connection identification message, classifier information, and connection establishment message for the corresponding PHC information.
图 8为以下行场景为例说明本发明实施例在 PHC初始上下文建立后压缩 状态发生变化更新压缩状态的过程。 参见图 8 所示, 本发明实施例的具体过 程如下: FIG. 8 is a flowchart showing a process in which the compressed state changes and the compressed state is changed after the initial context of the PHC is established in the embodiment of the present invention. Referring to Figure 8, the specific process of the embodiment of the present invention is as follows:
步骤 801 : 在基本能力协商( SBC )过程中, MS将自身对 PHC支持的能 力发送给接入网; 所述接入网将自身的 PHC支持能力发送给 MS。 此时的支 持能力包括 PHC静态参数。 Step 801: In the basic capability negotiation (SBC) process, the MS sends its own capability for PHC support to the access network; the access network sends its PHC support capability to the MS. The support capabilities at this time include the PHC static parameters.
步骤 802: 可选地, MS与接入网之间进行接入认证过程。 Step 802: Optionally, the access authentication process is performed between the MS and the access network.
步骤 803: 接入网发送 DSA请求消息给 MS, 其中, 包含连接标识, 分
类器信息以及对应的 PHC信息。 Step 803: The access network sends a DSA request message to the MS, where the connection identifier is included. Class information and corresponding PHC information.
步骤 804: MS发送 DSA响应消息给接入网, 其中, 包含对请求消息的 接收结果, PHC参数的接受结果。 步骤 803和 804后, 终端和接入网之间就 建立了 PHC的初始上下文。 Step 804: The MS sends a DSA response message to the access network, where the receiving result of the request message and the acceptance result of the PHC parameter are included. After steps 803 and 804, the initial context of the PHC is established between the terminal and the access network.
步骤 805: 接入网收到下行数据时, 将收到的下行数据进行緩存, 然后按 照上述初始上下文进行头压缩操作, 并且检测下行数据的数据包头是否出现 了变化, 并且是否满足状态转变的需求。 Step 805: When receiving the downlink data, the access network caches the received downlink data, performs a header compression operation according to the initial context, and detects whether the data packet header of the downlink data changes, and whether the state transition needs are met. .
步骤 806: —旦发现下行数据的数据包头发生变化, 并且满足状态转变的 需求, 则需要在所述下行数据包的 MAC 头后面增加一个子头, 把更新后的 PHC参数通知给 MS。 Step 806: If it is found that the data packet header of the downlink data changes and meets the requirement of the state transition, a sub-header needs to be added after the MAC header of the downlink data packet, and the updated PHC parameter is notified to the MS.
步骤 807: 如果 MS和接入网之间协商了反馈以及反馈模式, 则终端接受 到上述子头后, 进行验证, 即 CRC或者消息摘要验证, 终端将验证结果反馈 给接入网; 如果反馈需要资源分配, 则接入网可以提前为终端分配反馈资源。 Step 807: If the feedback and the feedback mode are negotiated between the MS and the access network, after receiving the sub-header, the terminal performs verification, that is, CRC or message digest verification, and the terminal feeds back the verification result to the access network; For resource allocation, the access network may allocate feedback resources to the terminal in advance.
以上实施实例中是在业务连接建立过程中实现压缩机制的建立, 即在空 口连接建立时就确定需要应用头压缩机制并且协商初始动态参数, 实际上还 可以是空口连接建立时没有确定要应用头压缩机制, 而是在空口连接建立了 一段时间后, 有需求 (例如空口资源紧张)触发应用头压缩机制。 此时, 可 以釆用 DSC-REQ/RSP消息协商初始动态参数。 同样,也可以在头压缩已经应 用的时候, 通过 DSC-REQ/RSP来取消该空口连接上的头压缩。 In the above implementation example, the compression mechanism is established in the process of establishing a service connection, that is, when the air interface connection is established, it is determined that the application header compression mechanism needs to be negotiated and the initial dynamic parameters are negotiated. In fact, the air interface connection may not be determined when the air interface connection is established. The compression mechanism, but after the air interface connection is established for a period of time, there is a demand (such as a tight air interface resource) triggering the application header compression mechanism. At this point, the initial dynamic parameters can be negotiated using the DSC-REQ/RSP message. Similarly, header compression on the air interface connection can be cancelled by DSC-REQ/RSP when header compression is already applied.
参见图 9所示, 本发明实施例提供的一种无线网络中头压缩的处理系统, 包括: 压缩器和解压缩器, 其中, As shown in FIG. 9, a processing system for header compression in a wireless network according to an embodiment of the present invention includes: a compressor and a decompressor, where
所述压缩器 91 , 用于与所述解压缩器建立 PHC初始上下文; 在确定需要 转变压缩状态时, 将状态转变信息发送解压缩器, 所述状态转变信息为压缩 机制变化信息; 向所述解压缩器发送压缩的数据包; The compressor 91 is configured to establish a PHC initial context with the decompressor; when determining that a compression state needs to be converted, send the state transition information to a decompressor, where the state transition information is compression mechanism change information; The decompressor sends the compressed data packet;
所述解压缩器 92, 用于与所述压缩器建立 PHC初始上下文; 利用所述状 态转变信息对来自压缩器的数据包进行解压缩处理。
所述压缩器 91 包括: 第一上下文建立单元 911、 状态转变信息发送单元 912以及发送处理单元 913 。 The decompressor 92 is configured to establish a PHC initial context with the compressor; and decompress the data packet from the compressor by using the state transition information. The compressor 91 includes: a first context establishing unit 911, a state transition information transmitting unit 912, and a transmitting processing unit 913.
第一上下文建立单元 911 , 用于与所述解压缩器进行 PHC初始上下文协 商, 建立 PHC初始上下文; a first context establishing unit 911, configured to perform PHC initial context negotiation with the decompressor to establish a PHC initial context;
状态转变信息发送单元 912,用于在确定需要转变压缩状态时,发送 MAC PDU给所述解压缩器, 所述 MAC PDU 的 MAC头含有 MAC PDU中是否携 带状态转变子头的指示, 以及状态转变子头, 所述状态转变子头中携带状态 转变信息; The state transition information sending unit 912 is configured to send a MAC PDU to the decompressor when determining that the compressed state needs to be transitioned, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition a subheader, wherein the state transition subhead carries state transition information;
发送处理单元 913 , 用于对发送给所述解压缩器的数据包进行压缩, 并向 所述解压缩器发送压缩后的数据包。 The sending processing unit 913 is configured to compress the data packet sent to the decompressor, and send the compressed data packet to the decompressor.
所述压缩器 91还可以包括: 第一更新单元 914, 用于在状态机制发生改 变时, 利用所述状态转变信息更新压缩状态。 The compressor 91 may further include: a first updating unit 914, configured to update the compressed state by using the state transition information when the state mechanism changes.
所述解压缩器 92 可以包括: 第二上下文建立单元 921 和接收处理单元 The decompressor 92 may include: a second context establishing unit 921 and a receiving processing unit
922。 922.
第二上下文建立单元 921 ,用于与所述压缩器进行 PHC初始上下文协商, 建立 PHC初始上下文; a second context establishing unit 921, configured to perform PHC initial context negotiation with the compressor to establish a PHC initial context;
接收处理单元 922,用于利用所述状态转变信息对来自压缩器的数据包进 行解压缩处理。 The receiving processing unit 922 is configured to decompress the data packet from the compressor by using the state transition information.
所述解压缩 92还可以包括: 第二更新单元 923 , 用于在收到所述状态转 变信息后, 利用所述状态转变信息压缩端更新解压缩状态。 The decompression 92 may further include: a second updating unit 923, configured to update the decompressed state by using the state transition information compression end after receiving the state transition information.
所述解压缩 92还可以包括: 反馈单元 924, 用于在收到所述状态转变信 息后, 向所述压缩器发送反馈信息。 The decompression 92 may further include: a feedback unit 924, configured to send feedback information to the compressor after receiving the state transition information.
参见图 10所示, 本发明实施例的无线网络中头压缩的反馈处理系统, 可 以包括: 压缩器 11和解压缩器 12, 其中, Referring to FIG. 10, a feedback processing system for header compression in a wireless network according to an embodiment of the present invention may include: a compressor 11 and a decompressor 12, where
所述压缩器 11 , 用于确定需要转变压缩状态时, 将状态转变信息发送给 解压缩器, 所述状态转变信息为压缩机制变化信息; 收到来自解压缩器的反
馈信息后, 利用所述状态转变信息更新压缩状态; The compressor 11 is configured to send state transition information to the decompressor when the compression state needs to be changed, where the state transition information is compression mechanism change information; and receive the inverse from the decompressor After feeding the information, updating the compression state by using the state transition information;
所述解压缩器 12, 用于利用所述状态转变信息更新解压缩状态, 并向压 缩器发送反馈信息。 The decompressor 12 is configured to update the decompression state by using the state transition information, and send feedback information to the compressor.
所述压缩器 11可以包括: The compressor 11 can include:
状态转变信息发送单元 111 ,用于在确定需要转变压缩状态时,发送 MAC PDU给所述解压缩器, 所述 MAC PDU 的 MAC头含有 MAC PDU中是否携 带状态转变子头的指示, 以及状态转变子头, 所述状态转变子头中携带状态 转变信息; The state transition information sending unit 111 is configured to: when determining that the compressed state needs to be transitioned, send a MAC PDU to the decompressor, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition a subheader, wherein the state transition subhead carries state transition information;
第一更新单元 112, 用于收到来自解压缩器的反馈信息后, 利用所述状态 转变信息更新压缩状态。 The first updating unit 112 is configured to update the compression state by using the state transition information after receiving the feedback information from the decompressor.
所述解压缩器 12可以包括: The decompressor 12 can include:
第二更新单元 121 , 用于利用所述状态转变信息更新解压缩状态, 反馈单元 122, 用于向压缩器发送反馈信息。 The second updating unit 121 is configured to update the decompression state by using the state transition information, and the feedback unit 122 is configured to send the feedback information to the compressor.
参见图 11所示, 本发明实施例提供的一种通信系统, 包括: Referring to FIG. 11, a communication system provided by an embodiment of the present invention includes:
发送装置 20, 用于与接收端进行能力协商, 在所述能力协商过程中所述 自身的 PHC支持能力告知所述接收装置 21 ; 对接收装置进行接入认证, 向接 收装置 21发送 DSA请求消息, 其中包括连接标识、 分类器信息以及对应的 PHC信息; The sending device 20 is configured to perform capability negotiation with the receiving end, and notify the receiving device 21 of the PHC support capability of the self in the capability negotiation process; perform access authentication on the receiving device, and send a DSA request message to the receiving device 21 , including connection identifier, classifier information, and corresponding PHC information;
接收装置 21 , 用于与接收端进行能力协商, 在所述能力协商过程中所述 自身的 PHC支持能力告知所述发送装置 20; 收到所述 DSA请求后, 向所述 发送装置 20反馈 DSA响应消息, 其中包括请求消息的接收结果、 PHC参数 的接收结果。 The receiving device 21 is configured to perform capability negotiation with the receiving end, and notify the sending device 20 of the PHC support capability in the capability negotiation process; and after receiving the DSA request, feed back the DSA to the sending device 20 The response message includes the reception result of the request message and the reception result of the PHC parameter.
在本发明实施例中, 压缩端确定需要转变压缩状态时, 可以将状态转变 信息发送解压缩端, 所述解压缩端利用所述状态转变信息对来自压缩端的数 据包进行解压缩处理, 因此, 可以对变化的动态参数实时进行状态改变。 这 种方式而且, 这种方式可以在 MAC层进行头压缩, 也可以对数据包的以太网
包头, IP数据包头, UDP/TCP以及其他协议头进行压缩。 而且, 本发明实施 例中还提供了实时的反馈机制, 对状态改变指示信息进行反馈, 确保更新操 作的准确度。 In the embodiment of the present invention, when the compression end determines that the compression state needs to be converted, the state transition information may be sent to the decompression end, and the decompression end uses the state transition information to decompress the data packet from the compression end. State changes can be made in real time to varying dynamic parameters. In this way, this method can perform header compression at the MAC layer or Ethernet for data packets. Header, IP packet header, UDP/TCP and other protocol headers are compressed. Moreover, the real-time feedback mechanism is also provided in the embodiment of the present invention, and the state change indication information is fed back to ensure the accuracy of the update operation.
本发明方法的又一实施例, 包括: Yet another embodiment of the method of the present invention comprises:
步骤 1001 : 压缩端和解压缩端建立数据包头压缩 PHC初始上下文; 步骤 1002: 需要转变压缩状态时, 所述压缩端将状态转变信息发送给所 述解压缩端, 以使得所述解压缩端利用所述状态转变信息对来自所述压缩端 的数据包进行解压缩处理。 Step 1001: The compression end and the decompression end establish a data packet header to compress the PHC initial context. Step 1002: When the compression state needs to be changed, the compression end sends state transition information to the decompression end, so that the decompression end utilizes the The state transition information decompresses data packets from the compression end.
本实施例可以对变化的动态参数实时进行更新,而且还可以在 MAC层进 行头压缩。 This embodiment can update the changed dynamic parameters in real time, and can also perform header compression at the MAC layer.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流 程, 是可以通过计算机程序来指令相关的硬件来完成, 所述的程序可存储于 一计算机可读取存储介质中, 该程序在执行时, 可包括如上述各方法的实施 例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体( Read-Only Memory, ROM )或随机存 己忆体 ( Random Access Memory, RAM )等。 A person skilled in the art can understand that all or part of the process of implementing the above embodiment method can be completed by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium. In execution, the flow of an embodiment of the methods as described above may be included. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
本领域的技术人员可以理解, 本发明实施例中所列举的信令消息及各项 参数的内容格式仅是示例性的, 本发明的实施例并未限定所述内容格式的具 体表现形式。 发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权利要 求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。
It can be understood by those skilled in the art that the content format of the signaling message and various parameters enumerated in the embodiments of the present invention is merely exemplary, and the embodiment of the present invention does not limit the specific form of the content format. The spirit and scope of the invention. Thus, it is intended that the present invention cover the modifications and variations of the inventions
Claims
1、 一种无线网络中头压缩的处理方法, 其特征在于, 该方法包括: 压缩端和解压缩端建立数据包头压缩 PHC初始上下文; A method for processing header compression in a wireless network, the method comprising: the compression end and the decompression end establish a data packet header compression PHC initial context;
需要转变压缩状态时, 所述压缩端将状态转变信息发送给所述解压缩端, 以使得所述解压缩端利用所述状态转变信息对来自所述压缩端的数据包进行解 压缩处理。 When it is required to transition the compressed state, the compression end transmits state transition information to the decompressing end, so that the decompressing end decompresses the data packet from the compressed end by using the state transition information.
2、 根据权利要求 1所述的方法, 其特征在于, 所述压缩端将状态转变信息 发送给解压缩端, 包括: The method according to claim 1, wherein the compressing end sends the state transition information to the decompressing end, including:
所述压缩端发送媒体接入控制 MAC协议数据包单元 PDU给所述解压缩端, 其中所述 MAC PDU 的 MAC头含有 MAC PDU中是否携带状态转变子头的指 示, 以及状态转变子头, 所述状态转变子头中携带状态转变信息, 或, 携带状 态转变信息以及状态转变信息的序列号。 The compression end sends a media access control MAC protocol packet unit PDU to the decompression end, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition subheader. The state transition subheader carries state transition information, or carries the state transition information and the sequence number of the state transition information.
3、 根据权利要求 2所述的方法, 其特征在于, 所述状态转变子头的指示为 MAC头中的空闲比特位, 或为 MAC头中的空闲比特位和可扩展的子头域 ESF 的组合。 3. The method according to claim 2, wherein the indication of the state transition subheader is an idle bit in the MAC header, or is an idle bit in the MAC header and an extensible subheader ESF. combination.
4、 根据权利要求 2所述的方法, 其特征在于, 所述状态转变子头还包括: 循环冗余校验 CRC码, The method according to claim 2, wherein the state transition subhead further comprises: a cyclic redundancy check CRC code,
则所述解压缩端进行解压缩处理前, 该方法进一步包括: And before the decompressing end performs decompression processing, the method further includes:
所述解压缩端利用所述 CRC码对压缩端进行验证。 The decompressing end verifies the compressed end by using the CRC code.
5、 根据权利要求 2所述的方法, 其特征在于, 所述状态转变子头还包括: 由发送端和接收端之间的共享密钥产生的消息摘要; The method according to claim 2, wherein the state transition subheader further comprises: a message digest generated by a shared key between the sender and the receiver;
则所述解压缩端进行解压缩处理前, 该方法进一步包括: And before the decompressing end performs decompression processing, the method further includes:
所述解压缩端利用所述消息摘要对压缩端进行认证。 The decompressing end authenticates the compressed end by using the message digest.
6、 根据权利要求 1所述的方法, 其特征在于, 所述状态转变信息包括: 数 据包头压缩索引 PHCI以及对应的动态参数修改值。
The method according to claim 1, wherein the state transition information comprises: a packet header compression index PHCI and a corresponding dynamic parameter modification value.
7、 根据权利要求 2所述的方法, 其特征在于, 需要转变压缩状态时, 所述 压缩端利用所述状态转变信息直接更新压缩状态, 并釆用更新后的压缩状态对 所述 MAC PDU进行压缩, The method according to claim 2, wherein when the compression state needs to be changed, the compression end directly updates the compression state by using the state transition information, and performs the MAC PDU by using the updated compression state. Compressed,
则所述解压缩端利用所述状态转变信息对来自压缩端的数据包进行解压缩 处理, 包括: Then, the decompressing end decompresses the data packet from the compression end by using the state transition information, and includes:
所述解压缩端收到所述 MAC PDU后, 如果所述 MAC PDU中含有状态转 变子头的指示, 利用所述 MAC PDU中状态转变子头中的状态转变信息, 更新 解压缩状态, 并利用更新后的解压缩状态对所述 MAC PDU进行解压缩。 After receiving the MAC PDU, the decompressing end updates the decompression state and uses the state transition information in the state transition subheader in the MAC PDU if the MAC PDU includes an indication of a state transition subheader. The updated decompression state decompresses the MAC PDU.
8、 根据权利要求 2所述的方法, 其特征在于, 所述 MAC PDU釆用原压缩 状态机制进行压缩或没有进行压缩, 并且, 所述 MAC PDU中还进一步包括压 缩机制变化指示信息, The method according to claim 2, wherein the MAC PDU is compressed or not compressed by using an original compression state mechanism, and the MAC PDU further includes a compression mechanism change indication information.
压缩端在所述压缩机制变化指示的时间或事件发生时, 更新压缩状态, 并 利用更新后的压缩状态对要发送给解压缩端的 MAC PDU进行压缩; The compression end updates the compression state when the time or event indicated by the change of the compression mechanism occurs, and compresses the MAC PDU to be sent to the decompression end by using the updated compression state;
则所述解压缩端根据所述压缩机制变化指示的时间或事件发生时, 利用所 述状态转变信息更新解压缩端的解压缩状态, 并利用更新后的解压缩状态对所 述压缩机制变化指示的时间或事件发生之后的来自所述压缩端的数据包进行解 压缩处理。 And the decompressing end updates the decompression state of the decompression end by using the state transition information according to the time or event indicated by the compression mechanism change, and uses the updated decompression state to indicate the change of the compression mechanism. The data packet from the compression end after the time or event occurs is decompressed.
9、 根据权利要求 2所述的方法, 其特征在于, 所述 MAC PDU釆用原压缩 状态机制进行压缩或没有进行压缩, 则在所述压缩端发送 MAC PDU给所述解 压缩端之后, 所述解压缩端利用所述状态转变信息对来自压缩端的数据包进行 解压缩处理前, 该方法进一步包括: The method according to claim 2, wherein the MAC PDU is compressed or not compressed by using an original compression state mechanism, and after the compressed end sends a MAC PDU to the decompressing end, Before the decompressing end decompresses the data packet from the compression end by using the state transition information, the method further includes:
解压缩端收到所述 MAC PDU后, 利用所述状态转变信息更新解压缩状态, 并向压缩端发送反馈信息, 其中含有更新结果; After receiving the MAC PDU, the decompressing end updates the decompression state by using the state transition information, and sends feedback information to the compression end, where the update result is included;
压缩端根据所述反馈信息中的更新结果确定是否更新压缩状态, 如果是, 则压缩端利用所述状态转变信息更新压缩状态。 The compression end determines whether to update the compression state according to the update result in the feedback information, and if so, the compression end updates the compression state by using the state transition information.
10、 根据权利要求 2所述的方法, 其特征在于, 所述 MAC PDU釆用原压
缩状态机制进行压缩或没有进行压缩, 则在所述压缩端发送 MAC PDU给所述 解压缩端之后, 所述解压缩端利用所述状态转变信息对来自压缩端的数据包进 行解压缩处理前, 该方法进一步包括: 10. The method according to claim 2, wherein the MAC PDU uses a primary pressure After the compressed state is compressed or not compressed, after the compressed end sends the MAC PDU to the decompressing end, the decompressing end uses the state transition information to decompress the data packet from the compressed end. The method further includes:
解压缩端收到所述 MAC PDU后, 向压缩端发送反馈信息, 其中含有接收 结果; After receiving the MAC PDU, the decompressing end sends feedback information to the compression end, which includes the receiving result;
压缩端根据所述反馈信息中的接收结果确定是否更新压缩状态, 如果是, 则压缩端利用所述状态转变信息更新压缩状态, 并且在更新压缩端状态后的未 压缩 MAC PDU或者第一个压缩 MAC PDU上携带压缩端状态已更新指示信息, 当解压缩端收到该指示信息后, 利用所述状态转变信息更新解压缩状态。 The compression end determines whether to update the compression state according to the reception result in the feedback information, and if so, the compression end updates the compression state by using the state transition information, and the uncompressed MAC PDU or the first compression after updating the compression end state The MAC PDU carries the compressed end state updated indication information. When the decompressing end receives the indication information, the decompressing state is updated by using the state transition information.
11、 根据权利要求 9 所述的方法, 其特征在于, 所述解压缩端通过设置的 信令消息向所述压缩端发送反馈信息, 或, 通过 MAC PDU向所述压缩端发送 反馈信息, 或, 通过特定的物理资源向压缩端发送反馈信息。 The method according to claim 9, wherein the decompressing end sends feedback information to the compressed end by using a set signaling message, or sends feedback information to the compressed end by using a MAC PDU, or Send feedback information to the compressed end through specific physical resources.
12、 根据权利要求 9 所述的方法, 其特征在于, 当解压缩端为网络侧, 压 缩端为终端侧时, 所述解压缩端通过特定的物理资源向压缩端发送反馈信息之 前, 进一步包括: 网络侧向终端侧发送含有用于指示终端进行 PHC反馈的特定 物理资源的下行资源分配消息。 The method according to claim 9, wherein when the decompressing end is the network side and the compressing end is the terminal side, the decompressing end further includes, before sending the feedback information to the compressed end by using a specific physical resource, The network side transmits a downlink resource allocation message including a specific physical resource for instructing the terminal to perform PHC feedback.
13、 根据权利要求 9 所述的方法, 其特征在于, 当解压缩端为终端侧, 压 缩端为网络侧时, 解压缩端在特定的资源上向压缩端发送反馈信息之前, 进一 步包括: The method according to claim 9, wherein when the decompression end is the terminal side and the compression end is the network side, before the decompressing end sends the feedback information to the compression end on the specific resource, the method further includes:
网络侧向终端发送上行资源分配消息; The network side sends an uplink resource allocation message to the terminal;
终端收到所述上行资源分配消息时, 如果终端有反馈信息, 则向网络侧发 送反馈信息。 When the terminal receives the uplink resource allocation message, if the terminal has feedback information, the terminal sends the feedback information to the network side.
14、 根据权利要求 13所述的方法, 其特征在于, 所述反馈信息还包括反馈 信息是否发送完的指示, 如果所述反馈信息没有发送完, 则网络侧一直为所述 终端分配资源, 直到所述终端的反馈信息发送完毕。 The method according to claim 13, wherein the feedback information further includes an indication of whether the feedback information is sent. If the feedback information is not sent, the network side allocates resources to the terminal until The feedback information of the terminal is sent.
15、 根据权利要求 13所述的方法, 其特征在于, 所述网络侧釆用轮询方式
向所述终端发送上行资源分配消息, 或, 所述网络侧是在收到终端的反馈请求 后, 向终端发送上行资源分配消息。 The method according to claim 13, wherein the network side uses a polling method Sending an uplink resource allocation message to the terminal, or the network side sends an uplink resource allocation message to the terminal after receiving the feedback request from the terminal.
16、 一种无线网络中头压缩的反馈处理方法, 其特征在于, 该方法包括: 需要转变压缩状态时, 压缩端将状态转变信息发送给解压缩端; A feedback processing method for header compression in a wireless network, the method comprising: when a compression state needs to be changed, the compression end sends the state transition information to the decompression end;
解压缩端收到该状态转变信息后, 利用状态转变信息更新解压缩状态, 并 向压缩端发送反馈信息; After receiving the state transition information, the decompressing end updates the decompression state by using the state transition information, and sends feedback information to the compression end;
压缩端收到反馈信息后, 利用所述状态转变信息更新压缩状态。 After receiving the feedback information, the compression end updates the compression state by using the state transition information.
17、 根据权利要求 16所述的方法, 其特征在于, 所述压缩端将状态转变信 息发送给解压缩端, 包括: The method according to claim 16, wherein the compressing end sends the state transition information to the decompressing end, including:
所述压缩端发送 MAC PDU给所述解压缩端, 其中 MAC PDU 的 MAC头 含有 MAC PDU中是否携带状态转变子头的指示, 以及状态转变子头, 所述状 态转变子头中携带状态转变信息, 或, 携带状态转变信息和状态转变信息的序 列号。 The compression end sends a MAC PDU to the decompressing end, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition subheader, where the state transition subheader carries state transition information , or, the serial number carrying the state transition information and the state transition information.
18、根据权利要求 17所述的方法, 其特征在于, 所述状态转变子头为 MAC 头中的空闲比特位, 或为 MAC头中的空闲比特位和 ESF的组合。 The method according to claim 17, wherein the state transition subheader is an idle bit in the MAC header, or a combination of an idle bit in the MAC header and an ESF.
19、根据权利要求 17所述的方法, 其特征在于, 所述状态转变子头还包括: CRC码, The method according to claim 17, wherein the state transition subhead further comprises: a CRC code,
则所述解压缩端进行解压缩处理前, 该方法进一步包括: And before the decompressing end performs decompression processing, the method further includes:
所述解压缩端利用所述 CRC码对压缩端进行验证。 The decompressing end verifies the compressed end by using the CRC code.
20、根据权利要求 17所述的方法, 其特征在于, 所述状态转变子头还包括: 由发送端和接收端之间的共享密钥产生的消息摘要; The method according to claim 17, wherein the state transition subheader further comprises: a message digest generated by a shared key between the sender and the receiver;
则所述解压缩端进行解压缩处理前, 该方法进一步包括: 所述解压缩端利 用所述消息摘要对压缩端进行认证。 Before the decompressing end performs decompression processing, the method further includes: the decompressing end authenticating the compressed end by using the message digest.
21、 根据权利要求 16所述的方法, 其特征在于, 所述状态转变信息包括: PHCI以及对应的动态参数爹改值。 The method according to claim 16, wherein the state transition information comprises: a PHCI and a corresponding dynamic parameter tampering value.
22、 根据权利要求 16所述的方法, 其特征在于, 所述解压缩端通过设置的
信令消息向所述压缩端发送反馈信息, 或, 通过扩展后的 MAC PDU向所述压 缩端发送反馈信息, 或, 通过特定的物理资源向压缩端发送反馈信息。 The method according to claim 16, wherein the decompressing end is set by The signaling message sends feedback information to the compression end, or sends feedback information to the compression end through the extended MAC PDU, or sends feedback information to the compression end through a specific physical resource.
23、 根据权利要求 16所述的方法, 其特征在于, 当解压缩端为网络侧, 压 缩端为终端侧时, 所述解压缩端通过特定的物理资源向压缩端发送反馈信息之 前, 进一步包括: 网络侧向终端侧发送含有用于指示终端进行 PHC反馈的特定 物理资源的下行资源分配消息。 The method according to claim 16, wherein when the decompression end is the network side and the compression end is the terminal side, the decompression end further includes, before sending the feedback information to the compression end by using a specific physical resource, The network side transmits a downlink resource allocation message including a specific physical resource for instructing the terminal to perform PHC feedback.
24、 根据权利要求 16所述的方法, 其特征在于, 当解压缩端为终端侧, 压 缩端为网络侧时, 解压缩端在特定的资源上向压缩端发送反馈信息之前, 进一 步包括: The method according to claim 16, wherein when the decompression end is the terminal side and the compression end is the network side, before the decompressing end sends the feedback information to the compression end on the specific resource, the method further includes:
网络侧向终端发送上行资源分配消息; The network side sends an uplink resource allocation message to the terminal;
终端收到所述上行资源分配消息时, 如果终端有反馈信息, 则向网络侧发 送反馈信息, 其中包括反馈信息是否发送完的指示, 如果所述反馈信息没有发 送完, 则网络侧一直为所述终端分配资源, 直到所述终端的反馈信息发送完毕。 When the terminal receives the uplink resource allocation message, if the terminal has feedback information, it sends feedback information to the network side, including an indication of whether the feedback information is sent. If the feedback information is not sent, the network side is always The terminal allocates resources until the feedback information of the terminal is transmitted.
25、 根据权利要求 24所述的方法, 其特征在于, 所述网络侧釆用轮询方式 向所述终端发送上行资源分配消息, 或, 所述网络侧是在收到终端的反馈请求 后, 向终端发送上行资源分配 UL-MAP消息。 The method according to claim 24, wherein the network side sends an uplink resource allocation message to the terminal in a polling manner, or the network side is after receiving a feedback request from the terminal, The uplink resource allocation UL-MAP message is sent to the terminal.
26、 一种无线网络中 PHC初始上下文建立方法, 其特征在于, 该方法包括: 发送端与接收端进行能力协商, 在所述能力协商过程中所述发送端和接收 端将自身的 PHC支持能力告知对端; A method for establishing a PHC initial context in a wireless network, the method comprising: performing a capability negotiation between a sender and a receiver, wherein the sender and the receiver have their own PHC support capability during the capability negotiation process. Inform the opposite end;
在头压缩机制建立过程中, 所述发送端向接收端发送含有连接标识、 分类 器信息以及对应的 PHC信息的连接建立消息。 During the establishment of the header compression mechanism, the transmitting end sends a connection establishment message including the connection identifier, the classifier information, and the corresponding PHC information to the receiving end.
27、 根据权利要求 26所述的方法, 其特征在于, 在发送端向接收端发送含 有连接标识、 分类器信息以及对应的 PHC信息的连接建立消息之后, 该方法进 一步包括: The method according to claim 26, wherein after the sending end sends the connection establishment message including the connection identifier, the classifier information and the corresponding PHC information to the receiving end, the method further comprises:
所述接收端向所述发送端反馈针对每个 PHC信息的接收结果。 The receiving end feeds back the receiving result for each PHC information to the transmitting end.
28、 根据权利要求 26所述的方法, 其特征在于, 所述 PHC信息包括:
数据包头压缩大小 PHCS初始值、 数据包头压缩域值 PHCF初始值、 数据 包头压缩确认 PHCV初始值、 数据包头压缩掩码 PHCM初始值、 PHCI、 以及反 馈相关参数中的一种或几种, 所述反馈相关参数包括是否需要反馈、 反馈信道 CID和反馈模式。 The method according to claim 26, wherein the PHC information comprises: One or more of a packet header compression size PHCS initial value, a packet header compression domain value PHCF initial value, a packet header compression confirmation PHCV initial value, a packet header compression mask PHCM initial value, a PHCI, and a feedback related parameter, Feedback related parameters include whether feedback is needed, feedback channel CID, and feedback mode.
29、 根据权利要求 28所述的方法, 其特征在于, 所述 PHC信息还进一步 包括: 釆用的消息摘要算法相关参数, 和 /或, CRC算法相关参数。 The method according to claim 28, wherein the PHC information further comprises: a message digest algorithm related parameter, and/or a CRC algorithm related parameter.
30、 一种无线网络中头压缩的处理系统, 其特征在于, 该系统包括: 压缩 器(91)和解压缩器(92), 其中, 30. A processing system for header compression in a wireless network, the system comprising: a compressor (91) and a decompressor (92), wherein
所述压缩器(91), 用于与所述解压缩器建立 PHC初始上下文; 在需要转 变压缩状态时, 将状态转变信息发送解压缩器(92); 向所述解压缩器(92)发 送压缩的数据包; The compressor (91) is configured to establish a PHC initial context with the decompressor; send the state transition information to a decompressor (92) when the compressed state needs to be converted; and send the decompressor (92) to the decompressor (92) Compressed data packet;
所述解压缩器(92), 用于与所述压缩器 (91)建立 PHC初始上下文; 利 用所述状态转变信息对来自压缩器(91) 的数据包进行解压缩处理。 The decompressor (92) is configured to establish a PHC initial context with the compressor (91); and decompress the data packet from the compressor (91) by using the state transition information.
31、 根据权利要求 30所述的系统, 其特征在于, 所述压缩器(91) 包括: 第一上下文建立单元(911), 用于与所述解压缩器(92)进行 PHC初始上 下文协商, 建立 PHC初始上下文; The system according to claim 30, wherein the compressor (91) comprises: a first context establishing unit (911), configured to perform PHC initial context negotiation with the decompressor (92), Establish the initial context of the PHC;
状态转变信息发送单元( 912 ),用于在需要转变压缩状态时,发送 MAC PDU 给所述解压缩器( 92 ), 所述 MAC PDU 的 MAC头含有 MAC PDU中是否携带 状态转变子头的指示, 以及状态转变子头, 所述状态转变子头中携带状态转变 信息; a state transition information sending unit (912), configured to send a MAC PDU to the decompressor (92) when the compressed state needs to be transitioned, where the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader And a state transition subheader, wherein the state transition subheader carries state transition information;
发送处理单元(913), 用于对发送给所述解压缩器 (92) 的数据包进行压 缩, 并向所述解压缩器 (92)发送压缩后的数据包。 A transmission processing unit (913) is configured to compress the data packet sent to the decompressor (92) and send the compressed data packet to the decompressor (92).
32、 根据权利要求 30所述的系统, 其特征在于, 所述解压缩器(92)包括: 第二上下文建立单元(921), 用于与所述压缩器(91)进行 PHC初始上下 文协商, 建立 PHC初始上下文; 32. The system according to claim 30, wherein the decompressor (92) comprises: a second context establishing unit (921), configured to perform PHC initial context negotiation with the compressor (91), Establish the initial context of the PHC;
接收处理单元(922), 用于利用所述状态转变信息对来自压缩器 (91) 的
数据包进行解压缩处理。 a receiving processing unit (922) for utilizing the state transition information for the slave compressor (91) The packet is decompressed.
33、 根据权利要求 30所述的系统, 其特征在于, 所述压缩器(91 )还包括: 第一更新单元(914 ), 用于在状态机制发生改变时, 利用所述状态转变信 息更新压缩状态。 The system according to claim 30, wherein the compressor (91) further comprises: a first updating unit (914), configured to update compression by using the state transition information when a state mechanism changes status.
34、 根据权利要求 31所述的系统, 其特征在于, 所述解压缩器(92 )还包 括: 34. The system of claim 31, wherein the decompressor (92) further comprises:
第二更新单元(923 ), 用于在收到所述状态转变信息后, 利用所述状态转 变信息压缩器更新解压缩状态。 The second updating unit (923) is configured to update the decompressed state by using the state transition information compressor after receiving the state transition information.
35、 根据权利要求 31所述的系统, 其特征在于, 所述解压缩器(92 )还包 括: 35. The system of claim 31, wherein the decompressor (92) further comprises:
反馈单元(924 ), 用于在收到所述状态转变信息后, 向所述压缩器 (91 ) 发送反馈信息。 The feedback unit (924) is configured to send feedback information to the compressor (91) after receiving the state transition information.
36、 一种无线网络中头压缩的反馈处理系统, 其特征在于, 该系统包括: 压缩器 ( 11 )和解压缩器 ( 12 ) , 其中, 36. A feedback processing system for header compression in a wireless network, the system comprising: a compressor (11) and a decompressor (12), wherein
所述压缩器(11 ), 用于需要转变压缩状态时, 将状态转变信息发送给所述 解压缩器( 12 ) ,所述状态转变信息为压缩机制变化信息;收到来自解压缩器( 12 ) 的反馈信息后, 利用所述状态转变信息更新压缩状态; The compressor (11), when used to convert a compressed state, sends state transition information to the decompressor (12), the state transition information is compression mechanism change information; received from a decompressor (12) After the feedback information, the state transition information is used to update the compression state;
所述解压缩器(12 ), 用于利用所述状态转变信息更新解压缩状态, 并向压 缩器(11 )发送反馈信息。 The decompressor (12) is configured to update the decompression state with the state transition information and send feedback information to the compressor (11).
37、 根据权利要求 36所述的系统, 其特征在于, 所述压缩器包括: 状态转变信息发送单元( 111 ),用于在确定需要转变压缩状态时,发送 MAC 37. The system according to claim 36, wherein the compressor comprises: a state transition information transmitting unit (111) for transmitting a MAC when determining that a compression state needs to be converted
PDU给所述解压缩器( 12 ), 所述 MAC PDU 的 MAC头含有 MAC PDU中是否 携带状态转变子头的指示, 以及状态转变子头, 所述状态转变子头中携带状态 转变信息; And the PDU is sent to the decompressor (12), the MAC header of the MAC PDU includes an indication of whether the MAC PDU carries a state transition subheader, and a state transition subheader, where the state transition subheader carries state transition information;
第一更新单元(112 ), 用于收到来自解压缩器 (12 ) 的反馈信息后, 利用 所述状态转变信息更新压缩状态。
The first updating unit (112) is configured to update the compressed state by using the state transition information after receiving the feedback information from the decompressor (12).
38、 根据权利要求 37所述的系统, 其特征在于, 所述解压缩器(12)包括: 第二更新单元(121 ), 用于利用所述状态转变信息更新解压缩状态, 反馈单元(122), 用于向压缩器(11 )发送反馈信息。 The system according to claim 37, wherein the decompressor (12) comprises: a second update unit (121), configured to update a decompression state by using the state transition information, and a feedback unit (122) ), for transmitting feedback information to the compressor (11).
39、 一种通信系统, 其特征在于, 该系统包括: 发送装置 (20)和接收装 置 (21 ), 其中, 39. A communication system, characterized in that the system comprises: a transmitting device (20) and a receiving device (21), wherein
所述发送装置(20), 用于与所述接收装置进行能力协商, 在所述能力协商 过程中将所述自身的 PHC 支持能力信息通知所述接收装置 (21 ); 向接收装置 (21 )发送连接标识、 分类器信息以及对应的 PHC信息; The transmitting device (20) is configured to perform capability negotiation with the receiving device, and notify the receiving device (21) of the PHC support capability information in the capability negotiation process; and the receiving device (21) Send connection identifier, classifier information, and corresponding PHC information;
所述接收装置(21 ), 用于与所述发送装置进行能力协商, 在头压缩机制建 立过程中将所述自身的 PHC支持能力信息发送给所述发送装置 ( 20 )。
The receiving device (21) is configured to perform capability negotiation with the sending device, and send the PHC support capability information of the self to the sending device (20) during the establishment of the header compression mechanism.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200710199032 CN101453298B (en) | 2007-12-07 | 2007-12-07 | Processing method, system and apparatus for header compression in wireless network |
CN200710199032.9 | 2007-12-07 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2009074101A1 true WO2009074101A1 (en) | 2009-06-18 |
Family
ID=40735344
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2008/073327 WO2009074101A1 (en) | 2007-12-07 | 2008-12-04 | A method, system and apparatus for processing header compression in wireless network |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101453298B (en) |
WO (1) | WO2009074101A1 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8392616B2 (en) | 2009-10-23 | 2013-03-05 | Huawei Technologies Co., Ltd. | Method and apparatus for transmitting header-compressed packet based on retransmission mechanism |
CN107404506A (en) * | 2016-05-20 | 2017-11-28 | 北京信威通信技术股份有限公司 | A kind of compression of data transfer, decompression method and system |
TWI692947B (en) * | 2018-10-23 | 2020-05-01 | 瑞昱半導體股份有限公司 | Method for performing mode transition of compression operation in a transmission device, and associated transmission device |
CN113133055A (en) * | 2019-04-30 | 2021-07-16 | Oppo广东移动通信有限公司 | Method and apparatus for wireless communication |
EP3913937A4 (en) * | 2019-01-18 | 2022-05-11 | ZTE Corporation | Resource cycle configuration method and device, link processing and establishing method and device |
CN115002833A (en) * | 2020-01-16 | 2022-09-02 | Oppo广东移动通信有限公司 | Sending method, receiving method, device, equipment and medium of Ethernet frame |
Families Citing this family (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102244894A (en) * | 2010-05-13 | 2011-11-16 | 华为技术有限公司 | Implementation method of header compression mechanism, as well as network elements and system utilizing header compression mechanism |
CN102025737A (en) * | 2010-12-09 | 2011-04-20 | 中兴通讯股份有限公司 | Compression and transmission method of Ethernet data packet in microwave communication as well as compressor and system |
EP2675128B1 (en) | 2011-04-20 | 2018-12-26 | ZTE Corporation | Method and system for updating reorder depth in robust header compression |
US9350676B2 (en) * | 2012-12-11 | 2016-05-24 | Qualcomm Incorporated | Method and apparatus for classifying flows for compression |
US9602635B2 (en) * | 2014-10-27 | 2017-03-21 | Intel IP Corporation | Wireless device, method, and computer readable media for compressed media access control header |
CN109429366B (en) * | 2017-07-14 | 2020-11-06 | 电信科学技术研究院 | PDU session processing method and device |
US11445047B2 (en) | 2017-09-29 | 2022-09-13 | Apple Inc. | ROHC header compression for MPTCP |
CN112673601B (en) * | 2018-10-16 | 2022-12-27 | Oppo广东移动通信有限公司 | Method and device for processing frame header and communication equipment |
CN113709812B (en) * | 2019-03-29 | 2023-03-24 | Oppo广东移动通信有限公司 | Compression processing method, decompression processing method and related equipment |
WO2021026939A1 (en) | 2019-08-15 | 2021-02-18 | 华为技术有限公司 | Method and apparatus for compressing ethernet header, and method and apparatus for decompressing ethernet header |
WO2021062728A1 (en) * | 2019-09-30 | 2021-04-08 | Oppo广东移动通信有限公司 | Data transmission method and device |
CN112769743B (en) * | 2019-11-06 | 2022-05-24 | 大唐移动通信设备有限公司 | Header compression method, device and equipment |
CN111246521B (en) * | 2020-01-15 | 2022-07-22 | 四川安迪科技实业有限公司 | Method and device for compression sending, receiving and self-learning of satellite transmission network packet header |
WO2023056641A1 (en) * | 2021-10-09 | 2023-04-13 | Oppo广东移动通信有限公司 | Header compresson method and apparatus, terminal device, and network device |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005015881A2 (en) * | 2003-08-08 | 2005-02-17 | Qualcomm Incorporated | Header compression enhancement for broadcast/multicast services |
EP1554858A1 (en) * | 2002-10-11 | 2005-07-20 | Telefonaktiebolaget LM Ericsson (publ) | Header compression method |
WO2005076562A1 (en) * | 2004-02-06 | 2005-08-18 | Telefonaktiebolaget Lm Ericsson (Publ) | Broadcast/multicast services with unidirectional header compression |
CN1780296A (en) * | 2004-11-26 | 2006-05-31 | 华为技术有限公司 | Method for restoring compressed and decompressed context rapidly |
CN1905554A (en) * | 2005-07-29 | 2007-01-31 | 华为技术有限公司 | Identifying authorized charge protocol message transmission method |
CN1996941A (en) * | 2006-06-30 | 2007-07-11 | 华为技术有限公司 | A robust processing method for header compression U mode error |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0628361B2 (en) * | 1984-11-27 | 1994-04-13 | 国際電信電話株式会社 | Packet exchange method |
US6556587B1 (en) * | 1999-02-26 | 2003-04-29 | Telefonaktiebolaget Lm Ericsson (Publ) | Update of header compression state in packet communications |
US6882637B1 (en) * | 1999-10-14 | 2005-04-19 | Nokia Networks Oy | Method and system for transmitting and receiving packets |
CN100492915C (en) * | 1999-11-09 | 2009-05-27 | 诺基亚有限公司 | Variable length encoding of compressed data |
DE60110303T2 (en) * | 2000-03-03 | 2006-03-09 | Ntt Docomo, Inc. | Method and apparatus for packet transmission with packet header compression |
US6950445B2 (en) * | 2000-11-16 | 2005-09-27 | Telefonaktiebolaget Lm Ericsson (Publ) | Communication system and method for shared context compression |
FI118244B (en) * | 2001-06-27 | 2007-08-31 | Nokia Corp | Mediation of a header field compression identifier using a data packet connection |
KR100595583B1 (en) * | 2001-07-09 | 2006-07-03 | 엘지전자 주식회사 | Method for transmitting packet data according to handover in a mobile communication system |
FI20040817A0 (en) * | 2004-06-14 | 2004-06-14 | Nokia Corp | Transfer of packing parameters in a mobile communication system |
KR101114084B1 (en) * | 2005-04-11 | 2012-02-21 | 엘지전자 주식회사 | Communication method for assisting media independent handover |
EP1808995A1 (en) * | 2006-01-13 | 2007-07-18 | Thomson Licensing S.A. | Method for the exchange of data packets in a network of distributed stations, device for compression of data packets and device for decompression of data packets |
-
2007
- 2007-12-07 CN CN 200710199032 patent/CN101453298B/en not_active Expired - Fee Related
-
2008
- 2008-12-04 WO PCT/CN2008/073327 patent/WO2009074101A1/en active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1554858A1 (en) * | 2002-10-11 | 2005-07-20 | Telefonaktiebolaget LM Ericsson (publ) | Header compression method |
WO2005015881A2 (en) * | 2003-08-08 | 2005-02-17 | Qualcomm Incorporated | Header compression enhancement for broadcast/multicast services |
WO2005076562A1 (en) * | 2004-02-06 | 2005-08-18 | Telefonaktiebolaget Lm Ericsson (Publ) | Broadcast/multicast services with unidirectional header compression |
CN1780296A (en) * | 2004-11-26 | 2006-05-31 | 华为技术有限公司 | Method for restoring compressed and decompressed context rapidly |
CN1905554A (en) * | 2005-07-29 | 2007-01-31 | 华为技术有限公司 | Identifying authorized charge protocol message transmission method |
CN1996941A (en) * | 2006-06-30 | 2007-07-11 | 华为技术有限公司 | A robust processing method for header compression U mode error |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8392616B2 (en) | 2009-10-23 | 2013-03-05 | Huawei Technologies Co., Ltd. | Method and apparatus for transmitting header-compressed packet based on retransmission mechanism |
CN107404506A (en) * | 2016-05-20 | 2017-11-28 | 北京信威通信技术股份有限公司 | A kind of compression of data transfer, decompression method and system |
TWI692947B (en) * | 2018-10-23 | 2020-05-01 | 瑞昱半導體股份有限公司 | Method for performing mode transition of compression operation in a transmission device, and associated transmission device |
EP3913937A4 (en) * | 2019-01-18 | 2022-05-11 | ZTE Corporation | Resource cycle configuration method and device, link processing and establishing method and device |
CN115119153A (en) * | 2019-01-18 | 2022-09-27 | 中兴通讯股份有限公司 | Resource period configuration, link processing and establishing method and device |
CN115119153B (en) * | 2019-01-18 | 2023-09-01 | 中兴通讯股份有限公司 | Frame header compression method of Ethernet frame, communication node and storage medium |
US12089086B2 (en) | 2019-01-18 | 2024-09-10 | Zte Corporation | Resource periodicity configuration method and device, link processing and establishing method and device |
CN113133055A (en) * | 2019-04-30 | 2021-07-16 | Oppo广东移动通信有限公司 | Method and apparatus for wireless communication |
CN115002833A (en) * | 2020-01-16 | 2022-09-02 | Oppo广东移动通信有限公司 | Sending method, receiving method, device, equipment and medium of Ethernet frame |
CN115002833B (en) * | 2020-01-16 | 2023-11-07 | Oppo广东移动通信有限公司 | Ethernet frame transmitting method, receiving method, device, equipment and medium |
Also Published As
Publication number | Publication date |
---|---|
CN101453298A (en) | 2009-06-10 |
CN101453298B (en) | 2013-06-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2009074101A1 (en) | A method, system and apparatus for processing header compression in wireless network | |
US8310988B2 (en) | Method of MAC header generation and data transmitting | |
US9736723B2 (en) | Link layer assisted robust header compression context update management | |
JP3751823B2 (en) | Header compression in real-time services | |
JP3559271B2 (en) | How to define a context identifier when compressing header fields | |
US8744433B2 (en) | Mobile communication method and system | |
EP1506656B1 (en) | Dynamic allocation of a radio resource | |
CN101364980B (en) | Method and system for establishing header compression communication, header compression policy functional entity | |
US20060013256A1 (en) | Wireless communication device and method for aggregating MAC service data units | |
EP2693831A1 (en) | Wireless communication method, sending device and receiving device | |
WO2010121410A1 (en) | Communication method and apparatus for header compression adopting arq mechanism | |
TW201630376A (en) | Shortened block acknowledgement with fragmentation acknowledgement signaling | |
WO2021244176A1 (en) | User plane data processing method, and base station | |
KR20110025048A (en) | Method and apparatus of transmitting and receiving mac pdu using a mac header | |
WO2011054259A1 (en) | Data transmission method, device and system | |
WO2011079785A1 (en) | Method and apparatus for transmitting data packets | |
JP4829235B2 (en) | System and method for increasing the range or bandwidth of a wireless digital communication network | |
EP2082544A2 (en) | A method and apparatus for time synchronization of parameters | |
WO2011160495A1 (en) | Feedback method and device for header compression feedback information | |
US9106614B2 (en) | Data transmission method and apparatus | |
WO2011137789A1 (en) | Compression method and apparatus | |
WO2011131007A1 (en) | Method and apparatus for mode transition, compression, and decompression in robust header compression | |
WO2014205814A1 (en) | Data transmission method, apparatus, base station and user equipment | |
WO2009021443A1 (en) | Parameter arrangement, achievement method and system for header compression parameter feedback | |
KR100750177B1 (en) | Method and apparatus for securing a quality of service |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 08858845 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 08858845 Country of ref document: EP Kind code of ref document: A1 |