CN109804583B - Data preprocessing method, user equipment and computer storage medium - Google Patents

Data preprocessing method, user equipment and computer storage medium Download PDF

Info

Publication number
CN109804583B
CN109804583B CN201780049130.6A CN201780049130A CN109804583B CN 109804583 B CN109804583 B CN 109804583B CN 201780049130 A CN201780049130 A CN 201780049130A CN 109804583 B CN109804583 B CN 109804583B
Authority
CN
China
Prior art keywords
data
cell group
upper limit
limit value
preprocessed
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
CN201780049130.6A
Other languages
Chinese (zh)
Other versions
CN109804583A (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Publication of CN109804583A publication Critical patent/CN109804583A/en
Application granted granted Critical
Publication of CN109804583B publication Critical patent/CN109804583B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The application discloses a data preprocessing method, user equipment and a computer storage medium, comprising the following steps: when data preprocessing is carried out, the data quantity is compared with a threshold value to obtain a comparison result; and determining whether to perform data preprocessing on the target cell group based on the comparison result.

Description

Data preprocessing method, user equipment and computer storage medium
Technical Field
The present application relates to the field of information processing technologies, and in particular, to a data preprocessing method, a User Equipment (UE), and a computer storage medium.
Background
In LTE, the upper layer data stays in a PDCP layer after reaching, and when MCG or SCG has uplink resource authorization to reach UE, the UE sends the data downwards to an RLC layer of the MCG or SCG so as to finally send the data to a base station end. Such a processing method is bad in that the UE will send data from the PDCP to the RLC only when the uplink resource grant reaches the UE, and generate RLC PDU, and further generate MAC PDU, which is too high for the instantaneous processing capability of the UE. In NR, the problem is further improved by allowing the UE to send data from PDCP to RLC before the uplink resource grant reaches the UE, generating RLC PDU, and waiting until the uplink resource grant reaches, further generating MAC PDU, thereby alleviating the instantaneous throughput requirement for the UE.
In the NR, the UE is allowed to transmit data from the PDCP to the RLC before the uplink resource authorization reaches the UE, and an RLC PDU is generated, and after the uplink resource authorization reaches, an MAC PDU is further generated, so that the requirement of the instantaneous processing capability of the UE is relieved by data preprocessing. However, a cell that may pre-process data (especially in the case of dual connectivity), is not a cell that is about to receive the uplink resource grant, or actually does not need data pre-processing, which may cause unnecessary data pre-processing, thereby affecting the processing efficiency of the UE.
Disclosure of Invention
To solve the foregoing technical problem, an embodiment of the present application provides a data preprocessing method, User Equipment (UE), and a computer storage medium.
The data preprocessing method provided by the embodiment of the application comprises the following steps:
when data preprocessing is carried out, the data quantity is compared with a threshold value to obtain a comparison result;
and determining whether to perform data preprocessing on the target cell group based on the comparison result.
An embodiment of the present application provides a user equipment UE, including:
the comparison unit is used for comparing the data quantity with a threshold value to obtain a comparison result when data preprocessing is carried out;
and the processing unit is used for determining whether to perform data preprocessing on the target cell group or not based on the comparison result.
An embodiment of the present application provides a user equipment UE, including: a processor and a memory for storing a computer program capable of running on the processor,
wherein the processor is configured to perform the steps of the aforementioned method when running the computer program.
A computer storage medium is provided in an embodiment of the present application, which stores computer-executable instructions that, when executed, implement the foregoing method steps.
According to the technical scheme of the embodiment of the application, when the UE needs to perform data preprocessing, the data amount is compared with the threshold value, and whether the data preprocessing is performed through the target cell group is determined based on the comparison result. Therefore, whether data preprocessing is needed or not is judged according to the data quantity of the UE, and the data processing efficiency under the data preprocessing scene is guaranteed.
Drawings
Fig. 1 is a schematic flow chart of a data preprocessing method according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of a dual connectivity network architecture;
fig. 3 is a schematic diagram 1 of a user equipment composition structure according to an embodiment of the present application;
fig. 4 is a schematic diagram of a user equipment composition structure according to an embodiment of the present application 2;
fig. 5 is a schematic diagram of a hardware architecture according to an embodiment of the present application.
Detailed Description
So that the manner in which the features and elements of the present embodiments can be understood in detail, a more particular description of the embodiments, briefly summarized above, may be had by reference to embodiments, some of which are illustrated in the appended drawings.
The first embodiment,
An embodiment of the present application provides a data preprocessing method, which is applied to User Equipment (UE), and as shown in fig. 1, includes:
step 101: when data preprocessing is carried out, the data quantity is compared with a threshold value to obtain a comparison result;
step 102: and determining whether to perform data preprocessing on the target cell group based on the comparison result.
The UE in this embodiment is mainly applied to a dual connectivity scenario, and regarding a dual connectivity architecture, see fig. 2, in the dual connectivity scenario, when a split bearer protocol architecture is adopted for data bearer, for uplink and downlink, a PDCP is located in a certain Cell Group (CG) (a primary cell group (MCG) or a Secondary Cell Group (SCG)), and then the CG is used as an anchor CG (anchor CG)). The PDCP layer transmits PDCP PDUs to the RLC of the MCG and/or SCG, thereby enabling data transmission using two connections. The data passes through RLC and MAC of different CG, then reaches corresponding MAC and RLC layers of a terminal (downlink) or a base station (uplink) through an air interface, finally converges to PDCP, and finally delivers the data to a high layer.
This one Bearer, in which the PDCP is connected to the two RLC and MAC respectively, is called Split Bearer, if the PDCP is located in the MCG, the MCG Split Bearer, and if the PDCP is located in the SCG, the SCG Split Bearer.
Further, based on the foregoing architecture, the Data preprocessing described in this embodiment may be understood as preprocessing Data of a Packet Data Convergence Protocol (PDCP) layer.
The triggering method for the UE to perform the data preprocessing in the step 101 may include the following steps:
in a first way,
Triggering time; for example, a data preprocessing period may be set, that is, when the data preprocessing period is reached, it is determined that data preprocessing is required, and then step 101 is performed.
The second way,
Triggering an event;
for example, it may be the upper layer data arrival, the lower layer data transmission is completed, or the UE preprocessing capability changes.
Further, in the foregoing step 101, the threshold may be issued to the User Equipment (UE) by the network side.
The threshold value is for at least part of the bearer corresponding to the UE; in this case, the threshold may or may not be present for different bearers;
specifically, for the case where there is no threshold, it may be equivalent to the case where the threshold is 0 or the threshold is infinite;
for the case of threshold values, the threshold values for the at least part of bearers are all the same; or, the corresponding threshold value for each of the at least some bearers is the same or different.
It is noted that at least part of the bearers may be 1 bearer or may be 2 or more bearers.
For example, only one threshold may be set, where one threshold may be valid for a part of all bearers corresponding to the UE, and the remaining part of bearers do not need to be set with the threshold;
alternatively, the threshold value of each bearer in the partial bearers may be different.
Further, in step 101, the comparing the data amount with the threshold to obtain a comparison result includes:
comparing the data quantity with a threshold value to obtain a first comparison result or a second comparison result; the first comparison result represents that the data quantity is smaller than a threshold value, and the second comparison result represents that the data quantity is not smaller than the threshold value;
correspondingly, in step 102, the determining whether to perform data preprocessing on the target cell group based on the comparison result includes the following three processing cases:
processing the first condition, and determining to allow only a default cell group to perform data preprocessing when the comparison result is a first comparison result;
processing the second situation, and when the comparison result is the first comparison result, determining not to perform data preprocessing on the target cell group;
and processing the third case, and determining that the data preprocessing is allowed to be simultaneously performed on the two cell groups when the comparison result is the second comparison result.
Namely, when the data volume is smaller than the threshold value, the UE only allows to carry out data preprocessing to the default CG; it is also possible that when the data amount is smaller than the threshold value, the UE does not perform data preprocessing, that is, does not select any target cell for data preprocessing;
when the data amount is larger than the threshold value (or equal to the threshold value), the UE allows data preprocessing to be performed to the two CGs at the same time.
The following description is made for two scenarios, in which the default CG performs preprocessing alone (scenario one) and the two CGs perform data preprocessing simultaneously (scenario two), respectively:
scene one,
The determining allows data pre-processing only for a default cell group, the method further comprising:
determining a pre-processed data amount for the default cell group;
correspondingly, the method further comprises the following steps:
and acquiring an upper limit value of the preprocessed data volume configured for the UE by the network side.
That is, the network side configures the upper limit of the amount of data to be preprocessed for the UE in advance.
Wherein the determining the pre-processed data amount comprises one of:
determining, by the UE, an amount of data to preprocess; i.e. may be decided by the UE itself;
determining that the preprocessed data volume is smaller than an upper limit value configured on the network side; that is, the network may configure an upper limit value, and then the UE only needs to determine that the amount of the preprocessed data is lower than the upper limit value;
and determining the data volume of each preprocessing based on the upper limit value configured on the network side until the data needing to be processed is completely processed or the data volume of the data needing to be preprocessed reaches the upper limit value. That is, the network may configure an upper limit value, and then the UE needs to perform data preprocessing as much as possible until all data in the PDCP are processed or the upper limit value is reached.
In this scenario, the upper limit value may be an upper limit value for the default cell group, that is, the upper limit value is set only for the default cell group.
Scene two,
The determination allows data pre-processing to two cell groups simultaneously, the method further comprising:
determining a pre-processed data volume corresponding to each cell group aiming at each cell group in the two cell groups;
correspondingly, the method further comprises the following steps:
and acquiring an upper limit value of the preprocessed data volume of each cell group in the two cell groups, which is configured for the UE by the network side.
Namely, the network side configures the upper limit values of the preprocessed data volumes for the MCG and the SCG for the UE respectively; the two upper limit values may be the same or different.
Wherein the determining of the pre-processed data amount corresponding to each cell group includes one of:
determining the preprocessed data volume corresponding to each cell group by the UE;
determining that the preprocessed data volume corresponding to each cell group is smaller than the corresponding upper limit value based on the upper limit value configured by the network side for each cell group;
and determining the data volume preprocessed each time based on the upper limit value configured by the network side for each cell group until the data to be processed is completely processed or the data volume preprocessed is up to the upper limit value configured by each cell group.
That is, in this scenario, the upper limit values of the preprocessed data amounts for different cell groups may all be determined by the UE itself;
alternatively, the network may also configure an upper limit value for each of the two cell groups, such as MCG and SCG, and then the UE only needs to determine that the amount of preprocessed data is lower than the upper limit value, and there is no other requirement for the amount of preprocessed data of MCG and SCG;
in addition, there may be a processing case:
acquiring an upper limit value configured by a network side for each cell group in two cell groups;
determining a default cell group and a non-default cell group in the two cell groups, and determining the data volume preprocessed in the default cell group each time based on the upper limit value of the default cell group;
judging whether the data volume preprocessed in the default cell group reaches the upper limit value of the default cell group, if so, determining the data volume preprocessed in each non-default cell group based on the upper limit value of the non-default cell group;
until all data needing to be processed is processed or until the amount of the data which are preprocessed in the non-default cell group reaches the upper limit value of the non-default cell group.
That is, the network may configure the upper limit value for the MCG and the SCG, and then the UE needs to perform data preprocessing as much as possible, and make non-default CGs from the default CG until all data in the PDCP are processed, or the upper limit values of the MCG and the SCG are reached.
Therefore, by adopting the scheme, when the UE needs to perform data preprocessing, the data amount can be compared with the threshold value, and whether the data preprocessing is performed through the target cell group is determined based on the comparison result. Therefore, whether data preprocessing is needed or not is judged according to the data quantity of the UE, and the data processing efficiency under the data preprocessing scene is guaranteed.
Example II,
An embodiment of the present application provides a User Equipment (UE), as shown in fig. 3, including:
a comparing unit 31, configured to compare the data amount with a threshold value to obtain a comparison result when performing data preprocessing;
and a processing unit 32, configured to determine whether to perform data preprocessing on the target cell group based on the comparison result.
The UE in this embodiment is mainly applied to a dual connectivity scenario, and regarding a dual connectivity architecture, see fig. 2, in the dual connectivity scenario, when a split bearer protocol architecture is adopted for data bearer, for uplink and downlink, a PDCP is located in a certain Cell Group (CG) (a primary cell group (MCG) or a Secondary Cell Group (SCG)), and then the CG is used as an anchor CG (anchor CG)). The PDCP layer transmits PDCP PDUs to the RLC of the MCG and/or SCG, thereby enabling data transmission using two connections. The data passes through RLC and MAC of different CG, then reaches corresponding MAC and RLC layers of a terminal (downlink) or a base station (uplink) through an air interface, finally converges to PDCP, and finally delivers the data to a high layer.
This one Bearer, in which the PDCP is connected to the two RLC and MAC respectively, is called Split Bearer, if the PDCP is located in the MCG, the MCG Split Bearer, and if the PDCP is located in the SCG, the SCG Split Bearer.
Further, based on the foregoing architecture, the Data preprocessing described in this embodiment may be understood as preprocessing Data of a Packet Data Convergence Protocol (PDCP) layer.
The triggering method for the UE to perform data preprocessing may include the following several methods:
in a first way,
Triggering time; for example, a data preprocessing period may be set, that is, when the data preprocessing period is reached, it is determined that data preprocessing is required, and then step 101 is performed.
The second way,
Triggering an event;
for example, it may be the upper layer data arrival, the lower layer data transmission is completed, or the UE preprocessing capability changes.
Further, the threshold may be issued to a User Equipment (UE) by a network side.
On the basis of fig. 3, as shown in fig. 4, the UE further includes:
a communication unit 33, configured to acquire the threshold value sent by a network side and for at least part of bearers of the UE;
wherein the threshold values for the at least partial bearers are all the same; or, the corresponding threshold value for each of the at least some bearers is the same or different.
The threshold value is for at least part of the bearer corresponding to the UE; in this case, the threshold may or may not be present for different bearers;
specifically, for the case where there is no threshold, it may be equivalent to the case where the threshold is 0 or the threshold is infinite;
for the case of threshold values, the threshold values for the at least part of bearers are all the same; or, the corresponding threshold value for each of the at least some bearers is the same or different.
For example, only one threshold may be set, where one threshold may be valid for a part of all bearers corresponding to the UE, and the remaining part of bearers do not need to be set with the threshold;
alternatively, the threshold value of each bearer in the partial bearers may be different.
Further, the comparing unit 31 is configured to compare the data amount with a threshold value to obtain a first comparison result or a second comparison result; the first comparison result represents that the data quantity is smaller than a threshold value, and the second comparison result represents that the data quantity is not smaller than the threshold value;
accordingly, the processing unit 32, based on the comparison result, determines whether to perform data preprocessing on the target cell group, including the following three processing cases:
processing the first condition, and determining to allow only a default cell group to perform data preprocessing when the comparison result is a first comparison result;
processing the second situation, and when the comparison result is the first comparison result, determining not to perform data preprocessing on the target cell group;
and processing the third case, and determining that the data preprocessing is allowed to be simultaneously performed on the two cell groups when the comparison result is the second comparison result.
Namely, when the data volume is smaller than the threshold value, the UE only allows to carry out data preprocessing to the default CG;
it is also possible that when the data amount is smaller than the threshold value, the UE does not perform data preprocessing, that is, does not select any target cell for data preprocessing;
when the data amount is larger than the threshold value (or equal to the threshold value), the UE allows data preprocessing to be performed to the two CGs at the same time.
The following description is made for two scenarios, in which the default CG performs preprocessing alone (scenario one) and the two CGs perform data preprocessing simultaneously (scenario two), respectively:
scene one,
A processing unit 32 for determining a pre-processed data amount for the default cell group.
A processing unit 32, configured to obtain an upper limit value of the pre-processed data amount configured for the UE by the network side; that is, the network side configures the upper limit of the amount of data to be preprocessed for the UE in advance.
Wherein the determining the pre-processed data amount comprises one of:
determining, by the UE, an amount of data to preprocess; i.e. may be decided by the UE itself;
determining that the preprocessed data volume is smaller than an upper limit value configured on the network side; that is, the network may configure an upper limit value, and then the UE only needs to determine that the amount of the preprocessed data is lower than the upper limit value;
and determining the data volume of each preprocessing based on the upper limit value configured on the network side until the data needing to be processed is completely processed or the data volume of the data needing to be preprocessed reaches the upper limit value. That is, the network may configure an upper limit value, and then the UE needs to perform data preprocessing as much as possible until all data in the PDCP are processed or the upper limit value is reached.
In this scenario, the upper limit value may be an upper limit value for the default cell group, that is, the upper limit value is set only for the default cell group.
Scene two,
A processing unit 32, configured to determine, for each of the two cell groups, a pre-processed data amount corresponding to each of the cell groups;
the processing unit 32 further obtains an upper limit value of the amount of preprocessed data configured for the UE by the network side for each of the two cell groups.
Namely, the network side configures the upper limit values of the preprocessed data volumes for the MCG and the SCG for the UE respectively; the two upper limit values may be the same or different.
Wherein the determining of the pre-processed data amount corresponding to each cell group includes one of:
determining the preprocessed data volume corresponding to each cell group by the self; (for example, the pre-processed data amount may be determined by the processing unit according to the setting of the user, or the pre-processed data amount for each cell group may be originally stored in the processing unit).
Determining that the preprocessed data volume corresponding to each cell group is smaller than the corresponding upper limit value based on the upper limit value configured by the network side for each cell group;
and determining the data volume preprocessed each time based on the upper limit value configured by the network side for each cell group until the data to be processed is completely processed or the data volume preprocessed is up to the upper limit value configured by each cell group.
That is, in this scenario, the upper limit values of the preprocessed data amounts for different cell groups may all be determined by the UE itself;
alternatively, the network may also configure an upper limit value for each of the two cell groups, such as MCG and SCG, and then the UE only needs to determine that the amount of preprocessed data is lower than the upper limit value, and there is no other requirement for the amount of preprocessed data of MCG and SCG;
in addition, there may be a processing case:
a processing unit 32, configured to obtain an upper limit value configured by the network side for each of the two cell groups;
determining a default cell group and a non-default cell group in the two cell groups, and determining the data volume preprocessed in the default cell group each time based on the upper limit value of the default cell group;
judging whether the data volume preprocessed in the default cell group reaches the upper limit value of the default cell group, if so, determining the data volume preprocessed in each non-default cell group based on the upper limit value of the non-default cell group;
until all data needing to be processed is processed or until the amount of the data which are preprocessed in the non-default cell group reaches the upper limit value of the non-default cell group.
That is, the network may configure the upper limit value for the MCG and the SCG, and then the UE needs to perform data preprocessing as much as possible, and make non-default CGs from the default CG until all data in the PDCP are processed, or the upper limit values of the MCG and the SCG are reached.
Therefore, by adopting the scheme, when the data preprocessing is needed for the UE which is simultaneously connected with the two cell groups, the data quantity is compared with the threshold value, and whether the data preprocessing is carried out through the target cell group is determined based on the comparison result. Therefore, whether data preprocessing is needed or not is judged according to the data quantity of the UE, and the data processing efficiency under the data preprocessing scene is guaranteed.
An embodiment of the present application further provides a hardware composition architecture of a user equipment or a receiver device, as shown in fig. 5, including: at least one processor 51, a memory 52, at least one network interface 53. The various components are coupled together by a bus system 54. It will be appreciated that the bus system 54 is used to enable communications among the components. The bus system 54 includes a power bus, a control bus, and a status signal bus in addition to the data bus. For clarity of illustration, however, the various buses are labeled as bus system 54 in fig. 5.
It will be appreciated that the memory 52 in the embodiments of the subject application can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory.
In some embodiments, memory 52 stores the following elements, executable modules or data structures, or a subset thereof, or an expanded set thereof:
an operating system 521 and application programs 522.
Wherein the processor 51 is configured to: the method steps of the first embodiment can be processed, and are not described herein again.
The computer storage medium provided by the embodiment of the present application stores computer executable instructions, and the computer executable instructions, when executed, implement the method steps of the first embodiment.
The above-mentioned device of the embodiment of the present application, if implemented in the form of a software functional module and sold or used as a standalone product, may also be stored in a computer-readable storage medium. Based on such understanding, the technical solutions of the embodiments of the present application may be essentially implemented or portions thereof contributing to the prior art may be embodied in the form of a software product stored in a storage medium, and including several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read Only Memory (ROM), a magnetic disk, or an optical disk. Thus, embodiments of the present application are not limited to any specific combination of hardware and software.
Correspondingly, the embodiment of the present application further provides a computer storage medium, in which a computer program is stored, and the computer program is configured to execute the data scheduling method of the embodiment of the present application.
Although the preferred embodiments of the present application have been disclosed for illustrative purposes, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, and the scope of the application should not be limited to the embodiments described above.

