WO2019149210A1 - Procédé de compression de données et procédé de décompression de données, et extrémité d'envoi et extrémité de réception - Google Patents

Procédé de compression de données et procédé de décompression de données, et extrémité d'envoi et extrémité de réception Download PDF

Info

Publication number
WO2019149210A1
WO2019149210A1 PCT/CN2019/073849 CN2019073849W WO2019149210A1 WO 2019149210 A1 WO2019149210 A1 WO 2019149210A1 CN 2019073849 W CN2019073849 W CN 2019073849W WO 2019149210 A1 WO2019149210 A1 WO 2019149210A1
Authority
WO
WIPO (PCT)
Prior art keywords
rrc message
information
nas
data
compression
Prior art date
Application number
PCT/CN2019/073849
Other languages
English (en)
Chinese (zh)
Inventor
全海洋
梁靖
Original Assignee
电信科学技术研究院有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 电信科学技术研究院有限公司 filed Critical 电信科学技术研究院有限公司
Publication of WO2019149210A1 publication Critical patent/WO2019149210A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/0205Traffic management, e.g. flow control or congestion control at the air interface
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets

Definitions

  • the present disclosure relates to the field of communications technologies, and in particular, to a data compression method, a decompression method, a transmitting end, and a receiving end.
  • the network can use the UDC (Uplink Data Compression) function to enable the UE to compress the uplink data. Re-transmission, thereby reducing the air interface resource overhead.
  • UDC Uplink Data Compression
  • the sender maintains the compression cache, the receiver maintains the decompression cache, and the compression cache and the decompression cache are first-in, first-out queues.
  • the sender compresses the data to be sent before sending the data.
  • the specific compression process may be: first, in the data to be sent, searching for a target field that meets the following characteristics: the length exceeds a preset threshold; the target field is the same as a field in the compressed cache or is located in the target field with the data to be sent. The previous field is the same; then if the target field is found, the target field is replaced by a combination of the offset and the length, which is the position offset between the target field and the previous same field of the target field. This length is the length of the target field. When multiple fields in a packet meet the above characteristics, these fields can be compressed. Since the length of the offset and length combination is shorter than the length of the target field itself, it can be compressed.
  • the transmitting end After obtaining the compressed data packet, the transmitting end sends the compressed data packet to the receiving end, and simultaneously fills the corresponding original data packet (uncompressed data) into the compressed cache. After receiving the compressed data packet, the receiving end may decompress the compressed data packet according to the offset and length in the compressed data packet, and the decompressed buffer, and fill the compressed data into the decompression buffer.
  • the transmitting end may specifically be a UE, and the receiving end may specifically be a base station.
  • the UDC function supported by the LTE/LTE-Advanced system can only be used for data transmission on the user plane.
  • the DRB (Date Radio Bearers) is implemented on the PDCP (Packet Data Convergence Protocol) layer. Carrying) uplink data carried.
  • the control plane SRB Signaling Radio Bearers
  • Transfer the data transmission of the DRB without the user plane can be supported, that is, the control plane SRB (Signaling Radio Bearers) is utilized. Transfer.
  • the UE in the NB-IoT system is in a harsh environment, which requires not only power saving, low power consumption, but also extended coverage. Therefore, if the control plane data in such a system is compressed and then transmitted, it may be advantageous. Reduce the terminal transmission volume, reduce terminal power consumption, and save air interface resources.
  • it is not clear how to compress the control plane data so it is necessary to provide a compression method for the control plane data.
  • the present disclosure provides a data compression method, a decompression method, a transmitting end, and a receiving end, so as to implement a compression process and a decompression process of control plane data, improve data transmission efficiency, and save air interface resources.
  • the present disclosure provides a data compression method, including:
  • the present disclosure also provides a data decompression method, including:
  • the NAS information When the NAS information is compressed, the NAS information is decompressed according to the compression related information.
  • the present disclosure provides a transmitting end, including a transceiver, a memory, a processor, and a computer program stored on the memory and operable on the processor;
  • the processor is configured to: acquire NAS information, compress the NAS information by using an RRC layer, obtain compressed data, determine compression related information in the RRC message, and generate a target RRC according to the compressed data and the compression related information.
  • the transceiver is configured to: send the target RRC message to a receiving end.
  • the present disclosure provides a receiving end, including a transceiver, a memory, a processor, and a computer program stored on the memory and operable on the processor;
  • the transceiver is configured to: receive a target RRC message sent by a sending end, where the target RRC message includes NAS information and corresponding compression related information;
  • the processor is configured to: determine whether the NAS information is compressed, and when the NAS information is compressed, decompress the NAS information according to the compression related information.
  • the present disclosure further provides a data compression apparatus, including:
  • a compression module configured to compress the NAS information through an RRC layer to obtain compressed data
  • a first determining module configured to determine corresponding compression related information in the RRC message
  • a generating module configured to generate a target RRC message according to the compressed data and the compression related information
  • a sending module configured to send the target RRC message to the receiving end.
  • the present disclosure further provides a data decompressing apparatus, including:
  • a receiving module configured to receive a target RRC message sent by the sending end, where the target RRC message includes NAS information and corresponding compression related information;
  • a second determining module configured to determine whether the NAS information is compressed
  • a decompression module configured to decompress the NAS information according to the compression related information when the NAS information is compressed.
  • the present disclosure also provides a communication device including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the computer program is The steps of implementing the above data compression method are implemented.
  • the present disclosure also provides a communication device including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the computer program is The steps of implementing the above data decompression method are implemented.
  • the present disclosure also provides a computer readable storage medium having stored thereon a computer program, wherein the computer program is executed by a processor to implement the steps of the data compression method.
  • the present disclosure also provides a computer readable storage medium having stored thereon a computer program, wherein the computer program is executed by a processor to implement the steps of the data decompression method.
  • the acquired NAS information is compressed by the RRC layer, the compressed data is obtained, the corresponding compression related information in the RRC message is determined, the target RRC message is generated according to the compressed data and the compressed related information, and the target RRC message is sent to the receiving end.
  • It can realize the compression process of the control plane data, improve the data transmission efficiency and save the air interface resources.
  • the weak coverage of the NB-IoT system (multiple repeated transmissions to ensure demodulation and reception) and the NR (New Radio) system are better in terms of energy saving, resource saving, and transmission efficiency. .
  • FIG. 1 is a flow chart of a data compression method according to some embodiments of the present disclosure
  • FIG. 2 is a flowchart of a data decompression method according to some embodiments of the present disclosure
  • FIG. 3 is a schematic structural diagram of a transmitting end according to some embodiments of the present disclosure.
  • FIG. 4 is a schematic structural diagram of a receiving end according to some embodiments of the present disclosure.
  • FIG. 5 is a schematic structural diagram of a data compression apparatus according to some embodiments of the present disclosure.
  • FIG. 6 is a schematic structural diagram of a data decompressing apparatus according to some embodiments of the present disclosure.
  • FIG. 7 is a schematic structural diagram of a communication device according to some embodiments of the present disclosure.
  • some embodiments of the present disclosure provide a data compression method, which is applied to a transmitting end, and includes the following steps:
  • Step 101 Acquire NAS information.
  • the NAS (Non-Access Stratum) information is signaling and/or data of the NAS, and the data may be application layer data.
  • the signaling and/or data generated by the NAS can be sent to the RRC (Radio Resource Control) layer through NAS signaling.
  • RRC Radio Resource Control
  • Step 102 compress the NAS information through the RRC layer to obtain compressed data.
  • the deflate lossless data compression method when compressing the NAS information, the deflate lossless data compression method can be used, wherein the dictionary can use the dictionary defined by RFC3485 or the dictionary defined by the operator. If the sender does not preset the dictionary, the NULL dictionary can be used. That is, all the bytes whose bit is 0), if the sender presets multiple dictionaries, the dictionary can be selected to be compressed according to the configuration message of the network.
  • Step 103 Determine corresponding compression related information in the RRC message.
  • the determining the compression related information in the RRC message may be determined according to a specific compression process and a specific form of the corresponding RRC message.
  • the compression related information may include one or more of the following indication information:
  • the foregoing indication information may be represented by bit 0 or 1.
  • the corresponding indication bit may be set to 0; if the NAS information in the target RRC message is compressed data, the corresponding indication bit may be set to 1.
  • Step 104 Generate a target RRC message according to the compressed data and the compression related information.
  • the compressed data can be filled in a preset NAS container of the target RRC message.
  • the preset NAS container is used to carry the signaling and/or application layer data of the NAS, and may be a related container for carrying NAS signaling, or a newly defined container dedicated to carrying compressed data.
  • Step 105 Send a target RRC message to the receiving end.
  • the receiving end may first determine whether the NAS information is compressed according to the content in the target RRC message; and then, when the NAS information is compressed, decompress the compressed data according to the compression related information. .
  • the sending end in some embodiments of the present disclosure may be a terminal device (such as a mobile phone, an iPad, etc.) or a network device (such as a base station, etc.), and correspondingly, the receiving end may be a network device or a terminal device.
  • a terminal device such as a mobile phone, an iPad, etc.
  • a network device such as a base station, etc.
  • the receiving end may be a network device or a terminal device.
  • the base station may deliver the decompressed NAS information or the uncompressed NAS information to the NAS layer, further The decompressed NAS information or the uncompressed NAS information is forwarded to the core network node, for example, to the MME entity through the S1 interface between the base station and the MME (Mobility Management Entity) entity.
  • the base station may first check the integrity of the decompressed NAS information, and then submit it to the NAS layer after the check is passed. If the integrity check fails, the error information may be fed back to the terminal device to cause the terminal device to resend the related information.
  • the data compression method of some embodiments of the present disclosure compresses the acquired NAS information by the RRC layer, obtains compressed data, determines corresponding compression related information in the RRC message, generates a target RRC message according to the compressed data and the compression related information, and receives the information.
  • the terminal sends the target RRC message, which can implement the compression process of the control plane data, improve data transmission efficiency, and save air interface resources.
  • the weak coverage of the NB-IoT system (multiple repeated transmissions to ensure demodulation and reception) and the NR system are more effective in terms of energy saving, resource saving, and transmission efficiency.
  • the manner in which the target RRC message is generated may be at least two according to different filling positions of the compression related information, as described in detail below.
  • the sender directly fills the compression related information into the target RRC message.
  • the process of generating the target RRC message may be:
  • the sending end fills the compressed data into the preset NAS container of the first RRC message to obtain a second RRC message.
  • the sender fills the compression related information into the second RRC message to obtain a target RRC message.
  • the first RRC message or the second RRC message is an RRC message to be processed that is existing before the target RRC message is generated, and the first RRC message is filled in by the processing of the first RRC message.
  • the second RRC message is obtained, and the target RRC message is obtained by filling the second RRC message with the compression related information by processing the second RRC message.
  • the sending end fills the compression related information into the preset compressed data packet header of the compressed data.
  • the process of generating the target RRC message may be:
  • the sending end fills the compression related information into the preset compressed data packet header of the compressed data to obtain a compressed data packet;
  • the preset compressed data packet header may be, for example, a first 8 or 16 bit header of the preset compressed data packet;
  • the sending end fills the compressed data packet into the preset NAS container of the third RRC message, and fills in the third RRC message with the indication information for indicating that the preset NAS container carries the compressed data packet, to obtain the target RRC message.
  • the third RRC message is an RRC message to be processed that is existing before the target RRC message is generated, and the compressed data packet is filled into the preset NAS container of the third RRC message by processing the third RRC message. And instructing the preset NAS container to carry the compressed data packet to fill the third RRC message, to obtain the target RRC message.
  • the uplink RRC message is exemplified by the RRC connection recovery complete message, but not limited thereto, as long as the uplink RRC message carries the NAS container, the corresponding uplink data compression can be supported.
  • the structure of the RRC connection recovery complete message may be as follows, where the dedicatedInfoNAS-r13 is a container carrying NAS information to be compressed.
  • the compression process for the RRC connection recovery complete message is: filling the compressed data into the dedicatedInfoNAS-r13, filling the compression related information into the RRC message, and correspondingly obtaining the target RRC connection recovery complete message (partial field) It can be as follows (this is only a schematic example and does not fully comply with the rules of ASN.1):
  • the dedicatedInfoNAS-r13 is filled with compressed data, and compressedInd, compressedDict, resetBuffer, enterBufferFlag, and checksum are compression related information.
  • the compressedInd is used to indicate whether the dedicatedInfoNAS-r13 is compressed data or uncompressed data. Since the dedicatedInfoNAS-r13 is an original container, the compressedInd must be added, and other compression related information parameters may be optionally increased.
  • the compressedDict is used to indicate the dictionary or dictionary version used by the compression process.
  • the resetBuffer is used to indicate whether to reset the buffer before decompressing, that is, to clear the data in the buffer.
  • the enterBufferFlag is used to indicate whether the decompressed data is filled in the buffer, for example, can be filled in by FIFO.
  • the checksum is used to indicate the state of the data in the buffer before the compression, for example, several check bits that can be calculated by some rule for verifying whether the data of the buffer is consistent.
  • the compression processing process for the RRC connection recovery complete message is: filling the compressed data into a newly added container carrying the compressed data, filling the compression related information into the RRC message, and recovering the corresponding target RRC connection.
  • the full message (some fields) can be as follows:
  • the compressedDedicatedInfoNAS is a newly added container that carries compressed data, and is used to carry compressed data.
  • the dedicatedInfoNAS-r13 may not appear.
  • the compressedDict, resetBuffer, enterBufferFlag, and checksum are compression related information.
  • the compressedDict is used to indicate the dictionary or dictionary version used by the compression process.
  • the resetBuffer is used to indicate whether to reset the buffer before decompressing, that is, to clear the data in the buffer.
  • the enterBufferFlag is used to indicate whether the decompressed data is filled in the buffer, for example, can be filled in by FIFO.
  • the checksum is used to indicate the state of the data in the buffer before the compression, for example, a check digit calculated by a certain rule for verifying whether the data of the buffer is consistent. Since the target RRC connection recovery complete message includes a container that exclusively carries compressed data, a separate bit may not be used to indicate whether to compress.
  • the compression processing process for recovering the complete message of the RRC connection is: filling the compression related information into the preset compressed data packet header of the compressed data, and filling the obtained compressed data packet into the dedicatedInfoNAS-r13, correspondingly obtained.
  • the target RRC connection recovery complete message (partial field) can be as follows:
  • the compressedInd is used to indicate that the dedicatedInfoNAS-r13 carries the compressed data packet, and the format of the compressed data packet can be as shown in Table 1 below:
  • the indication information 1 is used to indicate a dictionary or dictionary version used by the compression process, and the indication information 2 is used to indicate whether to reset the buffer before decompression, and the indication information 3 is used to indicate whether the decompressed data is filled in the buffer.
  • the indication information 4 is used to indicate the status of the data in the buffer before compression. It should be noted that the indication information 1 to the indication information 4 are optionally added, and the total length of the header information before compressing the data may be 8 bits or 16 bits.
  • the dedicatedInfoNAS-r13 is optional OCTET STRING type, and the compressed data packet part is in the form of 8-bit group. The data is insufficient and is padded with 0.
  • the receiving end may first determine, according to the compressedInd, that the dedicatedInfoNAS-r13 carries the compressed data packet, and then according to the packet header information in the compressed data packet, The compressed data is then decompressed.
  • the compression processing process for recovering the complete message for the RRC connection is: filling the compression related information into the preset compressed data packet header of the compressed data, and filling the obtained compressed data packet into the newly added special carrying compressed data.
  • the corresponding target RRC connection recovery complete message (partial field) can be obtained as follows:
  • the compressedDedicatedInfoNAS is a newly added container that carries compressed data, and is used to carry compressed data packets.
  • the dedicatedInfoNAS-r13 may not appear.
  • the format of the compressed data packet carried in the compressedDedicatedInfoNAS can be as described in the third embodiment, and details are not described herein again.
  • some embodiments of the present disclosure further provide a data decompression method, which is applied to a receiving end, and includes the following steps:
  • Step 201 Receive a target RRC message sent by the sending end, where the target RRC message includes NAS information and corresponding compression related information.
  • Step 202 Determine whether the NAS information is compressed.
  • Step 203 When the NAS information is compressed, the NAS information is decompressed according to the compression related information.
  • the data decompression method of some embodiments of the present disclosure by receiving a target RRC message sent by the sending end, the target RRC message includes NAS information and corresponding compression related information, determining whether the NAS information is compressed, when the NAS information is compressed, according to The related information is compressed, and the NAS information is decompressed, which can realize the decompression process of the control plane data, improve the data transmission efficiency, and save the air interface resources.
  • the NAS information is filled in a preset NAS container of the target RRC message.
  • the compression related information is filled in the target RRC message, or the compression related information is filled in a preset compressed data packet header of the compressed data.
  • the NAS information is signaling and/or data of the NAS.
  • the compression related information includes one or more of the following indication information:
  • some embodiments of the present disclosure further provide a transmitting end, including a transceiver 31, a memory 32, a processor 33, and a computer program stored on the memory 32 and operable on the processor 33;
  • the processor 33 is configured to: acquire NAS information, compress the NAS information by using an RRC layer, obtain compressed data, determine compression related information in the RRC message, and generate, according to the compressed data and the compression related information, Target RRC message;
  • the transceiver 31 is configured to: send the target RRC message to a receiving end.
  • the transmitting end of some embodiments of the present disclosure compresses the acquired NAS information through the RRC layer, obtains compressed data, determines corresponding compression related information in the RRC message, and generates a target RRC message according to the compressed data and the compression related information, to the receiving end.
  • Sending the target RRC message can implement the compression process of the control plane data, improve the data transmission efficiency, and save the air interface resources.
  • the processor 33 is configured to: fill the compressed data into a preset NAS container of the first RRC message, obtain a second RRC message, and fill the compression related information into the second RRC. In the message, the target RRC message is obtained.
  • the processor 33 is specifically configured to: fill the compression related information into a preset compressed data packet header of the compressed data, obtain a compressed data packet, and fill the compressed data packet into a third RRC message.
  • the indication information for indicating that the preset NAS container carries the compressed data packet is filled in the third RRC message to obtain the target RRC message.
  • the NAS information is signaling and/or data of the NAS.
  • the compression related information includes one or more of the following indication information:
  • bus 30 may include any number of interconnected buses and bridges, and bus 30 will include one or more processors represented by processor 33 and memory represented by memory 32.
  • the various circuits are connected together.
  • the transceiver 31 can include a transmitter and a receiver, the transmitter and receiver can be a transceiver interface, and the transmitter and receiver can be coupled to the processor 31 and the memory 33 via a bus 30.
  • the processor 33 is responsible for managing the bus 30 and the usual processing, and the memory 32 can be used to store data used by the processor 33 when performing operations.
  • some embodiments of the present disclosure further provide a receiving end, including a transceiver 41, a memory 42, a processor 43, and a computer program stored on the memory 42 and operable on the processor 43;
  • the transceiver 41 is configured to: receive a target RRC message sent by the sending end, where the target RRC message includes NAS information and corresponding compression related information;
  • the processor 43 is configured to: determine whether the NAS information is compressed, and when the NAS information is compressed, decompress the NAS information according to the compression related information.
  • the receiving end of some embodiments of the present disclosure receives the target RRC message sent by the sending end, the target RRC message includes the NAS information and the corresponding compression related information, determines whether the NAS information is compressed, and when the NAS information is compressed, according to the compression correlation Information, decompressing NAS information, can realize the decompression process of control plane data, improve data transmission efficiency and save air interface resources.
  • the NAS information is filled in a preset NAS container of the target RRC message.
  • the compression related information is filled in the target RRC message, or the compression related information is filled in a preset compressed data packet header of the compressed data.
  • the NAS information is signaling and/or data of the NAS.
  • the compression related information includes one or more of the following indication information:
  • bus 40 may include any number of interconnected buses and bridges, and bus 40 will include one or more processors represented by processor 43 and memory represented by memory 42.
  • the various circuits are connected together.
  • the transceiver 41 can include a transmitter and a receiver, the transmitter and receiver can be a transceiver interface, and the transmitter and receiver can be coupled to the processor 41 and memory 44 via a bus 40.
  • the processor 43 is responsible for managing the bus 40 and the usual processing, and the memory 42 can be used to store data used by the processor 43 when performing operations.
  • some embodiments of the present disclosure further provide a data compression apparatus, including:
  • An obtaining module 51 configured to acquire NAS information
  • the compression module 52 is configured to compress the NAS information by using an RRC layer to obtain compressed data.
  • the first determining module 53 is configured to determine corresponding compression related information in the RRC message.
  • the generating module 54 is configured to generate a target RRC message according to the compressed data and the compression related information
  • the sending module 55 is configured to send the target RRC message to the receiving end.
  • the data compression apparatus of some embodiments of the present disclosure compresses the acquired NAS information by the RRC layer, obtains compressed data, determines corresponding compression related information in the RRC message, generates a target RRC message according to the compressed data and the compression related information, and receives the received information.
  • the terminal sends the target RRC message, which can implement the compression process of the control plane data, improve data transmission efficiency, and save air interface resources.
  • the generating module 54 is specifically configured to:
  • the generating module 54 is specifically configured to:
  • the NAS information is signaling and/or data of the NAS.
  • the compression related information includes one or more of the following indication information:
  • some embodiments of the present disclosure further provide a data decompressing apparatus, including:
  • the receiving module 61 is configured to receive a target RRC message sent by the sending end, where the target RRC message includes NAS information and corresponding compression related information.
  • a second determining module 62 configured to determine whether the NAS information is compressed
  • the decompression module 63 is configured to decompress the NAS information according to the compression related information when the NAS information is compressed.
  • the data decompression apparatus of some embodiments of the present disclosure receives a target RRC message sent by a sender, where the target RRC message includes NAS information and corresponding compression related information, and determines whether the NAS information is compressed.
  • the NAS information is compressed, according to The related information is compressed, and the NAS information is decompressed, which can realize the decompression process of the control plane data, improve the data transmission efficiency, and save the air interface resources.
  • the NAS information is filled in a preset NAS container of the target RRC message.
  • the compression related information is filled in the target RRC message, or the compression related information is filled in a preset compressed data packet header of the compressed data.
  • the NAS information is signaling and/or data of the NAS.
  • the compression related information includes one or more of the following indication information:
  • some embodiments of the present disclosure also provide a transmitting end including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the computer program is processed
  • Some embodiments of the present disclosure also provide a receiving end comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the computer program is executed by the processor.
  • some embodiments of the present disclosure further provide a communication device including a bus 71, a transceiver 72, an antenna 73, a bus interface 74, a processor 75, and a memory 76.
  • the communication device further includes a computer program stored on the memory 76 and executable on the processor 75.
  • the communication device can be a terminal device or a network device.
  • the computer program is executed by the processor 75 to implement the following steps:
  • the computer program can be executed by the processor 75 to implement the following steps:
  • the control transceiver 72 receives the target RRC message sent by the sender, where the target RRC message includes the NAS information and the corresponding compression related information, determines whether the NAS information is compressed, and when the NAS information is compressed, according to the compression correlation Information, decompressing the NAS information.
  • the transceiver 72 is configured to receive and transmit data under the control of the processor 75.
  • bus architecture (represented by bus 71), which may include any number of interconnected buses and bridges, will include one or more processors represented by processor 75 and memory represented by memory 76.
  • the various circuits are linked together.
  • the bus 71 can also link various other circuits, such as peripherals, voltage regulators, and power management circuits, as is well known in the art, and therefore, will not be further described herein.
  • Bus interface 74 provides an interface between bus 71 and transceiver 72.
  • Transceiver 72 can be an element or a plurality of elements, such as multiple receivers and transmitters, providing means for communicating with various other devices on a transmission medium.
  • Data processed by processor 75 is transmitted over wireless medium via antenna 73. Further, antenna 73 also receives the data and transmits the data to processor 75.
  • the processor 75 is responsible for managing the bus 71 and the usual processing, and can also provide various functions including timing, peripheral interfaces, voltage regulation, power management, and other control functions.
  • the memory 76 can be used to store data used by the processor 75 when performing operations.
  • the processor 75 can be a CPU, an ASIC, an FPGA, or a CPLD.
  • Some embodiments of the present disclosure also provide a computer readable storage medium having stored thereon a computer program that, when executed by a processor, implements various processes of the data compression method embodiments described above, and achieves the same technology The effect, to avoid repetition, will not be repeated here.
  • Some embodiments of the present disclosure also provide a computer readable storage medium having stored thereon a computer program that, when executed by a processor, implements various processes of the data decompression method embodiments described above, and can achieve the same Technical effects, to avoid repetition, will not be repeated here.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media, and information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.
  • the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better.
  • Implementation Based on such understanding, the technical solution of the present disclosure, which is essential or contributes to the related art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk, CD-ROM).
  • the instructions include a number of instructions for causing a terminal device (which may be a cell phone, computer, server, air conditioner, or network device, etc.) to perform the methods described in various embodiments of the present disclosure.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Information Transfer Between Computers (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

L'invention concerne un procédé de compression de données et un procédé de décompression de données, et une extrémité d'envoi et une extrémité de réception. Le procédé de compression de données consiste à : acquérir des informations NAS ; compresser les informations NAS par l'intermédiaire d'une couche RRC pour obtenir des données compressées ; déterminer des informations de compression correspondantes dans un message RRC ; générer un message RRC cible d'après les données compressées et les informations de compression ; et envoyer le message RRC cible à une extrémité de réception.
PCT/CN2019/073849 2018-02-02 2019-01-30 Procédé de compression de données et procédé de décompression de données, et extrémité d'envoi et extrémité de réception WO2019149210A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810107993.0A CN110139317B (zh) 2018-02-02 2018-02-02 一种数据压缩方法、解压缩方法、发送端及接收端
CN201810107993.0 2018-02-02

Publications (1)

Publication Number Publication Date
WO2019149210A1 true WO2019149210A1 (fr) 2019-08-08

Family

ID=67478611

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/073849 WO2019149210A1 (fr) 2018-02-02 2019-01-30 Procédé de compression de données et procédé de décompression de données, et extrémité d'envoi et extrémité de réception

Country Status (2)

Country Link
CN (1) CN110139317B (fr)
WO (1) WO2019149210A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113556129A (zh) * 2020-04-23 2021-10-26 华为技术有限公司 数据处理方法和装置
CN114070324A (zh) * 2020-08-05 2022-02-18 大唐移动通信设备有限公司 一种数据压缩方法、装置及存储介质

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011054142A1 (fr) * 2009-11-03 2011-05-12 上海贝尔股份有限公司 Procédé et équipement pour rassembler plusieurs données de service provenant de dispositifs terminaux de machines
CN102215531A (zh) * 2010-06-03 2011-10-12 美商威睿电通公司 降低信号负担的方法以及装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102083137B (zh) * 2009-12-01 2013-12-11 电信科学技术研究院 一种传输数据的方法、系统和装置
CN102740287A (zh) * 2012-07-06 2012-10-17 大唐移动通信设备有限公司 一种非接入层(nas)消息的编、解码方法及装置
US10177837B2 (en) * 2015-06-17 2019-01-08 Hughes Network Systems, Llc Approaches for high speed global packet data services for LEO/MEO satellite systems
CN107094142B (zh) * 2017-04-28 2020-11-27 电信科学技术研究院 一种上行数据解压缩、压缩的方法和装置
CN107302585B (zh) * 2017-07-11 2020-05-26 电信科学技术研究院 一种预置字典同步方法及设备

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011054142A1 (fr) * 2009-11-03 2011-05-12 上海贝尔股份有限公司 Procédé et équipement pour rassembler plusieurs données de service provenant de dispositifs terminaux de machines
CN102215531A (zh) * 2010-06-03 2011-10-12 美商威睿电通公司 降低信号负担的方法以及装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
INTERDIGITAL COMMUNICATIONS: "Control and user plane operation with low rate data services for Low-cost UE' s based on LTE", 3GPP TSG-RAN WG1 MEETING #71 RL-125095, vol. RAN WG1, 3 November 2012 (2012-11-03), XP050662956 *

Also Published As

Publication number Publication date
CN110139317A (zh) 2019-08-16
CN110139317B (zh) 2021-04-02

Similar Documents

Publication Publication Date Title
US10863578B2 (en) Data transmission method, device and system
KR102598577B1 (ko) 통신 방법 및 디바이스
US12003322B2 (en) Data transmission method and communication apparatus
US20210392612A1 (en) Method, device and terminal for location message transmission processing
WO2018227814A1 (fr) Procédé et dispositif d'indication de données, et système de communication
US11228667B2 (en) Base station, method, and device for data transmission
US20220368494A1 (en) Uplink re-transmission with compact memory usage
US9648609B2 (en) Communication system, base station, and communication terminal
EP4161138A1 (fr) Procédé et dispositif de codage
WO2021047374A1 (fr) Procédé et appareil de communication
WO2019149210A1 (fr) Procédé de compression de données et procédé de décompression de données, et extrémité d'envoi et extrémité de réception
US20180146077A1 (en) Method and apparatus for determining processing mode for data packet
US20230412319A1 (en) Wireless communication method, terminal device and network device
TWI685225B (zh) 通信方法和終端設備
CN113810949A (zh) 数据传输方法和装置
WO2019214619A1 (fr) Procédé et appareil de traitement de données
US20220338288A1 (en) Communication method and apparatus
WO2019085920A1 (fr) Procédé de transmission d'informations et dispositif de communication
EP4271036A1 (fr) Procédé et appareil de communication
US11483737B2 (en) RRC message transmission method and device
WO2017185368A1 (fr) Procédé et dispositif de transmission de signalisation
CN110933607B (zh) 一种定位信息的传输方法、装置及设备
CN112218390A (zh) 数据处理的方法和设备
WO2024199031A1 (fr) Procédé et appareil de communication
WO2023098881A1 (fr) Procédé de transmission pour données auxiliaires de localisation, et terminal, serveur de localisation, et support de stockage

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

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

Country of ref document: EP

Kind code of ref document: A1