WO2016058350A1 - 一种基站软件版本管理方法和设备 - Google Patents

一种基站软件版本管理方法和设备 Download PDF

Info

Publication number
WO2016058350A1
WO2016058350A1 PCT/CN2015/077001 CN2015077001W WO2016058350A1 WO 2016058350 A1 WO2016058350 A1 WO 2016058350A1 CN 2015077001 W CN2015077001 W CN 2015077001W WO 2016058350 A1 WO2016058350 A1 WO 2016058350A1
Authority
WO
WIPO (PCT)
Prior art keywords
version
base station
file
download
package
Prior art date
Application number
PCT/CN2015/077001
Other languages
English (en)
French (fr)
Inventor
黄玉颖
刘帆
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016058350A1 publication Critical patent/WO2016058350A1/zh

Links

Images

Classifications

    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • This paper belongs to the field of wireless communication technologies, and in particular, to a base station software version management method and device.
  • the base station As an important network element, its responsible functions are more and more complex, and more and more software versions need to be managed.
  • the software version on a base station system has a variety of CPU running software, FGPA logic software, DSP software and single-chip software, up to dozens, and there are dozens of corresponding software version files. If software version management is granular to specific software version files, it is necessary to ensure the consistency and correctness of these software version files, which is very difficult for users to operate. If any software version file does not match, the entire base station will not work properly.
  • the main disadvantage of the above-mentioned base station software version management method is that downloading the base station software version will take up nearly half of the time during the entire upgrade process.
  • the entire base station version package in the package downloading mode of the entire base station software version file, when the user needs to replace one or a few software version files, the entire base station version package must be re-downloaded, and the entire base station version package is activated, and each The download and activation require interrupting the operation of the system device, resulting in unnecessary business interruption and software upgrade time.
  • the embodiment of the invention provides a base station software version management method and device, to solve the software upgrade The problem of business interruption caused by Cheng.
  • an embodiment of the present invention discloses a base station software version management method, including:
  • the network element device obtains the current running version information of the base station, and compares the current running version information of the base station with the version package file to be downloaded;
  • the difference version file obtained by comparing the difference is used as a patch package of the base station running version package, and is written in the download file information list, and the patch package download message carrying the download file information list is sent to the base station.
  • the foregoing method further includes:
  • the base station receives the patch package download message, and downloads the differentiated version file according to the download file information list carried in the patch package download message;
  • the base station After the download is completed, the base station performs a patch package activation operation.
  • the current running version information of the base station includes attribute information of all version files, where the attribute information of the version file includes at least a version file type (SWID), a version file version number, a size, and a loop redundancy.
  • SWID version file type
  • CRC remainder check code
  • the network element device is a network management server.
  • the embodiment of the invention further discloses a base station software version management device, which comprises:
  • the obtaining unit is configured to obtain the current running version information of the base station, and compare the current running version information of the base station with the version package file to be downloaded;
  • the determining unit sets the difference version file obtained by the difference comparison as a patch package of the base station running version package, writes the download file information list, and sends a patch package download message carrying the download file information list to the base station.
  • the current running version information of the base station includes attribute information of all version files, where the attribute information of the version file includes at least a version file type (SWID), a version file version number, a size, and a loop redundancy.
  • SWID version file type
  • CRC remainder check code
  • the foregoing base station software version management device is a network management server.
  • the embodiment of the invention further discloses a base station software version management device, which comprises:
  • a receiving unit configured to receive a patch package download message, and carry the message according to the patch package download message With a list of downloaded file information, download the patch package;
  • the activation unit is configured to perform a patch package activation operation after the first unit download is completed.
  • the foregoing base station software version management device is a base station.
  • An embodiment of the present invention further provides a computer readable storage medium, where the storage medium stores a computer program, the computer program includes program instructions, when the program instruction is executed by a base station software version management device, enabling the device to perform the foregoing Base station software version management method.
  • the technical solution of the present application can reduce the amount of data to be downloaded by downloading on demand, and can shorten the downloading time, and the patch package activation does not need to restart the base station, thereby avoiding unnecessary service interruption and improving system software upgrade efficiency.
  • FIG. 1 is a flowchart of implementing software version management of a base station according to an embodiment of the present invention.
  • FIG. 2 is a structural block diagram of a software version management device on a network management server side according to an embodiment of the present invention.
  • FIG. 3 is a structural block diagram of a software version management device on a base station side according to an embodiment of the present invention.
  • the inventor of the present application proposes that files can be downloaded as needed, thereby reducing the amount of data to be downloaded, shortening the download time, and avoiding unnecessary business interruptions and improving system software upgrade efficiency.
  • an embodiment of the present invention provides a method for managing a version of a base station software, which mainly includes the following operations:
  • the network element device obtains the current running version information of the base station, and compares the current running version information of the base station with the version package file to be downloaded;
  • the obtained version file is written in the download file information list as the patch package mode of the base station running version package, and the patch package download message carrying the download file information list is sent to the base station.
  • the base station side may also include an operation of the base station side, that is, the base station receives the patch package download message, and uses the difference version file as the service package of the running version package according to the download file information list carried in the patch package download message.
  • the patch package activation operation is performed.
  • the standby state patch package is used as a base station running version package during the download process.
  • the base station performs the patch package activation operation, that is, the standby state patch package takes effect as the running state patch package.
  • step A includes:
  • the current network element running version information of the base station is obtained, including attribute information of all version files (for example, a version file SWID, a version file version number, a size, a CRC check value, and the like).
  • attribute information of all version files for example, a version file SWID, a version file version number, a size, a CRC check value, and the like.
  • the above step B includes:
  • the version file information list only appends the version file in which the version package version type file to be activated differs from the base station running version file information. That is, the version file with the difference is added to the download file information list, and the patch package is downloaded as the base station running version package. For the version file with no difference, the download is not required.
  • the GSM-Railway system Global System for Mobile communication
  • SDR Software Definition Radio
  • soft base station-OMCB network management is taken as an example to illustrate the specific implementation process of the above method.
  • the indication includes the following steps:
  • Step 101 The network management server obtains current running version information of the foreground network element (for example, the base station), and performs matching comparison with the version package file to be activated.
  • the foreground network element for example, the base station
  • Table 1 shows the current running version information table of the foreground NE.
  • Table 2 shows the related attribute parameter table of the version package file to be activated.
  • Table 3 is a comparison table of differences between Table 1 and Table 2.
  • Table 1 Table 2 difference SW1 SW1 Inconsistent SW2 SW2 Inconsistent SW3 SW3 Consistent SW4 SW4 Consistent
  • Step 102 Write to the downloaded file information list for the difference version type file.
  • Table 4 is a list of version files to be upgraded.
  • the difference version file information is added to the download file information list.
  • the number of version files to download is 2.
  • the software version file list collection is the software version files to be downloaded, namely SW1 * and SW2 * , and sends a patch package download command with file information to the foreground.
  • Step 103 After the download is completed, the patch package activation operation is performed, and the foreground resets the corresponding hardware unit according to the activation message information, and loads the software version file to be upgraded.
  • the parent version number of the version file collection is written as "8.00.301c”.
  • the patch version files SW1 * and SW2 * written to the file download list are downloaded and activated in the patch package mode.
  • the activation of the patch package resets the hardware unit corresponding to SW1 * and SW2 * , and the hardware unit runs the loader, which will SW1 * and SW2 *
  • Two software version files are loaded into the hardware unit processor, and the hardware unit processor runs two software version files, SW1 * and SW2 * , to complete the software version file upgrade.
  • the device may be a network management server, including a processor and a program storage device, and mainly includes the following parts.
  • the obtaining unit is configured to obtain the current running version information of the base station, and compare the current running version information of the base station with the version package file to be downloaded;
  • the current running version information of the base station includes attribute information of all version files.
  • the attribute information of the version file includes at least a version file SWID, a version file version number, a size, and a CRC check value.
  • the determining unit is configured to use the difference version file obtained by comparing the differences as a patch package of the base station running version package, write the download file information list, and send a patch package download message carrying the download file information list to the base station.
  • the method of the foregoing embodiment 1 can be implemented.
  • the detailed operation of the device refer to the corresponding content of the foregoing embodiment 1, and details are not described herein again.
  • This embodiment provides a base station software version management device, which is applicable to a base station, where the device includes The processor and the program storage device also include the following units.
  • the receiving unit is configured to receive the patch package download message, and download the patch package according to the download file information list carried in the patch package download message;
  • the activation unit is adapted to perform a patch package activation operation after the first unit download is completed.
  • the base station software version management device provided in this embodiment may be a base station, which is used in combination with the device configuration provided in Embodiment 2, and the method in Embodiment 1 above may be implemented.
  • the device configuration provided in Embodiment 2 may be used in combination with the device configuration provided in Embodiment 2, and the method in Embodiment 1 above may be implemented.
  • the device provided in this embodiment reference may be made to the corresponding content in the foregoing Embodiment 1, and details are not described herein again.
  • the base station software version management scheme disclosed in the embodiment of the present invention can shorten the download time, and the patch package activation does not need to restart the base station, thereby avoiding unnecessary service interruption and improving system software upgrade efficiency.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

