CN113543329B - Method and device for processing reporting status message, mobile terminal and storage medium - Google Patents

Method and device for processing reporting status message, mobile terminal and storage medium Download PDF

Info

Publication number
CN113543329B
CN113543329B CN202010317495.6A CN202010317495A CN113543329B CN 113543329 B CN113543329 B CN 113543329B CN 202010317495 A CN202010317495 A CN 202010317495A CN 113543329 B CN113543329 B CN 113543329B
Authority
CN
China
Prior art keywords
message
processing
queue
reporting
reporting state
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
CN202010317495.6A
Other languages
Chinese (zh)
Other versions
CN113543329A (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.)
Oneplus Technology Shenzhen Co Ltd
Original Assignee
Oneplus Technology Shenzhen 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 Oneplus Technology Shenzhen Co Ltd filed Critical Oneplus Technology Shenzhen Co Ltd
Priority to CN202010317495.6A priority Critical patent/CN113543329B/en
Publication of CN113543329A publication Critical patent/CN113543329A/en
Application granted granted Critical
Publication of CN113543329B publication Critical patent/CN113543329B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/20Control channels or signalling for resource management
    • H04W72/21Control channels or signalling for resource management in the uplink direction of a wireless link, i.e. towards the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L5/00Arrangements affording multiple use of the transmission path
    • H04L5/0091Signaling for the administration of the divided path
    • H04L5/0096Indication of changes in allocation
    • H04L5/0098Signalling of the activation or deactivation of component carriers, subcarriers or frequency bands

Abstract

The application relates to a method and a device for processing a reporting state message, a mobile terminal and a storage medium. The method comprises the following steps: when a first reporting state message reported by a baseband chip is received, acquiring a reporting state message identifier; detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identifier; deleting the second reporting state information in the processing information queue when the second reporting state information exists in the processing information queue; and adding the first reporting state message to the tail of the processing message queue. The method can avoid that the RIL module processes the negligible state information and occupies the time for processing other communication services, thereby avoiding the problem that the communication services are abnormal due to frequent receipt of the reported state information.

Description

