CN101166321B - Software upgrade method for remote RF unit in radio communication system - Google Patents

Software upgrade method for remote RF unit in radio communication system Download PDF

Info

Publication number
CN101166321B
CN101166321B CN2006101499243A CN200610149924A CN101166321B CN 101166321 B CN101166321 B CN 101166321B CN 2006101499243 A CN2006101499243 A CN 2006101499243A CN 200610149924 A CN200610149924 A CN 200610149924A CN 101166321 B CN101166321 B CN 101166321B
Authority
CN
China
Prior art keywords
software
rru
optical interface
interface module
upgrading
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.)
Expired - Fee Related
Application number
CN2006101499243A
Other languages
Chinese (zh)
Other versions
CN101166321A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN2006101499243A priority Critical patent/CN101166321B/en
Publication of CN101166321A publication Critical patent/CN101166321A/en
Application granted granted Critical
Publication of CN101166321B publication Critical patent/CN101166321B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention is related to method for upgrading software in wireless communication system in order to guarantee that RRU can be upgraded reliably, stably, and rapidly. The invention includes steps: (1) radio frequency unit (RFU) at remote end loads software of optical interface module (OIM) in current version, and reports the version of software to up level; (2) baseband pool unit determines whether software of OIM is needed to upgrade; if yes, then RFU at remote end down loads software of OIM in new version from the baseband pool unit, and saves it to built in memory and loads and runs it; if not, then ending step; (3) RFU at remote end detects whether communication link on the optical interface is normal; if yes, then upgrading operation is successful; if not, then RFU at remote end resets and loads software of OIM in old version. The invention reduces increment of network flux caused by that multiple RRUs obtain software of OIM from BBU at same time.

Description

