CN111488229A - Aging processing method and device for RRU (remote radio unit) - Google Patents

Aging processing method and device for RRU (remote radio unit) Download PDF

Info

Publication number
CN111488229A
CN111488229A CN201910084696.3A CN201910084696A CN111488229A CN 111488229 A CN111488229 A CN 111488229A CN 201910084696 A CN201910084696 A CN 201910084696A CN 111488229 A CN111488229 A CN 111488229A
Authority
CN
China
Prior art keywords
parent process
monitoring data
parent
rru
aging
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.)
Granted
Application number
CN201910084696.3A
Other languages
Chinese (zh)
Other versions
CN111488229B (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.)
Shanghai Ultimate Power Communications Technology Co Ltd
Original Assignee
Shanghai Ultimate Power Communications Technology 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 Shanghai Ultimate Power Communications Technology Co Ltd filed Critical Shanghai Ultimate Power Communications Technology Co Ltd
Priority to CN201910084696.3A priority Critical patent/CN111488229B/en
Publication of CN111488229A publication Critical patent/CN111488229A/en
Application granted granted Critical
Publication of CN111488229B publication Critical patent/CN111488229B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0715Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a system implementing multitasking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/08Access point devices
    • H04W88/085Access point devices with remote components

Abstract

The embodiment of the invention discloses an aging processing method and a device for a base station RRU, wherein the method comprises the following steps: after each sub-process is created by a parent process, monitoring the aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying; receiving an operation instruction sent by the parent process, and allocating an operation system resource and/or creating a copy of the current child process according to the operation instruction; and if judging that the current child process has errors, terminating the current child process according to the termination instruction of the parent process. The embodiment of the invention adopts a multi-process aging detection mode, can create a plurality of copies in one process space, and effectively solves the problems that the RRU driving module does not support parallel detection and faults among aging modules influence each other in batch aging, thereby improving the overall stability of the system.

Description