Method and device for processing reporting status message, mobile terminal and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a method and apparatus for processing a reporting status message, a mobile terminal, and a storage medium.
Background
With the development of communication technology, the mobile terminal can realize network signal coverage and reinforcement through the base station, and in the process of data transmission of the mobile terminal by utilizing the network realized by the base station, the mobile terminal needs to process based on the signal sent by the base station, and the Gao Tongji belt chip reports the status message according to the processing condition.
For example: gao Tongji with chip to report the state information of CA (Carrier Aggregation ) activation or deactivation, because Gao Tongji with chip to report the state information of CA activation or deactivation to AP (mobile terminal application processor) and then directly transmit to RIL module (wireless communication interface layer) without any processing, when some operators have problems on network side, CA will be frequently activated or deactivated, thus the mobile terminal application processor will frequently receive the state information of CA activation or deactivation, which is easy to block RIL module message processing, and serious problems such as unable calling out, unable hang-up and the like occur.
Therefore, the mobile terminal is easy to cause abnormal communication service due to frequent receipt of the reported state message.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method, an apparatus, a mobile terminal, and a storage medium for processing a reported status message, which can prevent a mobile terminal from easily receiving a status message frequently, which would cause an abnormality in communication services.
A method of reporting status message processing, the method comprising:
when a first reporting state message reported by a baseband chip is received, acquiring a reporting state message identifier;
detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identifier;
deleting the second reporting state information in the processing information queue when the second reporting state information exists in the processing information queue;
and adding the first reporting state message to the tail of the processing message queue.
In one embodiment, the step of detecting whether the second reporting status message exists in the current processing message queue according to the reporting status message identifier includes:
comparing the reported state message identifier with the message identifier of each message in the current processing message queue;
when the message identification which is the same as the reporting state message identification is compared, determining that the second reporting state message exists in the processing message queue;
and when the message identification which is the same as the reporting state message identification is not compared, determining that the second reporting state message does not exist in the processing message queue.
In one embodiment, the step of comparing the reported status message identifier with the message identifier of each message in the current processing message queue includes:
comparing the reported state message identifiers with message identifiers of the messages arranged in the current processing message queue in sequence;
and stopping the comparison when the message identifications which are the same as the reported state message identifications are compared, or the message identifications of all the messages which are arranged in the current processing message queue are compared.
In one embodiment, the method further comprises:
and when the second reporting state information does not exist in the processing information queue, adding the first reporting state information into the tail of the processing information queue.
In one embodiment, the step of obtaining the report status message identifier when the first report status message reported by the baseband chip is received includes:
when a first reporting state message reported by a baseband chip is received, detecting whether a current processing message queue has a message to be processed or not;
when the processing message queues are ready to process the message, acquiring a reporting state message identifier;
and when the processing message queue has no message to be processed, adding the first reporting state message into the processing message queue.
In one embodiment, when receiving the first report status message reported by the baseband chip, the step of detecting whether the current processing message queue has a message to be processed includes:
when a first reporting state message reported by a baseband chip is received, acquiring the length of a current processing message queue;
when the length of the processing message queue is 0, the processing message queue has no message to be processed;
when the length of the processing message queue is not 0, the processing message queue has a message to be processed.
In one embodiment, the first reporting status message is a carrier aggregation status message.
A reporting status message processing apparatus, the apparatus comprising:
the message identifier acquisition module is used for acquiring a reporting state message identifier when receiving a first reporting state message reported by the baseband chip;
the state message detection module is used for detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identification;
a state message deleting module, configured to delete the second reporting state message in the processing message queue when the second reporting state message exists in the processing message queue;
and the message joining module is used for joining the first reporting state message into the tail of the processing message queue.
A mobile terminal comprising a memory storing a computer program and a processor implementing the steps of the method when the processor executes the computer program.
A computer readable storage medium having stored thereon a computer program, characterized in that the computer program when executed by a processor realizes the steps of the method.
According to the reporting state message processing method, the device, the mobile terminal and the storage medium, when the application processor of the mobile terminal receives the first reporting state message reported by the baseband chip, whether the second reporting state message exists in the current processing message queue is detected by acquiring the reporting state message identification, when the second reporting state message exists in the processing message queue, the reporting state message is reported before the second reporting state message exists, the reporting state message is basically based on the latest state, the previous second reporting state message can be ignored, and the first reporting state message is added to the tail of the processing message queue by deleting the second reporting state message in the processing message queue. The method can avoid the problem that the RIL module processes the negligible state information and occupies the time for processing other communication services, and the communication services are easy to be abnormal due to frequent receipt of the reported state information.
Drawings
FIG. 1 is an application environment diagram of a method of reporting status message processing in one embodiment;
FIG. 2 is a flow chart of a method for reporting status messages according to one embodiment;
FIG. 3 is a flowchart illustrating one of the steps in a method for reporting status messages according to one embodiment;
FIG. 4 is a message alignment flow diagram of a message queue according to another embodiment;
FIG. 5 is a schematic diagram of carrier aggregation configuration information according to one embodiment;
FIG. 6 is a schematic diagram of carrier aggregation configuration information according to another embodiment;
FIG. 7 is a flowchart of another embodiment of a method for reporting status messages;
FIG. 8 is a block diagram of an embodiment of a reporting status message processing apparatus;
fig. 9 is an internal structural diagram of a mobile terminal in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The method for processing the reporting status message can be applied to an application environment shown in figure 1. Wherein the mobile terminal 102 communicates with the base station 104 via a network. When the baseband chip of the mobile terminal 102 receives the carrier aggregation activation or deactivation message sent by the base station 104, reporting the message to the AP side (application processor) of the mobile terminal 102, and when the AP side (application processor) of the mobile terminal 102 receives the first reporting status message reported by the baseband chip, acquiring a reporting status message identifier; detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identification; deleting the second reporting state information in the processing information queue when the second reporting state information exists in the processing information queue; and adding the first reporting state message to the tail of the processing message queue. The mobile terminal 102 may be, but is not limited to, various notebook computers, smart phones, tablet computers, and portable wearable devices.
In one embodiment, as shown in fig. 2, a method for processing a reporting status message is provided, and the method is applied to the mobile terminal in fig. 1 for illustration, and includes the following steps:
step S220, when receiving the first reporting status message reported by the baseband chip, acquiring the reporting status message identifier.
The baseband chip is used to synthesize the baseband signal to be transmitted or decode the received baseband signal. Or, when transmitting, encodes the voice or other data signal into a baseband code for transmission; when receiving, the received baseband code is decoded into voice or other data signals, which mainly completes the information processing function of the communication terminal. The baseband chip may be divided into five sub-blocks: a CPU processor, a channel encoder, a digital signal processor, a modem and an interface module.
The first reporting status message is a status message reported to the mobile terminal application processor by the baseband chip of the mobile terminal, where the status message is related to the network status and needs not to know the status message of each time in real time, for example: the network-resident frequency band information and carrier aggregation (CA: carrier Aggregation, carrier aggregation) are used for aggregating 2-5 LTE member carriers (ComponentCarrier, CC) together, so that the maximum transmission bandwidth of 100MHz is realized, and the uplink and downlink transmission rate is effectively improved) status information and the like. The network side is a facility for providing a network for the mobile terminal, such as: a base station, etc. The network-resident frequency band information is information of which frequency band of the LTE (Long Term Evolution ) network the mobile terminal currently resides in. The carrier aggregation status message is a status message that the baseband chip activates or deactivates the reported CA (Carrier Aggregation ) after performing activation processing according to the CA information configuration after receiving the CA information configuration sent by the base station. The report status message identifier is an identifier for distinguishing various types of messages, such as information of a resident network frequency band, CA messages or other types of messages, and the report status message identifier can be a number, a name, and the like.
Step S240, according to the report status message identification, detecting whether a second report status message exists in the current processing message queue.
The message processing queue is a container for storing messages in the transmission process of the messages, and is used for storing the messages to be processed by an RIL module (Radio Interface Layer, a wireless communication interface layer and mainly used for upper and lower communication) of the mobile terminal, and the RIL module of the mobile terminal sequentially acquires the messages from the message processing queue for processing when processing the messages. The base band chip inputs the information which needs to be processed by the RIL module of the mobile terminal into the information processing queue, when the information is input, the newly input information is stored at the tail of the information processing queue, and the RIL module of the mobile terminal acquires the information from the head of the information processing queue to process. Whether the second report status message exists in the current processing message queue means that when the first report status message is received, whether the message to be processed with the same message type as the first report status message is already stored in the processing message queue, and the second report status message is the message to be processed with the same message type as the first report status message, for example: the first reporting status message is received as a carrier aggregation status message, and when the carrier aggregation status message to be processed is stored in the current processing message queue, the carrier aggregation status message to be processed stored in the current processing message queue is the second reporting status message.
Step S260, deleting the second reporting status message in the processing message queue when the second reporting status message exists in the processing message queue.
And deleting the second reporting state information which is already stored in the processing information queue from the processing information queue when the second reporting state information which is the same as the information type of the first reporting state information is already stored in the processing information queue. That is, the RIL module of the mobile terminal does not need to process the second reporting status message of the same message type as the first reporting status message.
Step S280, adding the first reporting status message to the tail of the processing message queue.
And storing the first reporting state message in the tail of the processing message queue, and waiting for the RIL module of the mobile terminal to process in sequence. The end of the queue for adding the first reporting status message to the processing message queue may be before or after deleting the second reporting status message in the processing message queue.
In the method for processing the reporting status message, when the application processor of the mobile terminal receives the first reporting status message reported by the baseband chip, the application processor detects whether a second reporting status message exists in the current processing message queue by acquiring the reporting status message identifier, and when the second reporting status message exists in the processing message queue, the reporting status message is reported before the second reporting status message exists, and the reporting status message is basically based on the latest status, the previous second reporting status message can be ignored, and the first reporting status message is added to the tail of the processing message queue by deleting the second reporting status message in the processing message queue. The method can avoid the problem that the RIL module processes the negligible state information and occupies the time for processing other communication services, and the communication services are easy to be abnormal due to frequent receipt of the reported state information.
In one embodiment, referring to fig. 3, the step of detecting whether the second reporting status message exists in the current processing message queue according to the reporting status message identifier includes steps S242 to S246:
step S242, comparing the reported state information identification with the information identification of each information in the current processing information queue.
The message identification of all the messages in the current processing message queue can be firstly obtained, and the message identification identical to the reporting state message identification can be found out. The queue head and the queue tail of the current processing message queue can be sequentially compared according to the arrangement sequence of the messages in the current processing message queue and the message identification of the messages.
In one embodiment, the step of comparing the reported status message identifier with the message identifier of each message in the current processing message queue includes: comparing the reported state message identifications with the message identifications of all the messages arranged in the current processing message queue in sequence; and stopping the comparison when the message identifications which are the same as the reported state message identifications are compared, or the message identifications of all the messages which are arranged in the current processing message queue are compared.
As shown in fig. 4, when the baseband chip reports the first reporting status message to the application processor of the mobile terminal and waits for the first reporting status message processed by the RIL module of the mobile terminal, the first reporting status message is sequentially compared with the message identifications of the messages arranged in the current processing message queue, and the first reporting status message is sequentially compared from the tail of the current processing message queue to the head of the queue, for example: obtaining the message identification of the message arranged at the tail of the current processing message queue, comparing with the reported state message identification, and if the message identification is the same as the reported state message identification, comparing to the message identification which is the same as the reported state message identification, and stopping comparing; and if the message identifiers are different, the message identifier of the next message is acquired and compared with the message identifier of the reporting state until the message identifiers are compared with the message identifier of the reporting state, or the message identifiers of all the messages arranged in the current processing message queue are compared, and the comparison is stopped.
Step S244, when comparing the message identification identical to the reporting status message identification, determining that the second reporting status message exists in the processing message queue.
When the message identification identical to the reporting state message identification is compared, a second reporting state message with the same message type as the first reporting state message is stored in the current processing message queue.
Step S246, when the message identifier identical to the reporting status message identifier is not compared, it is determined that the second reporting status message does not exist in the processing message queue.
When the message identification identical to the reporting status message identification is not compared, the second reporting status message with the same message type as the first reporting status message is not stored in the current processing message queue.
In one embodiment, the method for processing the reporting status message further includes: and when the second reporting state information does not exist in the processing information queue, adding the first reporting state information into the tail of the processing information queue.
When the second reporting status message does not exist in the processing message queue, it is indicated that the current processing message queue does not store the message with the same message type as the first reporting status message, the first reporting status message is stored to the tail of the processing message queue, and the RIL module of the mobile terminal waits for sequentially processing the messages in the processing message queue. When the second reporting state information does not exist in the processing information queue, the first reporting state information is added to the tail of the processing information queue, so that the information processed by the RIL module of the mobile terminal is the latest information, and the problem that the communication service is abnormal due to the fact that the reporting state information is frequently received and the reporting state information is processed is avoided.
In one embodiment, when receiving a first reporting status message reported by the baseband chip, the step of obtaining the reporting status message identifier includes: when a first reporting state message reported by a baseband chip is received, detecting whether a current processing message queue has a message to be processed or not; when a message to be processed is processed in the message queue, acquiring a reporting state message identifier; and when the processing message queue has no message to be processed, adding the first reporting state message into the processing message queue.
When the processing message queue has no message to be processed, the first reporting status message is added into the processing message queue, and the first reporting status message can be used as a queue head message of the processing message queue. By detecting whether the current processing message queue has the message to be processed or not when the first reporting status message reported by the baseband chip is received, the first reporting status message can be directly added into the processing message queue when the processing message queue has no message to be processed, and the processing time can be reduced.
In one embodiment, when receiving a first report status message reported by the baseband chip, the step of detecting whether the current processing message queue has a message to be processed includes: when a first reporting state message reported by a baseband chip is received, acquiring the length of a current processing message queue; when the length of the processing message queue is 0, the processing message queue has no message to be processed; when the length of the processing message queue is not 0, the processing message queue has a message to be processed.
In one embodiment, the first reporting status message is a carrier aggregation status message.
The carrier aggregation status message is a status message that the baseband chip activates or deactivates the reported CA (Carrier Aggregation ) after performing activation processing according to CA information configuration after receiving the CA information configuration sent by the base station. Namely CA status information, CA (Carrier Aggregation ) is to aggregate 2-5 LTE member carriers (ComponentCarrier, CC) together, so that the maximum transmission bandwidth of 100MHz can be realized, and the uplink and downlink transmission rate is effectively improved.
In one embodiment, when receiving the first reporting status message reported by the baseband chip, before the step of obtaining the reporting status message identifier, the method further includes: extracting a message identifier in the received message; and identifying whether the message is a first reporting state message according to the message identification.
The message carries the message identification, and the message identification in the message can be obtained by analyzing the message. According to the message identification, the message type corresponding to the message can be determined, and when the message type is carrier aggregation state message or network-resident frequency band information, the message type can be determined to be the first reporting state message. The first reporting state information is repeatedly detected by identifying the first reporting state information which is related to the state of the network end and does not need to know the state of each time in real time, and only the latest information of the first reporting state information which is related to the state of the network end is processed and does not need to know the state of each time in real time.
In one embodiment, a method for processing a reporting status message takes a case that a first reporting status message is a carrier aggregation status message as an example, as shown in fig. 5 (a message that SCell (secondary cell) is frequently activated and deactivated is seen from air interface signaling and MAC layer messages) and as shown in fig. 6 (a message that is received by an application processor of a mobile terminal is reported, it can be seen that 14 times of activated and deactivated messages are repeatedly reported within 1s of time), and for a case that a carrier aggregation status message is frequently reported, a queue repetition identification function is added, that is, after Gao Tongji with a chip reporting CA activation and deactivation information to the application processor of the mobile terminal, the method enters a RIL module to perform processing and then describes:
as shown in fig. 7, after receiving a carrier aggregation status message sent by a base station and activated or deactivated by the base station, a baseband chip of the mobile terminal reports the carrier aggregation status message to an application processor of the mobile terminal, detects whether a message queue currently processed has a message to be processed, compares the carrier aggregation status message with the message in the queue one by one, has the same type of message, deletes the repeated message existing in the queue, queues the new carrier aggregation status message, and waits for processing; detecting whether a message to be processed exists in a current processing message queue, if not, queuing a new carrier aggregation state message into the queue, and waiting for processing; and comparing the carrier aggregation state information with the information in the queue one by one, queuing new carrier aggregation state information into the queue without the information of the same type, and waiting for processing.
Because the RIL module can process all the services (including telephone, internet surfing, short message, etc.) of communication, all events are processed in the same queue, if the repeated detection processing is not performed on the carrier aggregation state information, more than 200 carrier aggregation state information can be reported in a short time, and the RIL module can only be used for processing the carrier aggregation state information, so that the information of other services is blocked, and the communication service is very easy to be abnormal. And after the repeated message processing is added, the burden of the RIL module is effectively reduced, and other communication services can be ensured to work normally.
It should be understood that, although the steps in the flowcharts of fig. 2-3 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2-3 may include multiple steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor does the order in which the steps or stages are performed necessarily performed in sequence, but may be performed alternately or alternately with at least a portion of the steps or stages in other steps or other steps.
In one embodiment, as shown in fig. 8, there is provided a reporting status message processing apparatus, including: a message identification acquisition module 310, a status message detection module 320, a status message deletion module 330, and a message joining module 340, wherein:
the message identifier obtaining module 310 is configured to obtain a reporting status message identifier when receiving a first reporting status message reported by the baseband chip;
the status message detection module 320 is configured to detect whether a second reporting status message exists in the current processing message queue according to the reporting status message identifier;
a status message deleting module 330, configured to delete the second reporting status message in the processing message queue when the second reporting status message exists in the processing message queue;
the message joining module 340 is configured to join the first reporting status message to the tail of the processing message queue.
In one embodiment, the status message detection module 320 is further configured to: comparing the reported state message identification with the message identification of each message in the current processing message queue; when the message identification which is the same as the reporting state message identification is compared, determining that a second reporting state message exists in the processing message queue; and when the message identification which is the same as the reporting state message identification is not compared, determining that the second reporting state message does not exist in the processing message queue.
In one embodiment, the status message detection module 320 is further configured to: comparing the reported state message identifications with the message identifications of all the messages arranged in the current processing message queue in sequence; and stopping the comparison when the message identifications which are the same as the reported state message identifications are compared, or the message identifications of all the messages which are arranged in the current processing message queue are compared.
In one embodiment, the message joining module 340 is further configured to: and when the second reporting state information does not exist in the processing information queue, adding the first reporting state information into the tail of the processing information queue.
In one embodiment, the message identification acquisition module 310 is further configured to: when a first reporting state message reported by a baseband chip is received, detecting whether a current processing message queue has a message to be processed or not; when a message to be processed is processed in the message queue, acquiring a reporting state message identifier; and when the processing message queue has no message to be processed, adding the first reporting state message into the processing message queue.
In one embodiment, the message identification acquisition module 310 is further configured to: when a first reporting state message reported by a baseband chip is received, acquiring the length of a current processing message queue; when the length of the processing message queue is 0, the processing message queue has no message to be processed; when the length of the processing message queue is not 0, the processing message queue has a message to be processed.
In one embodiment, the first reporting status message is a carrier aggregation status message.
The specific limitation of the reporting status message processing device may be referred to the limitation of the reporting status message processing method hereinabove, and will not be described herein. All or part of the modules in the reporting status message processing device can be realized by software, hardware and a combination thereof. The above modules may be embedded in hardware or independent of a processor in the mobile terminal, or may be stored in software in a memory in the mobile terminal, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a mobile terminal is provided, an internal structure of which may be as shown in fig. 9. The mobile terminal comprises an application processor, a memory, a communication interface, a display screen, an input device, a baseband chip and a wireless communication interface layer which are connected through a system bus. Wherein the processor of the mobile terminal is configured to provide computing and control capabilities. The memory of the mobile terminal comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The communication interface of the mobile terminal is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, an operator network, NFC (near field communication) or other technologies. The computer program, when executed by a processor, implements a method for processing a reporting status message. The display screen of the mobile terminal can be a liquid crystal display screen or an electronic ink display screen, and the input device of the mobile terminal can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the mobile terminal, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by persons skilled in the art that the architecture shown in fig. 9 is merely a block diagram of some of the architectures associated with the inventive arrangements and is not limiting of the mobile terminal to which the inventive arrangements are applied, and that a particular mobile terminal may include more or fewer components than shown, or may combine some components, or have a different arrangement of components.
In one embodiment, a mobile terminal is provided, comprising a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
when a first reporting state message reported by a baseband chip is received, acquiring a reporting state message identifier; detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identification; deleting the second reporting state information in the processing information queue when the second reporting state information exists in the processing information queue; and adding the first reporting state message to the tail of the processing message queue.
In one embodiment, the processor when executing the computer program further performs the steps of: comparing the reported state message identification with the message identification of each message in the current processing message queue; when the message identification which is the same as the reporting state message identification is compared, determining that a second reporting state message exists in the processing message queue; and when the message identification which is the same as the reporting state message identification is not compared, determining that the second reporting state message does not exist in the processing message queue.
In one embodiment, the processor when executing the computer program further performs the steps of: comparing the reported state message identifications with the message identifications of all the messages arranged in the current processing message queue in sequence; and stopping the comparison when the message identifications which are the same as the reported state message identifications are compared, or the message identifications of all the messages which are arranged in the current processing message queue are compared.
In one embodiment, the processor when executing the computer program further performs the steps of: and when the second reporting state information does not exist in the processing information queue, adding the first reporting state information into the tail of the processing information queue.
In one embodiment, the processor when executing the computer program further performs the steps of: when a first reporting state message reported by a baseband chip is received, detecting whether a current processing message queue has a message to be processed or not; when a message to be processed is processed in the message queue, acquiring a reporting state message identifier; and when the processing message queue has no message to be processed, adding the first reporting state message into the processing message queue.
In one embodiment, the processor when executing the computer program further performs the steps of: when a first reporting state message reported by a baseband chip is received, acquiring the length of a current processing message queue; when the length of the processing message queue is 0, the processing message queue has no message to be processed; when the length of the processing message queue is not 0, the processing message queue has a message to be processed.
In one embodiment, the processor when executing the computer program further performs the steps of: the first reporting status message is a carrier aggregation status message.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
when a first reporting state message reported by a baseband chip is received, acquiring a reporting state message identifier; detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identification; deleting the second reporting state information in the processing information queue when the second reporting state information exists in the processing information queue; and adding the first reporting state message to the tail of the processing message queue.
In one embodiment, the computer program when executed by the processor further performs the steps of: comparing the reported state message identification with the message identification of each message in the current processing message queue; when the message identification which is the same as the reporting state message identification is compared, determining that a second reporting state message exists in the processing message queue; and when the message identification which is the same as the reporting state message identification is not compared, determining that the second reporting state message does not exist in the processing message queue.
In one embodiment, the computer program when executed by the processor further performs the steps of: comparing the reported state message identifications with the message identifications of all the messages arranged in the current processing message queue in sequence; and stopping the comparison when the message identifications which are the same as the reported state message identifications are compared, or the message identifications of all the messages which are arranged in the current processing message queue are compared.
In one embodiment, the computer program when executed by the processor further performs the steps of: and when the second reporting state information does not exist in the processing information queue, adding the first reporting state information into the tail of the processing information queue.
In one embodiment, the computer program when executed by the processor further performs the steps of: when a first reporting state message reported by a baseband chip is received, detecting whether a current processing message queue has a message to be processed or not; when a message to be processed is processed in the message queue, acquiring a reporting state message identifier; and when the processing message queue has no message to be processed, adding the first reporting state message into the processing message queue.
In one embodiment, the computer program when executed by the processor further performs the steps of: when a first reporting state message reported by a baseband chip is received, acquiring the length of a current processing message queue; when the length of the processing message queue is 0, the processing message queue has no message to be processed; when the length of the processing message queue is not 0, the processing message queue has a message to be processed.
In one embodiment, the computer program when executed by the processor further performs the steps of: the first reporting status message is a carrier aggregation status message.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, or the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), and the like.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (10)