Software upgrade method of far-end radio frequency unit in the wireless communication system
Technical field
The present invention relates to the upgrade method of software in the wireless communication system, refer more particularly to software upgrade method of far-end radio frequency unit in the wireless communication system.
Background technology
The trend of wireless communication system architecture development is: radio frequency unit is separated with baseband control unit, and by long-distance transmissions means (optical fiber or cable) both are connected, radio frequency unit can be placed on the place of various needs like this.The advantage of this framework is whole system to be divided into two relatively independent parts carry out stand-alone development, and a plurality of radio frequency units are shared a baseband control unit.So not only reduce cost, and improved the flexibility and the networking coverage rate of networking, made things convenient for project installation simultaneously.
Here two parts of being divided are called baseband pool unit (BBU) and remote radio unit (RRU) (RRU).The networking mode of RRU is diversified, such as chain networking, annular networking, star-like networking etc., so whether the operate as normal of each RRU can have influence on all unit that are attached thereto.
Safeguard (the comprising software upgrading) of communication equipment is the important ring in the whole system.For RRU, because general present position is difficult for arriving, its maintenance is normally undertaken by the BBU of near-end, so maintenance difficulties is bigger.So, how guarantee RRU can be reliably, stable, upgrading is the important technology that various remote equipment faces fast.
Summary of the invention
In order to solve defective of the prior art and deficiency, the object of the present invention is to provide software upgrade method of far-end radio frequency unit in a kind of wireless communication system, with guarantee RRU can be reliably, stable and upgrade fast.
To achieve the above object of the invention, the present invention is achieved in that
Software upgrade method of far-end radio frequency unit in the wireless communication system comprises,
(1) remote radio unit (RRU) loads the optical interface module software of current version on the internal memory, and reports the software version number of this optical interface module software when determining to need upgrade software by the software upgrading sign that sets in advance to baseband pool unit;
(2) software version number of the optical interface module software that reports according to remote radio unit (RRU) of baseband pool unit is judged the whether needs upgrading of this optical interface module software, if this optical interface module software needs upgrading, then remote radio unit (RRU) is downloaded the optical interface module software of redaction from baseband pool unit, and after being saved in internal memory load operating; If do not need upgrading, then step finishes;
(3) whether the communication link that detects on the optical interface of remote radio unit (RRU) is normal, if normal, and then this optical interface module software updating success, if undesired, then remote radio unit (RRU) resets and loads the optical interface module software of legacy version.
Further, described step (1) is specially:
(11) the operation start-up routine loaded current optical interface module software from internal memory after remote radio unit (RRU) powered on;
(12) after the communication link of remote radio unit (RRU) and baseband pool unit was set up, remote radio unit (RRU) obtained high layer software and load operating from baseband pool unit;
(13) remote radio unit (RRU) is judged the upgrading sign of optical interface module software, if upgrading is masked as the upgrading attitude, finishes after the sign of then will upgrading behind the report and alarm changes normal state into; If upgrading is masked as normal state, then report this optical interface module software release number to baseband pool unit by remote radio unit (RRU).
Compared with prior art, the present invention has realized reliable, the stable and upgrading fast of RRU, reduced a plurality of RRU obtain the network traffics that the optical interface module software causes simultaneously from BBU increase, the optical interface module software that has guaranteed RRU under the situation that upgrading is gone wrong, the automatic rollback of software and do not influence the work of next stage RRU.
Description of drawings
Fig. 1 is a flow chart of the present invention.
Fig. 2 is an optical interface module loading flow process in the RRU start-up routine.
Fig. 3 is an optical interface module loading flow process in the RRU high layer software.
Embodiment
The present invention is described in further detail below in conjunction with accompanying drawing.
The present invention is mainly used in the upgrading of telepoint base station.Usually, guarantee that the corresponding levels and next stage RRU are to be finished by the optical interface module on the RRU by optical fiber and BBU reliable communication.And the optical interface module software is bigger usually, and a plurality of RRU may start simultaneously, after so if RRU starts all to BBU request software then the increase that may cause that network is busy, BBU loads, so the optical interface module is put on the built-in memory of RRU, only in the needs upgrading, just obtains new version software from BBU.
On the memory of RRU, deposit a text, such as RruSwVer.ini.Can put into the upgrade status of optical interface module software in the file, read and write for high layer software and startup software.For example, wherein the upgrading sign of every kind of software can define like this:
typedef?struct?tagOamCfgParamStruc
{
OSS_CHAR szName[20]; / * dbase */
OSS_CHAR szFlag ;/*‘=’*/
OSS_CHAR szValue; / * ' 0 ' expression normal state; ' 1 ' for upgrading attitude */
OSS_CHAR szEnd ;/*‘\n’*/
}TOamCfgParam,*PTOamCfgParam;
Fig. 1 is a flow chart of the present invention.As shown in Figure 1, the present invention includes following steps:
(a) RRU loads the optical interface module software of current version on the internal memory, waits for afterwards and communicating by letter normally with BBU.
(b) RRU reports the software version number of optical interface module to BBU; BBU judges the optical interface module software according to the version number that reports up, and whether needs are upgraded and notice RRU.
(c) if the optical interface module software needs upgrading, then RRU obtains software from BBU; Otherwise skip following software upgrading step and directly enter follow-up startup flow process.
(d) RRU is saved in memory on and load operating as temporary version the software that obtains.
(e) if the operation of optical interface module software is failed, then RRU resets and loads old software, realizes the software rollback.
Fig. 2 is an optical interface module loading flow process in the RRU start-up routine.Fig. 3 is an optical interface module loading flow process in the RRU high layer software.Last CPU software and the optical module software of being divided into of RRU, two module softwares operate in respectively on the different hardware, and one of them resets does not influence the work of another one.As shown in Figures 2 and 3, as follows:
(i) at first move start-up routine after RRU powers on, start-up routine is responsible for loading current optical interface module software from memory.
(ii) the communication link between RRU and the BBU is set up the back and is obtained high layer software (CPU software) and load operating from BBU.
(iii) after the high layer software operation, judge optical interface module software updating sign, if upgrading is masked as the upgrading attitude, then report and alarm changes sign into normal state then and skips this follow-up software upgrading flow process.
(iv) the RRU high layer software reports optical interface module software release number to BBU; BBU judges the optical interface module software according to the version number that reports, and whether needs are upgraded and notice RRU.
If (v) the optical interface module software needs upgrading, and then RRU obtains software and is saved on the memory as temporary version from BBU, corresponding software download at first is set then is masked as the upgrading attitude, reloads operation redaction optical interface module software.
(vi) whether RRU high layer software detection fiber link is normal.If 30 communication links that take second place on the inner fiber are unusual, then think optical interface module software operation failure, then RRU is restarted; Otherwise think and continue follow-up work by software upgrade success.