Aging processing method and device for RRU (remote radio unit)
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to an aging processing method and device for a base station RRU.
Background
In the field of radio frequency product production test of a base station, aging of radio frequency high-power devices is an effective method for improving the quality of equipment products leaving factories and reducing the use faults of the products. According to the characteristics of different products, the aging time of the equipment generally needs to be different from 4 to 48 hours, in order to guarantee the aging effectiveness, the state of the product needs to be monitored in real time in the aging process, such as parameters of reading power, current, temperature and the like, warning information is sent out in time when abnormality is monitored, the output of the equipment is tried to be shut down, and the purposes of protecting the equipment and improving the aging efficiency are achieved.
Depending on the characteristics and production requirements of the different products, the existing ageing protocols are described as follows:
the single thread detection aging mode has the following basic principle: in one thread, a monitored device RRU (Remote Radio Unit) is detected through one loop. And after one round is finished, judging whether to enter the next round of aging or exit the monitoring process according to the aging time, wherein a single-thread aging system model is shown in figure 1, and a corresponding single-thread circulation detection process is shown in figure 2. In the mode, if the number of the RRUs is small, the problem of polling one by one is not great, and each RRU can obtain polling data within a specified time or receive a transmitted instruction. However, as the number of RRUs increases, the polling period becomes longer, which results in a problem of reduced efficiency or incomplete detection.
In the multithread detection aging mode, a thread is independently allocated to each RRU to be detected, so that the purpose of parallel detection is achieved, a multithread aging system model is shown in fig. 3, and a corresponding multithread loop detection flow is shown in fig. 4. The multithreading adopts a polling mode, the aging program independently starts one thread for polling each RRU, and each thread can independently control the polling time. When the batch aging is carried out, the multitask characteristic of the operating system can be fully utilized, so that the RRU can almost synchronously obtain the polling time, and the problem of overlong simple polling time is solved by the mode. However, the existing RRU driver does not support the problem of multiple instances, so that when the RRU is operated by multiple threads based on the module, mutual exclusion and queuing are still required, and the actual efficiency improvement is very limited.
Therefore, the polling time of the existing single-thread mode is influenced by the number of the RRUs, and the use requirement of single program large-batch aging cannot be met; although the existing multi-thread mode structurally realizes the requirement of parallel detection, certain limitation exists, especially under the condition that an RRU drive module cannot create a plurality of copies in a process space, the RRU drive module essentially becomes multi-thread serial detection; the existing aging technology does not have the fault isolation capability of a module, and when an RRU monitoring thread generates errors, the problem of the whole platform can be caused; in multi-threading techniques, forcing termination of thread execution can create unexpected problems, and thus existing aging techniques are not suitable for aging pipelined operations.
Disclosure of Invention
Because the existing method has the above problems, the embodiments of the present invention provide an aging processing method and apparatus for a base station RRU.
In a first aspect, an embodiment of the present invention provides an aging processing method for a base station RRU, including:
after each sub-process is created by a parent process, monitoring the aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying;
receiving an operation instruction sent by the parent process, and allocating an operation system resource and/or creating a copy of the current child process according to the operation instruction;
and if judging that the current child process has errors, terminating the current child process according to the termination instruction of the parent process.
Optionally, after each child process is created by a parent process, monitoring an aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for display, specifically including:
and after each sub-process is dynamically created by the parent process, connecting to the corresponding RRU according to the transmitted parameters during creation, monitoring the aging state of the RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying.
Optionally, the sending the monitoring data to the parent process for displaying specifically includes:
sending the monitoring data to the parent process for display through a standard output channel of the child process;
correspondingly, the receiving an operation instruction sent by the parent process, allocating an operating system resource and/or creating a copy of the current child process according to the operation instruction specifically includes:
and receiving an operation instruction sent by the parent process through a standard input channel of the child process, and allocating operating system resources and/or creating a copy of the current child process according to the operation instruction.
Optionally, after each child process is created by a parent process, monitoring an aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for display, specifically including:
after each sub-process is created by a parent process and is allocated with a unique ID, monitoring the aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data and the ID to the parent process for displaying;
correspondingly, the receiving an operation instruction sent by the parent process, allocating an operating system resource and/or creating a copy of the current child process according to the operation instruction specifically includes:
and receiving an operation instruction sent by the parent process according to the ID, and allocating operating system resources and/or creating a copy of the current child process according to the operation instruction.
Optionally, the method further comprises:
and sending the current running state to the parent process, receiving a state control instruction sent by the parent process, and adjusting the current running state according to the state control instruction.
In a second aspect, an embodiment of the present invention further provides an aging processing apparatus for a base station RRU, where the apparatus includes:
the state monitoring module is used for monitoring the aging state of the corresponding remote radio unit RRU after the parent process is established, generating monitoring data and sending the monitoring data to the parent process for displaying;
the instruction operation module is used for receiving an operation instruction sent by the parent process, allocating operating system resources and/or creating a copy of the current child process according to the operation instruction;
and the child process termination module is used for terminating the current child process according to the termination instruction of the parent process if judging that the current child process has errors.
Optionally, the state monitoring module is specifically configured to, after the parent process is dynamically created, connect to a corresponding RRU according to an incoming parameter during creation, monitor an aging state of the RRU, generate monitoring data, and send the monitoring data to the parent process for display.
Optionally, the state monitoring module is specifically configured to send the monitoring data to the parent process for display through a standard output channel of a child process;
correspondingly, the instruction operation module is specifically configured to receive an operation instruction sent by the parent process through a standard input channel of the child process, and allocate an operating system resource and/or create a copy of the current child process according to the operation instruction.
In a third aspect, an embodiment of the present invention further provides an electronic device, including:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, which when called by the processor are capable of performing the above-described methods.
In a fourth aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium storing a computer program, which causes the computer to execute the above method.
According to the technical scheme, the embodiment of the invention adopts a multi-process aging detection mode, can create a plurality of copies in a process space, and effectively solves the problems that the RRU driving module does not support parallel detection and faults among aging modules influence each other in batch aging, thereby improving the overall stability of the system.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic diagram of a single-threaded aging model provided in the prior art;
fig. 2 is a schematic flow chart of a single-thread aging method provided in the prior art;
FIG. 3 is a diagram illustrating a multi-thread aging model provided by the prior art;
FIG. 4 is a flowchart illustrating a multi-thread aging method provided by the prior art;
fig. 5 is a schematic flowchart of an aging processing method for a base station RRU according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a multi-process aging model according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of an aging processing apparatus of a base station RRU according to an embodiment of the present invention;
fig. 8 is a logic block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following further describes embodiments of the present invention with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
Fig. 5 shows a flowchart of an aging processing method for a base station RRU provided in this embodiment, where the method includes:
s501, after each sub-process is created by a parent process, monitoring the aging state of the corresponding RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying.
Specifically, as shown in fig. 6, which is a schematic structural diagram of a multi-process aging processing model provided in this embodiment, aging processing is implemented by using a parent-child process technology, and unlike multiple programs, this embodiment is composed of an aging platform (parent process) and a plurality of detection processes (child processes 1-n).
And each sub-process is created by a parent process, and after each sub-process is created, the corresponding RRU is obtained and monitored, and after monitoring data is generated, the monitoring data is sent to the parent process for display.
S502, receiving an operation instruction sent by the parent process, and allocating an operation system resource and/or creating a copy of the current child process according to the operation instruction.
Specifically, on the human-computer interface shown in fig. 6, a user still sees a program and an operation interface, but since the process can independently allocate the resources of the operating system, the problem that the original RRU driver module cannot create multiple copies in one process space is no longer a problem in this embodiment, and each child process can create a respective copy without causing an error in the whole parent process.
And S503, if the judgment shows that the current child process has errors, terminating the current child process according to the termination instruction of the parent process.
Specifically, in this embodiment, a plurality of sub-processes are adopted, and a process can independently allocate resources of an operating system and can also automatically recover resources, so when a problem occurs in one of the sub-processes, the process can be forcibly terminated at any time, and there is no need to worry about that other processes are affected due to memory overflow, because the system can automatically recover the resources of the forcibly terminated sub-process. The thread can only recycle the resource by itself, and when a certain thread is terminated forcibly, the system can not automatically recycle the resource of the thread, so that the overflow of the memory is easily caused, the system goes wrong, and other processes are influenced.
In addition, by adopting a mode of a plurality of sub-processes, a plurality of base station RRU aging devices can be connected and controlled simultaneously in the same process, so that the system is stable in performance when the aging devices are dynamically added and removed, and the problem of system breakdown is avoided.
In the embodiment, a multi-process aging detection mode is adopted, multiple copies can be created in one process space, and the problems that the RRU driving module does not support parallel detection and faults among aging modules affect each other in batch aging are effectively solved, so that the overall stability of the system is improved.
Further, on the basis of the above method embodiment, S501 specifically includes:
and after each sub-process is dynamically created by the parent process, connecting to the corresponding RRU according to the transmitted parameters during creation, monitoring the aging state of the RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying.
Specifically, each subprocess is dynamically created by a parent process, and after the subprocess is dynamically created, the aging state of the RRU can be monitored by a monitoring module to generate monitoring data; and when the parent process receives the monitoring data sent by the child process, the monitoring data can be displayed through the display control module.
Because the monitoring module and the display control module are actually in different process spaces, a cross-process communication technology needs to be adopted. In this embodiment, data communication is bidirectional, on one hand, the child process is responsible for monitoring the state of the RRU and sending the monitored data to the parent process, and the parent process is responsible for displaying the result on the interface, recording related data, and finally printing and generating a report, as shown in fig. 6; on the other hand, the parent process receives the operation instruction of the user, generates a data packet with a custom format through proper processing, and sends the data packet to each monitored child process for monitoring.
Further, on the basis of the above method embodiment, the sending the monitoring data to the parent process for displaying in S501 specifically includes:
sending the monitoring data to the parent process for display through a standard output channel of the child process;
correspondingly, S502 specifically includes:
and receiving an operation instruction sent by the parent process through a standard input channel of the child process, and allocating operating system resources and/or creating a copy of the current child process according to the operation instruction.
Specifically, in the batch aging process, each monitored RRU device is monitored by a separate process, as shown in fig. 6, these processes are dynamically created by a unified parent process, run in the background, and the child process is connected to the corresponding RRU device through parameters transmitted during creation, and sends monitoring data to the parent process through a standard output channel of the process, and receives a control command from the parent process through a standard input channel. The parent process is responsible for human-computer interface interaction, log and report generation, sends a control command to the child process through a standard input channel of the child process, and displays data output by the child process through a standard output channel to an interface and performs related processing, such as threshold judgment and the like.
Further, on the basis of the above method embodiment, S501 specifically includes:
after each sub-process is created by a parent process and is allocated with a unique ID, monitoring the aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data and the ID to the parent process for displaying;
correspondingly, S502 specifically includes:
and receiving an operation instruction sent by the parent process according to the ID, and allocating operating system resources and/or creating a copy of the current child process according to the operation instruction.
Specifically, after a child process is created by a parent process, the parent process reserves the unique ID of the child process, the parent process writes custom format data into a standard input stream of the child process through the ID, and the child process obtains a command word of the parent process through a data packet analysis, executes the command word and returns a result. With this ID, the parent process can read the data in the child process standard output stream and output the data onto the graphical interface.
Further, on the basis of the above embodiment of the method, the method further comprises:
s504, sending the current running state to the parent process, receiving a state control instruction sent by the parent process, and adjusting the current running state according to the state control instruction.
In this embodiment, the child process is dynamically created by the parent process, the parent process can control the running state of the child process, and when it is found that the detected device is abnormal, the child process can be forcibly terminated to run without worrying about the influence on other running child processes. The communication and control mode enables the aging platform to conveniently realize the flow operation, namely, one device is accessed, one device is aged, one device is detached after the aging is finished, and a new device is accessed again.
In the embodiment, by means of parent-child processes, the problem that batch parallel processing cannot be performed due to the fact that a plurality of copies cannot be created in one process by a part of modules is effectively solved, and meanwhile, the problem that faults among aging modules can affect each other due to the fact that the part of modules are unstable, particularly under the condition that the modules need to be processed in batches, and therefore the whole system is unstable is greatly improved.
Fig. 7 shows a schematic structural diagram of an aging processing apparatus of a base station RRU provided in this embodiment, where the apparatus includes: a state monitoring module 701, an instruction operation module 702, and a subprocess termination module 703, wherein:
the state monitoring module 701 is configured to monitor an aging state of a corresponding remote radio unit RRU after a parent process is created, generate monitoring data, and send the monitoring data to the parent process for display;
the instruction operation module 702 is configured to receive an operation instruction sent by the parent process, allocate an operating system resource according to the operation instruction, and/or create a copy of a current child process;
the child process termination module 703 is configured to terminate the current child process according to the termination instruction of the parent process if it is determined that the current child process is in error.
Specifically, after the state monitoring module 701 is created by a parent process, the state monitoring module monitors an aging state of a corresponding remote radio unit RRU, generates monitoring data, and sends the monitoring data to the parent process for display; the instruction operation module 702 receives an operation instruction sent by the parent process, and allocates an operating system resource and/or creates a copy of the current child process according to the operation instruction; if the child process termination module 703 determines that an error occurs in the current child process, it terminates the current child process according to the termination instruction of the parent process.
In the embodiment, a multi-process aging detection mode is adopted, multiple copies can be created in one process space, and the problems that the RRU driving module does not support parallel detection and faults among aging modules affect each other in batch aging are effectively solved, so that the overall stability of the system is improved.
Further, on the basis of the above apparatus embodiment, the state monitoring module 701 is specifically configured to, after being dynamically created by a parent process, connect to a corresponding RRU according to an incoming parameter during creation, monitor an aging state of the RRU, generate monitoring data, and send the monitoring data to the parent process for display.
Further, on the basis of the above apparatus embodiment, the state monitoring module 701 is specifically configured to send the monitoring data to the parent process for display through a standard output channel of a child process;
correspondingly, the instruction operation module 702 is specifically configured to receive an operation instruction sent by the parent process through a standard input channel of the child process, allocate an operating system resource according to the operation instruction, and/or create a copy of the current child process.
Further, on the basis of the above apparatus embodiment, the state monitoring module 701 is specifically configured to, after a parent process creates and allocates a unique ID, monitor an aging state of a corresponding remote radio unit RRU, generate monitoring data, and send the monitoring data and the ID to the parent process for display;
correspondingly, the instruction operation module 702 is specifically configured to receive an operation instruction sent by the parent process according to the ID, allocate an operating system resource according to the operation instruction, and/or create a copy of the current child process.
Further, on the basis of the above embodiment of the apparatus, the apparatus further comprises:
and the state adjusting device is used for sending the current running state to the parent process, receiving the state control instruction sent by the parent process and adjusting the current running state according to the state control instruction.
The aging processing apparatus of the base station RRU described in this embodiment may be used to execute the above method embodiments, and the principle and technical effect are similar, which are not described herein again.
Referring to fig. 8, the electronic device includes: a processor (processor)801, a memory (memory)802, and a bus 803;
wherein the content of the first and second substances,
the processor 801 and the memory 802 communicate with each other via the bus 803;
the processor 801 is configured to call program instructions in the memory 802 to perform the methods provided by the method embodiments described above.
The present embodiments disclose a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform the methods provided by the above-described method embodiments.
The present embodiments provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the methods provided by the method embodiments described above.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
It should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An aging processing method for a base station RRU is characterized by comprising the following steps:
after each sub-process is created by a parent process, monitoring the aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying;
receiving an operation instruction sent by the parent process, and allocating an operation system resource and/or creating a copy of the current child process according to the operation instruction;
and if judging that the current child process has errors, terminating the current child process according to the termination instruction of the parent process.
2. The method according to claim 1, wherein after each child process is created by a parent process, monitoring an aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for display, specifically comprising:
and after each sub-process is dynamically created by the parent process, connecting to the corresponding RRU according to the transmitted parameters during creation, monitoring the aging state of the RRU, generating monitoring data, and sending the monitoring data to the parent process for displaying.
3. The method according to claim 1, wherein the sending the monitoring data to the parent process for display specifically includes:
sending the monitoring data to the parent process for display through a standard output channel of the child process;
correspondingly, the receiving an operation instruction sent by the parent process, allocating an operating system resource and/or creating a copy of the current child process according to the operation instruction specifically includes:
and receiving an operation instruction sent by the parent process through a standard input channel of the child process, and allocating operating system resources and/or creating a copy of the current child process according to the operation instruction.
4. The method according to claim 1, wherein after each child process is created by a parent process, monitoring an aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data to the parent process for display, specifically comprising:
after each sub-process is created by a parent process and is allocated with a unique ID, monitoring the aging state of a corresponding remote radio unit RRU, generating monitoring data, and sending the monitoring data and the ID to the parent process for displaying;
correspondingly, the receiving an operation instruction sent by the parent process, allocating an operating system resource and/or creating a copy of the current child process according to the operation instruction specifically includes:
and receiving an operation instruction sent by the parent process according to the ID, and allocating operating system resources and/or creating a copy of the current child process according to the operation instruction.
5. The method according to any one of claims 1-4, further comprising:
and sending the current running state to the parent process, receiving a state control instruction sent by the parent process, and adjusting the current running state according to the state control instruction.
6. An aging processing device for a base station RRU is characterized by comprising:
the state monitoring module is used for monitoring the aging state of the corresponding remote radio unit RRU after the parent process is established, generating monitoring data and sending the monitoring data to the parent process for displaying;
the instruction operation module is used for receiving an operation instruction sent by the parent process, allocating operating system resources and/or creating a copy of the current child process according to the operation instruction;
and the child process termination module is used for terminating the current child process according to the termination instruction of the parent process if judging that the current child process has errors.
7. The apparatus according to claim 6, wherein the status monitoring module is specifically configured to, after being dynamically created by a parent process, connect to a corresponding RRU according to an incoming parameter during creation, monitor an aging status of the RRU, generate monitoring data, and send the monitoring data to the parent process for display.
8. The apparatus according to claim 6, wherein the status monitoring module is specifically configured to send the monitoring data to the parent process for display through a standard output channel of a child process;
correspondingly, the instruction operation module is specifically configured to receive an operation instruction sent by the parent process through a standard input channel of the child process, and allocate an operating system resource and/or create a copy of the current child process according to the operation instruction.
9. An electronic device, comprising:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 5.
10. A non-transitory computer-readable storage medium storing a computer program that causes a computer to perform the method according to any one of claims 1 to 5.
CN201910084696.3A 2019-01-29 2019-01-29 Aging processing method and device for RRU (remote radio unit) of base station Active CN111488229B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910084696.3A CN111488229B (en) 2019-01-29 2019-01-29 Aging processing method and device for RRU (remote radio unit) of base station

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910084696.3A CN111488229B (en) 2019-01-29 2019-01-29 Aging processing method and device for RRU (remote radio unit) of base station

