WO2015117470A1 - Device upgrade processing method and apparatus, and gateway device - Google Patents

Device upgrade processing method and apparatus, and gateway device Download PDF

Info

Publication number
WO2015117470A1
WO2015117470A1 PCT/CN2014/092068 CN2014092068W WO2015117470A1 WO 2015117470 A1 WO2015117470 A1 WO 2015117470A1 CN 2014092068 W CN2014092068 W CN 2014092068W WO 2015117470 A1 WO2015117470 A1 WO 2015117470A1
Authority
WO
WIPO (PCT)
Prior art keywords
upgrade
configuration parameter
user
perform
user confirmation
Prior art date
Application number
PCT/CN2014/092068
Other languages
French (fr)
Chinese (zh)
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 WO2015117470A1 publication Critical patent/WO2015117470A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/40169Flexible bus arrangements
    • H04L12/40176Flexible bus arrangements involving redundancy

Definitions

  • the present invention relates to the field of communications, and in particular to a device upgrade processing method, apparatus, and gateway device.
  • the RP069 protocol mainly defines the following RPC methods: GetRPCMethods: Get the list of RPC methods supported by the device; SetParameterValues: Set device parameters; GetParameterValues: Get device parameters; GetParameterNames: Get device parameter names; SetParameterAttributes: Set device parameter attributes; GetParameterAttributes: Get devices Parameter property; AddObject: add instance; DeleteObject: delete instance; Download: download device version or configuration; Upload: device upload log or configuration; Reboot: restart device.
  • the device When the device needs to be upgraded, it is forced to upgrade according to the received upgrade command. It does not take into account whether the user upgrades it or not, so there is a problem of poor user experience.
  • the present invention provides a device upgrade processing method, device, and gateway device, to at least solve the related art.
  • the device needs to be upgraded, the device performs a forced upgrade according to the received upgrade command, and does not consider whether the user performs the upgrade. Upgrading, there is a problem of poor user experience.
  • a device upgrade processing method including: configuring a configuration parameter in a device for identifying whether to perform a user confirmation upgrade; and performing an upgrade process according to the read configuration parameter.
  • the method further includes: determining, according to at least one of the following information of the device, the configuration parameter: the device of the device Type, the type of application the device is running, and the upgrade efficiency of upgrading the device.
  • performing the upgrading process according to the read configuration parameter includes: forcibly upgrading the device if the configuration parameter is identified as not performing user confirmation upgrade.
  • performing the upgrading process according to the read configuration parameter includes: prompting to confirm whether to perform the upgrade if the configuration parameter is identified as performing user confirmation upgrade; receiving a response to the prompt information feedback Information; performing an upgrade process on the device according to the response information.
  • the method before reading the configuration parameter in the device for identifying whether to perform the user confirmation upgrade, the method further includes: determining that the device adopts a setting parameter method instead of the uploading method, and performing an uploading process; and/or, The download processing is performed by adopting the method of setting the parameter instead of the download method.
  • a device upgrade processing apparatus including: a reading module, configured to read a configuration parameter in the device for identifying whether to perform a user confirmation upgrade; and a processing module, configured to read according to The configuration parameters are upgraded.
  • the device further includes: a first determining module, configured to determine the configuration parameter according to at least one of the following information of the device: a device type of the device, an application type of the device running, and the The upgrade efficiency of the device upgrade.
  • a first determining module configured to determine the configuration parameter according to at least one of the following information of the device: a device type of the device, an application type of the device running, and the The upgrade efficiency of the device upgrade.
  • the processing module includes: an upgrading unit, configured to force the device to be upgraded if the configuration parameter is identified as not performing a user confirmation upgrade.
  • the processing module includes: an issuing unit, configured to send prompt information for confirming whether to upgrade if the configuration parameter is identified as performing user confirmation upgrade; and the receiving unit is configured to receive the prompt information for The feedback response information is used by the processing unit to perform an upgrade process on the device according to the response information.
  • the device further includes: a second determining module, configured to determine, by using the setting parameter method, the uploading method, to perform an uploading process; and/or, using the setting parameter method instead of the downloading method, to perform Download processing.
  • a second determining module configured to determine, by using the setting parameter method, the uploading method, to perform an uploading process
  • a gateway device comprising the apparatus of any of the above.
  • the configuration parameter used in the reading device for identifying whether to perform the user confirmation upgrade is adopted; the upgrade processing is performed according to the read configuration parameter, and a switch is added to determine whether the user needs to confirm the upgrade, thereby solving the related art.
  • the device needs to be upgraded it is forced to upgrade according to the received upgrade command, and does not involve the user to confirm whether the upgrade is processed. Therefore, the user experience is poor, and the upgrade efficiency and the upgrade ease of use are achieved. A good balance between the two can not only enhance the system's ease of use, but also effectively avoid the interference of the user.
  • FIG. 1 is a flowchart of a device upgrade processing method according to an embodiment of the present invention.
  • FIG. 2 is a structural block diagram of a device upgrade processing apparatus according to an embodiment of the present invention.
  • FIG. 3 is a block diagram 1 of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention
  • FIG. 4 is a block diagram 1 of a preferred structure of a processing module 24 in a device upgrade processing apparatus according to an embodiment of the present invention
  • FIG. 5 is a block diagram 2 of a preferred structure of a processing module 24 in a device upgrade processing apparatus according to an embodiment of the present invention
  • FIG. 6 is a block diagram 2 of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention.
  • FIG. 7 is a structural block diagram of a gateway device according to an embodiment of the present invention.
  • FIG. 9 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that an upgrade is required, according to an embodiment of the present invention.
  • FIG. 10 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that an upgrade is not required, in accordance with an embodiment of the present invention.
  • FIG. 1 is a flowchart of a device upgrade processing method according to an embodiment of the present invention. As shown in FIG. 1 , the process includes the following steps:
  • Step S102 Read configuration parameters in the device for identifying whether to perform user confirmation upgrade.
  • step S104 the upgrade process is performed according to the read configuration parameters.
  • the configuration parameter of the device Before the configuration parameter of the device is used to identify whether to perform the user to confirm the upgrade, a plurality of factors may be considered when configuring the configuration parameter.
  • the configuration parameter may be determined according to at least one of the following information of the device: The type of the device, the type of application the device is running, and the upgrade efficiency of upgrading the device.
  • the configuration parameter may involve the influence of the relationship between the user and the operator.
  • the device may be upgraded. For example, if the configuration parameter is marked as not being upgraded by the user (whether or not the user confirms that the upgrade is set to negative), the device is forcibly upgraded.
  • a prompt message for confirming whether to upgrade is issued, for example, a dialog box for prompting may be issued; after that, the user is allowed to input a confirmation or cancel the response, and the user confirms the input.
  • the response to the cancellation that is, the response information for the feedback of the prompt information is received; the device is upgraded according to the response information, for example, when the confirmation input of the user input is received, the upgrade process is performed, and the user input is received.
  • the cancel operation is performed, the upgrade is abandoned.
  • the configuration parameter for identifying whether to perform the user confirmation upgrade in the reading device it is necessary to determine that the device adopts the setting parameter method instead of the uploading method, and performs an uploading process; and/or, using the setting parameter method instead of downloading The way the method performs the download process. That is, on the basis of setting a manual upgrade switch to implement the forced upgrade of the device or the user to confirm the upgrade, the user experience is enhanced, and it should be pointed out that when the upgrade process is performed according to the read configuration parameters, it refers to the read
  • the configuration parameter downloads and processes the data in the upgrade process, that is, the method of setting parameters is used instead of the download method, and the download process is executed.
  • a device upgrade processing device is also provided, which is used to implement the above-mentioned embodiments and preferred embodiments, and has not been described again.
  • the term "module” may implement a combination of software and/or hardware of a predetermined function.
  • the apparatus described in the following embodiments is preferably implemented in software, hardware, or a combination of software and hardware, is also possible and contemplated.
  • FIG. 2 is a block diagram showing the structure of a device upgrade processing apparatus according to an embodiment of the present invention. As shown in FIG. 2, the device includes a read module 22 and a processing module 24. The device will be described below.
  • the reading module 22 is configured to read configuration parameters for identifying whether the user confirms the upgrade.
  • the processing module 24 is connected to the upper reading module 22 and configured to perform upgrade processing according to the read configuration parameters.
  • FIG. 3 is a block diagram of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention.
  • the device includes a first determining module 32 in addition to all the modules shown in FIG.
  • the first determination module 32 is described.
  • the first determining module 32 is connected to the reading module 22, and is configured to determine configuration parameters according to at least one of the following information of the device: a device type of the device, an application type of the device running, and an upgrade efficiency of upgrading the device.
  • FIG. 4 is a block diagram of a preferred structure of the processing module 24 in the device upgrade processing apparatus according to the embodiment of the present invention. As shown in FIG. 4, the processing module 24 includes an upgrade unit 42. The upgrade unit 42 will be described below.
  • the upgrading unit 42 is configured to force the device to be upgraded if the configuration parameter is identified as not performing the user confirmation upgrade.
  • the processing module 24 includes an issuing unit 52, a receiving unit 54, and a processing unit 56. 24 for explanation.
  • the issuing unit 52 is configured to issue prompt information for confirming whether to upgrade if the configuration parameter is identified as performing user confirmation upgrade;
  • the receiving unit 54 is connected to the sending unit 52, and is configured to receive response information for feedback of the prompt information.
  • the processing unit 56 is connected to the receiving unit 54 and configured to perform an upgrade process on the device according to the response information.
  • FIG. 6 is a block diagram of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention. As shown in FIG. 6, the apparatus includes a second determining module 62 in addition to all the modules shown in FIG. The second determination module 62 is described.
  • the second determining module 62 is connected to the reading module 22, configured to determine that the device adopts a setting parameter method instead of the uploading method, and performs an uploading process; and/or, in a manner that replaces the downloading method by using a setting parameter method, performs a downloading process.
  • FIG. 7 is a structural block diagram of a gateway device according to an embodiment of the present invention. As shown in FIG. 7, the gateway device 70 includes the device upgrade processing device 72 of any of the above.
  • the upgrade is that the device detects a new version or the ACS is upgraded.
  • the upgrade is forced after the command.
  • the Download and Upload methods can be replaced by the SetParameterValues method, making the Tr069 protocol itself simpler, and parameters are recorded for query diagnosis.
  • the device is forced to automatically upgrade by adding a manual upgrade switch, or the upgrade confirmation dialog box is popped up in the user interface, so that the user can confirm the automatic upgrade and enhance the user.
  • the upgrade confirmation dialog box is popped up in the user interface, so that the user can confirm the automatic upgrade and enhance the user.
  • the automatic/manual upgrade is switched by adding the manual upgrade switch.
  • the device When the device is switched to the manual upgrade, when the device detects that a new version needs to be upgraded, in the device upgrade interface, the user will be prompted to confirm the upgrade. Level dialog box, when the user clicks to confirm, the device will be upgraded. Otherwise, the device will still run normally according to the original version.
  • the following processing methods can be used:
  • FIG. 8 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to false according to an embodiment of the present invention. As shown in FIG. 8, the device does not need to ask the user whether an upgrade is required, and the upgrade is forced.
  • the process of forcing the upgrade includes the following steps:
  • the device sends an Inform message.
  • the device sends an empty packet
  • the ACS delivers SetParameterValues RPC
  • the device downloads the configuration or version file from the file service
  • the device restarts and reports the Inform message with the TRANSFERCOMPLETE time.
  • the device and the ACS send out empty packets at the end.
  • FIG. 9 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that an upgrade is required according to an embodiment of the present invention.
  • the device starts the upgrade process. That is, when the parameter UserConfirmUpdate on the device is set to true, when the user confirms that an upgrade is required, the download timing becomes:
  • the device sends an Inform message.
  • the device sends an empty packet
  • the ACS delivers SetParameterValues RPC
  • the device downloads the configuration or version file from the file service
  • the device restarts and reports the Inform message with the TRANSFERCOMPLETE time.
  • the device and the ACS send out empty packets at the end.
  • FIG. 10 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that the upgrade is not required, as shown in FIG. 10, after the user clicks the cancel button on the user interface, the device ends the entire process, and is under In the secondary boot interface, ask the user again if they need to upgrade.
  • the parameter UserConfirmUpdate on the device is set to true, when the user confirms that no upgrade is required, the download timing becomes:
  • the device sends an Inform message.
  • the device sends an empty packet
  • the ACS delivers SetParameterValues RPC
  • the device and the ACS send out empty packets at the end.
  • the user confirmation switch is added in the upgrade link, so that there is a balanced choice between the upgrade efficiency and the upgrade ease of use; the ease of use of the upgrade is enhanced in the original protocol layer.
  • the face is not considered.
  • the use of switches to control whether the user needs to confirm the upgrade mode can enhance the ease of use of the entire system, and minimize the interference and inconvenience caused by the upgrade to the user.
  • modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated as a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the device upgrade processing method, device, and gateway device provided by the embodiments of the present invention.
  • the device when the device needs to be upgraded, it is forced to upgrade according to the received upgrade command, and does not involve the user to confirm whether the upgrade is processed, and thus there is a problem of poor user experience, thereby achieving the upgrade efficiency and A good balance between upgrade and ease of use not only enhances the benefits of system usability, but also effectively avoids interference with users.