Claims (2)

1. software upgrade method of far-end radio frequency unit in the wireless communication system is characterized in that: comprises,
(1) remote radio unit (RRU) loads the optical interface module software of current version on the internal memory, and reports the software version number of this optical interface module software when determining to need upgrade software by the software upgrading sign that sets in advance to baseband pool unit;
(2) software version number of the optical interface module software that reports according to remote radio unit (RRU) of baseband pool unit is judged the whether needs upgrading of this optical interface module software, if need upgrading, then remote radio unit (RRU) is downloaded the optical interface module software of redaction from baseband pool unit, and after being saved in internal memory load operating; If do not need upgrading, then step finishes;
(3) whether the communication link that detects on the optical interface of remote radio unit (RRU) is normal, if normal, and then this optical interface module software updating success, if undesired, then remote radio unit (RRU) resets and loads the optical interface module software of legacy version.
2. software upgrade method of far-end radio frequency unit in the wireless communication system according to claim 1 is characterized in that: described step (1) is specially:
(11) the operation start-up routine loaded current optical interface module software from internal memory after remote radio unit (RRU) powered on;
(12) after the communication link of remote radio unit (RRU) and baseband pool unit was set up, remote radio unit (RRU) obtained high layer software and load operating from baseband pool unit;
(13) remote radio unit (RRU) is judged the upgrading sign of optical interface module software, if upgrading is masked as the upgrading attitude, finishes after the sign of then will upgrading behind the report and alarm changes normal state into; If upgrading is masked as normal state, then report this optical interface module software release number to baseband pool unit by remote radio unit (RRU).
CN2006101499243A 2006-10-17 2006-10-17 Software upgrade method for remote RF unit in radio communication system Expired - Fee Related CN101166321B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2006101499243A CN101166321B (en) 2006-10-17 2006-10-17 Software upgrade method for remote RF unit in radio communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2006101499243A CN101166321B (en) 2006-10-17 2006-10-17 Software upgrade method for remote RF unit in radio communication system

Publications (2)

Publication Number Publication Date
CN101166321A CN101166321A (en) 2008-04-23
CN101166321B true CN101166321B (en) 2010-06-23

Family

ID=39334740

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2006101499243A Expired - Fee Related CN101166321B (en) 2006-10-17 2006-10-17 Software upgrade method for remote RF unit in radio communication system

Country Status (1)