一种基站软件版本管理方法,包括:网元设备获取基站当前运行版本信息,将所述基站当前运行版本信息与要下载的版本包文件进行差异对比;将差异对比得到的有差异的版本文件作为基站运行版本包的补丁包,写入下载文件信息列表中,向基站下发携带所述下载文件信息列表的补丁包下载消息。本发明实施例还公开了与上述方法对应的两种基站软件版本管理设备。本发明实施例的技术方案可以缩短下载时间,并且,补丁包激活无需重启基站,可避免无谓的业务中断,提高系统软件升级效率。

Description

一种基站软件版本管理方法和设备 技术领域
本文属于无线通信技术领域,特别涉及一种基站软件版本管理方法和设备。
背景技术
随着无线通讯系统的发展,基站作为一个重要的网元,其负责的功能越来越复杂,需要管理的软件版本也越来越多。软件版本构成种类较多,一个基站系统上的软件版本有多种CPU运行软件、FGPA逻辑软件、DSP软件和单片机软件,多达数十种,相应的软件版本文件也会有数十个。如果软件版本管理以具体软件版本文件为粒度,则必须保证这些软件版本文件的一致性和正确性,对于用户来说非常难以操作。任一个软件版本文件不匹配,都会导致整个基站不能正常工作。
相关技术,一般是把一个基站的所有软件版本文件打包成一个基站版本包,用户只需要对基站版本包进行相关操作。对于运营商,评价软件版本管理的一个重要指标就是软件版本升级时间,升级时间越短,业务中断时间越少,给用户的体验也就越好。传统的管理基站版本的方式中,用户只需要对基站版本包进行下载、激活操作,实现对整个基站的软件版本文件更新,不用关心具体软件版本文件,减少了人工操作出现问题的可能。
上述基站软件版本管理方法的主要缺点是:在整个升级过程中,下载基站软件版本将占用近一半的时间。而实际上这种将整个基站软件版本文件打包下载方式中,用户需要更换其中很少的一个或者几个软件版本文件时,也必须重新下载整个基站版本包,并激活整个基站版本包,而每次下载、激活需要中断系统设备运行,从而造成不必要的业务中断和软件升级时间过长。
发明内容
本发明实施例供一种基站软件版本管理方法和设备,以解决软件升级过 程中造成的业务中断的问题。
为了解决上述技术问题,本发明实施例公开了一种基站软件版本管理方法,包括:
网元设备获取基站当前运行版本信息,将所述基站当前运行版本信息与要下载的版本包文件进行差异对比;
将差异对比得到的有差异的版本文件作为基站运行版本包的补丁包,写入下载文件信息列表中,向基站下发携带所述下载文件信息列表的补丁包下载消息。
可选地,上述方法还包括:
所述基站接收所述补丁包下载消息,根据所述补丁包下载消息中携带的下载文件信息列表,下载所述有差异的版本文件;
下载完成后,所述基站进行补丁包激活操作。
可选地,上述方法中,所述基站当前运行版本信息包括所有版本文件的属性信息,其中,所述版本文件的属性信息至少包括版本文件类型(SWID)、版本文件版本号、大小和循环冗余校验码(CRC)校验值。
可选地,上述方法中,所述网元设备为网管服务器。
本发明实施例还公开了一种基站软件版本管理设备,包括:
获取单元,设置为获取基站当前运行版本信息,将所述基站当前运行版本信息与要下载的版本包文件进行差异对比;
确定单元,设置为差异对比得到的有差异的版本文件作为基站运行版本包的补丁包,写入下载文件信息列表中,向基站下发携带所述下载文件信息列表的补丁包下载消息。
可选地,上述设备中,所述基站当前运行版本信息包括所有版本文件的属性信息,其中,所述版本文件的属性信息至少包括版本文件类型(SWID)、版本文件版本号、大小和循环冗余校验码(CRC)校验值。
可选地,上述基站软件版本管理设备为网管服务器。
本发明实施例还公开了一种基站软件版本管理设备,包括:
接收单元,设置为接收补丁包下载消息,根据所述补丁包下载消息中携 带的下载文件信息列表,下载所述补丁包;
激活单元,设置为在所述第一单元下载完成后,进行补丁包激活操作。
可选地,上述基站软件版本管理设备为基站。
本发明实施例还提供一种计算机可读存储介质,所述存储介质存储有计算机程序,该计算机程序包括程序指令,当该程序指令被基站软件版本管理设备执行时,使得该设备可执行上述的基站软件版本管理方法。
本申请的技术方案通过按需下载的方式来减少所需下载的数据量,可以缩短下载时间,并且,补丁包激活无需重启基站,可避免无谓的业务中断,提高系统软件升级效率。
附图概述
图1为本发明实施例中实现基站软件版本管理的流程图。
图2为本发明实施例的网管服务器侧的软件版本管理设备结构框图。
图3为本发明实施例的基站侧的软件版本管理设备结构框图。
本发明的较佳实施方式
下文将结合附图对本发明实施例的技术方案作进一步详细说明。需要说明的是,在不冲突的情况下,本申请的实施例和实施例中的特征可以任意相互组合。
实施例1
本申请发明人提出,可以按需下载文件,从而减少所需下载的数据量,缩短下载时间,并且避免无谓的业务中断,提高系统软件升级效率。
基于上述思想,本发明实施例提供一种基站软件版本管理方法,主要包括如下操作:
A:网元设备(例如网管服务器)获取基站当前运行版本信息,将基站当前运行版本信息与要下载的版本包文件进行差异对比;
B:差异对比后,将得到的有差异的版本文件作为基站运行版本包的补丁包方式写入下载文件信息列表中,向基站下发携带有该下载文件信息列表的补丁包下载消息即可。
在上述方法的基础上,还可以包括基站侧的操作,即基站接收上述补丁包下载消息,根据补丁包下载消息中携带的下载文件信息列表,将有差异的版本文件作为运行版本包的补丁包文件进行下载,补丁包下载完成后,进行补丁包激活操作。其中,下载过程中作为基站运行版本包的备用态补丁包处理。下载成功后,基站进行补丁包激活操作,即备用态补丁包作为运行态补丁包生效。
具体地,上述步骤A中包括:
先获得基站当前网元运行版本信息包括所有版本文件的属性信息(例如版本文件SWID、版本文件版本号、大小、CRC校验值等)。
上述步骤B中包括:
版本文件信息列表仅追加要激活的版本包版本类型文件与基站运行版本文件信息匹配结果有差异性的版本文件。即对于有差异的版本类型文件累加到下载文件信息列表中,作为基站运行版本包的补丁包下载,对于无差异的版本类型文件,不需要重新下载。
下面结合附图以GSM-Railway系统(全球移动通信系统,Global System for Mobile communication)SDR(Software Definition Radio)软基站-OMCB网管为例,说明上述方法的具体实施过程,该过程如图1所示,包括如下步骤:
步骤101:网管服务器获取前台网元(例如基站)当前运行版本信息,并与要激活的版本包文件进行匹配比较;
其中,获取前台网元当前运行版本信息包括,大版本包版本号version="8.00.301c",其包括所有版本类型文件属性信息(版本文件SWID、版本文件版本号version、大小size、CRC校验值crcValue等),如表1所示。
表1为前台网元当前运行版本信息表
软件类型 版本文件版本号version 大小size CRC校验值
SWID     crcValue
SW1 1.01.08p02b07 9178745 46071
SW2 8.00.301c 395161 58198
SW3 210210 157860 7348
SW4 410148 144432 13039
解析要激活的版本包文件相关属性参数包括,大版本包版本号version="8.00.301d",如表2所示,与步骤101中获取的前台网元当前运行版本信息进行差异对比,如表3所示。
表2为要激活的版本包文件相关属性参数表
Figure PCTCN2015077001-appb-000001
表3为表1和表2的差异对比表
表1 表2 差异性
SW1 SW1 不一致
SW2 SW2 不一致
SW3 SW3 一致
SW4 SW4 一致
步骤102:对于有差异的版本类型文件写入到下载文件信息列表中。
其中,要升级的版本文件列表已经给出,如表4所示,包括SW1-SW1*和SW2-SW2*
表4为要升级的版本文件列表
Figure PCTCN2015077001-appb-000002
Figure PCTCN2015077001-appb-000003
将有差异的版本文件信息累加到下载文件信息列表中。例如,要下载的版本文件个数为2。软件版本文件列表集合就是要下载的各个软件版本文件,即SW1*和SW2*,向前台发送带有文件信息的补丁包下载命令。
步骤103:下载完成后,进行补丁包激活操作,前台根据激活消息信息,复位相应的硬件单元,加载待升级的软件版本文件。
其中,对版本文件集合的父版本号写为"8.00.301c"。将写入文件下载列表的补丁版本文件SW1*和SW2*以补丁包方式下载和激活,激活补丁包会复位SW1*和SW2*对应的硬件单元,硬件单元运行加载程序,将SW1*和SW2*两个软件版本文件加载到硬件单元处理器中,硬件单元处理器运行SW1*和SW2*两个软件版本文件,即完成软件版本文件升级。
实施例2
本实施例提供一种基站软件版本管理设备,可以实现上述实施例1的方法。具体地,该设备可以是网管服务器,包括处理器和程序存储设备,其主要包括如下各部分。
获取单元,适用于获取基站当前运行版本信息,将基站当前运行版本信息与要下载的版本包文件进行差异对比;
其中,基站当前运行版本信息包括所有版本文件的属性信息。版本文件的属性信息至少包括版本文件SWID、版本文件版本号、大小和CRC校验值。
确定单元,适用于将差异对比得到的有差异的版本文件作为基站运行版本包的补丁包,写入下载文件信息列表中,向基站下发携带下载文件信息列表的补丁包下载消息。
由于上述设备可实现上述实施例1的方法,故上述设备的其他详细操作可参见上述实施例1的相应内容,在此不再赘述。
实施例3
本实施例提供一种基站软件版本管理设备,适用于基站,该设备包括处 理器和程序存储设备,还包括如下各单元。
接收单元,适用于接收补丁包下载消息,根据所述补丁包下载消息中携带的下载文件信息列表,下载所述补丁包;
激活单元,适用于在第一单元下载完成后,进行补丁包激活操作。
由上述描述可以看出,本实施例所提供的基站软件版本管理设备可以是基站,其与实施例2提供的设备配置使用,可实现上述实施例1的方法。故本实施例所提供的设备的其他详细操作可参见上述实施例1的相应内容,在此不再赘述。
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序来指令相关硬件完成,所述程序可以存储于计算机可读存储介质中,如只读存储器、磁盘或光盘等。可选地,上述实施例的全部或部分步骤也可以使用一个或多个集成电路来实现。相应地,上述实施例中的各模块/单元可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。本申请不限制于任何特定形式的硬件和软件的结合。
以上所述,仅为本发明的较佳实例而已,并非用于限定本发明的保护范围。凡在本发明的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。
工业实用性
本发明实施例公开的基站软件版本管理方案,可以缩短下载时间,并且补丁包激活无需重启基站,可避免无谓的业务中断,提高系统软件升级效率。