Abstract

Provided are a device upgrade processing method and apparatus, and a gateway device. The method comprises: reading a configuration parameter used for identifying whether to conduct user verification upgrade in a device; and in accordance with the read configuration parameter, conducting upgrade processing. By adding a switch for verifying whether to conduct user verification upgrade, by means of the present invention, the problem of poor user experience existing in the related art where devices are all compulsively upgraded in accordance with received upgrade commands when needing upgrading, and do not relate to the processing of verifying whether to conduct upgrade or not by a user, is solved, thus achieving the effects of conducting better balance between the upgrade efficiency and the upgrade usability, not only playing a role of increasing the system usability, but also effectively avoiding the interference to a user.

Description

设备升级处理方法、装置及网关设备Device upgrade processing method, device and gateway device 技术领域Technical field
本发明涉及通信领域,具体而言,涉及一种设备升级处理方法、装置及网关设备。The present invention relates to the field of communications, and in particular to a device upgrade processing method, apparatus, and gateway device.
背景技术Background technique
Tr069协议中主要定义了如下RPC方法:GetRPCMethods:获取设备支持的RPC方法列表;SetParameterValues:设置设备参数;GetParameterValues:获取设备参数;GetParameterNames:获取设备参数名称;SetParameterAttributes:设置设备参数属性;GetParameterAttributes:获取设备参数属性;AddObject:增加实例;DeleteObject:删除实例;Download:下载设备版本或配置;Upload:设备上传日志或者配置;Reboot:重启设备。The RP069 protocol mainly defines the following RPC methods: GetRPCMethods: Get the list of RPC methods supported by the device; SetParameterValues: Set device parameters; GetParameterValues: Get device parameters; GetParameterNames: Get device parameter names; SetParameterAttributes: Set device parameter attributes; GetParameterAttributes: Get devices Parameter property; AddObject: add instance; DeleteObject: delete instance; Download: download device version or configuration; Upload: device upload log or configuration; Reboot: restart device.
在设备需要升级时,均是依据接收到的升级命令进行强制升级,并不会顾及用户是否对其进行升级,因而存在用户体验差的问题。When the device needs to be upgraded, it is forced to upgrade according to the received upgrade command. It does not take into account whether the user upgrades it or not, so there is a problem of poor user experience.
发明内容Summary of the invention
本发明提供了一种设备升级处理方法、装置及网关设备,以至少解决相关技术中,在设备需要升级时,均是依据接收到的升级命令进行强制升级,并不会顾及用户是否对其进行升级,因而存在用户体验差的问题。The present invention provides a device upgrade processing method, device, and gateway device, to at least solve the related art. When the device needs to be upgraded, the device performs a forced upgrade according to the received upgrade command, and does not consider whether the user performs the upgrade. Upgrading, there is a problem of poor user experience.
根据本发明的一个方面,提供了一种设备升级处理方法,包括:读取设备中用于标识是否进行用户确认升级的配置参数;依据读取的所述配置参数进行升级处理。According to an aspect of the present invention, a device upgrade processing method is provided, including: configuring a configuration parameter in a device for identifying whether to perform a user confirmation upgrade; and performing an upgrade process according to the read configuration parameter.
优选地,在读取所述设备中用于标识是否进行用户确认升级的所述配置参数之前,还包括:依据所述设备的以下信息至少之一,确定所述配置参数:所述设备的设备类型、所述设备运行的应用类型、对所述设备进行升级的升级效率。Preferably, before reading the configuration parameter in the device for identifying whether to perform the user to confirm the upgrade, the method further includes: determining, according to at least one of the following information of the device, the configuration parameter: the device of the device Type, the type of application the device is running, and the upgrade efficiency of upgrading the device.
优选地,依据读取的所述配置参数进行升级处理包括:在所述配置参数标识为不进行用户确认升级的情况下,强制对所述设备进行升级。Preferably, performing the upgrading process according to the read configuration parameter includes: forcibly upgrading the device if the configuration parameter is identified as not performing user confirmation upgrade.
优选地,依据读取的所述配置参数进行升级处理包括:在所述配置参数标识为进行用户确认升级的情况下,发出确认是否进行升级的提示信息;接收到针对所述提示信息反馈的响应信息;依据所述响应信息对所述设备进行升级处理。 Preferably, performing the upgrading process according to the read configuration parameter includes: prompting to confirm whether to perform the upgrade if the configuration parameter is identified as performing user confirmation upgrade; receiving a response to the prompt information feedback Information; performing an upgrade process on the device according to the response information.
优选地,在读取所述设备中用于标识是否进行用户确认升级的所述配置参数之前,还包括:确定所述设备采用设置参数方法替代上传方法的方式,执行上传处理;和/或,采用所述设置参数方法替代下载方法的方式,执行下载处理。Preferably, before reading the configuration parameter in the device for identifying whether to perform the user confirmation upgrade, the method further includes: determining that the device adopts a setting parameter method instead of the uploading method, and performing an uploading process; and/or, The download processing is performed by adopting the method of setting the parameter instead of the download method.
根据本发明的另一方面,提供了一种设备升级处理装置,包括:读取模块,用于读取设备中用于标识是否进行用户确认升级的配置参数;处理模块,用于依据读取的所述配置参数进行升级处理。According to another aspect of the present invention, a device upgrade processing apparatus is provided, including: a reading module, configured to read a configuration parameter in the device for identifying whether to perform a user confirmation upgrade; and a processing module, configured to read according to The configuration parameters are upgraded.
优选地,该装置还包括:第一确定模块,用于依据所述设备的以下信息至少之一,确定所述配置参数:所述设备的设备类型、所述设备运行的应用类型、对所述设备进行升级的升级效率。Preferably, the device further includes: a first determining module, configured to determine the configuration parameter according to at least one of the following information of the device: a device type of the device, an application type of the device running, and the The upgrade efficiency of the device upgrade.
优选地,所述处理模块包括:升级单元,用于在所述配置参数标识为不进行用户确认升级的情况下,强制对所述设备进行升级。Preferably, the processing module includes: an upgrading unit, configured to force the device to be upgraded if the configuration parameter is identified as not performing a user confirmation upgrade.
优选地,所述处理模块包括:发出单元,用于在所述配置参数标识为进行用户确认升级的情况下,发出确认是否进行升级的提示信息;接收单元,用于接收到针对所述提示信息反馈的响应信息;处理单元,用于依据所述响应信息对所述设备进行升级处理。Preferably, the processing module includes: an issuing unit, configured to send prompt information for confirming whether to upgrade if the configuration parameter is identified as performing user confirmation upgrade; and the receiving unit is configured to receive the prompt information for The feedback response information is used by the processing unit to perform an upgrade process on the device according to the response information.
优选地,该装置还包括:第二确定模块,用于确定所述设备采用设置参数方法替代上传方法的方式,执行上传处理;和/或,采用所述设置参数方法替代下载方法的方式,执行下载处理。Preferably, the device further includes: a second determining module, configured to determine, by using the setting parameter method, the uploading method, to perform an uploading process; and/or, using the setting parameter method instead of the downloading method, to perform Download processing.
根据本发明的还一方面,提供了一种网关设备,包括上述任一项所述的装置。According to still another aspect of the present invention, a gateway device is provided, comprising the apparatus of any of the above.
通过本发明,采用读取设备中用于标识是否进行用户确认升级的配置参数;依据读取的所述配置参数进行升级处理,通过为是否需要用户确认升级增加了一个开关,解决了相关技术中,在设备需要升级时,均是依据接收到的升级命令进行强制升级,并不会涉及用户确认是否升级的处理,因而存在用户体验差的问题,进而达到了在升级效率与升级易用性之间进行了较好的平衡,不仅能够起到增强系统易用性的好处,而且有效避免了对用户的干扰的效果。According to the present invention, the configuration parameter used in the reading device for identifying whether to perform the user confirmation upgrade is adopted; the upgrade processing is performed according to the read configuration parameter, and a switch is added to determine whether the user needs to confirm the upgrade, thereby solving the related art. When the device needs to be upgraded, it is forced to upgrade according to the received upgrade command, and does not involve the user to confirm whether the upgrade is processed. Therefore, the user experience is poor, and the upgrade efficiency and the upgrade ease of use are achieved. A good balance between the two can not only enhance the system's ease of use, but also effectively avoid the interference of the user.
附图说明DRAWINGS
此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中: The drawings described herein are intended to provide a further understanding of the invention, and are intended to be a part of the invention. In the drawing:
图1是根据本发明实施例的设备升级处理方法的流程图;1 is a flowchart of a device upgrade processing method according to an embodiment of the present invention;
图2是根据本发明实施例的设备升级处理装置的结构框图;2 is a structural block diagram of a device upgrade processing apparatus according to an embodiment of the present invention;
图3是根据本发明实施例的设备升级处理装置的优选结构框图一;3 is a block diagram 1 of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention;
图4是根据本发明实施例的设备升级处理装置中处理模块24的优选结构框图一;4 is a block diagram 1 of a preferred structure of a processing module 24 in a device upgrade processing apparatus according to an embodiment of the present invention;
图5是根据本发明实施例的设备升级处理装置中处理模块24的优选结构框图二;5 is a block diagram 2 of a preferred structure of a processing module 24 in a device upgrade processing apparatus according to an embodiment of the present invention;
图6是根据本发明实施例的设备升级处理装置的优选结构框图二;6 is a block diagram 2 of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention;
图7是根据本发明实施例的网关设备的结构框图;FIG. 7 is a structural block diagram of a gateway device according to an embodiment of the present invention; FIG.
图8是根据本发明实施例的当UserConfirmUpdate开关设置为false的升级流程时序图;8 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to false according to an embodiment of the present invention;
图9是根据本发明实施例的当UserConfirmUpdate开关设置为true,并且用户确认需要升级的升级流程时序图;9 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that an upgrade is required, according to an embodiment of the present invention;
图10是根据本发明实施例的当UserConfirmUpdate开关设置为true,并且用户确认不需要升级的升级流程时序图。10 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that an upgrade is not required, in accordance with an embodiment of the present invention.
具体实施方式detailed description
下文中将参考附图并结合实施例来详细说明本发明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。The invention will be described in detail below with reference to the drawings in conjunction with the embodiments. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict.
在本实施例中提供了一种设备升级处理方法,图1是根据本发明实施例的设备升级处理方法的流程图,如图1所示,该流程包括如下步骤:In this embodiment, a device upgrade processing method is provided. FIG. 1 is a flowchart of a device upgrade processing method according to an embodiment of the present invention. As shown in FIG. 1 , the process includes the following steps:
步骤S102,读取设备中用于标识是否进行用户确认升级的配置参数;Step S102: Read configuration parameters in the device for identifying whether to perform user confirmation upgrade.
步骤S104,依据读取的配置参数进行升级处理。In step S104, the upgrade process is performed according to the read configuration parameters.
通过上述步骤,通过为是否需要用户确认升级增加了一个开关,解决了相关技术中,在设备需要升级时,均是依据接收到的升级命令进行强制升级,并不会涉及用户确认是否升级的处理,因而存在用户体验差的问题,进而达到了在升级效率与升级易用性之间进行了较好的平衡,不仅能够起到增强系统易用性的好处,而且有效避免了对用户的干扰的效果。 Through the above steps, by adding a switch for whether the user needs to confirm the upgrade, the related technology is solved. When the device needs to be upgraded, the forced upgrade is performed according to the received upgrade command, and the user is not involved in confirming whether to upgrade or not. Therefore, there is a problem of poor user experience, which achieves a good balance between upgrade efficiency and upgrade ease of use, not only can enhance the benefits of system usability, but also effectively avoids interference to users. effect.
在读取设备中用于标识是否进行用户确认升级的配置参数之前,对该配置参数进行配置时,可以考虑多种因素,例如,可以依据设备的以下信息至少之一,确定配置参数:设备的设备类型、设备运行的应用类型、对设备进行升级的升级效率。当然,对该配置参数进行配置时,可能还涉及到用户,运营商,两者之间相互关系的影响。Before the configuration parameter of the device is used to identify whether to perform the user to confirm the upgrade, a plurality of factors may be considered when configuring the configuration parameter. For example, the configuration parameter may be determined according to at least one of the following information of the device: The type of the device, the type of application the device is running, and the upgrade efficiency of upgrading the device. Of course, when configuring the configuration parameters, it may involve the influence of the relationship between the user and the operator.
依据读取的配置参数进行升级处理时,可能包括多种,例如,在配置参数标识为不进行用户确认升级的情况下(对是否进行用户确认升级设置为否定),强制对设备进行升级。而在配置参数标识为进行用户确认升级的情况下,发出确认是否进行升级的提示信息,例如,可以发出一个用于提示的对话框;之后等待用户输入确认或是取消的响应,在用户输入确认或是取消的响应时,即接收到针对提示信息反馈的响应信息;依据响应信息对设备进行升级处理,例如,在接收到用户输入的确认升级时,才进行升级处理,而在接收到用户输入的取消操作时,放弃升级。When the upgrade process is performed according to the read configuration parameters, the device may be upgraded. For example, if the configuration parameter is marked as not being upgraded by the user (whether or not the user confirms that the upgrade is set to negative), the device is forcibly upgraded. In the case that the configuration parameter identifier is for the user to confirm the upgrade, a prompt message for confirming whether to upgrade is issued, for example, a dialog box for prompting may be issued; after that, the user is allowed to input a confirmation or cancel the response, and the user confirms the input. Or the response to the cancellation, that is, the response information for the feedback of the prompt information is received; the device is upgraded according to the response information, for example, when the confirmation input of the user input is received, the upgrade process is performed, and the user input is received. When the cancel operation is performed, the upgrade is abandoned.
需要说明的是,在读取设备中用于标识是否进行用户确认升级的配置参数之前,需要确定设备采用设置参数方法替代上传方法的方式,执行上传处理;和/或,采用设置参数方法替代下载方法的方式,执行下载处理。即在该基础上通过设置一个手动升级开关来实现设备的强制升级还是用户确认升级,增强了用户体验,需要指出的是,在依据读取的配置参数进行升级处理时,是指依据读取的配置参数对升级过程中的数据进行下载处理,即采用设置参数的方式替代下载方法的方式,执行下载处理。It should be noted that, before the configuration parameter for identifying whether to perform the user confirmation upgrade in the reading device, it is necessary to determine that the device adopts the setting parameter method instead of the uploading method, and performs an uploading process; and/or, using the setting parameter method instead of downloading The way the method performs the download process. That is, on the basis of setting a manual upgrade switch to implement the forced upgrade of the device or the user to confirm the upgrade, the user experience is enhanced, and it should be pointed out that when the upgrade process is performed according to the read configuration parameters, it refers to the read The configuration parameter downloads and processes the data in the upgrade process, that is, the method of setting parameters is used instead of the download method, and the download process is executed.
在本实施例中还提供了一种设备升级处理装置,该装置用于实现上述实施例及优选实施方式,已经进行过说明的不再赘述。如以下所使用的,术语“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装置较佳地以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。In the embodiment, a device upgrade processing device is also provided, which is used to implement the above-mentioned embodiments and preferred embodiments, and has not been described again. As used below, the term "module" may implement a combination of software and/or hardware of a predetermined function. Although the apparatus described in the following embodiments is preferably implemented in software, hardware, or a combination of software and hardware, is also possible and contemplated.
图2是根据本发明实施例的设备升级处理装置的结构框图,如图2所示,该装置包括读取模块22和处理模块24,下面对该装置进行说明。2 is a block diagram showing the structure of a device upgrade processing apparatus according to an embodiment of the present invention. As shown in FIG. 2, the device includes a read module 22 and a processing module 24. The device will be described below.
读取模块22,设置为读取设备中用于标识是否进行用户确认升级的配置参数;处理模块24,连接至上术读取模块22,设置为依据读取的配置参数进行升级处理。The reading module 22 is configured to read configuration parameters for identifying whether the user confirms the upgrade. The processing module 24 is connected to the upper reading module 22 and configured to perform upgrade processing according to the read configuration parameters.
图3是根据本发明实施例的设备升级处理装置的优选结构框图一,如图3所示,该装置除包括图2所示的所有模块外,还包括第一确定模块32,下面对该第一确定模块32进行说明。3 is a block diagram of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention. As shown in FIG. 3, the device includes a first determining module 32 in addition to all the modules shown in FIG. The first determination module 32 is described.
第一确定模块32,连接至上述读取模块22,设置为依据设备的以下信息至少之一,确定配置参数:设备的设备类型、设备运行的应用类型、对设备进行升级的升级效率。 The first determining module 32 is connected to the reading module 22, and is configured to determine configuration parameters according to at least one of the following information of the device: a device type of the device, an application type of the device running, and an upgrade efficiency of upgrading the device.
图4是根据本发明实施例的设备升级处理装置中处理模块24的优选结构框图一,如图4该处理模块24包括:升级单元42,下面对该升级单元42进行说明。4 is a block diagram of a preferred structure of the processing module 24 in the device upgrade processing apparatus according to the embodiment of the present invention. As shown in FIG. 4, the processing module 24 includes an upgrade unit 42. The upgrade unit 42 will be described below.
升级单元42,设置为在配置参数标识为不进行用户确认升级的情况下,强制对设备进行升级。The upgrading unit 42 is configured to force the device to be upgraded if the configuration parameter is identified as not performing the user confirmation upgrade.
图5是根据本发明实施例的设备升级处理装置中处理模块24的优选结构框图二,如图5该处理模块24包括:发出单元52、接收单元54和处理单元56,下面对该处理模块24进行说明。5 is a block diagram of a preferred structure of the processing module 24 in the device upgrade processing apparatus according to the embodiment of the present invention. As shown in FIG. 5, the processing module 24 includes an issuing unit 52, a receiving unit 54, and a processing unit 56. 24 for explanation.
发出单元52,设置为在配置参数标识为进行用户确认升级的情况下,发出确认是否进行升级的提示信息;接收单元54,连接至上述发出单元52,设置为接收到针对提示信息反馈的响应信息;处理单元56,连接至上述接收单元54,设置为依据响应信息对设备进行升级处理。The issuing unit 52 is configured to issue prompt information for confirming whether to upgrade if the configuration parameter is identified as performing user confirmation upgrade; the receiving unit 54 is connected to the sending unit 52, and is configured to receive response information for feedback of the prompt information. The processing unit 56 is connected to the receiving unit 54 and configured to perform an upgrade process on the device according to the response information.
图6是根据本发明实施例的设备升级处理装置的优选结构框图二,如图6所示,该装置除包括图2所示的所有模块外,还包括第二确定模块62,下面对该第二确定模块62进行说明。6 is a block diagram of a preferred structure of a device upgrade processing apparatus according to an embodiment of the present invention. As shown in FIG. 6, the apparatus includes a second determining module 62 in addition to all the modules shown in FIG. The second determination module 62 is described.
第二确定模块62,连接至上述读取模块22,设置为确定设备采用设置参数方法替代上传方法的方式,执行上传处理;和/或,采用设置参数方法替代下载方法的方式,执行下载处理。The second determining module 62 is connected to the reading module 22, configured to determine that the device adopts a setting parameter method instead of the uploading method, and performs an uploading process; and/or, in a manner that replaces the downloading method by using a setting parameter method, performs a downloading process.
图7是根据本发明实施例的网关设备的结构框图,如图7所示,该网关设备70包括上述任一项的设备升级处理装置72。FIG. 7 is a structural block diagram of a gateway device according to an embodiment of the present invention. As shown in FIG. 7, the gateway device 70 includes the device upgrade processing device 72 of any of the above.
在现有的协议设计中,主要是规定了协议的交互流程和参数的模型,而针对用户体验和易用性的方面非常少,例如,升级是设备检测到有新版本或ACS给下发升级命令后就强制升级。然而,在9个RPC方法中,Download和Upload两个方法可以用SetParameterValues方法替代实现,使Tr069协议本身更加简单,且有参数被记录下来,可以供查询诊断使用。基于采用SetParameterValues方法替代Download命令后,在本实施例中,通过增加一个手动升级开关,来实现设备是强制自动升级,还是在用户界面中弹出升级确认对话框,让用户确认自动升级,增强了用户体验。In the existing protocol design, the interaction process and parameter model of the protocol are mainly specified, and there are very few aspects for user experience and usability. For example, the upgrade is that the device detects a new version or the ACS is upgraded. The upgrade is forced after the command. However, in the 9 RPC methods, the Download and Upload methods can be replaced by the SetParameterValues method, making the Tr069 protocol itself simpler, and parameters are recorded for query diagnosis. After the download command is replaced by the SetParameterValues method, in this embodiment, the device is forced to automatically upgrade by adding a manual upgrade switch, or the upgrade confirmation dialog box is popped up in the user interface, so that the user can confirm the automatic upgrade and enhance the user. Experience.
采用增加手动升级开关的方式来实现自动/手动升级的切换,当切换到手动升级时,当设备检测到有新版本需要升级时,在设备升级界面中,会弹出需要用户确认升 级的对话框,当用户点击确认,设备才升级,否则不升级,设备仍按原版本正常运行。例如,可以采用以下处理方式来实现:The automatic/manual upgrade is switched by adding the manual upgrade switch. When the device is switched to the manual upgrade, when the device detects that a new version needs to be upgraded, in the device upgrade interface, the user will be prompted to confirm the upgrade. Level dialog box, when the user clicks to confirm, the device will be upgraded. Otherwise, the device will still run normally according to the original version. For example, the following processing methods can be used:
在Tr069参数树中定义一个参数UserConfirmUpdate,当设备上的参数UserConfirmUpdate设置为false时(该参数的设置可以在下发升级参数之前设置,也可以随下发升级参数时设置,下同),系统将对设备进行强制升级。图8是根据本发明实施例的当UserConfirmUpdate开关设置为false的升级流程时序图,如图8所示,设备不需要询问用户是否需要升级,一律强制进行升级。Define a parameter UserConfirmUpdate in the Tr069 parameter tree. When the parameter UserConfirmUpdate on the device is set to false (the setting of this parameter can be set before the upgrade parameter is delivered, or it can be set when the upgrade parameter is sent, the same below), the system will be The device is forced to upgrade. FIG. 8 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to false according to an embodiment of the present invention. As shown in FIG. 8, the device does not need to ask the user whether an upgrade is required, and the upgrade is forced.
该强制进行升级的流程包括如下步骤:The process of forcing the upgrade includes the following steps:
1.设备发送Inform报文;1. The device sends an Inform message.
2.ACS回InformResponse;2.ACS returns to InformResponse;
3.设备发送空包;3. The device sends an empty packet;
4.ACS下发SetParameterValues RPC;4. The ACS delivers SetParameterValues RPC;
5.设备回SetParameterValuesResponse;5. The device returns to SetParameterValuesResponse;
6.设备从文件服务中下载配置或版本文件;6. The device downloads the configuration or version file from the file service;
7.设备重启,上报带TRANSFERCOMPLETE时间的Inform报文;7. The device restarts and reports the Inform message with the TRANSFERCOMPLETE time.
8.ACS回InformResponse;8.ACS back to InformResponse;
9.设备和ACS互发空包结束。9. The device and the ACS send out empty packets at the end.
图9是根据本发明实施例的当UserConfirmUpdate开关设置为true,并且用户确认需要升级的升级流程时序图,如图9所示,用户在用户界面点击确认按钮后,设备即启动升级流程。即当设备上的参数UserConfirmUpdate设置为true时,用户确认需要升级时,下载的时序变为:FIG. 9 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that an upgrade is required according to an embodiment of the present invention. As shown in FIG. 9, after the user clicks the confirmation button on the user interface, the device starts the upgrade process. That is, when the parameter UserConfirmUpdate on the device is set to true, when the user confirms that an upgrade is required, the download timing becomes:
1.设备发送Inform报文;1. The device sends an Inform message.
2.ACS回InformResponse;2.ACS returns to InformResponse;
3.设备发送空包;3. The device sends an empty packet;
4.ACS下发SetParameterValues RPC; 4. The ACS delivers SetParameterValues RPC;
5.设备回SetParameterValuesResponse;5. The device returns to SetParameterValuesResponse;
6.问询用户是否需要升级;6. Ask the user if they need to upgrade;
7.用户确认需要升级;7. The user confirms that an upgrade is required;
8.设备从文件服务中下载配置或版本文件;8. The device downloads the configuration or version file from the file service;
9.设备重启,上报带TRANSFERCOMPLETE时间的Inform报文;9. The device restarts and reports the Inform message with the TRANSFERCOMPLETE time.
10.ACS回InformResponse;10.ACS back to InformResponse;
11.设备和ACS互发空包结束。11. The device and the ACS send out empty packets at the end.
图10是根据本发明实施例的当UserConfirmUpdate开关设置为true,并且用户确认不需要升级的升级流程时序图,如图10所示,用户在用户界面点击取消按钮后,设备结束整个流程,并在下次开机界面中再次询问用户是否需要升级。当设备上的参数UserConfirmUpdate设置为true时,用户确认不需要升级时,下载的时序变为:10 is a timing diagram of an upgrade process when the UserConfirmUpdate switch is set to true and the user confirms that the upgrade is not required, as shown in FIG. 10, after the user clicks the cancel button on the user interface, the device ends the entire process, and is under In the secondary boot interface, ask the user again if they need to upgrade. When the parameter UserConfirmUpdate on the device is set to true, when the user confirms that no upgrade is required, the download timing becomes:
1.设备发送Inform报文;1. The device sends an Inform message.
2.ACS回InformResponse;2.ACS returns to InformResponse;
3.设备发送空包;3. The device sends an empty packet;
4.ACS下发SetParameterValues RPC;4. The ACS delivers SetParameterValues RPC;
5.设备回SetParameterValuesResponse;5. The device returns to SetParameterValuesResponse;
6.问询用户是否需要升级;6. Ask the user if they need to upgrade;
7.用户确认不需要升级;7. The user confirms that no upgrade is required;
8.设备和ACS互发空包结束。8. The device and the ACS send out empty packets at the end.
从时序图中可以看出,与原来的流程相比,增加了一个用户确认的过程,使得升级流程更加易用,最大限度的避免了由于升级给用户带来的干扰和不便。As can be seen from the timing diagram, compared with the original process, a user confirmation process is added, which makes the upgrade process easier to use, and avoids the interference and inconvenience caused by the upgrade to the maximum extent.
通过上述实施例及优选实施方式,在升级环节增加了用户确认开关,使得在升级效率和升级易用性之间有了一个平衡的选择;增强了升级的易用性,在原来的协议层 面是没有考虑到的。采用开关来控制是否需要用户确认升级的方式,能增强整个系统的易用性,最大限度的避免了由于升级给用户带来的干扰和不便。Through the above embodiments and the preferred embodiments, the user confirmation switch is added in the upgrade link, so that there is a balanced choice between the upgrade efficiency and the upgrade ease of use; the ease of use of the upgrade is enhanced in the original protocol layer. The face is not considered. The use of switches to control whether the user needs to confirm the upgrade mode can enhance the ease of use of the entire system, and minimize the interference and inconvenience caused by the upgrade to the user.
显然,本领域的技术人员应该明白,上述的本发明的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本发明不限制于任何特定的硬件和软件结合。It will be apparent to those skilled in the art that the various modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software.
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above description is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.
工业实用性Industrial applicability
如上所述,本发明实施例提供的一种设备升级处理方法、装置及网关设备。解决了相关技术中,在设备需要升级时,均是依据接收到的升级命令进行强制升级,并不会涉及用户确认是否升级的处理,因而存在用户体验差的问题,进而达到了在升级效率与升级易用性之间进行了较好的平衡,不仅能够起到增强系统易用性的好处,而且有效避免了对用户的干扰的效果。 As described above, the device upgrade processing method, device, and gateway device provided by the embodiments of the present invention. In the related art, when the device needs to be upgraded, it is forced to upgrade according to the received upgrade command, and does not involve the user to confirm whether the upgrade is processed, and thus there is a problem of poor user experience, thereby achieving the upgrade efficiency and A good balance between upgrade and ease of use not only enhances the benefits of system usability, but also effectively avoids interference with users.