1. A method for processing a reported status message, the method comprising:
when a first reporting state message reported by a baseband chip is received, acquiring a reporting state message identifier; detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identifier, wherein the second reporting state message is a message to be processed, and the message type of the message type is the same as that of the message type of the first reporting state message;
deleting the second reporting state information in the processing information queue when the second reporting state information exists in the processing information queue;
and adding the first reporting state message to the tail of the processing message queue.
2. The method of claim 1, wherein the step of detecting whether a second reporting status message exists in the current processing message queue according to the reporting status message identifier comprises:
comparing the reported state message identifier with the message identifier of each message in the current processing message queue;
when the message identification which is the same as the reporting state message identification is compared, determining that the second reporting state message exists in the processing message queue;
and when the message identification which is the same as the reporting state message identification is not compared, determining that the second reporting state message does not exist in the processing message queue.
3. The method of claim 2, wherein said step of comparing said reported status message identification with a message identification of each of said messages in a current processing message queue comprises:
comparing the reported state message identifiers with message identifiers of the messages arranged in the current processing message queue in sequence;
and stopping the comparison when the message identifications which are the same as the reported state message identifications are compared, or the message identifications of all the messages which are arranged in the current processing message queue are compared.
4. The method according to claim 1, characterized in that the method further comprises:
and when the second reporting state information does not exist in the processing information queue, adding the first reporting state information into the tail of the processing information queue.
5. The method of claim 1, wherein the step of obtaining the report status message identifier when the first report status message reported by the baseband chip is received comprises:
when a first reporting state message reported by a baseband chip is received, detecting whether a current processing message queue has a message to be processed or not;
when the processing message queues are ready to process the message, acquiring a reporting state message identifier;
and when the processing message queue has no message to be processed, adding the first reporting state message into the processing message queue.
6. The method of claim 5, wherein the step of detecting whether the current processing message queue has a message to be processed when the first reporting status message reported by the baseband chip is received, comprises:
when a first reporting state message reported by a baseband chip is received, acquiring the length of a current processing message queue;
when the length of the processing message queue is 0, the processing message queue has no message to be processed;
when the length of the processing message queue is not 0, the processing message queue has a message to be processed.
7. The method of claims 1-6, wherein the first reporting status message is a carrier aggregation status message.
8. A reporting status message processing apparatus, the apparatus comprising:
the message identifier acquisition module is used for acquiring a reporting state message identifier when receiving a first reporting state message reported by the baseband chip;
the state message detection module is used for detecting whether a second reporting state message exists in the current processing message queue according to the reporting state message identification, wherein the second reporting state message is a message to be processed, and the message type of the second reporting state message is the same as that of the first reporting state message;
a state message deleting module, configured to delete the second reporting state message in the processing message queue when the second reporting state message exists in the processing message queue;
and the message joining module is used for joining the first reporting state message into the tail of the processing message queue.
9. A mobile terminal comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 7 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 7.
CN202010317495.6A 2020-04-21 2020-04-21 Method and device for processing reporting status message, mobile terminal and storage medium Active CN113543329B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010317495.6A CN113543329B (en) 2020-04-21 2020-04-21 Method and device for processing reporting status message, mobile terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010317495.6A CN113543329B (en) 2020-04-21 2020-04-21 Method and device for processing reporting status message, mobile terminal and storage medium