Claims (10)

  1. 一种基站软件版本管理方法,包括:
    网元设备获取基站当前运行版本信息,将所述基站当前运行版本信息与要下载的版本包文件进行差异对比;
    将差异对比得到的有差异的版本文件作为基站运行版本包的补丁包,写入下载文件信息列表中,向基站下发携带所述下载文件信息列表的补丁包下载消息。
  2. 如权利要求1所述的方法,还包括:
    所述基站接收所述补丁包下载消息,根据所述补丁包下载消息中携带的下载文件信息列表,下载所述有差异的版本文件;
    下载完成后,所述基站进行补丁包激活操作。
  3. 如权利要求1或2所述的方法,其中,
    所述基站当前运行版本信息包括所有版本文件的属性信息,其中,所述版本文件的属性信息至少包括版本文件类型(SWID)、版本文件版本号、大小和循环冗余校验码(CRC)校验值。
  4. 如权利要求3所述的方法,其中,所述网元设备为网管服务器。
  5. 一种基站软件版本管理设备,包括:
    获取单元,设置为获取基站当前运行版本信息,将所述基站当前运行版本信息与要下载的版本包文件进行差异对比;
    确定单元,设置为将差异对比得到的有差异的版本文件作为基站运行版本包的补丁包,写入下载文件信息列表中,向基站下发携带所述下载文件信息列表的补丁包下载消息。
  6. 如权利要求5所述的设备,其中,
    所述基站当前运行版本信息包括所有版本文件的属性信息,其中,所述版本文件的属性信息至少包括版本文件类型(SWID)、版本文件版本号、大小和循环冗余校验码(CRC)校验值。
  7. 如权利要求5或6所述的设备,其中,所述基站软件版本管理设备为网管服务器。
  8. 一种基站软件版本管理设备,包括:
    接收单元,设置为接收补丁包下载消息,根据所述补丁包下载消息中携带的下载文件信息列表,下载所述补丁包;
    激活单元,设置为所述第一单元下载完成后,进行补丁包激活操作。
  9. 如权利要求8所述的设备,其中,所述基站软件版本管理设备为基站。
  10. 一种计算机可读存储介质,所述存储介质存储有计算机程序,该计算机程序包括程序指令,当该程序指令被基站软件版本管理设备执行时,使得该设备可执行权利要求1-4任一项的方法。