Claims (11)

  1. 一种设备升级处理方法,包括:A device upgrade processing method includes:
    读取设备中用于标识是否进行用户确认升级的配置参数;Reading configuration parameters in the device for identifying whether to perform user confirmation upgrade;
    依据读取的所述配置参数进行升级处理。The upgrade process is performed according to the read configuration parameters.
  2. 根据权利要求1所述的方法,其中,在读取所述设备中用于标识是否进行用户确认升级的所述配置参数之前,还包括:The method of claim 1, further comprising: before reading the configuration parameter in the device for identifying whether to perform a user confirmation upgrade, further comprising:
    依据所述设备的以下信息至少之一,确定所述配置参数:所述设备的设备类型、所述设备运行的应用类型、对所述设备进行升级的升级效率。Determining, according to at least one of the following information of the device, the configuration parameter: a device type of the device, an application type of the device, and an upgrade efficiency of upgrading the device.
  3. 根据权利要求1所述的方法,其中,依据读取的所述配置参数进行升级处理包括:The method of claim 1, wherein the upgrading process according to the read configuration parameter comprises:
    在所述配置参数标识为不进行用户确认升级的情况下,强制对所述设备进行升级。When the configuration parameter is identified as not performing user confirmation upgrade, the device is forcibly upgraded.
  4. 根据权利要求1所述的方法,其中,依据读取的所述配置参数进行升级处理包括:The method of claim 1, wherein the upgrading process according to the read configuration parameter comprises:
    在所述配置参数标识为进行用户确认升级的情况下,发出确认是否进行升级的提示信息;In the case that the configuration parameter is identified as performing a user confirmation upgrade, a prompt message for confirming whether to perform the upgrade is issued;
    接收到针对所述提示信息反馈的响应信息;Receiving response information for the feedback of the prompt information;
    依据所述响应信息对所述设备进行升级处理。And upgrading the device according to the response information.
  5. 根据权利要求1至4中任一项所述的方法,其中,在读取所述设备中用于标识是否进行用户确认升级的所述配置参数之前,还包括:The method according to any one of claims 1 to 4, further comprising: before reading the configuration parameter in the device for identifying whether to perform a user confirmation upgrade, further comprising:
    确定所述设备采用设置参数方法替代上传方法的方式,执行上传处理;和/或,采用所述设置参数方法替代下载方法的方式,执行下载处理。Determining that the device adopts a setting parameter method instead of an uploading method, and performing an uploading process; and/or performing a downloading process by using the setting parameter method instead of the downloading method.
  6. 一种设备升级处理装置,包括:A device upgrade processing device includes:
    读取模块,设置为读取设备中用于标识是否进行用户确认升级的配置参数;Reading a module, configured to read a configuration parameter in the device for identifying whether to perform a user confirmation upgrade;
    处理模块,设置为依据读取的所述配置参数进行升级处理。The processing module is configured to perform an upgrade process according to the read configuration parameter.
  7. 根据权利要求6所述的装置,其中,还包括: The apparatus of claim 6 further comprising:
    第一确定模块,设置为依据所述设备的以下信息至少之一,确定所述配置参数:所述设备的设备类型、所述设备运行的应用类型、对所述设备进行升级的升级效率。The first determining module is configured to determine the configuration parameter according to at least one of the following information of the device: a device type of the device, an application type of the device, and an upgrade efficiency of upgrading the device.
  8. 根据权利要求6所述的装置,其中,所述处理模块包括:The apparatus of claim 6 wherein said processing module comprises:
    升级单元,设置为在所述配置参数标识为不进行用户确认升级的情况下,强制对所述设备进行升级。The upgrade unit is configured to force the device to be upgraded if the configuration parameter is identified as not performing user confirmation upgrade.
  9. 根据权利要求6所述的装置,其中,所述处理模块包括:The apparatus of claim 6 wherein said processing module comprises:
    发出单元,设置为在所述配置参数标识为进行用户确认升级的情况下,发出确认是否进行升级的提示信息;The issuing unit is configured to issue prompt information for confirming whether to upgrade if the configuration parameter is identified as performing user confirmation upgrade;
    接收单元,设置为接收到针对所述提示信息反馈的响应信息;a receiving unit, configured to receive response information for feedback of the prompt information;
    处理单元,设置为依据所述响应信息对所述设备进行升级处理。The processing unit is configured to perform an upgrade process on the device according to the response information.
  10. 根据权利要求6至9中任一项所述的装置,其中,还包括:The apparatus according to any one of claims 6 to 9, further comprising:
    第二确定模块,设置为确定所述设备采用设置参数方法替代上传方法的方式,执行上传处理;和/或,采用所述设置参数方法替代下载方法的方式,执行下载处理。The second determining module is configured to determine that the device adopts a setting parameter method instead of the uploading method, and performs an uploading process; and/or, in a manner that replaces the downloading method by using the setting parameter method, performs a downloading process.
  11. 一种网关设备,包括权利要求6至10中任一项所述的装置。 A gateway device comprising the apparatus of any one of claims 6 to 10.
