CN107302802B - Data transmission method and device - Google Patents

Data transmission method and device Download PDF

Info

Publication number
CN107302802B
CN107302802B CN201610232540.1A CN201610232540A CN107302802B CN 107302802 B CN107302802 B CN 107302802B CN 201610232540 A CN201610232540 A CN 201610232540A CN 107302802 B CN107302802 B CN 107302802B
Authority
CN
China
Prior art keywords
packet
service data
data
packet service
time delay
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201610232540.1A
Other languages
Chinese (zh)
Other versions
CN107302802A (en
Inventor
李翔
胡乐薇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Datang Mobile Communications Equipment Co Ltd
Original Assignee
Datang Mobile Communications Equipment Co Ltd
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 Datang Mobile Communications Equipment Co Ltd filed Critical Datang Mobile Communications Equipment Co Ltd
Priority to CN201610232540.1A priority Critical patent/CN107302802B/en
Publication of CN107302802A publication Critical patent/CN107302802A/en
Application granted granted Critical
Publication of CN107302802B publication Critical patent/CN107302802B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/12Wireless traffic scheduling
    • H04W72/1221Wireless traffic scheduling based on age of data to be sent
    • 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/10Flow control between communication endpoints
    • H04W28/14Flow control between communication endpoints using intermediate storage
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/12Wireless traffic scheduling
    • H04W72/1263Mapping of traffic onto schedule, e.g. scheduled allocation or multiplexing of flows
    • H04W72/1273Mapping of traffic onto schedule, e.g. scheduled allocation or multiplexing of flows of downlink data flows
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/20Control channels or signalling for resource management
    • H04W72/23Control channels or signalling for resource management in the downlink direction of a wireless link, i.e. towards a terminal

Abstract

The embodiment of the application provides a method and a device for data transmission, wherein the method comprises the following steps: receiving downlink mobile service data sent by a server; judging whether the downlink mobile service data is packet service data or not; if yes, caching the packet service data to a designated position of a base station; monitoring the buffer amount and/or the time delay value of the cached packet service data in real time; and sending the cached packet service data to user equipment according to the caching amount and/or the time delay value, thereby avoiding the problem that the empty port resource needs to be scheduled once when a data packet arrives every time, and effectively improving the bearing efficiency of PRB resources and the scheduling efficiency of PDCCH resources.

Description

Data transmission method and device
Technical Field
The present application relates to the field of information technology, and in particular, to a data transmission method and a data transmission apparatus.
Background
With the progress of technology, the types and the number of intelligent terminal devices are continuously increased, and the types of mobile services are more and more diversified. Currently, most intelligent terminals have the ability to concurrently and concurrently transmit multiple types of data traffic, such as voice, video, and data. The diversity of massive terminal equipment and service traffic brings convenience to work and life of people, but different service traffic has different resource consumption, and great challenges are brought to performance optimization and user experience of a wireless access network side (base station).
Generally, after receiving service data sent by a server, a base station schedules corresponding resources and forwards the service data to a terminal device in real time. However, most mobile service data has low requirements for real-time performance, and if air interface resources are scheduled once every data packet, the utilization rate of the air interface resources will be reduced, which causes resource waste. Taking LTE as an example, because the scheduling of LTE is performed according to 1ms, the scheduling resources include PDCCH (Physical Downlink control Channel) resources and PDSCH (Physical Downlink shared Channel) resources, and each scheduling needs to occupy PDCCH resources, which would cause PDCCH resource waste accordingly. In addition, because the data packets of different service data have large differences, there is a possibility that the data scheduled at a certain time cannot fill up 1 PRB (Physical Resource Block), which also causes waste of PRB resources. Severely, the perception of the user is also affected.
Disclosure of Invention
In view of the above problems, a data transmission method and a corresponding data transmission device are provided to solve the problem in the prior art that the resource utilization rate is low because air interface resources need to be frequently scheduled when packet service data is transmitted.
In order to solve the above problem, an embodiment of the present application discloses a data transmission method, including:
receiving downlink mobile service data sent by a server;
judging whether the downlink mobile service data is packet service data or not;
if yes, caching the packet service data to a designated position of a base station;
monitoring the buffer amount and/or the time delay value of the cached packet service data in real time;
and sending the cached packet service data to user equipment according to the caching amount and/or the time delay value.
Optionally, the step of determining whether the downlink mobile service data is packet service data includes:
acquiring the data packet length of the downlink mobile service data;
and judging whether the length of the data packet is greater than a first preset threshold value, if not, determining that the downlink mobile service data is packet service data.
Optionally, after the step of determining whether the data is the packet service data, the method further includes:
judging whether the small packet service data is a ping packet or a response packet of the ping packet;
if so, sending the ping packet or a response packet of the ping packet to user equipment;
if not, the step of caching the small packet service data to the designated position of the base station is executed.
Optionally, the step of determining whether the packet service data is a ping packet or a response packet of a ping packet includes:
acquiring a data packet header of the small packet service data;
and analyzing the data packet header to determine whether the small packet service data is a ping packet or a response packet of the ping packet.
Optionally, the step of sending the buffered packet service data to the user equipment according to the buffer amount and/or the delay value includes:
judging whether the buffer storage amount exceeds a first preset threshold value or not; and/or judging whether the time delay value exceeds a second preset threshold value;
and if so, sending the cached packet service data to user equipment.
In order to solve the above problem, an embodiment of the present application further discloses a device for data transmission, including:
the receiving module is used for receiving downlink mobile service data sent by the server;
the first judging module is used for judging whether the downlink mobile service data is the packet service data;
the buffer module is used for buffering the packet service data to a designated position of a base station when the downlink mobile service data is the packet service data;
the monitoring module is used for monitoring the buffer amount and/or the time delay value of the cached packet service data in real time;
and the sending module is used for sending the cached packet service data to user equipment according to the caching amount and/or the time delay value.
Optionally, the first determining module includes:
a data packet length obtaining submodule, configured to obtain a data packet length of the downlink mobile service data;
and the data packet length judging submodule is used for judging whether the data packet length is greater than a first preset threshold value.
Optionally, the method further comprises:
and the second judging module is used for judging whether the packet service data is a ping packet or a response packet of the ping packet.
Optionally, the second determining module includes:
a data packet header obtaining submodule, configured to obtain a data packet header of the small packet service data;
and the data packet header analyzing submodule is used for analyzing the data packet header so as to determine whether the small packet service data is a ping packet or a response packet of the ping packet.
Optionally, the sending module includes:
the buffer storage amount judging submodule is used for judging whether the buffer storage amount exceeds a first preset threshold value or not;
the time delay value judgment submodule is used for judging whether the time delay value exceeds a second preset threshold value or not;
and the sending submodule is used for sending the cached packet service data to user equipment when the caching amount exceeds a first preset threshold value and/or the time delay value exceeds a second preset threshold value.
Compared with the background art, the embodiment of the application has the following advantages:
in the embodiment of the application, when the received downlink mobile service data is judged to be packet service data, the packet service data is cached to a PDCP layer of the base station, then resources are scheduled when the cached data volume or the time delay value of the data exceeds a preset threshold value, and the cached data is sent to User Equipment (UE), so that the problem that one time of air interface resources are required to be scheduled when a data packet arrives at each time is solved, and the bearing efficiency of PRB resources and the scheduling efficiency of PDCCH resources are effectively improved.
Secondly, after the small packet service data is identified, the embodiment of the application can also judge whether the small packet service data is a ping packet or a response packet of the ping packet, if so, the response packet of the ping packet or the ping packet is sent to the user equipment in real time, and if not, the data packet is cached to the appointed position of the base station, so that data of service types with higher requirements on real-time performance, such as ping service, can be sent to the user equipment in time, and the real-time transmission of special service data is ensured under the condition of effectively improving the utilization rate of air interface resources.
Drawings
Fig. 1 is a flowchart illustrating steps of a first embodiment of a data transmission method according to the present application;
FIG. 2 is a schematic diagram of a method of data transmission according to the present application;
FIG. 3 is a flowchart illustrating steps of a second embodiment of a method for data transmission according to the present application;
fig. 4 is a block diagram of an embodiment of a data transmission apparatus according to the present application.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, the present application is described in further detail with reference to the accompanying drawings and the detailed description.
Referring to fig. 1, a flowchart illustrating steps of a first embodiment of a data transmission method according to the present application is shown, which may specifically include the following steps:
step 101, receiving downlink mobile service data sent by a server;
in the embodiment of the present application, the downlink mobile service data may be any type of service data transmitted to the terminal by the server, for example, voice service data, video service data, and instant message service data (IM) represented by QQ and wechat, and the like.
Generally, when the server sends the mobile service data to the terminal, the server needs to forward the mobile service data through the base station, and therefore, in this embodiment of the present application, the base station can first receive the downlink mobile service data.
Step 102, judging whether the downlink mobile service data is small packet service data;
in terms of service models such as QQ, WeChat, and browsing web pages, data packets of such services are not only small but also very dispersed, and in terms of resource scheduling, if an air interface resource is scheduled once for each small data packet, the overhead of PDCCH and PRB resources will be wasted under the condition that the number of users in a cell is large, and further the utilization rate of the air interface resource is reduced. Therefore, in this embodiment of the present application, after receiving downlink mobile service data, the base station may first determine whether the downlink mobile service data is packet service data, if so, may continue to perform step 103, and if not, may directly send the data to the user equipment. Fig. 2 is a schematic diagram of a method for data transmission according to the present application.
In the prior art, there are various mature technologies that can identify packet service data, such as a packet detection algorithm, and a person skilled in the art can select a corresponding method according to actual needs to identify received mobile service data to determine whether the mobile service data is packet service data, which is not specifically limited in this application. As an example of the embodiment of the present application, the step of determining whether the downlink mobile service data is packet service data may specifically include the following sub-steps:
a substep of obtaining the data packet length of the downlink mobile service data;
and the substep of judging whether the length of the data packet is greater than a first preset threshold value, and if not, determining that the downlink mobile service data is packet service data.
Specifically, the base station may first obtain a data packet length of the received downlink mobile service data, and then compare the data packet length with a preset first threshold, thereby identifying whether the data is packet service data.
Generally, data having a packet length of less than 100 bytes or 200 bytes can be regarded as packet service data.
Step 103, caching the packet service data to a designated position of a base station;
generally, the specified location may be the L2 layer of the base station, and more particularly, the PDCP layer of the base station. The PDCP (Packet Data Convergence Protocol) layer belongs to a second layer of a radio interface Protocol stack, and is used to process radio resource management (RRC) messages on a control plane and Internet Protocol (IP) packets on a user plane. On the user plane, after the PDCP sublayer obtains an IP data packet from an upper layer, it may perform header compression and ciphering on the IP data packet, and then deliver it to an rlc (radio Link control) sublayer. In the control plane, the PDCP sublayer provides signaling transport services for the upper RRC layer, and implements ciphering and consistency protection of RRC signaling, and implements deciphering and consistency checking of RRC signaling in the reverse direction.
In this embodiment of the present application, after packet service data is identified, the packet service data may be cached to a PDCP layer of a base station, so as to perform data packet convergence of a service plane.
104, monitoring the buffer amount and/or the time delay value of the cached packet service data in real time;
in the embodiment of the application, after a certain type of packet service data is cached, the data can be monitored in real time to obtain the delay value of the type of data and the total data amount cached by the PDCP layer. In general, a data latency value may refer to a time calculated from when data is received and buffered at a base station side.
And 105, sending the cached packet service data to user equipment according to the caching amount and/or the time delay value.
In a specific implementation, when the total data amount cached by the base station PDCP layer exceeds a certain preset threshold, resources can be scheduled, and all cached packet service data is sent to the user equipment; or, when the delay value of a certain type of packet service data exceeds a preset threshold, the buffered packet service data of the type may be sent to the user equipment.
In the embodiment of the application, when the received downlink mobile service data is judged to be packet service data, the packet service data is cached to the PDCP layer of the base station, and then resources are scheduled when the cached data volume or the time delay value of the data exceeds the preset threshold value, and the cached data is sent to the user equipment, so that the problem that one-time empty resource is required to be scheduled when a data packet arrives every time is avoided, and the bearing efficiency of PRB resources and the scheduling efficiency of PDCCH resources are effectively improved.
Referring to fig. 3, a flowchart illustrating steps of a second embodiment of the data transmission method of the present application is shown, which may specifically include the following steps:
step 301, receiving downlink mobile service data sent by a server;
in the embodiment of the present application, the downlink mobile service data may be any type of service data transmitted to the terminal by the server, for example, voice service data, video service data, and instant message service data (IM) represented by QQ and wechat, and the like.
Step 302, judging whether the downlink mobile service data is small packet service data;
in a specific implementation, a base station may first obtain a packet length of received downlink mobile service data, and then compare the packet length with a preset first threshold, so as to identify whether the data is packet service data, if so, step 303 may be continuously performed, and if not, the data may be directly sent to a user equipment.
For example, if the first preset threshold is set to 150 bytes, when the length of the received data packet is 100 bytes, the data packet can be considered as packet service data. The specific value of the first preset threshold can be determined by those skilled in the art according to actual needs, and the application is not limited to this specific value.
Step 303, judging whether the small packet service data is a ping packet or a response packet of the ping packet;
in the embodiment of the application, after the packet service data is identified, whether the packet service data is a ping packet or a response packet of the ping packet can be continuously judged.
ping is a command under Windows, Unix and Linux systems, and also belongs to a communication protocol, and is a part of a TCP/IP protocol. Generally, ping service is sensitive to delay and needs to be processed separately, if the small packet of service data is not a ping packet or a response packet of a ping packet, step 304 may be executed to cache the data to a specified location, and if the small packet of service data is a ping packet or a response packet of a ping packet, the ping packet or the response packet of a ping packet needs to be sent to a user equipment in real time.
In a preferred embodiment of the present application, the step of determining whether the packet service data is a ping packet or a response packet of a ping packet may specifically include the following sub-steps:
a substep of obtaining a data packet header of the small packet service data;
and a substep of analyzing the data packet header to determine whether the small packet service data is a ping packet or a response packet of the ping packet.
Generally, the packet header contains a corresponding identifier, and by identifying the identifier, it can be determined what type of data the data is. Therefore, in this embodiment of the application, when determining whether the packet service data is a ping packet or a response packet of a ping packet, the packet header of the packet service data may be acquired, and the packet header is analyzed to determine whether the data is a ping packet or a response packet of a ping packet.
Step 304, caching the packet service data to a designated position of a base station;
in the embodiment of the present application, the specified location may be a PDCP layer of a base station.
Step 305, monitoring the buffer amount and/or the time delay value of the cached packet service data in real time;
in the embodiment of the application, after a certain type of packet service data is cached, the data can be monitored in real time to obtain the delay value of the type of data and the total data amount cached by the PDCP layer. In general, a data latency value may refer to a time calculated from when data is received and buffered at a base station side.
It should be noted that, for different types of data, the delay value needs to be monitored separately, and for the data buffering amount, only the total data amount buffered by the PDCP layer may be monitored.
Step 306, judging whether the buffer storage amount exceeds a first preset threshold value; and/or judging whether the time delay value exceeds a second preset threshold value;
generally, the configuration of the data buffering amount threshold, i.e. the first preset threshold, mainly considers that no waste of air interface PRB resources is caused, which is related to the MCS (Modulation and Coding Scheme, Modulation and Coding strategy) level of the user, and considering according to the granularity of scheduling 1 minimum PRB, the TBSize (i.e. the size of the transport block scheduled by 1 ms) that can be scheduled by different MCS levels is different, so that this value can be used as the first preset threshold, and different buffered data amount thresholds can be provided according to different current MCS levels of the user.
The threshold of the Delay value, that is, the second preset threshold, mainly considers user perception, different QCIs (QoS identifiers, QoS class identifiers) correspond to different PDBs (Packet Delay budgets) with maximum transmission Delay, and considering that the scheduling time of the base station and retransmission possibly caused by an air interface environment may generally suggest that the value is 1/2 of the PDB value, and for different QCIs, the configured second preset thresholds may be different.
Step 307, sending the buffered packet service data to a user equipment.
In the embodiment of the application, after the packet service data is identified, whether the packet service data is a ping packet or a response packet of the ping packet can be further determined, if so, the response packet of the ping packet or the ping packet is sent to the user equipment in real time, and if not, the data packet is cached to the designated position of the base station, so that data of service types with higher requirements on real-time performance, such as ping service, can be sent to the user equipment in time, and under the condition of effectively improving the utilization rate of air interface resources, the real-time transmission of special service data is ensured.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the embodiments are not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the embodiments. Further, those skilled in the art will also appreciate that the embodiments described in the specification are presently preferred and that no particular act is required of the embodiments of the application.
Referring to fig. 4, a block diagram of a data transmission apparatus according to an embodiment of the present application is shown, which may specifically include the following modules:
a receiving module 401, configured to receive downlink mobile service data sent by a server;
a first determining module 402, configured to determine whether the downlink mobile service data is packet service data;
a cache module 403, configured to cache the packet service data to a specific location of a base station when the downlink mobile service data is packet service data;
the monitoring module 404 is configured to monitor a cache amount and/or a delay value of the cached packet service data in real time;
a sending module 405, configured to send the buffered packet service data to a user equipment according to the buffer amount and/or the delay value.
In this embodiment of the application, the first determining module 402 may specifically include the following sub-modules:
a data packet length obtaining submodule, configured to obtain a data packet length of the downlink mobile service data;
and the data packet length judging submodule is used for judging whether the data packet length is greater than a first preset threshold value.
In this embodiment, the apparatus may further include the following modules:
and the second judging module is used for judging whether the packet service data is a ping packet or a response packet of the ping packet.
In this embodiment of the application, the second determining module may specifically include the following sub-modules:
a data packet header obtaining submodule, configured to obtain a data packet header of the small packet service data;
and the data packet header analyzing submodule is used for analyzing the data packet header so as to determine whether the small packet service data is a ping packet or a response packet of the ping packet.
In this embodiment, the sending module 405 may specifically include the following sub-modules:
the buffer storage amount judging submodule is used for judging whether the buffer storage amount exceeds a first preset threshold value or not;
the time delay value judgment submodule is used for judging whether the time delay value exceeds a second preset threshold value or not;
and the sending submodule is used for sending the cached packet service data to user equipment when the caching amount exceeds a first preset threshold value and/or the time delay value exceeds a second preset threshold value.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one of skill in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the true scope of the embodiments of the application.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method for data transmission and the device for data transmission provided by the present application are introduced in detail above, and specific examples are applied herein to illustrate the principles and embodiments of the present application, and the descriptions of the above embodiments are only used to help understand the method and the core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (8)

1. A method of data transmission, comprising:
receiving downlink mobile service data sent by a server;
judging whether the downlink mobile service data is packet service data or not;
if yes, caching the packet service data to a designated position of a base station;
monitoring the buffer amount and/or the time delay value of the cached packet service data in real time, wherein one type of packet service data corresponds to one time delay value, different types of packet service data respectively monitor the time delay value, and the buffer amount is the total data amount cached by the PDCP layer;
according to the buffer amount and/or the time delay value, sending the buffered packet service data to user equipment;
the step of sending the buffered packet service data to the user equipment according to the buffer amount and/or the time delay value comprises the following steps:
judging whether the buffer storage amount exceeds a first preset threshold value or not;
and/or judging whether the time delay value exceeds a second preset threshold value, wherein different types of packet service data correspond to different second preset threshold values;
and if the buffer amount exceeds a first preset threshold value and/or the time delay value exceeds a second preset threshold value, sending the cached packet service data to user equipment.
2. The method of claim 1, wherein the step of determining whether the downlink mobile service data is packet service data comprises:
acquiring the data packet length of the downlink mobile service data;
and judging whether the length of the data packet is greater than a first threshold value, if not, determining that the downlink mobile service data is packet service data.
3. The method according to claim 1 or 2, wherein after the step of determining whether the data is packet service data, the method further comprises:
judging whether the small packet service data is a ping packet or a response packet of the ping packet;
if so, sending the ping packet or a response packet of the ping packet to user equipment;
if not, the step of caching the small packet service data to the designated position of the base station is executed.
4. The method of claim 3, wherein the step of determining whether the packet service data is a ping packet or a response packet of a ping packet comprises:
acquiring a data packet header of the small packet service data;
and analyzing the data packet header to determine whether the small packet service data is a ping packet or a response packet of the ping packet.
5. An apparatus for data transmission, comprising:
the receiving module is used for receiving downlink mobile service data sent by the server;
the first judging module is used for judging whether the downlink mobile service data is the packet service data;
the buffer module is used for buffering the packet service data to a designated position of a base station when the downlink mobile service data is the packet service data;
the monitoring module is used for monitoring the buffer amount and/or the time delay value of the cached packet service data in real time, wherein one type of packet service data corresponds to one time delay value, different types of packet service data respectively monitor the time delay value, and the buffer amount is the total data amount cached by the PDCP layer;
the sending module is used for sending the cached packet service data to user equipment according to the caching amount and/or the time delay value;
the sending module comprises:
the buffer storage amount judging submodule is used for judging whether the buffer storage amount exceeds a first preset threshold value or not;
the time delay value judgment submodule is used for judging whether the time delay value exceeds a second preset threshold value or not, and the different types of packet service data correspond to different second preset threshold values;
and the sending submodule is used for sending the cached packet service data to user equipment when the caching amount exceeds a first preset threshold value and/or the time delay value exceeds a second preset threshold value.
6. The apparatus of claim 5, wherein the first determining module comprises:
a data packet length obtaining submodule, configured to obtain a data packet length of the downlink mobile service data;
and the data packet length judging submodule is used for judging whether the data packet length is greater than a first threshold value.
7. The apparatus of claim 5 or 6, further comprising:
and the second judging module is used for judging whether the packet service data is a ping packet or a response packet of the ping packet.
8. The apparatus of claim 7, wherein the second determining module comprises:
a data packet header obtaining submodule, configured to obtain a data packet header of the small packet service data;
and the data packet header analyzing submodule is used for analyzing the data packet header so as to determine whether the small packet service data is a ping packet or a response packet of the ping packet.
CN201610232540.1A 2016-04-14 2016-04-14 Data transmission method and device Active CN107302802B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610232540.1A CN107302802B (en) 2016-04-14 2016-04-14 Data transmission method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610232540.1A CN107302802B (en) 2016-04-14 2016-04-14 Data transmission method and device

Publications (2)

Publication Number Publication Date
CN107302802A CN107302802A (en) 2017-10-27
CN107302802B true CN107302802B (en) 2020-09-18

Family

ID=60136602

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610232540.1A Active CN107302802B (en) 2016-04-14 2016-04-14 Data transmission method and device

Country Status (1)

Country Link
CN (1) CN107302802B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109788571B (en) * 2017-11-14 2021-04-23 大唐移动通信设备有限公司 Data processing method and device
CN110351157A (en) * 2018-04-04 2019-10-18 大唐移动通信设备有限公司 A kind of data packet detection method and device
CN110753311B (en) * 2018-07-23 2021-08-20 成都鼎桥通信技术有限公司 Method and device for scheduling group voice service under small bandwidth
CN110831061B (en) 2018-08-10 2023-01-20 中兴通讯股份有限公司 Method and device for acquiring scheduling throughput, base station and storage medium
CN111935310A (en) * 2020-09-18 2020-11-13 翱捷科技(深圳)有限公司 Data reporting system and data reporting method applied to terminal of Internet of things

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102983955A (en) * 2012-11-13 2013-03-20 电信科学技术研究院 Small bandwidth service scheduling method and device
CN104219712A (en) * 2013-06-03 2014-12-17 华为技术有限公司 Data transmission method and apparatus

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102340754B (en) * 2011-09-23 2014-07-23 电信科学技术研究院 Data transmission and receiving methods and equipment
CN102413513B (en) * 2011-12-01 2014-08-06 电信科学技术研究院 Cache state reporting method and equipment
US9504032B2 (en) * 2012-09-13 2016-11-22 Interdigital Patent Holdings, Inc. Method, wireless transmit/receive unit (WTRU) and base station for transferring small packets
CN105451265A (en) * 2014-08-29 2016-03-30 中国移动通信集团公司 Processing method, device and terminal for multi-user downlink data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102983955A (en) * 2012-11-13 2013-03-20 电信科学技术研究院 Small bandwidth service scheduling method and device
CN104219712A (en) * 2013-06-03 2014-12-17 华为技术有限公司 Data transmission method and apparatus

Also Published As

Publication number Publication date
CN107302802A (en) 2017-10-27

Similar Documents

Publication Publication Date Title
CN107302802B (en) Data transmission method and device
KR102021451B1 (en) Throughput guidance based on user plane insight
US20150016265A1 (en) Apparatus and methods for improved packet flow mobility
US11032723B2 (en) System and method for increasing network efficiency using dynamic repeat requests adjustment
WO2016091298A1 (en) Updating flow-specific qos policies based on information reported from base station
CN104995923B (en) Video acceleration method, client and network element
US10231286B2 (en) Method and device for allocating air interface resource
JP6627966B2 (en) Radio access network node, external node, and methods thereof
US10171208B2 (en) Dynamic error correction procedures
US20230379747A1 (en) Method and apparatus to synchronize radio bearers
EP3471458B1 (en) Method and apparatus for controlling data transmission speed in wireless communication system
JP7099537B2 (en) Communication equipment, communication methods and programs
US20190394763A1 (en) Method and apparatus for controlling downlink or uplink transmission
WO2015143863A1 (en) Flow-based network switching method and apparatus and terminal
CN106604404B (en) Service scheduling method and device
US10582410B2 (en) Predicting downlink throughput
US20160242228A1 (en) RRC Status Control Method, Apparatus and Device
CN109089281B (en) Cluster communication method, terminal equipment and storage medium
CN108886766B (en) Control information transmission method and device
CN107172652B (en) Base station scheduling method and device based on high-level service information
CN112911693B (en) Message processing method and device
Calin et al. LTE application and congestion performance
CN110876160B (en) Resource transmission control method and device based on multimode base station
CN111316742B (en) Reporting method of buffer status report, user equipment and computer storage medium
US20160309411A1 (en) Dynamic ungrouping of ip packets before cellular transmission

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant