CN101631112B - Software uninstalling method and terminal - Google Patents

Software uninstalling method and terminal Download PDF

Info

Publication number
CN101631112B
CN101631112B CN 200810141661 CN200810141661A CN101631112B CN 101631112 B CN101631112 B CN 101631112B CN 200810141661 CN200810141661 CN 200810141661 CN 200810141661 A CN200810141661 A CN 200810141661A CN 101631112 B CN101631112 B CN 101631112B
Authority
CN
China
Prior art keywords
software
unloading
cpe
unloading command
software module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN 200810141661
Other languages
Chinese (zh)
Other versions
CN101631112A (en
Inventor
方平
吴黄伟
张钦亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zhongcai Wyse Education Technology Co ltd
Nantong Yao Cheng Home Textile City Investment Co.,Ltd.
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN 200810141661 priority Critical patent/CN101631112B/en
Publication of CN101631112A publication Critical patent/CN101631112A/en
Application granted granted Critical
Publication of CN101631112B publication Critical patent/CN101631112B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a software uninstalling method and a terminal. The method comprises the following steps: receiving uninstalling instruction sent by an automatic configuration server through remote procedure call; and executing the uninstalling instruction. Correspondingly, the invention also provides a terminal using the software uninstalling method. The embodiment of the invention realizes remote uninstall of installed software modules in CPE, saves the resource in the CPE, and ensures normal operation of other software modules in the CPE.

Description

A kind of software uninstalling method and terminal
Technical field
The present invention relates to the communications applications field, particularly a kind of software uninstalling method and terminal.
Background technology
DSL (Digital Subscriber Line, digital subscriber line) is a kind of broadband access technology, has been widely used in the broadband access (its classical group net mode is seen Fig. 1) of average family at present.Based on the various application of broadband access technology, for example VoIP (Voice over IP, Voice over IP), IPTV (Internet Protocol Television, Internet Protocol Television) etc., need various IP-based terminal equipments.These IP application terminals that enter family are called as CPE (Customer PremisesEquipment, customer premises equipment, CPE).ACS (Auto-configuration Server, Automatic Configuration Server) is responsible for CPE is automatically configured and manages, and does not need user intervention to reach, the purpose that CPE can work.ACS is general, and various RPC (Remote Procedure Call, the remote procedure call) method of using realizes the modification of CPE parameter and setting.
The inventor is realizing process discovery of the present invention, and there are the following problems at least for prior art: when the user cancelled certain business, prior art did not provide the scheme of Automatic Configuration Server unloading corresponding software.。
Summary of the invention
The software uninstalling method of the embodiment of the present invention and terminal have realized the long-range unloading of mounting software module in CPE, save the resource in CPE, guarantee the normal operation of other software module in CPE.
The software uninstalling method that the embodiment of the present invention provides comprises:
Receive the unloading command that Automatic Configuration Server sends by remote procedure call;
Carry out described unloading command.
The terminal that the embodiment of the present invention provides comprises:
Receiving element is used for receiving the unloading command that described Automatic Configuration Server sends by remote procedure call;
Performance element is used for carrying out described unloading command.
Can be found out the software uninstalling method that the embodiment of the present invention provides and terminal, the unloading command that sends by remote procedure call by receiving Automatic Configuration Server by such scheme; Carry out described unloading command, saved the resource in the customer premises equipment, CPE, guaranteed the normal operation of other software module in the customer premises equipment, CPE.
Description of drawings
Fig. 1 is the structural representation of prior art DSL typical case networking;
Fig. 2 is the flow chart of the embodiment of the present invention one software uninstalling method;
Fig. 3 is the flow chart of the embodiment of the present invention two software uninstalling methods;
Fig. 4 is the flow chart of the embodiment of the present invention three software uninstalling methods;
Fig. 5 is the structural representation of the embodiment of the present invention four terminals;
Fig. 6 is the structural representation of the embodiment of the present invention five terminals;
Fig. 7 is the structural representation of the embodiment of the present invention six terminals.
Embodiment
The software uninstalling method that the embodiment of the present invention provides and terminal have realized the long-range unloading of mounting software module in CPE, save the resource in CPE, guarantee the normal operation of other software module in CPE, are illustrated below in conjunction with accompanying drawing.
Fig. 2 is the flow chart of the embodiment of the present invention one software uninstalling method, comprises step:
The unloading command that S201, reception Automatic Configuration Server send by remote procedure call;
Unloading command herein sends by remote procedure call, and unloading command also adopts remote procedure calling (PRC) method to realize.
S202, carry out described unloading command.
In the method, unloading command is that ACS realizes that Long-distance Control CPE unloading designated software generates, and its implementation has multiple, will illustrate in the subsequent implementation mode.
The software uninstalling method that the embodiment of the present invention provides has been realized the long-range unloading of mounting software module in CPE, saves the resource in CPE, guarantees the normal operation of other software module in CPE.
The example that the embodiment of the present invention two utilizes the RPC agreement to realize for embodiment one, Fig. 3 is the method schematic flow sheet, the method specifically comprises:
S301, CPE initiate to connect to ACS, set up session;
S302, ACS send software unloading order, the software module in unloading CPE to CPE;
Transmission can be based on the TR-069 agreement, has which software module during ACS can first inquire about CPE before this step.Can also there be other RPC method call between this step and S301;
S303, CPE carry out the software unloading order of ACS, and the execution result of feedback software unloading order;
Concrete, this software unloading order can utilize the RPC agreement to define, and example sees the following form 1 to table 3:
Table 1-UninstallSoftware software unloading command parameter table
Parameter name Parameter type Parametric description
The list of SoftwareList software module SoftwareStru ct[] software module structure The software module list structure, the information of wherein each appointment one software module, concrete software module information definition such as table 2
ParameterKe y parameter keyword String (32) character string Be used for the ParameterKey parameter is set, during UninstallSoftware order successful execution that and if only if, revise ParameterKey parameter value corresponding in CPE.
The definition of table 2 SoftwareStruct software module structure
Parameter name Parameter type Parametric description
SoftwareName software module title String (256) character string The title of definition software module
SoftwareVersion software module version String (256) character string The version information of software module, when not specifying concrete version information, all versions of this software module of acquiescence unloading
Table 3 UninstallSoftwareResponse software unloading command response parameter list
Parameter name Parameter type Parametric description
The Status state Int[0:1] integer Success response to the method is defined as follows: the software module of 0 all appointments of expression is unloaded and be successfully applied; The software module of 1 all appointments of expression has been identified and can have successfully unloaded, but wherein the part execution result not yet is employed
The software module that this step is used for notifying all appointments of ACS is unloaded and be employed, or all software modules confirmed can be unloaded, but wherein partly or entirely the execution result of software module unloading not yet be employed etc.
S304: close connection breaking, finish this session.
May also there be other RPC method call between this step and S303.
The software uninstalling method that the embodiment of the present invention provides has utilized the unloading order of RPC protocol definition, has realized the long-range unloading of mounting software module in CPE, saves the resource in CPE, guarantees the normal operation of other software module in CPE.
The embodiment of the present invention three is utilized the example of available data model realization for embodiment one, need to increase following software module parameter in existing data model, the software module information in definition CPE, for example software module title, software version, the state of software module.Wherein the state of software module comprises " Install ", " Active ", " Disable " and " Uninstall ", expression needs to install this software module respectively, software module has been installed and has been in servicely, and out of service and software module needs unloaded but software module has been installed.
Concrete parameter-definition is as shown in table 4:
Table 4-software module parameter list
Figure S2008101416610D00051
Utilize the parameter model after this increase, realize that the method for long-range unloading is as follows:
S401:CPE initiates to connect to ACS, sets up session;
S402:ACS sends the parameter modification order to CPE, is used for the state of Update Table model software module.
ACS has which software module in can first inquire about CPE before this step.May also there be other RPC method call between this step and S401;
S403:CPE revises the parameter of ACS appointment, and returns to execution result;
S404: when the state that software module detected as CPE becomes " Uninstall ", the software module of CPE unloading appointment, and will delete this software module example after the unloading of software module.
S405: close connection breaking, finish this session.May also there be other RPC method call between this step and step 3.
The software uninstalling method that the embodiment of the present invention provides has utilized the data model that increases, and has realized the long-range unloading of mounting software module in CPE, saves the resource in CPE, guarantees the normal operation of other software module in CPE.
Fig. 5 is the structural representation of the embodiment of the present invention four terminals, and this terminal comprises:
Receiving element 501 is used for receiving the unloading command that described Automatic Configuration Server sends by remote procedure call;
Performance element 502 is used for carrying out described unloading command.
In further embodiment of this invention, as shown in Figure 6, be the structural representation of the embodiment of the present invention five terminals, on the basis of embodiment four, performance element 502 further comprises:
Extraction unit 5021 is for the software information of the appointment of extracting described unloading command;
Unloading unit 5022 is used for the corresponding software of software information unloading according to described appointment.
In this embodiment, unloading command adopts the remote procedure call protocol definition, but concrete example reference example two.
In another embodiment of the present invention, as shown in Figure 7, on the basis of embodiment four, performance element 502 further comprises for the structural representation of the embodiment of the present invention six terminals:
Extraction unit 5021 is for the software information of the appointment of extracting described unloading command;
Revise unit 5023, be used for according to the software information of described appointment, the state parameter of corresponding software being revised as and wait to unload;
Operating unit 5024, being used for unloading described state parameter is software to be unloaded.
In this embodiment, unloading command is used for revising the software parameter that adopts the data model after increasing, but concrete example reference example three.
In yet another embodiment of the invention, on above-described embodiment four, five, six bases, terminal can also comprise:
Feedback unit 503 is used for utilizing described session connection to send execution result to described Automatic Configuration Server, and disconnects described session connection.
The terminal that the embodiment of the present invention provides has realized the long-range unloading of mounting software module in CPE, saves the resource in CPE, guarantees the normal operation of other software module in CPE.
Be more than the explanation to the specific embodiment of the invention, can be improved appropriately method of the present invention in concrete implementation process, to adapt to the concrete needs of concrete condition.Therefore be appreciated that according to the specific embodiment of the present invention just to play an exemplary role, not in order to limit protection scope of the present invention.

Claims (5)

1. the method for a software unloading, is characterized in that, comprising:
Receive the unloading command that Automatic Configuration Server sends by remote procedure call;
Carry out described unloading command;
Described unloading command is the parameter modification order, comprising the software information of appointment;
The described unloading command of described execution comprises, according to the software information of described appointment, the state parameter of corresponding software is revised as and waits to unload, and to unload described state parameter is software to be unloaded.
2. the method for claim 1, is characterized in that, described unloading command is that the software in described Automatic Configuration Server inquiring user premises equipment sends afterwards.
3. method as described in claim 1 to 2 any one, is characterized in that, also comprises after the described unloading command of described execution, sends execution result to described Automatic Configuration Server.
4. a terminal, is characterized in that, comprising:
Receiving element is used for receiving the unloading command that Automatic Configuration Server sends by remote procedure call;
Performance element is used for carrying out described unloading command;
Described performance element comprises:
Extraction unit is for the software information of the appointment of extracting described unloading command;
Revise the unit, be used for according to the software information of described appointment, the state parameter of corresponding software being revised as and wait to unload;
Operating unit, being used for unloading described state parameter is software to be unloaded.
5. terminal as claimed in claim 4, is characterized in that, also comprises:
Feedback unit sends execution result to described Automatic Configuration Server.
CN 200810141661 2008-07-18 2008-07-18 Software uninstalling method and terminal Expired - Fee Related CN101631112B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200810141661 CN101631112B (en) 2008-07-18 2008-07-18 Software uninstalling method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200810141661 CN101631112B (en) 2008-07-18 2008-07-18 Software uninstalling method and terminal

Publications (2)

Publication Number Publication Date
CN101631112A CN101631112A (en) 2010-01-20
CN101631112B true CN101631112B (en) 2013-11-06

Family

ID=41576058

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200810141661 Expired - Fee Related CN101631112B (en) 2008-07-18 2008-07-18 Software uninstalling method and terminal

Country Status (1)

Country Link
CN (1) CN101631112B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391213A (en) * 2012-05-11 2013-11-13 中兴通讯股份有限公司 Application deployment method, CPE (Customer Premises Equipment) and application deployment system
CN103560902A (en) * 2013-10-10 2014-02-05 中兴通讯股份有限公司 Server, intelligent terminal and remote management method of intelligent terminal
CN106126300A (en) * 2016-06-30 2016-11-16 北京北信源软件股份有限公司 A kind of discharging method, device and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1819590A (en) * 2006-03-15 2006-08-16 万向钱潮股份有限公司 Enciphering method of computer electronic documents
CN101193125A (en) * 2006-11-20 2008-06-04 华为技术有限公司 A method and device for local device configuration management of user
CN101202745A (en) * 2006-12-15 2008-06-18 华为技术有限公司 Method, device for collocating information by obtaining user station equipment function and applied system thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8112513B2 (en) * 2005-11-30 2012-02-07 Microsoft Corporation Multi-user display proxy server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1819590A (en) * 2006-03-15 2006-08-16 万向钱潮股份有限公司 Enciphering method of computer electronic documents
CN101193125A (en) * 2006-11-20 2008-06-04 华为技术有限公司 A method and device for local device configuration management of user
CN101202745A (en) * 2006-12-15 2008-06-18 华为技术有限公司 Method, device for collocating information by obtaining user station equipment function and applied system thereof

Also Published As

Publication number Publication date
CN101631112A (en) 2010-01-20

Similar Documents

Publication Publication Date Title
US8966013B2 (en) Unified device management method and system
RU2533638C2 (en) Data configuration method and device
WO2009114743A2 (en) Method & system for configuring a network communications device
CN102869125A (en) Data card and communication method and system thereof
EP2296314B1 (en) Configuring application method, device and system
CN1961592A (en) Method and system for providing the status of user equipment in a wireless local network interworking with 3GPP systems
CN101631112B (en) Software uninstalling method and terminal
CN100512116C (en) Network apparatus remote loading system and method
CN103259880B (en) Under a kind of netfilter framework, connect the optimization method of following the tracks of
CN101515902A (en) Method and system for acquiring file transfer task state and equipment to be loaded
CN101472020B (en) Method, device and system for implementing network telephone business
CN101110696A (en) Equipment parameter configuring method for digital subscriber line access into internet
CN103795729A (en) Unified device control method based on multiple protocols
CN101111014B (en) Method, equipment and system for client access to third-party server
CN101969435B (en) Interaction method and system based on SIP (Session Initiation Protocol)-C protocol
CN111278082A (en) Terminal communication device, method, system, equipment and storage medium
WO2009067944A1 (en) Device management method, system and means
CN102625003B (en) Calling one number service realizing device and method
CN105007315A (en) Mobile terminal-based system and method for achieving remote control of GNSS receiver
EP2579526A1 (en) Method, device and system for uniform number communication on a home gateway
CN101753577A (en) VoIP communication system based on SIP protocol and communication method thereof
CN102724049B (en) Method for realizing cross-hardware-platform compatible passive optical network device multicast function
CN101895430B (en) Method for configuring device parameter in digital subscriber line access network
CN104702602A (en) System and method of realizing dynamically creating channel and expansion of gateway cluster based on SIP (System in Package)
CN105721726A (en) Method and system for controlling telephone set

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: NANTONG YAOTONG TEXTILE CITY INVESTMENT CO., LTD.

Free format text: FORMER OWNER: BEIJING ZHONGCAI WYSE EDUCATION TECHNOLOGY CO., LTD.

Effective date: 20141115

Owner name: BEIJING ZHONGCAI WYSE EDUCATION TECHNOLOGY CO., LT

Free format text: FORMER OWNER: HUAWEI TECHNOLOGY CO., LTD.

Effective date: 20141115

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 100086 HAIDIAN, BEIJING TO: 226315 NANTONG, JIANGSU PROVINCE

Free format text: CORRECT: ADDRESS; FROM: 518129 SHENZHEN, GUANGDONG PROVINCE TO: 100086 HAIDIAN, BEIJING

TR01 Transfer of patent right

Effective date of registration: 20141115

Address after: 226315 Jiangsu city of Nantong province Tongzhou District Sichuan Jiang Zhen Jiang Village

Patentee after: Nantong Yao Cheng Home Textile City Investment Co.,Ltd.

Address before: 100086 Beijing Haidian District Zhongguancun Road No. 18 smartfortune International Building B706

Patentee before: Beijing Zhongcai Wyse Education Technology Co.,Ltd.

Effective date of registration: 20141115

Address after: 100086 Beijing Haidian District Zhongguancun Road No. 18 smartfortune International Building B706

Patentee after: Beijing Zhongcai Wyse Education Technology Co.,Ltd.

Address before: 518129 B1-3A intellectual property department, Bantian HUAWEI base, Longgang District, Shenzhen, Guangdong

Patentee before: HUAWEI TECHNOLOGIES Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20131106

Termination date: 20170718