WO2009086681A1 - Method for updating wimax system network card - Google Patents

Method for updating wimax system network card Download PDF

Info

Publication number
WO2009086681A1
WO2009086681A1 PCT/CN2007/003978 CN2007003978W WO2009086681A1 WO 2009086681 A1 WO2009086681 A1 WO 2009086681A1 CN 2007003978 W CN2007003978 W CN 2007003978W WO 2009086681 A1 WO2009086681 A1 WO 2009086681A1
Authority
WO
WIPO (PCT)
Prior art keywords
installation package
device management
host
updating
update
Prior art date
Application number
PCT/CN2007/003978
Other languages
French (fr)
Chinese (zh)
Inventor
Dahu Zheng
Original Assignee
Zte Corporation
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 Corporation filed Critical Zte Corporation
Priority to PCT/CN2007/003978 priority Critical patent/WO2009086681A1/en
Publication of WO2009086681A1 publication Critical patent/WO2009086681A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present invention relates to the field of communications, and in particular, to designing a wave access global interoperability
  • WiMAX Worldwide Interoperability for Microwave Access , WiMAX
  • System NIC update method BACKGROUND
  • WiMAX is one of the fastest growing wireless broadband technologies.
  • WiMAX is a wireless metropolitan area network (WMAN) access technology developed under the general trend of telecom network convergence. It is a new air interface standard proposed for the chopping and millimeter wave bands. It will be realized in the future with an all-IP network. Seamless integration. The technology conforms to the IEEE802.16d and 16e standard technical specifications, and has the following advantages: It can improve the lack of traditional wireless networks; It is a non-direct view (NLOS) technology, so the transmission distance is long and the network coverage is wide; the system adopts OFDM coding technology.
  • NLOS non-direct view
  • WiMAX has the following advantages: It adopts IP communication protocol and is easy to integrate with other IP networks. It has high transmission rate and QoS mechanism, and can provide high-quality voice and multimedia services. It has a long transmission distance and can cover a wide range of areas. , reduce construction costs; high data transmission rate, can serve more users; complete security mechanism to ensure data security; because the technology is wireless transmission technology, it can reduce wiring costs.
  • WiMAX wireless network card basically adopts the scheme shown in FIG. As shown in Figure 1, the architecture of the WiMAX wireless network card can be mainly divided into two parts: host side software and device side software.
  • Host-side software includes user software (or GUI or Connection Manager), device Common API, and driver; device-side software is mainly firmware, which is used to implement the functions defined by the IEEE802.16e protocol, and a specific interface (USB). /PCMCIA/Express, etc.) drive function, chip start boot function, firmware download function, etc.
  • the non-volatile memory in this scheme uses an electrically erasable programmable memory (EEPROM) scheme instead of FLASH, and the firmware is not stored in the EEPROM on the device side. Instead, it is stored somewhere on the host.
  • EEPROM electrically erasable programmable memory
  • the main object of the present invention is to provide an update scheme for a network access card of a microwave access global interworking system, so as to update a network card on a host, thereby reducing update complexity.
  • a method for updating a wave accessing a global interworking system network card is provided.
  • the method includes: Step S302, the related information of the new version is encapsulated into an installation package, and the installation package is stored on the device management server; Step S304, the device management client of the host performs a device management session with the device management server; Step S306, In the case that it is determined through the device management session that a new version needs to be downloaded, the device management client requests to obtain the location address of the installation package, and downloads the installation package to the host according to the obtained location address. After the download is complete, the device management client sends a report message to the connection manager, where the report message carries at least one of the following: location information of the installation package in the host, and name information of the installation package.
  • the method further includes: Step S308: After the download is completed, the device management client updates by using the downloaded installation package.
  • the step S308 is specifically as follows: The connection manager notifies the device management client to start the update; the device management client closes the connection manager, and then updates. And, after the update, further includes: starting the closed connection manager.
  • the contents of the above installation package include: driver, device application interface, and firmware.
  • the package format of the installation package is MSI format.
  • the host loses power during the process of downloading the installation package, when the computer is powered on again, the host performs a breakpoint on the previously downloaded base ⁇ !
  • FIG. 1 is a block diagram of a WiMAX network card structure according to the related art
  • FIG. 2 is a flowchart of a method for updating a WiMAX system network card according to an embodiment of the present invention
  • FIG. 3 is a WiMAX system network card according to an embodiment of the present invention
  • FIG. 4 is a signaling flow diagram of a processing example of a method for updating a WiMAX system network card according to an embodiment of the present invention.
  • DETAILED DESCRIPTION a method for updating a network card of a WiMAX system is provided. This method can Apply OMA protocol updates (eg, upgrades) to the WiMAX wireless network card on the host. Before describing the method, the system architecture that implements the method is first described.
  • the WiMAX network card upgrade system consists of the following components: Open Mobile Alliance Device Management Server (OMA DM Server), Wimax Wireless Network Card, host (as shown in Figure 2, for example, can be a computer) side software.
  • OMA DM Server maintains up-to-date and relevant information and is responsible for initiating and managing the entire upgrade process.
  • the WiMAX wireless network card is a hardware device that implements the physical layer and the MAC layer of the Wimax protocol, and the entire upgrade process is transparent to the Wimax wireless network card.
  • the host side software is composed of user software, a device common application interface (Common API), and a driver.
  • Common API Common application interface
  • the user software provides a user-friendly interface, and converts the user-related operations of the interface into corresponding control commands, and drives the WiMAX wireless network card to complete the corresponding Function; driver WiMAX wireless network card hardware interface and WiMAX chip; device API provides user software with interface to control and manage WiMAX wireless network card, and OMA DM client (Client) is one of the modules used to cooperate with OMA DM Server Updates to WiMAX wireless network cards (including host side software and device side software for network cards).
  • the present invention proposes to package the network card driver, the device API, and the Connection Manager (CM) that need to be upgraded into an installation package of Microsoft Installation (MSI) format.
  • CM Connection Manager
  • the MSI installation package is first downloaded from the OMA DM Server to the host through the OMA DM Client, and then the CM is notified and the user selects whether to immediately run the MSI to perform the PC side software update operation.
  • This type of NIC upgrade is divided into two main phases: (1) Download: The MSI installation package is completely downloaded to the host through the OMA DM Client; (2) Update: initiated by the CM, by running the MSI installation package, using each The new version of the module replaces the old version.
  • the method for updating a WiMAX system network card includes: a step S302, encapsulating a new version of related information into an installation package (MSI format), and storing the installation package in the DM Server (ie, the above On the OMA DM Server, in step S304, the DM client of the host performs a DM session with the DM server; Step S306, in the case that it is determined that the new version needs to be downloaded through the DM session, the DM client requests to obtain the location address of the installation package, and The installation package is downloaded to the host according to the obtained location address.
  • MSI format installation package
  • the DM client After the download is complete, the DM client sends a report message to the CM, where the report message carries at least one of the following: location information of the installation package in the host, and name information of the installation package.
  • the method further includes: Step S308: After the download is completed, the DM client updates by using the downloaded installation package.
  • the step S308 is specifically as follows: The CM notifies the DM client to start the update; the DM client closes the CM, and then updates. And, after the updating, further comprising: starting the closed CM.
  • the contents of the above installation package include: driver, device application program interface (API), and firmware.
  • the updating method according to an embodiment of the present invention may include the following steps:
  • the device manufacturer makes the new version of the driver, device API and firmware into an MSI installation package and places it on the OMA DMS Server;
  • the OMA DMS Server initiates a device management session
  • the OMA DM Client sends a request to obtain the URL address of the MSI upgrade package, and starts downloading, and temporarily stores the downloaded MSI upgrade package in a certain location of the host;
  • the OMA DM Client reports the CM through the interface function, and the complete MSI upgrade package is downloaded. Whether to start the update process immediately; if an abnormal event such as power failure occurs during the download process, the OMA DL support is broken. Continue to transfer, so continue to download after booting, continue to perform normal processes;
  • the CM prompts the user to arrive at the new version through a pop-up dialog box, and needs to update the software immediately.
  • the CM is responsible for uninstalling the network card driver and device.
  • the CM notifies the OMA DM Client to start updating the software, the OMA DM Client closes the CM software, and starts running the MSI installation package, replacing the old version of the driver, device API and firmware;
  • the update status can be uploaded to the OMA DM Client and the OMA DM Server.
  • the present invention eliminates the complicated algorithm processing in the conventional method by updating on the host;
  • the invention has good versatility and can be used for WiMAX wireless network card products designed based on mainstream WiMAX terminal chips.
  • HSDPA/WCDMA/GSM/GPRS/EDGE/TD-SCDMA wireless network cards can use the present invention for OTA upgrade. That is, the remote management, maintenance, and upgrade of the WiMAX wireless network card can be well implemented.

Landscapes

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

Abstract

A method for updating WiMAX system network card includes the following steps: step S302, the correlative information with new version is packed into an installation package (MSI format), and the installation package is stored in DM Server (namely said OMA DM Server); Step S304, the DM client of host makes a DM session with the DM Server; Step S306, after confirming the need to download new version through the DM session, the DM client requests the address of the installation package and downloads the installation package to the host according to the address. The method omits complex algorithm processing, and it has good generality and can realize remote management, maintenance and upgrading of WiMAX wireless network card effectively.

Description

WiMAX系统网卡的更新方法 技术领域 本发明涉及通信领域, 并且特别地, 设计一种^:波接入全球互通 TECHNICAL FIELD The present invention relates to the field of communications, and in particular, to designing a wave access global interoperability
( Worldwide Interoperability for Microwave Access , WiMAX ) 系统网卡的更 新方法。 背景技术 随着 Internet技术的不断发展, 宽带接入技术也已经出现并不断进步。 WiMAX就是其中一项发展最为迅猛的无线宽带技术。 ( Worldwide Interoperability for Microwave Access , WiMAX ) System NIC update method. BACKGROUND With the continuous development of Internet technologies, broadband access technologies have also emerged and continuously improved. WiMAX is one of the fastest growing wireless broadband technologies.
WiMAX 是在电信网络融合的大趋势下发展起来的无线城域网 ( WMAN )接入技术, 是针对敖波和毫米波频段提出的一种新的空中接口标 准, 在未来将实现与全 IP 网络的无缝融合。 该技术遵循 IEEE802.16d、 16e 标准技术规格, 主要具有以下优势: 可以改善传统无线网络的缺失; 是非直 视性(NLOS )技术, 所以传输距离长, 网络覆盖范围广; 该制式采用 OFDM 编码技术, 具有高频谱效率, 高传输速率特性; 以 IP为; 出, 具备弹性的系 统扩充性; 支持语音、 影像等服务之服务品廣(QoS )需求, 支持多种频段, 可配合不同国家之频錯分配。该技术可以作为无线的 DSL、 Tl、 以及 Cellular 替代线路, 解决 Last Mile无线宽频接入问题。 与其它技术相比较, WiMAX具有以下优点: 采用 IP通信协议, 容易 与其它 IP网络整合; 传输速率高, 具有 QoS机制, 可提供高品质的语音及 多媒体服务; 传输距离远, 可覆盖大范围区域, 降低建设成本; 数据传输速 率高, 可服务较多的用户数; 安全机制完整, 可确保资料安全性; 由于该技 术是无线传输技术, 所以可降低布线成本。 为了支持移动特性, 在 IEEE802.16d的^出上加入了切换、 QoS、 安全 等新的特性, 用于便携和移动场景, 同时还可支持固定场景; 移动数据业务 是移动场景的主要应用,包括目前被业界广泛看好的移动 E-mail、移动 IPTV、 可枧电话、 移动游戏、 移动 VoIP等业务, 同时这些业务也是占用无线资源较 多的业务。 目前, WiMAX无线网卡的软件架构基本都采用图 1所示方案。 如图 1所示, WiMAX无线网卡的架构主要可分为两部分: 主机侧软件 和设备侧软件。主机侧软件包括用户软件(或者称为 GUI或者称为 Connection Manager )、设备 Common API、驱动程序;设备侧软件主要为固件( Firmware ), 用于实现 IEEE802.16e 协议定义的功能、 特定接口 (USB/PCMCIA/Express 等)驱动功能、 芯片启动自举功能、 固件下载功能等。 另外, 出于节省存储空间的考虑,这种方案中的非易失性存储器一^:都 采用电可擦写可编程存储器 (EEPROM )方案而不是 FLASH, 固件不是存 储在设备侧的 EEPROM中, 而是存放在主机的某个位置。 每当 WiMAX无 线网卡被插入主机中时, 主机中的操作系统会力 p载对应的驱动程序, 驱动程 序就会自动将固件下载到 WiMAX无线网卡的 RAM中。 当网卡被拔出后, RAM 中的固件会自动消失。 下次再插入设备时, 驱动程序又会自动将固件 下载到 WiMAX无线网卡的 RAM中。 针对这种无线网卡设备的软件方案,如何更好的进行设备软件 (包括主 机侧软件和设备侧软件)的远程管理、 维护、升级是一个需要面对的新问题。 众所周知, 许多移动终端已经采用 OTA方式进行软件的远程升级, 例 如, 开放移动联盟 (OMA )。 而由于移动终端本身的存储空间有限, 所以这 种升级方案大都采用了复杂的算法 (例如, 差分技术)来保证在存储空间有 限的情况下确保软件升级可靠性。 发明内容 考虑到上述问题而做出本发明, 为此,本发明的主要目的在于提供一种 微波接入全球互通系统网卡的更新方案 , 以在主机上对网卡进行更新 , 从而 降低更新的复杂度。 根据本发明的实施例,提供了一种 :波接入全球互通系统网卡的更新方 法。 该方法包括: 步驟 S302, 将新版本的相关信息封装为安装包, 并将安 装包存储在设备管理服务器上; 步骤 S304, 主机的设备管理客户端与设备管 理服务器进行设备管理会话; 步骤 S306, 在通过设备管理会话确定需要下载 新版本的情况下, 设备管理客户端请求获得安装包的位置地址, 并根据获得 的位置地址将安装包下载到主机中。 其中, 在下载完成后, 设备管理客户端向连接管理器发送上报消息, 其 中, 上报消息中携带有以下至少之一: 安装包在主机中的位置信息、 安装包 的名称信息。 另外, 在需要进行更新的情况下, 进一步包括: 步骤 S308, 在下载完 成后, 设备管理客户端利用下载的安装包进行更新。 其中, 步骤 S308具体为: 连接管理器通知设备管理客户端开始进行更 新; 设备管理客户端关闭连接管理器, 之后进行更新。 并且, 在更新之后进 一步包括: 启动关闭的连接管理器。 此外, 上述安装包中的内容包括: 驱动程序、 设备应用程序接口、 和固 件。 并且, 安装包的封装格式为 MSI格式。 此外, 在下载安装包的过程中主机掉电的情况下, 在再次开机时, 主机 在之前下载的基^!上进行断点续传。 通过本发明的上迷技术方案, 能够省去复杂的算法处理过程; 并且具有 良好的通用性, 有效实现 WiMAX无线网卡的远程管理、 维护和升级。 附图说明 此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中: 图 1是根据相关技术的 WiMAX网卡结构的框图; 图 2是根据本发明实施例的 WiMAX系统网卡的更新方法的流程图; 图 3是根据本发明实施例的 WiMAX系统网卡的更新方法的流程图;以 及 图 4是根据本发明实施例的 WiMAX系统网卡的更新方法的处理实例的 信令流程图。 具体实施方式 在本实施例中,提供了一种 WiMAX系统网卡的更新方法。该方法能够 在主机上应用 OMA协议更新(例如, 升级) WiMAX无线网卡。 在描述该方法之前, 首先^]夺描述实现该方法的系统架构。 如图 2所示, WiMAX网卡升级的系统由以下部分组成: 开放移动联盟 设备管理服务器(OMA DM Server ), Wimax无线网卡, 主机(如图 2所示, 例如, 可以是计算机) 侧软件。 OMA DM Server中保存着最新的相关信息, 并负责发起和管理升级的整个过程。 WiMAX无线网卡是实现 Wimax协议的 物理层和 MAC层的硬件设备, 整个升级过程对 Wimax无线网卡是透明的。 主机侧软件由用户软件、 设备通用应用程序接口 (Common API )、 驱动程序 组成, 其中, 用户软件提供用户友好界面, 将用户对界面的相关操作转化为 对应控制指令, 驱动 WiMAX无线网卡完成相应的功能; 驱动程序 WiMAX 无线网卡硬件接口和 WiMAX芯片; 设备 API 为用户软件提供控制和管理 WiMAX无线网卡的接口, 而 OMA DM客户端( Client )是其中的一个模块, 用于配合 OMA DM Server来实现对 WiMAX无线网卡(包括网卡的主机侧 软件和设备侧软件) 的更新。 针对 WiMAX无线网卡与主机密切相关的特殊运作模式 ,本发明提出将 需要升级的网卡驱动程序、 设备 API、 和连接管理器(Connection Manager, CM )打包成一个微软安装(MSI )格式的安装包, 先通过 OMA DM Client 将 MSI安装包从 OMA DM Server下载到主机中, 然后通知 CM并由用户选 择是否立即运行 MSI进行 PC侧软件的更新操作。 这种方式的网卡升级分为两个主要阶段: (1 ) 下载: 将 MSI安装包通 过 OMA DM Client完整的下载到主机中; ( 2 )更新: 由 CM发起, 通过运行 MSI安装包, 用各模块的新版本替换老版本。 下面将参照附图详细描述本实施例。 如图 3所示,根据本实施例的 WiMAX系统网卡的更新方法包括: 步錄 S302 , 将新版本的相关信息封装为安装包 (MSI格式), 并将安装包存储在 DM Server (即 , 上述的 OMA DM Server )上; 步骤 S304, 主机的 DM客户 端与 DM Server进行 DM会话; 步驟 S306, 在通过 DM会话确定需要下载 新版本的情况下, DM客户端请求获得安装包的位置地址, 并根据获得的位 置地址夺安装包下载到主机中。 其中, 在下载完成后, DM客户端向 CM发送上报消息, 其中, 上报消 息中携带有以下至少之一:安装包在主机中的位置信息、安装包的名称信息。 另外, 在需要进行更新的情况下, 进一步包括: 步骤 S308, 在下载完 成后, DM客户端利用下载的安装包进行更新。 其中, 步驟 S308具体为: CM通知 DM客户端开始进行更新; DM客 户端关闭 CM, 之后进行更新。 并且, 在更新之后进一步包括: 启动关闭的 CM。 此外,上述安装包中的内容包括:驱动程序、设备应用程序接口(API )、 和固件。 此外, 在下载安装包的过程中主机掉电的情况下, 在再次开机时, 主机 在之前下载的基础上进行断点续传。 如图 4所示, 在实际应用时,根据本发明实施例的更新方法可以包括以 下步骤: WiMAX is a wireless metropolitan area network (WMAN) access technology developed under the general trend of telecom network convergence. It is a new air interface standard proposed for the chopping and millimeter wave bands. It will be realized in the future with an all-IP network. Seamless integration. The technology conforms to the IEEE802.16d and 16e standard technical specifications, and has the following advantages: It can improve the lack of traditional wireless networks; It is a non-direct view (NLOS) technology, so the transmission distance is long and the network coverage is wide; the system adopts OFDM coding technology. , with high spectral efficiency, high transmission rate characteristics; IP; out, flexible system scalability; support for voice, video and other services, QoS requirements, support for multiple frequency bands, can match the frequency of different countries Misallocation. The technology can be used as a wireless DSL, Tl, and Cellular alternative to address the Last Mile wireless broadband access problem. Compared with other technologies, WiMAX has the following advantages: It adopts IP communication protocol and is easy to integrate with other IP networks. It has high transmission rate and QoS mechanism, and can provide high-quality voice and multimedia services. It has a long transmission distance and can cover a wide range of areas. , reduce construction costs; high data transmission rate, can serve more users; complete security mechanism to ensure data security; because the technology is wireless transmission technology, it can reduce wiring costs. In order to support the mobile features, new features such as handover, QoS, and security are added to the IEEE802.16d for portable and mobile scenarios, and fixed scenarios are also supported. Mobile data services are the main applications of mobile scenarios, including At present, it is widely regarded by the industry as mobile E-mail, mobile IPTV, mobile phone, mobile game, mobile VoIP, etc., and these services are also occupying more wireless resources. At present, the software architecture of the WiMAX wireless network card basically adopts the scheme shown in FIG. As shown in Figure 1, the architecture of the WiMAX wireless network card can be mainly divided into two parts: host side software and device side software. Host-side software includes user software (or GUI or Connection Manager), device Common API, and driver; device-side software is mainly firmware, which is used to implement the functions defined by the IEEE802.16e protocol, and a specific interface (USB). /PCMCIA/Express, etc.) drive function, chip start boot function, firmware download function, etc. In addition, in order to save storage space, the non-volatile memory in this scheme uses an electrically erasable programmable memory (EEPROM) scheme instead of FLASH, and the firmware is not stored in the EEPROM on the device side. Instead, it is stored somewhere on the host. Whenever a WiMAX wireless network card is inserted into the host, the operating system in the host will force the corresponding driver, and the driver will automatically download the firmware to the RAM of the WiMAX wireless network card. When the NIC is removed, the firmware in RAM will automatically disappear. The next time you plug in the device, the driver will automatically download the firmware to the RAM of the WiMAX wireless network card. For the software solution of the wireless network card device, how to better perform remote management, maintenance and upgrade of the device software (including the host side software and the device side software) is a new problem to be faced. As is well known, many mobile terminals have adopted the OTA method for remote upgrade of software, for example, the Open Mobile Alliance (OMA). Due to the limited storage space of the mobile terminal itself, most of the upgrade schemes use complex algorithms (for example, differential technology) to ensure software upgrade reliability in the case of limited storage space. SUMMARY OF THE INVENTION The present invention has been made in view of the above problems. Therefore, the main object of the present invention is to provide an update scheme for a network access card of a microwave access global interworking system, so as to update a network card on a host, thereby reducing update complexity. . According to an embodiment of the present invention, there is provided a method for updating a wave accessing a global interworking system network card. The method includes: Step S302, the related information of the new version is encapsulated into an installation package, and the installation package is stored on the device management server; Step S304, the device management client of the host performs a device management session with the device management server; Step S306, In the case that it is determined through the device management session that a new version needs to be downloaded, the device management client requests to obtain the location address of the installation package, and downloads the installation package to the host according to the obtained location address. After the download is complete, the device management client sends a report message to the connection manager, where the report message carries at least one of the following: location information of the installation package in the host, and name information of the installation package. In addition, in the case that the update is required, the method further includes: Step S308: After the download is completed, the device management client updates by using the downloaded installation package. The step S308 is specifically as follows: The connection manager notifies the device management client to start the update; the device management client closes the connection manager, and then updates. And, after the update, further includes: starting the closed connection manager. In addition, the contents of the above installation package include: driver, device application interface, and firmware. Also, the package format of the installation package is MSI format. In addition, in the case that the host loses power during the process of downloading the installation package, when the computer is powered on again, the host performs a breakpoint on the previously downloaded base ^! Through the technical solution of the present invention, complicated algorithm processing can be omitted; and the universality is good, and the remote management, maintenance and upgrade of the WiMAX wireless network card are effectively realized. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, In the drawings: FIG. 1 is a block diagram of a WiMAX network card structure according to the related art; FIG. 2 is a flowchart of a method for updating a WiMAX system network card according to an embodiment of the present invention; FIG. 3 is a WiMAX system network card according to an embodiment of the present invention; A flowchart of an update method; and FIG. 4 is a signaling flow diagram of a processing example of a method for updating a WiMAX system network card according to an embodiment of the present invention. DETAILED DESCRIPTION In this embodiment, a method for updating a network card of a WiMAX system is provided. This method can Apply OMA protocol updates (eg, upgrades) to the WiMAX wireless network card on the host. Before describing the method, the system architecture that implements the method is first described. As shown in Figure 2, the WiMAX network card upgrade system consists of the following components: Open Mobile Alliance Device Management Server (OMA DM Server), Wimax Wireless Network Card, host (as shown in Figure 2, for example, can be a computer) side software. The OMA DM Server maintains up-to-date and relevant information and is responsible for initiating and managing the entire upgrade process. The WiMAX wireless network card is a hardware device that implements the physical layer and the MAC layer of the Wimax protocol, and the entire upgrade process is transparent to the Wimax wireless network card. The host side software is composed of user software, a device common application interface (Common API), and a driver. The user software provides a user-friendly interface, and converts the user-related operations of the interface into corresponding control commands, and drives the WiMAX wireless network card to complete the corresponding Function; driver WiMAX wireless network card hardware interface and WiMAX chip; device API provides user software with interface to control and manage WiMAX wireless network card, and OMA DM client (Client) is one of the modules used to cooperate with OMA DM Server Updates to WiMAX wireless network cards (including host side software and device side software for network cards). In view of the special operation mode in which the WiMAX wireless network card is closely related to the host, the present invention proposes to package the network card driver, the device API, and the Connection Manager (CM) that need to be upgraded into an installation package of Microsoft Installation (MSI) format. The MSI installation package is first downloaded from the OMA DM Server to the host through the OMA DM Client, and then the CM is notified and the user selects whether to immediately run the MSI to perform the PC side software update operation. This type of NIC upgrade is divided into two main phases: (1) Download: The MSI installation package is completely downloaded to the host through the OMA DM Client; (2) Update: initiated by the CM, by running the MSI installation package, using each The new version of the module replaces the old version. The embodiment will be described in detail below with reference to the drawings. As shown in FIG. 3, the method for updating a WiMAX system network card according to this embodiment includes: a step S302, encapsulating a new version of related information into an installation package (MSI format), and storing the installation package in the DM Server (ie, the above On the OMA DM Server, in step S304, the DM client of the host performs a DM session with the DM server; Step S306, in the case that it is determined that the new version needs to be downloaded through the DM session, the DM client requests to obtain the location address of the installation package, and The installation package is downloaded to the host according to the obtained location address. After the download is complete, the DM client sends a report message to the CM, where the report message carries at least one of the following: location information of the installation package in the host, and name information of the installation package. In addition, in the case that the update is required, the method further includes: Step S308: After the download is completed, the DM client updates by using the downloaded installation package. The step S308 is specifically as follows: The CM notifies the DM client to start the update; the DM client closes the CM, and then updates. And, after the updating, further comprising: starting the closed CM. In addition, the contents of the above installation package include: driver, device application program interface (API), and firmware. In addition, in the case that the host loses power during the process of downloading the installation package, the host resumes the breakpoint on the basis of the previous download when the power is turned on again. As shown in FIG. 4, in an actual application, the updating method according to an embodiment of the present invention may include the following steps:
( 1 )设备制造商将新版本的驱动程序、 设备 API 和固件制作成 MSI 安装包, 并放在 OMA DMS Server上; (1) The device manufacturer makes the new version of the driver, device API and firmware into an MSI installation package and places it on the OMA DMS Server;
( 2 )如果网卡为正常连接状态, 则 OMA DMS Server会发起一个设备 管理会话; (2) If the network card is in a normal connection state, the OMA DMS Server initiates a device management session;
( 3 )运行于主机上的 OMA DM Client与 OMA服务器完成一个完整的 DM会话, 并返回响应, 如果确认有新版本需要下载, 则开始执行一个下载 的动作; (3) The OMA DM Client running on the host completes a complete DM session with the OMA server, and returns a response. If it is confirmed that a new version needs to be downloaded, a download action is started;
( 4 ) OMA DM Client发送请求得到 MSI升级包的 URL地址, 并开始 下载, 并将下载的 MSI升级包暂存在主机的某一个位置; (4) The OMA DM Client sends a request to obtain the URL address of the MSI upgrade package, and starts downloading, and temporarily stores the downloaded MSI upgrade package in a certain location of the host;
( 5 )下载成功后 , OMA DM Client通过接口函数上报 CM,完整的 MSI 升级包下载完毕, 是否要立即开始更新过程; 如果下载过程之中发生断电之 类的异常事件, 由于 OMA DL支持断点续传, 所以开机之后会继续下载, 继 续执行正常流程; (5) After the download is successful, the OMA DM Client reports the CM through the interface function, and the complete MSI upgrade package is downloaded. Whether to start the update process immediately; if an abnormal event such as power failure occurs during the download process, the OMA DL support is broken. Continue to transfer, so continue to download after booting, continue to perform normal processes;
( 6 )网卡完成 MSI升级包的下载后, 需要执行更新操作以完成升级工 作, 所以在整个下载过程结束后, CM通过 OMA DM Client主动上 ^艮的消息 得知下载动作已经成功完成,而该上 4艮消息中包含了 MSI安装包的具体存放 路径和文件名。 (6) After the NIC completes the download of the MSI upgrade package, it needs to perform an update operation to complete the upgrade. Therefore, after the entire download process is finished, the CM learns through the OMA DM Client that the download operation has been successfully completed, and the above four messages contain the specific storage path and file name of the MSI installation package.
( 7 ) CM 通过弹出对话框, 提示用户有新版本到达, 是否需要立即更 新软件。 (7) The CM prompts the user to arrive at the new version through a pop-up dialog box, and needs to update the software immediately.
( 8 )用户选择立即更新后, (9 ) 由 CM负责卸载网卡驱动程序、 设备(8) After the user chooses to update immediately, (9) The CM is responsible for uninstalling the network card driver and device.
API; API;
( 10 ) CM通知 OMA DM Client开始更新软件, OMA DM Client关闭 CM软件, 并开始运行 MSI安装包, 替换老版本的驱动程序、 设备 API和固 件; (10) The CM notifies the OMA DM Client to start updating the software, the OMA DM Client closes the CM software, and starts running the MSI installation package, replacing the old version of the driver, device API and firmware;
( 11 ) 当 OMA DM Client完成更新之后, 启动 CM软件; CM运行后 通知用户, 如果要新版本立即生效, 请将卡拔除后重新插入。 (11) After the OMA DM Client completes the update, start the CM software; after the CM runs, notify the user that if the new version is to take effect immediately, please remove the card and reinsert it.
( 12 )和( 13 )之后, 可以将更新状态上传到 OMA DM Client和 OMA DM Server„ 综上所述, 本发明通过在主机上进行更新, 省去了传统方法中复杂的算 法处理过程;并且,本发明具有良好的通用性,可用于针对基于主流 WiMAX 终 端 芯 片 所 设 计 的 WiMAX 无 线 网 卡 产 品 , 例 如 , HSDPA/WCDMA/GSM/GPRS/EDGE/TD-SCDMA 无线网卡均可以采用本发 明进行 OTA升级, 即, 可很好的实现 WiMAX无线网卡的远程管理、 维护 和升级。 以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。 After (12) and (13), the update status can be uploaded to the OMA DM Client and the OMA DM Server. As described above, the present invention eliminates the complicated algorithm processing in the conventional method by updating on the host; The invention has good versatility and can be used for WiMAX wireless network card products designed based on mainstream WiMAX terminal chips. For example, HSDPA/WCDMA/GSM/GPRS/EDGE/TD-SCDMA wireless network cards can use the present invention for OTA upgrade. That is, the remote management, maintenance, and upgrade of the WiMAX wireless network card can be well implemented. The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and the present invention is applicable to those skilled in the art. Various modifications and changes may be made, and any modifications, equivalents, improvements, etc., made within the spirit and scope of the invention are intended to be included within the scope of the invention.

Claims

权 利 要 求 书 Claim
1. 一种微波接入全球互通系统网卡的更新方法, 其特征在于, 包括:  A method for updating a network access card of a global access system for microwave access, comprising:
步骤 S302, 将新版本的相关信息封装为安装包, 并将所述安装包 存储在设备管理服务器上;  Step S302, encapsulating the related information of the new version into an installation package, and storing the installation package on the device management server;
步骤 S304, 主机的设备管理客户端与所述设备管理服务器进行设 备管理会话;  Step S304, the device management client of the host performs a device management session with the device management server.
步驟 S306, 在通过所述设备管理会话确定需要下载所述新版本的 情况下, 所述设备管理客户端请求获得所述安装包的位置地址, 并根据 获得的所述位置地址将所述安装包下载到所述主机中。  Step S306, in the case that it is determined by the device management session that the new version needs to be downloaded, the device management client requests to obtain a location address of the installation package, and the installation package is obtained according to the obtained location address. Download to the host.
2. ■据权利要求 1所述的更新方法, 其特征在于, 在所述下载完成后, 所 述设备管理客户端向连接管理器发送上报消息, 其中, 所述上报消息中 携带有以下至少之一: 所述安装包在所述主机中的位置信息、 所述安装 包的名称信息。 The update method according to claim 1, wherein, after the downloading is completed, the device management client sends a report message to the connection manager, where the report message carries at least the following A: location information of the installation package in the host, and name information of the installation package.
3. 根据权利要求 1所述的更新方法, 其特征在于, 在需要进行更新的情况 下, 进一步包括: The update method according to claim 1, wherein, in the case that an update is required, the method further includes:
步骤 S308, 在下载完成后, 所述设备管理客户端利用下载的所述 安装包进行更新。  Step S308, after the download is completed, the device management client updates by using the downloaded installation package.
4. 根据权利要求 3所述的更新方法, 其特征在于, 所述步骤 S308具体为: 所述连接管理器通知所述设备管理客户端开始进行更新; 所述设备管理客户端关闭所述连接管理器, 之后进行更新。 The updating method according to claim 3, wherein the step S308 is specifically: the connection manager notifying the device management client to start updating; the device management client closing the connection management , then update.
5. 根据权利要求 4所述的更新方法, 其特征在于,在更新之后进一步包括: 启动关闭的所述连接管理器。 5. The updating method according to claim 4, further comprising: after the updating, starting the closed connection manager.
6. 根据权利要求 1至 5中任一项所述的更新方法, 其特征在于, 所述安装 包中的内容包括: 驱动程序、 设备应用程序接口、 和固件。 The update method according to any one of claims 1 to 5, wherein the content in the installation package comprises: a driver, a device application interface, and firmware.
7. 根据权利要求 1至 5中任一项所述的更新方法, 其特征在于, 所述安装 包的封装格式为 MSI格式。 根据权利要求 1至 5中任一项所述的更新方法, 其特征在于, 在下载所 述安装包的过程中所述主机掉电的情况下, 在再次开机时, 所述主机在 之前下载的基础上进行断点续传。 The update method according to any one of claims 1 to 5, wherein the package format of the installation package is an MSI format. The updating method according to any one of claims 1 to 5, wherein, in the case that the host is powered off during the process of downloading the installation package, the host is previously downloaded when the device is powered on again. Based on the breakpoint resume.
PCT/CN2007/003978 2007-12-29 2007-12-29 Method for updating wimax system network card WO2009086681A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2007/003978 WO2009086681A1 (en) 2007-12-29 2007-12-29 Method for updating wimax system network card

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2007/003978 WO2009086681A1 (en) 2007-12-29 2007-12-29 Method for updating wimax system network card

Publications (1)

Publication Number Publication Date
WO2009086681A1 true WO2009086681A1 (en) 2009-07-16

Family

ID=40852765

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/003978 WO2009086681A1 (en) 2007-12-29 2007-12-29 Method for updating wimax system network card

Country Status (1)

Country Link
WO (1) WO2009086681A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016184352A1 (en) * 2015-05-21 2016-11-24 阿里巴巴集团控股有限公司 Method and device for upgrading vhost-net module
CN108563458A (en) * 2018-04-09 2018-09-21 济南浪潮高新科技投资发展有限公司 Firmware update and system, Web client, baseboard management controller
CN108628625A (en) * 2018-04-28 2018-10-09 济南浪潮高新科技投资发展有限公司 The firmware update and SMC of ethernet controller in whole machine cabinet server

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020073415A1 (en) * 2000-12-13 2002-06-13 Kim In-Soo System and method for upgrading device driver
CN1477500A (en) * 2002-08-19 2004-02-25 万达信息股份有限公司 Software automatic upgrading and updating method under Client/Server frame
CN1641575A (en) * 2004-01-05 2005-07-20 华硕电脑股份有限公司 Firmware update treating method and application
CN1949718A (en) * 2005-10-14 2007-04-18 摩托罗拉公司 FOTA supplying method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020073415A1 (en) * 2000-12-13 2002-06-13 Kim In-Soo System and method for upgrading device driver
CN1477500A (en) * 2002-08-19 2004-02-25 万达信息股份有限公司 Software automatic upgrading and updating method under Client/Server frame
CN1641575A (en) * 2004-01-05 2005-07-20 华硕电脑股份有限公司 Firmware update treating method and application
CN1949718A (en) * 2005-10-14 2007-04-18 摩托罗拉公司 FOTA supplying method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016184352A1 (en) * 2015-05-21 2016-11-24 阿里巴巴集团控股有限公司 Method and device for upgrading vhost-net module
CN106250166A (en) * 2015-05-21 2016-12-21 阿里巴巴集团控股有限公司 A kind of half virtualization network interface card kernel accelerating module upgrade method and device
CN106250166B (en) * 2015-05-21 2019-09-20 阿里巴巴集团控股有限公司 A kind of half virtualizes network interface card kernel accelerating module upgrade method and device
US10521221B2 (en) 2015-05-21 2019-12-31 Alibaba Group Holding Limited Method and apparatus for upgrading vhost-net module
US11055086B2 (en) 2015-05-21 2021-07-06 Alibaba Group Holding Limited Method and apparatus for upgrading vhost-net module
CN108563458A (en) * 2018-04-09 2018-09-21 济南浪潮高新科技投资发展有限公司 Firmware update and system, Web client, baseboard management controller
CN108628625A (en) * 2018-04-28 2018-10-09 济南浪潮高新科技投资发展有限公司 The firmware update and SMC of ethernet controller in whole machine cabinet server

Similar Documents

Publication Publication Date Title
US20060200658A1 (en) Agent framework for mobile devices
CN102869125B (en) Data card and its communication means, system
RU2549126C2 (en) Method and system for installing and updating software of application terminal in home network
CN101577901B (en) Wireless access platform and equipment upgrading management system and method thereof
CN201298922Y (en) Wireless transmitting/receiving unit
EP2582089A1 (en) System and method for implementing automatic configuration for equipments
CN101335641A (en) Method, apparatus and system for updating apparatus
CN110175042A (en) A kind of firmware upgrade method, device and its relevant device
WO2011076146A1 (en) Method for downloading application data, digital television reception terminal and system
KR20100033451A (en) Mobile terminals and method for updating software thereof
WO2012022072A1 (en) Method, device and system for triggering terminal operation
WO2010022575A1 (en) Mobile terminal and wimax base station intercommunicating method and system, mobile terminal
WO2012058880A1 (en) Method and system for upgrading terminal through wireless fidelity (wifi)
EP2171917B1 (en) System and method for providing device management service to electronic device having no broadband communication module
US8838754B1 (en) Mobile device with a management forest in a device management network
JP2011515921A (en) Touchless plug and play base transceiver station
CN111147314A (en) Switch upgrading method, device and storage medium
CN101662838B (en) Device, method and USB data card for realizing internet surfing without drive
WO2012065401A1 (en) Data card and method and system for customizing its application service
WO2014134989A2 (en) Android terminal and upgrade method therefor
CN101056209A (en) A maintenance method and device for radio terminal image file
CN109600451A (en) A kind of terminal device firmware upgrade method and system based on Websocket long connection
CN110012527A (en) Awakening method and electronic equipment
WO2009086681A1 (en) Method for updating wimax system network card
US9820310B2 (en) Network connection method and system

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

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

Country of ref document: EP

Kind code of ref document: A1