Publications (2)

Publication Number Publication Date
CN111488229A true CN111488229A (en) 2020-08-04
CN111488229B CN111488229B (en) 2023-10-13

Family

ID=71793939

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910084696.3A Active CN111488229B (en) 2019-01-29 2019-01-29 Aging processing method and device for RRU (remote radio unit) of base station

Country Status (1)

Country Link
CN (1) CN111488229B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19980082109A (en) * 1998-08-25 1998-11-25 이치완 Remote control method for monitoring and controlling unmanned base station
KR20030009870A (en) * 2001-07-24 2003-02-05 엘지전자 주식회사 Method for managing multi-process
US20040268315A1 (en) * 2003-06-27 2004-12-30 Eric Gouriou System and method for processing breakpoint events in a child process generated by a parent process
US20060037004A1 (en) * 2004-08-13 2006-02-16 Long Dean R E System and method for providing exceptional flow control in protected code through watchpoints
CN101272583A (en) * 2005-06-30 2008-09-24 华为技术有限公司 Method for near-end maintaining radio remote module
CN101442764A (en) * 2007-11-23 2009-05-27 中兴通讯股份有限公司 Method for updating far-end node version
CN101849375A (en) * 2007-09-11 2010-09-29 蔚蓝公司 Error correction for a persistent resource allocation
CN103430517A (en) * 2009-04-20 2013-12-04 华为技术有限公司 System and method for tunneling system error handling between communications systems
CN103532618A (en) * 2013-10-25 2014-01-22 武汉邮电科学研究院 Device and method for testing error code of optical module
CN104506257A (en) * 2014-11-25 2015-04-08 上海原动力通信科技有限公司 Method, device and system for aging radio remote unit and radio remote unit
CN104796933A (en) * 2015-03-24 2015-07-22 武汉虹信通信技术有限责任公司 Batched RRU aging system and method
CN104812098A (en) * 2014-01-24 2015-07-29 中国科学院计算技术研究所 Method and system for base station protocol processing in centralized base station architecture
US20160323067A1 (en) * 2015-04-29 2016-11-03 At&T Intellectual Property I, L.P. System and method for harq in cloud ran with large front haul latency
CN107241220A (en) * 2017-05-26 2017-10-10 京信通信系统(中国)有限公司 The aging of product monitors automatic analysis method and system
CN107423173A (en) * 2017-05-19 2017-12-01 郑州云海信息技术有限公司 A kind of optimization method for lifting memory test link

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19980082109A (en) * 1998-08-25 1998-11-25 이치완 Remote control method for monitoring and controlling unmanned base station
KR20030009870A (en) * 2001-07-24 2003-02-05 엘지전자 주식회사 Method for managing multi-process
US20040268315A1 (en) * 2003-06-27 2004-12-30 Eric Gouriou System and method for processing breakpoint events in a child process generated by a parent process
US20060037004A1 (en) * 2004-08-13 2006-02-16 Long Dean R E System and method for providing exceptional flow control in protected code through watchpoints
CN101272583A (en) * 2005-06-30 2008-09-24 华为技术有限公司 Method for near-end maintaining radio remote module
CN101849375A (en) * 2007-09-11 2010-09-29 蔚蓝公司 Error correction for a persistent resource allocation
CN101442764A (en) * 2007-11-23 2009-05-27 中兴通讯股份有限公司 Method for updating far-end node version
CN103430517A (en) * 2009-04-20 2013-12-04 华为技术有限公司 System and method for tunneling system error handling between communications systems
CN103532618A (en) * 2013-10-25 2014-01-22 武汉邮电科学研究院 Device and method for testing error code of optical module
CN104812098A (en) * 2014-01-24 2015-07-29 中国科学院计算技术研究所 Method and system for base station protocol processing in centralized base station architecture
CN104506257A (en) * 2014-11-25 2015-04-08 上海原动力通信科技有限公司 Method, device and system for aging radio remote unit and radio remote unit
CN104796933A (en) * 2015-03-24 2015-07-22 武汉虹信通信技术有限责任公司 Batched RRU aging system and method
US20160323067A1 (en) * 2015-04-29 2016-11-03 At&T Intellectual Property I, L.P. System and method for harq in cloud ran with large front haul latency
CN107423173A (en) * 2017-05-19 2017-12-01 郑州云海信息技术有限公司 A kind of optimization method for lifting memory test link
CN107241220A (en) * 2017-05-26 2017-10-10 京信通信系统(中国)有限公司 The aging of product monitors automatic analysis method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张虎;黄海于;: "基于分布式环境的子进程监控软件设计与实现", 微型机与应用, no. 07 *