Claims (30)

1. A data preprocessing method is applied to User Equipment (UE) and comprises the following steps:
when data preprocessing is carried out, the data quantity is compared with a threshold value to obtain a comparison result;
determining whether to perform data preprocessing on the target cell group based on the comparison result; wherein the data preprocessing comprises the following steps: before the uplink resource authorization is reached, the UE transmits data from the PDCP to the RLC to generate an RLC PDU;
wherein the method further comprises: and determining the data volume of each preprocessing based on the upper limit value configured on the network side until the data needing to be processed is completely processed or the data volume of the data needing to be preprocessed reaches the upper limit value.
2. The method of claim 1, further comprising:
and acquiring the threshold value sent by a network side and aiming at least part of load of the UE.
3. The method of claim 2, wherein comparing the data volume to a threshold value to obtain a comparison result comprises:
comparing the data quantity with a threshold value to obtain a first comparison result or a second comparison result; and the first comparison result represents that the data quantity is smaller than the threshold value, and the second comparison result represents that the data quantity is not smaller than the threshold value.
4. The method of claim 3, wherein the determining whether to pre-process the data for the target cell group comprises:
and when the comparison result is the first comparison result, determining that only the default cell group is allowed to perform data preprocessing.
5. The method of claim 3, wherein the determining whether to pre-process the data for the target cell group comprises:
and when the comparison result is the first comparison result, determining not to perform data preprocessing on the target cell group.
6. The method of claim 3, wherein the determining whether to pre-process the data for the target cell group comprises:
and when the comparison result is a second comparison result, determining that the data preprocessing is allowed to be simultaneously performed on the two cell groups.
7. The method of claim 4, wherein the determining allows data preprocessing only for a default cell group, the method further comprising:
determining an amount of preprocessed data for the default cell group.
8. The method of claim 7, further comprising:
and acquiring an upper limit value of the preprocessed data volume configured for the UE by the network side.
9. The method of claim 8, wherein the determining the amount of preprocessed data comprises:
and determining that the preprocessed data volume is smaller than the upper limit value based on the upper limit value configured on the network side.
10. The method of claim 6, wherein the determining allows data pre-processing to two cell groups simultaneously, the method further comprising:
and determining the preprocessed data quantity corresponding to each cell group aiming at each cell group in the two cell groups.
11. The method of claim 10, further comprising:
and acquiring an upper limit value of the preprocessed data volume of each cell group in the two cell groups, which is configured for the UE by the network side.
12. The method of claim 11, wherein determining the amount of preprocessed data for each cell group comprises:
and determining that the preprocessed data quantity corresponding to each cell group is smaller than the corresponding upper limit value based on the upper limit value configured by the network side for each cell group.
13. The method of claim 11, wherein determining the amount of preprocessed data for each cell group comprises:
and determining the data volume preprocessed each time based on the upper limit value configured by the network side for each cell group until the data to be processed is completely processed or the data volume preprocessed is up to the upper limit value configured by each cell group.
14. The method of claim 13, further comprising:
acquiring an upper limit value configured by a network side for each cell group in two cell groups;
determining a default cell group and a non-default cell group of the two cell groups;
determining the data volume preprocessed in the default cell group each time based on the upper limit value of the default cell group;
judging whether the data volume preprocessed in the default cell group reaches the upper limit value of the default cell group or not;
if so, determining the data volume preprocessed in each non-default cell group based on the upper limit value of the non-default cell group; until all data needing to be processed is processed or until the data volume preprocessed in the non-default cell group reaches the upper limit value of the non-default cell group.
15. A user equipment, UE, comprising:
the comparison unit is used for comparing the data quantity with a threshold value to obtain a comparison result when data preprocessing is carried out;
a processing unit, configured to determine whether to perform data preprocessing on the target cell group based on the comparison result; wherein the data preprocessing comprises the following steps: before the uplink resource authorization is reached, the UE transmits data from the PDCP to the RLC to generate an RLC PDU;
the processing unit is configured to determine the data amount to be preprocessed each time based on an upper limit value configured on a network side until all data to be processed is processed or until the data amount to be preprocessed reaches the upper limit value.
16. The UE of claim 15, wherein the UE further comprises:
a communication unit, configured to acquire the threshold value sent by a network side and for at least part of bearers of the UE.
17. The UE of claim 16, wherein the comparing unit is configured to compare the data amount with a threshold to obtain a first comparison result or a second comparison result; and the first comparison result represents that the data quantity is smaller than the threshold value, and the second comparison result represents that the data quantity is not smaller than the threshold value.
18. The UE of claim 17, wherein the processing unit is configured to determine that only a default cell group is allowed for data preprocessing when the comparison result is the first comparison result.
19. The UE of claim 17, wherein the processing unit is configured to determine not to perform data preprocessing on the target cell group when the comparison result is the first comparison result.
20. The UE of claim 17, wherein the processing unit is configured to determine that data pre-processing is allowed for two cell groups simultaneously when the comparison result is a second comparison result.
21. The UE of claim 18, wherein the processing unit is configured to determine a pre-processed amount of data for the default cell group.
22. The UE of claim 21, wherein the processing unit is configured to obtain an upper limit value of the amount of preprocessed data configured by the network side for the UE.
23. The UE of claim 22, wherein the processing unit is configured to
And determining that the preprocessed data volume is smaller than the upper limit value based on the upper limit value configured on the network side.
24. The UE of claim 20, wherein the processing unit is configured to determine, for each of the two cell groups, a corresponding amount of preprocessed data for each cell group.
25. The UE according to claim 24, wherein the processing unit is configured to obtain an upper limit value of the amount of preprocessed data configured for the UE by the network side for each of the two cell groups.
26. The UE of claim 25, wherein the processing unit is configured to
And determining that the preprocessed data quantity corresponding to each cell group is smaller than the corresponding upper limit value based on the upper limit value configured by the network side for each cell group.
27. The UE of claim 25, wherein the processing unit is configured to
And determining the data volume preprocessed each time based on the upper limit value configured by the network side for each cell group until the data to be processed is completely processed or the data volume preprocessed is up to the upper limit value configured by each cell group.
28. The UE of claim 27, wherein the processing unit is configured to obtain an upper limit value configured by a network side for each of two cell groups;
determining a default cell group and a non-default cell group in the two cell groups, and determining the data volume preprocessed in the default cell group each time based on the upper limit value of the default cell group;
judging whether the data volume preprocessed in the default cell group reaches the upper limit value of the default cell group, if so, determining the data volume preprocessed in each non-default cell group based on the upper limit value of the non-default cell group;
until all data needing to be processed is processed or until the data volume preprocessed in the non-default cell group reaches the upper limit value of the non-default cell group.
29. A user equipment, UE, comprising: a processor and a memory for storing a computer program capable of running on the processor,
wherein the processor is adapted to perform the steps of the method of any one of claims 1 to 14 when running the computer program.
30. A computer storage medium storing computer-executable instructions that, when executed, implement the method steps of any of claims 1-14.
CN201780049130.6A 2017-09-26 2017-09-26 Data preprocessing method, user equipment and computer storage medium Active CN109804583B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/103510 WO2019061030A1 (en) 2017-09-26 2017-09-26 Data preprocessing method, user equipment, and computer storage medium