Publications (2)

Publication Number Publication Date
CN113543329A CN113543329A (en) 2021-10-22
CN113543329B true CN113543329B (en) 2023-11-14

Family

ID=78093888

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010317495.6A Active CN113543329B (en) 2020-04-21 2020-04-21 Method and device for processing reporting status message, mobile terminal and storage medium

Country Status (1)

Country Link
CN (1) CN113543329B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102014424A (en) * 2009-12-08 2011-04-13 大唐移动通信设备有限公司 Measurement reporting method and equipment of carrier aggregation system
WO2017041275A1 (en) * 2015-09-10 2017-03-16 广东欧珀移动通信有限公司 Channel measurement and measurement result reporting method, and device utilizing same
CN107197507A (en) * 2017-05-12 2017-09-22 奇酷互联网络科技(深圳)有限公司 Control the method, device and mobile terminal of network linking
CN108076528A (en) * 2016-11-14 2018-05-25 深圳市金立通信设备有限公司 A kind of information collision processing method and terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2010082521A1 (en) * 2009-01-16 2012-07-05 シャープ株式会社 Mobile station apparatus, base station apparatus, handover method, and mobile communication system
CN107124770B (en) * 2017-04-27 2021-02-23 宇龙计算机通信科技(深圳)有限公司 Carrier set selection method for D2D multi-carrier aggregation and related equipment
US11228931B2 (en) * 2018-08-10 2022-01-18 Qualcomm Incorporated On-demand physical layer reporting by a UE

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102014424A (en) * 2009-12-08 2011-04-13 大唐移动通信设备有限公司 Measurement reporting method and equipment of carrier aggregation system
WO2017041275A1 (en) * 2015-09-10 2017-03-16 广东欧珀移动通信有限公司 Channel measurement and measurement result reporting method, and device utilizing same
CN108076528A (en) * 2016-11-14 2018-05-25 深圳市金立通信设备有限公司 A kind of information collision processing method and terminal
CN107197507A (en) * 2017-05-12 2017-09-22 奇酷互联网络科技(深圳)有限公司 Control the method, device and mobile terminal of network linking

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Ericsson.RP-191794 "Status report for WI on Multi-RAT Dual-Connectivity and Carrier Aggregation enhancements".3GPP tsg_ran\tsg_ran.2019,(tsgr_85),全文. *
Samsung.RP-192434 "Status Report to TSG: Enhancements on MIMO for NR".3GPP tsg_ran\tsg_ran.2019,(tsgr_86),全文. *