Also Published As

Publication number Publication date
CN111488229B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
CN108089915B (en) Method and system for business control processing based on message queue
CN110389834B (en) Method and device for submitting deep learning training task
WO2017107656A1 (en) Virtualized network element failure self-healing method and device
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN114328098B (en) Slow node detection method and device, electronic equipment and storage medium
CN112506624A (en) Timing task scheduling system, method and corresponding computer equipment and storage medium
CN114610499A (en) Task scheduling method and device, computer readable storage medium and electronic equipment
CN115794313A (en) Virtual machine debugging method, system, electronic equipment and storage medium
CN111130821A (en) Power failure alarm method, processing method and device
CN115964153A (en) Asynchronous task processing method, device, equipment and storage medium
CN110333916B (en) Request message processing method, device, computer system and readable storage medium
CN113467908B (en) Task execution method, device, computer readable storage medium and terminal equipment
CN105469772A (en) Remote KVM (Keyboard Video Mouse) control method, remote KVM control terminal and system
CN111400041A (en) Server configuration file management method and device and computer readable storage medium
CN112860401B (en) Task scheduling method, device, electronic equipment and storage medium
CN115480884A (en) Chip, test monitoring method of chip and computer readable storage medium
CN111488229B (en) Aging processing method and device for RRU (remote radio unit) of base station
CN113658351A (en) Product production method and device, electronic equipment and storage medium
CN106648871B (en) Resource management method and system
CN110413398B (en) Task scheduling method and device, computer equipment and storage medium
CN109728957B (en) Interactive operation and maintenance method and device
CN113360344B (en) Server monitoring method, device, equipment and computer readable storage medium
CN113742098B (en) Kernel message processing method, device, equipment and storage medium
CN108574595B (en) Method and device for improving service reliability and user experience
CN105187482A (en) PaaS platform fault self-recovery realizing method and message server

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