Publications (2)

Publication Number Publication Date
CN109804583A CN109804583A (en) 2019-05-24
CN109804583B true CN109804583B (en) 2020-08-14

Family

ID=65900292

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201780049130.6A Active CN109804583B (en) 2017-09-26 2017-09-26 Data preprocessing method, user equipment and computer storage medium

Country Status (2)

Country Link
CN (1) CN109804583B (en)
WO (1) WO2019061030A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102474486A (en) * 2009-08-21 2012-05-23 Lg电子株式会社 Apparatus and method of transmitting data block on uplink frequencies
WO2015141845A1 (en) * 2014-03-20 2015-09-24 京セラ株式会社 Master base station, mobile station, and communication control method
CN106330763A (en) * 2015-06-30 2017-01-11 中兴通讯股份有限公司 Data processing method and device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104935414B (en) * 2014-03-21 2019-05-24 上海诺基亚贝尔股份有限公司 A kind of method and apparatus for transmitting information in doubly-linked welding system
US9838282B2 (en) * 2014-05-09 2017-12-05 Telefonaktiebolaget Lm Ericsson (Publ) PDCP and flow control for split bearer
US20170215225A1 (en) * 2014-08-07 2017-07-27 Lg Electronics Inc. Method for processing a packet data convergence protocol packet data unit at a user equipment in a dual connectivity systme and device therefor
WO2016021820A1 (en) * 2014-08-08 2016-02-11 Lg Electronics Inc. Method for processing a packet data convergence protocol re-ordering function at a user equipment in a dual connectivity system and device therefor
CN105376801A (en) * 2014-08-25 2016-03-02 中兴通讯股份有限公司 uplink data transmission method and terminal
CN106304411B (en) * 2015-05-15 2020-02-21 上海诺基亚贝尔股份有限公司 Method and apparatus for uplink split bearer in dual connectivity system
WO2017049558A1 (en) * 2015-09-24 2017-03-30 华为技术有限公司 Uplink data transmission method and device
CN106572479B (en) * 2015-10-10 2020-02-14 中国移动通信集团公司 Selection method, triggering method, device and base station of wireless data bearer

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102474486A (en) * 2009-08-21 2012-05-23 Lg电子株式会社 Apparatus and method of transmitting data block on uplink frequencies
WO2015141845A1 (en) * 2014-03-20 2015-09-24 京セラ株式会社 Master base station, mobile station, and communication control method
CN106330763A (en) * 2015-06-30 2017-01-11 中兴通讯股份有限公司 Data processing method and device