Also Published As

Publication number Publication date
CN113543329A (en) 2021-10-22

Similar Documents

Publication Publication Date Title
CN108024340B (en) Control information detection method, control information sending method and control information sending equipment
US20200077392A1 (en) Method and Device for Processing Data
CN114554478B (en) User equipment capability information processing method, device, mobile equipment and storage medium
CN111132314B (en) Aperiodic channel state information reference signal configuration method, network equipment and terminal
CN107959954B (en) Wireless communication method and terminal equipment
US20200178218A1 (en) Data sending and receiving method and apparatus to improve reliability of data transmission in a v2x communications system
US20230141826A1 (en) Pdcch monitoring method, pdcch sending method, and related device
US20230309124A1 (en) Method and Apparatus for Positioning on Sidelink SL, and Terminal
EP4277392A1 (en) Direct-current position processing method and related device
CN112655174A (en) Failure indication of master cell group with fallback to radio resource control re-establishment
CN113543329B (en) Method and device for processing reporting status message, mobile terminal and storage medium
CN112203338B (en) Networking method and device for wireless terminal
US20220264647A1 (en) Method and apparatus for determining and configuring control resource set, and communication system
US20220263642A1 (en) Signal sending and detection method and related apparatus
WO2022017466A1 (en) Message transmitting method and apparatus, message receiving method and apparatus, and communication device
JP2023537153A (en) Service conflict processing method, processing device, terminal and storage medium
CN113498072B (en) Method, device and equipment for determining monitoring number of PDCCH candidates and non-overlapping CCEs (control channel elements)
CN113543221B (en) Carrier aggregation information reporting method, device, computer equipment and storage medium
CN111224722B (en) Antenna head end detection method and device
WO2020237510A1 (en) Control signalling detection method and apparatus, device, and storage medium
CN112929928A (en) Cell switching method, device and computer readable storage medium
CN114696975A (en) Rate matching method and device
CN111165049A (en) Link reconfiguration processing method and related product
CN113301642B (en) Network registration method, device, terminal and computer readable storage medium
WO2023123318A1 (en) Control information transmission method, apparatus, device, and storage medium

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