Country Link
CN (1) CN101166321B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012097566A1 (en) * 2011-01-17 2012-07-26 中兴通讯股份有限公司 Method and apparatus for upgrading version of radio transmit receive (rtr) single-board

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102088693A (en) * 2009-12-04 2011-06-08 中兴通讯股份有限公司 Method for quickly upgrading wireless communication base station
US11164672B2 (en) 2010-01-22 2021-11-02 Deka Products Limited Partnership System and apparatus for electronic patient care
US10911515B2 (en) 2012-05-24 2021-02-02 Deka Products Limited Partnership System, method, and apparatus for electronic patient care
US20110313789A1 (en) 2010-01-22 2011-12-22 Deka Products Limited Partnership Electronic patient monitoring system
US11210611B2 (en) 2011-12-21 2021-12-28 Deka Products Limited Partnership System, method, and apparatus for electronic patient care
US10453157B2 (en) 2010-01-22 2019-10-22 Deka Products Limited Partnership System, method, and apparatus for electronic patient care
US11244745B2 (en) 2010-01-22 2022-02-08 Deka Products Limited Partnership Computer-implemented method, system, and apparatus for electronic patient care
US11881307B2 (en) 2012-05-24 2024-01-23 Deka Products Limited Partnership System, method, and apparatus for electronic patient care
CN102300201A (en) * 2010-06-22 2011-12-28 中兴通讯股份有限公司 Software upgrading system and method for remote radio unit (RRU)
CN102203732A (en) * 2011-05-27 2011-09-28 华为技术有限公司 Software upgrading method, apparatus and optical module
CN102761621A (en) * 2012-07-17 2012-10-31 中兴通讯股份有限公司 Version upgrading method, device and system
CN104038557B (en) * 2014-06-27 2017-07-11 武汉虹信通信技术有限责任公司 Device software batch upgrading method in a kind of tree network structure of optical fiber connection
CN105224413B (en) * 2015-10-09 2018-05-15 广东欧珀移动通信有限公司 A kind of method and processing system for lifting application program stable state
CN109526017B (en) * 2018-12-31 2022-06-03 超讯通信股份有限公司 Distributed small base station upgrading method and system
CN112035138B (en) * 2020-08-19 2023-08-15 超讯通信股份有限公司 On-line upgrading method of 5G radio frequency unit based on eCPRI interface
CN114422359B (en) * 2022-03-29 2022-07-22 南京典格通信科技有限公司 Method and device for automatically upgrading repeater software of tree topology

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567843A (en) * 2003-06-22 2005-01-19 华为技术有限公司 Method of automatic software update for terminal equipment
CN1834909A (en) * 2005-03-18 2006-09-20 上海华为技术有限公司 Updating method for distance equipment system software

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567843A (en) * 2003-06-22 2005-01-19 华为技术有限公司 Method of automatic software update for terminal equipment
CN1834909A (en) * 2005-03-18 2006-09-20 上海华为技术有限公司 Updating method for distance equipment system software

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012097566A1 (en) * 2011-01-17 2012-07-26 中兴通讯股份有限公司 Method and apparatus for upgrading version of radio transmit receive (rtr) single-board

Also Published As

Publication number Publication date
CN101166321A (en) 2008-04-23

Similar Documents

Publication Publication Date Title
CN101166321B (en) Software upgrade method for remote RF unit in radio communication system
US8250566B2 (en) Automated software upgrade and distribution
CN100445952C (en) Software version update method and device in communication equipment
US7818405B2 (en) Method and system for providing device-initiated software upgrades
CN101317381B (en) Ability management object maintenance, ability management method, system and terminal
CN100502319C (en) Method for updating software of remote terminal RF unit in wireless communication system
CN100421071C (en) Updating method for distance equipment system software
CN100391289C (en) Method of updating remote subsystem in mobile communication system
US20020086688A1 (en) Method for processing messages in a cellular base station system
CN101442764A (en) Method for updating far-end node version
CN102917095A (en) Method and device for testing terminal based on Android
CN103200026A (en) Upgrading method and upgrading system for firmware
CN101203017B (en) Method of separable reset of communication and chain type far-end radio frequency unit business
CN107395385A (en) Method for upgrading software and device
CN1326410C (en) Method for obtaining updating power information of mobile terminal
CN101610449A (en) The method and system of configuration data upgrading and rollback
CN104793998B (en) Terminal system resource management method and device
CN101944033A (en) Device and method for dynamically supporting multiple protocols in embedded system
CN101193396B (en) A forceful upgrade method for remote RF unit software in wireless communication system
US20060028994A1 (en) Hub-based messaging system
CN101932145A (en) Device and method for managing software versions in wireless communication system
CN111338660A (en) Method, system, equipment and storage medium for checking batch installation results of operating systems
CN101527976B (en) Method and system for remote software upgrading
CN103491557A (en) Processing method and device for base station upgrading data
CN101179817B (en) Remote service dial testing method, system and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100623

Termination date: 20151017

EXPY Termination of patent right or utility model