Also Published As

Publication number Publication date
WO2019061030A1 (en) 2019-04-04
CN109804583A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN106031277B (en) Radio bearer method for reconfiguration, method for building up, user equipment and base station
CN110290533B (en) Data transmission method, system, computer device and storage medium
CN108337214B (en) Data processing method, terminal and network equipment
US11882613B2 (en) Terminal device, infrastructure equipment and methods
US9867198B2 (en) Data transmission method and apparatus based on networks of multiple communications standards
KR102425777B1 (en) Data processing method and terminal equipment
CN109845367B (en) Method for switching path and terminal equipment
WO2015063587A2 (en) Method for transmitting scheduling request in a bearing splitting scenario of a dual connectivity system
US20230023138A1 (en) Data Transmission Method Applied to Access Network and Device
CN109804583B (en) Data preprocessing method, user equipment and computer storage medium
CN111385071B (en) Data transmission method, device and computer storage medium
WO2019051759A1 (en) Carrier selecting method, terminal device, and computer storage medium
CN109845315B (en) Data preprocessing method, network device, user equipment and computer storage medium
US10887061B2 (en) Systems and methods for packet segmentation in standalone small cell
US20170156137A1 (en) Device-to-device communication method, resource assignment method, and apparatuses thereof
US20200336247A1 (en) Method for reporting data volume of data duplication, user equipment, and network device
CN109644409B (en) Control method for terminal sending data, terminal equipment and computer storage medium
CN111585714A (en) Control method, user equipment and node for data replication transmission
CN109587756B (en) Method and apparatus for network access
CN109565831B (en) Configuration method of receiving resource pool, user equipment and network equipment
US10313918B2 (en) Management of received internet protocol packet bundling for real time services
CN113891459B (en) Method for selecting transmission resources, method for selecting transmission data and terminal
KR102207499B1 (en) Method for determining transmission path of uplink signal transmitted from terminal and apparatus thereof
CN114286361A (en) Uplink data transmission method, device, terminal and storage medium
CN118647089A (en) Method and device for controlling channel performance on carrier aggregation

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