PCT/CN2015/077001 2014-10-17 2015-04-20 一种基站软件版本管理方法和设备 WO2016058350A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410552801.9A CN105573772A (zh) 2014-10-17 2014-10-17 一种基站软件版本管理方法和设备
CN201410552801.9 2014-10-17

Publications (1)

Publication Number Publication Date
WO2016058350A1 true WO2016058350A1 (zh) 2016-04-21

Family

ID=55746058

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/077001 WO2016058350A1 (zh) 2014-10-17 2015-04-20 一种基站软件版本管理方法和设备

Country Status (2)

Country Link
CN (1) CN105573772A (zh)
WO (1) WO2016058350A1 (zh)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109766114A (zh) * 2019-01-15 2019-05-17 网易(杭州)网络有限公司 一种补丁文件的处理方法和装置
CN111090441A (zh) * 2019-11-09 2020-05-01 国网上海市电力公司 一种用于电力二次设备软件的管理方法与系统
CN111475220A (zh) * 2019-01-23 2020-07-31 阿里巴巴集团控股有限公司 冷启动方法、装置、电子设备及计算机存储介质
CN111722784A (zh) * 2019-03-21 2020-09-29 中兴通讯股份有限公司 一种码本更新的方法、aau设备、bbu设备及可读存储介质
CN112269590A (zh) * 2020-09-16 2021-01-26 许继集团有限公司 一种运维主站就地化保护装置软件版本管理方法及系统
CN113608688A (zh) * 2021-07-14 2021-11-05 远景智能国际私人投资有限公司 数据迁移方法、装置、设备及存储介质
CN114189895A (zh) * 2020-09-14 2022-03-15 大唐移动通信设备有限公司 基站板卡升级方法及装置

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108234153A (zh) * 2016-12-12 2018-06-29 大唐移动通信设备有限公司 一种基站版本下载的方法及装置
CN106686632A (zh) * 2017-01-04 2017-05-17 京信通信技术(广州)有限公司 基站软件自动升级方法与系统
CN106775778B (zh) * 2017-02-06 2021-03-16 山东鲁能软件技术有限公司智能电气分公司 嵌入式程序开发中程序更新识别方法及系统
CN109871310B (zh) * 2017-12-04 2023-05-02 北京京东尚科信息技术有限公司 一种版本质量测试的方法和装置
CN109656588A (zh) * 2018-11-14 2019-04-19 中国电力科学研究院有限公司 一种远程快速实现用电信息采集终端软件更新的方法及系统
CN111782263B (zh) * 2020-07-22 2024-01-23 网易(杭州)网络有限公司 游戏打包的处理方法及装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101262657A (zh) * 2008-04-29 2008-09-10 中兴通讯股份有限公司 基站单板升级系统
CN102724308A (zh) * 2012-06-13 2012-10-10 腾讯科技(深圳)有限公司 软件更新方法及软件更新系统
CN103745158A (zh) * 2014-01-26 2014-04-23 北京奇虎科技有限公司 修复系统漏洞的方法和装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6643506B1 (en) * 1996-08-07 2003-11-04 Telxon Corporation Wireless software upgrades with version control
CN101150830B (zh) * 2007-10-17 2010-06-02 中兴通讯股份有限公司 软件包升级方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101262657A (zh) * 2008-04-29 2008-09-10 中兴通讯股份有限公司 基站单板升级系统
CN102724308A (zh) * 2012-06-13 2012-10-10 腾讯科技(深圳)有限公司 软件更新方法及软件更新系统
CN103745158A (zh) * 2014-01-26 2014-04-23 北京奇虎科技有限公司 修复系统漏洞的方法和装置

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109766114A (zh) * 2019-01-15 2019-05-17 网易(杭州)网络有限公司 一种补丁文件的处理方法和装置
CN109766114B (zh) * 2019-01-15 2022-05-03 网易(杭州)网络有限公司 一种补丁文件的处理方法和装置
CN111475220A (zh) * 2019-01-23 2020-07-31 阿里巴巴集团控股有限公司 冷启动方法、装置、电子设备及计算机存储介质
CN111475220B (zh) * 2019-01-23 2023-04-25 阿里巴巴集团控股有限公司 冷启动方法、装置、电子设备及计算机存储介质
CN111722784A (zh) * 2019-03-21 2020-09-29 中兴通讯股份有限公司 一种码本更新的方法、aau设备、bbu设备及可读存储介质
CN111090441A (zh) * 2019-11-09 2020-05-01 国网上海市电力公司 一种用于电力二次设备软件的管理方法与系统
CN114189895A (zh) * 2020-09-14 2022-03-15 大唐移动通信设备有限公司 基站板卡升级方法及装置
CN114189895B (zh) * 2020-09-14 2023-10-27 大唐移动通信设备有限公司 基站板卡升级方法及装置
CN112269590A (zh) * 2020-09-16 2021-01-26 许继集团有限公司 一种运维主站就地化保护装置软件版本管理方法及系统
CN112269590B (zh) * 2020-09-16 2024-05-10 许继集团有限公司 一种运维主站就地化保护装置软件版本管理方法及系统
CN113608688A (zh) * 2021-07-14 2021-11-05 远景智能国际私人投资有限公司 数据迁移方法、装置、设备及存储介质
CN113608688B (zh) * 2021-07-14 2023-09-26 远景智能国际私人投资有限公司 数据迁移方法、装置、设备及存储介质