PCT/CN2014/092068 2014-07-23 2014-11-24 Device upgrade processing method and apparatus, and gateway device WO2015117470A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410354375.8 2014-07-23
CN201410354375.8A CN105323091A (en) 2014-07-23 2014-07-23 Device upgrading method and device and gateway equipment

Publications (1)

Publication Number Publication Date
WO2015117470A1 true WO2015117470A1 (en) 2015-08-13

Family

ID=53777277

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/092068 WO2015117470A1 (en) 2014-07-23 2014-11-24 Device upgrade processing method and apparatus, and gateway device

Country Status (2)

Country Link
CN (1) CN105323091A (en)
WO (1) WO2015117470A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108632324A (en) * 2017-03-24 2018-10-09 深圳市帝迈生物技术有限公司 The multiple instruments of blood cell analyzer synchronize upgrade method, system and IPU terminals

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101860545A (en) * 2010-06-13 2010-10-13 中兴通讯股份有限公司 System and method for implementing automatic configuration of equipment
CN102065139A (en) * 2010-11-25 2011-05-18 青岛海信信芯科技有限公司 Software upgrading method and device and multimedia terminal
CN102314355A (en) * 2010-07-08 2012-01-11 上海易狄欧电子科技有限公司 E-book reader and upgrade method thereof
CN102541599A (en) * 2011-12-27 2012-07-04 深圳创维-Rgb电子有限公司 Method and system for upgrading electronic equipment on line, and television

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004157871A (en) * 2002-11-07 2004-06-03 Ntt Communications Kk Firmware updating method, device and program
CN1908897A (en) * 2005-08-03 2007-02-07 上海乐金广电电子有限公司 Software upgrading method for digital household appliances
CN102098662A (en) * 2009-12-09 2011-06-15 乐金电子(中国)研究开发中心有限公司 Method and system for updating software of mobile terminal
CN101883254A (en) * 2010-06-22 2010-11-10 上海大亚科技有限公司 IP unicast loading upgrading device and method for interactive television set top box
CN102316439B (en) * 2011-09-09 2017-11-24 中兴通讯股份有限公司 A kind of firmware upgrade method and system for realizing user side equipment
CN103731815B (en) * 2012-10-11 2017-05-17 北京新媒传信科技有限公司 Method and device for achieving mobile phone client software upgrading

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101860545A (en) * 2010-06-13 2010-10-13 中兴通讯股份有限公司 System and method for implementing automatic configuration of equipment
CN102314355A (en) * 2010-07-08 2012-01-11 上海易狄欧电子科技有限公司 E-book reader and upgrade method thereof
CN102065139A (en) * 2010-11-25 2011-05-18 青岛海信信芯科技有限公司 Software upgrading method and device and multimedia terminal
CN102541599A (en) * 2011-12-27 2012-07-04 深圳创维-Rgb电子有限公司 Method and system for upgrading electronic equipment on line, and television