Also Published As

Publication number Publication date
CN105573772A (zh) 2016-05-11

Similar Documents

Publication Publication Date Title
WO2016058350A1 (zh) 一种基站软件版本管理方法和设备
US9804933B2 (en) System differential upgrade method, apparatus, and mobile terminal
WO2019062635A1 (zh) 升级方法和装置
JP6236533B2 (ja) 差分アップデートパッケージの作成方法及び装置、システム差分アップデート方法及び装置
US8726259B2 (en) System and method for preserving device parameters during a FOTA upgrade
US8539471B2 (en) Updating firmware of an electronic device
WO2017185253A1 (zh) 基于补丁升级的文件处理方法、装置、终端以及存储介质
US20170206079A1 (en) Method and Device for Upgrading Software
CN104052818B (zh) 一种移动终端的版本升级方法及装置
TWI533216B (zh) 作業系統更新方法
WO2016177061A1 (zh) 一种空中下载技术升级方法和装置
US20160162271A1 (en) Application Migration Method, Device and System for Mobile Terminal
WO2015131603A1 (zh) 一种差分升级方法、服务端及终端
WO2016078263A1 (zh) 升级控制设备、终端、终端升级方法及系统、存储介质
CN111309354A (zh) 联网设备的ota升级方法及装置
CN103218244B (zh) 通信设备的软件更新升级方法
CN110333876A (zh) 一种数据清除方法及控制设备
CN104077161A (zh) 一种客户端应用的升级方法及装置
CN103902334A (zh) 基于安卓系统的静默式升级方法及系统
WO2016082450A1 (zh) 一种用户终端的升级方法和用户终端
CN104461621A (zh) 一种更新属性信息的方法及装置
WO2016074460A1 (zh) 一种数据处理方法及装置
US11995451B2 (en) Resource permission processing method and apparatus, storage medium, and chip
CN104572255B (zh) 一种多层应用托管方法、装置及系统
CN106021003A (zh) 智能终端的修复方法、智能终端以及服务器

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15850097

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15850097

Country of ref document: EP

Kind code of ref document: A1