Also Published As

Publication number Publication date
CN105323091A (en) 2016-02-10

Similar Documents

Publication Publication Date Title
JP6566500B2 (en) Method, terminal, and system for upgrading terminal system
EP2696532A2 (en) Method, server and system for starting application
US9485134B2 (en) Managing configurations of system management agents in a distributed environment
US9858064B2 (en) Methods and apparatus for vehicle computing system software updates
JP4664977B2 (en) Device management method for device management system
CN103984573B (en) The installation method and device of application program
WO2015117527A1 (en) Upgrade method and device
WO2018033094A1 (en) Rich communication suite release platform, method and system for version update, and mobile terminal
WO2017049550A1 (en) Adapter and adapter upgrade method
US20140208307A1 (en) Method and System for Upgrading CPE Firmware
CN107391193A (en) A kind of client, the system and method for configuration server
WO2016026329A1 (en) Terminal upgrade method and apparatus
CN111078266A (en) Client processing method and device for low-coupling incremental upgrading of voice software and server processing method
CN107395385A (en) Method for upgrading software and device
US20170351503A1 (en) Method and system for installing software
CN107526584B (en) Data access method and device
WO2018040923A1 (en) Pos terminal application package download method and apparatus, and communication method
EP1953957B1 (en) A remote load system of network device and method thereof
CN104104701A (en) Online service configuration updating method and system
WO2015117470A1 (en) Device upgrade processing method and apparatus, and gateway device
CN102622254A (en) Method and system for processing television outage
CN112203170B (en) Upgrading method, device, medium and equipment of optical network unit
KR100524588B1 (en) succeeding method of data in mobile
CN110740154A (en) streaming media service upgrading method, device and equipment
WO2015117360A1 (en) Processing method and device for tr069 protocol method, and gateway device

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: 14882069

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: 14882069

Country of ref document: EP

Kind code of ref document: A1