WO2010057332A1 - Provisioning method and system - Google Patents

Provisioning method and system Download PDF

Info

Publication number
WO2010057332A1
WO2010057332A1 PCT/CN2008/001888 CN2008001888W WO2010057332A1 WO 2010057332 A1 WO2010057332 A1 WO 2010057332A1 CN 2008001888 W CN2008001888 W CN 2008001888W WO 2010057332 A1 WO2010057332 A1 WO 2010057332A1
Authority
WO
WIPO (PCT)
Prior art keywords
provisioning
customer service
service order
cso
resuming
Prior art date
Application number
PCT/CN2008/001888
Other languages
English (en)
French (fr)
Inventor
Xuejun Li
Howard Wang
Lei Zhu
Original Assignee
Telefonaktiebolaget L M Ericsson (Publ)
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 Telefonaktiebolaget L M Ericsson (Publ) filed Critical Telefonaktiebolaget L M Ericsson (Publ)
Priority to PCT/CN2008/001888 priority Critical patent/WO2010057332A1/en
Priority to US13/129,922 priority patent/US8914335B2/en
Priority to CN200880132075.8A priority patent/CN102217230B/zh
Priority to GB1107966.2A priority patent/GB2476779B/en
Publication of WO2010057332A1 publication Critical patent/WO2010057332A1/en

Links

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
    • 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/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0859Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions
    • H04L41/0863Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions by rolling back to previous configuration versions
    • 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/0806Configuration setting for initial configuration or provisioning, e.g. plug-and-play
    • 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/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0859Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions

Definitions

  • the present invention relates to a provisioning method and system, more specifically, to a solution for resuming a failed Customer Service Order for provisioning one or more Network Elements.
  • Provisioning is an important aspect in getting the network ready to serve the end users. It normally involves provisioning of multiple parameters, multiple nodes and the provisioning system needs to keep the data consistent.
  • a typical provisioning system works like the following.
  • a CSO Customer Service Order
  • a CSO normally contains a bunch of parameters that can get one or more NEs (Network Elements) ready to support a certain service and enable the subscriber to use said service.
  • NEs Network Elements
  • Such a CSO would need to be provisioned into the network, where it might end up with provisioning of multiple NEs (Network Elements), with multiple request/response communications towards each of them.
  • a CSO might end up with multiple commands towards one or more NEs.
  • the generation of the commands might be dependent on the status of NE itself. For example you need to do a "Read” command to read the status of the NE from the NE before you know how to generate and execute the next "Modify” command. This means that the generation very often needs to be done by some logic/code dynamically not static.
  • Rollback tries to solve the inconsistency immediately, compared with retry approach by trying to fix it later, by undoing what has been successfully done and reverting to the previous state.
  • the problems with this one is the rollback scenarios might be many, especially for a complex logic, and rollback can fail too probably where the CSO has just failed, then you will get stuck. For example, if a "create subscriber" command fails and the subsequent rollback also fails in the middle, then you can't move forward by either trying to create again (because part of it already exists and creating a new one with the existing part remaining will result in inconsistence) or delete (because part of it has not been created yet, the delete won't succeed).
  • a method of provisioning one or more Network Elements comprise steps of receiving a Customer Service Order CSO from a Business Support System and calling respective provisioning logic for performing said Customer Service Order.
  • the method further comprises the step of detecting if the received Customer Service Order is a Customer
  • the provisioning method further comprises steps of: directing the successful part of the Customer Service Order to a fake environment which is based on historical processing data stored for the Customer Service Order, and directing the uncompleted part of the Customer Service Order to actual
  • the historical processing data is stored as log data.
  • said provisioning method further comprising the step of generating at least one provisioning command from the received CSO and executing said at least one provisioning command.
  • the successful part of the CSO comprises the successfully executed provisioning commands.
  • the historical processing data comprises the successfully executed provisioning commands and corresponding responses.
  • the step of directing the successful part of the CSO to the fake environment comprising the steps of retrieving the stored response corresponding with the command that was previously successfully executed and forwarding the retrieved response to the provisioning logic.
  • the provisioning method further comprises the step of storing the Customer Service Order.
  • the provisioning method further comprises: if the Customer Service Order is performed successfully, marking the Customer Service Order as completed, otherwise, marking the Customer Service Order as failed.
  • the provisioning method further comprises the step of automatically resuming/retrying the CSO marked as failed.
  • a method of resuming a failed Customer Service Order CSO for provisioning one or more Network Elements comprises steps of calling a provisioning logic for performing said
  • an apparatus for resuming a failed Customer Service Order CSO for provisioning one or more Network Elements comprises means for calling a provisioning logic for performing said Customer Service Order, means for directing the successful part of the Customer Service Order to a fake environment which is based on historical processing data of said Customer Service Order and means for directing the uncompleted part of the Customer Service Order to actual Network elements.
  • a provisioning system there is provided a provisioning system.
  • the provisioning system comprises a provisioning logic framework adapted to host at least one provisioning logic, the provisioning logic framework is operable to receive Customer Service Order CSO from a Business Support System, communicate with one or more Network Elements NEs and detect whether the received CSO is a CSO to be resumed; and a memory for storing the historical processing data regarding said Customer Service Order.
  • the provisioning system further comprises the resuming apparatus as defined above for resuming a Customer Service Order detected to be resumed.
  • the computer program product comprises program instructions, when loaded by a computer machine, operable to cause the computer machine to perform the provisioning or resuming method as described above.
  • the present invention overcomes the problems in the prior art resuming solution.
  • the traditional approaches of handling the consistencies need to make the provisioning logic aware of all scenarios that could cause consistencies. This might grow quite complicated for solutions with complex subscriber data relations.
  • the solution is specific for each NE provisioning solution built (e.g. IMS, core network, messaging).
  • the present invention provides the possibility of configuring different provisioning logics in one provisioning logic framework or platform as desired.
  • the present invention can add/remove freely a provisioning logic into/from the provisioning system and hence decreases the total deploying cost of the provisioning system.
  • the present invention brings decreased development cost significantly for each specific provisioning solution.
  • the invention is more robust against the failure of the CSO, hence the subscriber data in the operator's network is kept more consistent, getting rid of a lot of troubles for the operator brought by data inconsistencies.
  • FIG. 1 schematically illustrates a block diagram of the provisioning system according to one embodiment of the present invention
  • Fig. 2 schematically illustrates a flow diagram of the provisioning method according to one embodiment of the present invention
  • Fig. 3 shows the illustration of provisioning one Network Element with several commands according to one embodiment of the invention
  • Fig. 4 shows the illustration of provisioning across multiple Network Elements according to one embodiment of the invention
  • Fig. 5 shows the sequence diagram of the normal provisioning method, in which there is failure occurring and the CSO is performed unsuccessfully;
  • Fig. 6 shows the sequence diagram of the method of retrying the failed CSO of Fig. 5 and resuming the provisioning according to one embodiment of the invention.
  • the provisioning logic framework hosts the provisioning logic and provides a common environment or platform for provisioning logic execution.
  • the inventor also recognizes that various tasks the provisioning system takes on can be divided and be partaken of by the provisioning logic framework and the provisioning logic, respectively.
  • the provisioning logic framework can take on the general transactions common to various provisioning logics so that the provisioning logics need not consider the general transactions which will complicate the design and can be dedicated to the specific provisioning tasks.
  • the inventor's idea with the solution for the completeness/consistency problem is to build up a "fake" environment for the provisioning logic, by using the historical processing data, for example processing log which has been stored for the previous failed CSO.
  • transactions for resuming from the failure are processed by the provisioning logic framework and are kept transparent to the provisioning logic.
  • the provisioning logic does not need to be aware of the failure, it just does the normal provisioning flow as if no failure occurs. That is, the failure recovery mechanism may be omitted from the provisioning logic.
  • the provisioning of that CSO can be resumed by the provisioning logic framework using the aforementioned fake environment.
  • Fig. 1 schematically illustrates a block diagram of the provisioning system 200 according to * one embodiment of the present invention.
  • the provisioning system 200 is coupled to a Business support system 300 and one or more Network Elements, NEl-NEn, 101-1On.
  • Said Business support system 300 is a dedicated system for managing and configuring the services supported in the network and said Network Elements NEl-NEn refer to all devices or system in the network that are needed for providing a certain service to the end users. That is, said Network Elements NEl-NEn represent all necessary units for supporting the service.
  • said coupling can be wired or wireless.
  • Said coupling can also be direct coupling or indirect coupling in which there is at least one intermediate node.
  • the provisioning system 200 comprises a provisioning logic framework 400 adapted for hosting various provisioning logics 700, a log database 500 for storing historical processing data regarding the CSO execution and a CSO database 600 for storing the received CSO.
  • the provisioning logic framework 400 hosts the provisioning logic 700 and can create a "fake" environment for the provisioning logic 700 in order to resume previously failed provisioning
  • the provisioning system 200 receives Customer Service Order CSO from the Business support system 300 and provisions said one or more Network Elements, NEl-NEn, 101-1On with the received CSO. Therefore, the provisioning system 200 (or the provisioning logic framework 400) comprises communicating means (not shown) for communicating with the Business support system 300 and one or more Network Elements, NEl-NEn, 101-1On on behalf of provisioning logic 700. Then the provisioning logic framework 400 calls hosted corresponding provisioning logic for performing said received CSO and detects whether the received CSO is a CSO to be resumed. The called provisioning logic 700 generates one or more commands based on the received CSO.
  • the provisioning Logic Framework 400 records all the commands and response in the log database 500 along with the relevant parameters and the execution status of each command. Note that it is also feasible to store the historical processing data in other storage media. But it is advantageous to use the log database 500 storing the logging data in the provisioning system 200 since the existing provisioning system often has such function and such implementation will bring less alternation to the existing provisioning system.
  • the CSO database 600 stores the orders from Business support systems 300. This is needed if the business support systems 300 don't want to send the CSO again, then the provisioning system can retrieve it and automatically resume/retry it intermediately after the CSO fails.
  • the provisioning logic framework 400 If it is detected that the received CSO is a CSO to be resumed, the provisioning logic framework 400 will build up a fake environment for executing the previously successfully executed commands of said CSO. Otherwise, no fake environment will be built up. In both case, the provisioning logic 700 executes the generated commands in the same manner and always considers the generated commands to be generated from a new CSO, without being aware of any failure. In the fake environment, the provisioning logic framework 400 retrieving historical processing data from the log database to get all information about the successful executed command, including request for execution of the command, relevant parameters, response to the command and the like.
  • the provisioning logic framework 400 receives request from the the provisioning logic 700 and ignores the request, forwards the retrieved response, perhapse along with necessary parameters or status, to the the provisioning logic 700.
  • the reason why the actual Network Elements, NEl-NEn, 100-1On can be excluded from this process is that this process has been previously executed successfully by the the actual Network Elements, NEl-NEn, 100-1On and need not be performed once again.
  • the provisioning logic framework 400 pretends to be the actual Network Elements, NEl-NEn, 100-1On and interacts with the provisioning logic 700. The important point is the provisioning logic 700 is not impacted and even not aware of the resumed provisioning solution.
  • the provisioning logic framework 400 comprises various modules responsible for various functions that are common to a plurality of provisioning logic and can be implemented in the provisioning logic framework 400.
  • the provisioning logic framework 400 may comprise a resuming apparatus dedicated to the resuming issues.
  • log database 500 and the CSO database 600 are illustrated as two separate databases, they can be comprised in one single database or distributed across a plurality of databases when needed.
  • database can be implemented by all kinds of storage media which can be used to store the desired information and which can accessed by a computer, including, but not limited to, volatile and non-volatile, removable and non-removable media implemented in any method or technology. Below, the sequence of operations and steps will be described with reference to Fig. 2-6 in detail.
  • Fig. 2 schematically illustrates a flow diagram of the provisioning method according to the present invention.
  • the provisioning method starts at step Sl, where a CSO is received by the provisioning system 200 from the Business support system 300, and is passed to the provisioning logic framework 400.
  • the CSO is received directly by the provisioning logic framework 400 itself.
  • the CSO is stored in the CSO database 600 during step Sl .
  • the provisioning logic framework 400 calls corresponding provisioning logic 700 for performing said received CSO and the called provisioning logic 700 generates a few provisioning commands based on the received CSO.
  • the provisioning logic framework 400 detects whether the received CSO is a CSO to be resumed. This should have been marked in the CSO.
  • step S4 the provisioning logic framework 400 fetches a command from the previously generated commands. Then at step S5, the provisioning logic framework 400 directs request and relevant parameters (if any) regarding the fetched command to actual Network Elements, NEl-NEn, 100-1On, i.e. requesting NEl-NEn 100-1On to execute the fetched command and to return a corresponding response.
  • step S6 the actual Network Elements, NEl-NEn, 100-1On execute the fetched command and return the corresponding response to the provisioning system 200. Then at Step S7, the request including executed command and relevant parameters are stored in the log database 500 along with the corresponding response.
  • step S7 the process proceeds to step S 8, where it is determined if the CSO is completely performed. That is, it is determined whether all commands of the CSO have been executed. If the answer is "YES", it means that all commands of the CSO have been executed and the process proceeds to step S13 where the response is sent to the Business Support System 300 and the provisioning method ends. However, if it is determined, at step S8, that there are still commands remaining unexecuted, the process returns to step S4 at which a next command is fetched and the procedure proceeds in the similar way as above.
  • step S9 the provisioning logic framework 400 builds up a fake environment for executing the generated commands. Then at step SlO, the provisioning logic framework 400 fetches a command from the previously generated commands. Then at step Sl 1, it is determined whether the fetched command of the resumed CSO was previously executed successfully. This can be done by checking the log database 500. If it has been executed successfully, then at step S 12, the provisioning logic framework 400 directs the request to the fake environment built up.
  • the provisioning logic framework 400 receives the request from the provisioning logic 700 being executed and retrieve the corresponding response from the log database 500, perhaps along with relevant parameters or status information required by the provisioning logic 700. Then the response is forwarded to the provisioning logic 700. That is, the provisioning logic framework 400 or the fake environment built up thereby pretends to be the actual Network Element and return the response required by the provisioning logic 700. In this way, execution of said command is completed as usual in the view of the provisioning logic 700. Then the process returns to step SlO to fetch and execute the next command of the resumed CSO as above.
  • step SI l If, at step SI l, it is determined that the command has previously failed, then the process proceeds to step S5, where the provisioning logic framework 400 directs the fetched command to actual Network Elements, NEl-NEn, 100-1On. Then the process continues as described above until all commands of the resumed CSO are executed successfully. If all commands of the resumed CSO have been executed, the process proceeds to step S 13, where a response is sent to the Business Support System 300 and the resumed provisioning method ends.
  • provisioning method might fail due to any kind of failure. If the provisioning method fails at any one of steps Sl -S 13, the method ends at once and report errors to the provisioning system. Then in order to resume the provisioning, one need only restart the above provisioning method according to the present invention.
  • the order of method steps is not necessarily as above. Those skilled in the art appreciate that the above order can be changed as desired, unless otherwise specifically indicated.
  • the detection step may be performed before the step of calling provisioning logic.
  • the operation of generating provisioning commands sometimes will be performed in step S4 since the generation of certain commands relies on the result of the previous commands.
  • the operation of provisioning logic 700 can be distributed differently from the above since the present invention does not really care what is implemented inside provisioning logic and the above flow diagram is illustrated and described in the perspective of the provisioning logic framework 400.
  • Fig. 3 shows a typical application scenario of the invention, in which one NE is provisioned with several commands.
  • the provisioning logic 700 generates a few provisioning commands to one Network Element 100.
  • There can be inconsistency for the Network Element 100 if one or several commands executed successfully but the left ones are not executed due to failure.
  • the provisioning system receives one Create
  • the CSO may have been stored in the provisioning system 200, i.e. in the
  • At least one command need to be generated from the CSO.
  • two commands are generated, i.e. one command 1 for creating a Subscriber Service Profile for the User and another for creating the Subscriber which will refer to the service profile. If the first command succeeds but the second one fails, data inconsistency will exist in the Network Element 100 as the Subscriber Service Profile is created for the subscriber not existed in the system.
  • the Provisioning Logic Framework 400 will retry the Create User CSO, automatically (requiring that the failed CSO is stored in the provisioning system 200 along with corresponding historical processing data) or after receiving again the CSO and detecting that it is to be resumed, the provisioning logic runs as normal without knowing that it has been run for the same CSO as before.
  • the Provisioning Logic Framework 400 detects that this command 1 ' belongs to a "resumed" CSO, and will check the log database 500 to see if the command has already been successfully executed.
  • the Provisioning Logic Framework 400 will get the response in the historical processing data from the log database 500 and forward it to the provisioning logic 700.
  • the provisioning logic 700 gets the response and continues processing without knowing the Create Subscriber Service Profile command is not really executed at all.
  • the second command Create Subscriber 2' is generated, the Provisioning Logic Framework 400 again detects that this command 2' belongs to a "resumed CSO" and checks the log database 500 to see if the command has already been successfully executed. This time the command 2' was failed, so the Provisioning Logic Framework 400 will direct it to the NE.
  • the Create Subscriber command 2' will be executed in the Network Element 100 and the Subscriber will be created. This time, the Subscriber is created successfully in the Network Element 100 and hence the user is successfully created with the created Subscriber referring to the created Subscriber Service Profile. That is, the CSO is performed completely and the provisioning method is resumed successfully.
  • the above CSO is just an example for purpose of illustration. Other kinds of CSOs are also possible.
  • the number of commands generated from the CSO is not limited to two, it may be one, three, four, five or more. The present invention can be applied regardless of the number.
  • Fig. 4 shows another typical application scenario of the invention, in which the present invention provisions across multiple Network Elements. This is the most typical use of the resumed provisioning solution according to the present invention.
  • Business support system 300 sends a Create User CSO to Provisioning System 200.
  • three Network Elements, NE1-NE3, 100-103 will be involved in three steps:
  • Step 1 Create the User as a Subscriber in NEl 100
  • Step 2 Activate the presence service for User in NE2 102
  • Step 3 Add the telephone public Id of the User into NE3 103 in order to make the user to be accessed via telephone
  • Provisioning Logic Framework 400 in the same way as above.
  • the historical processing data stored in the log database 500 is also used to give the provisioning logic 700 a fake response 1 ', 2'. This will make sure provisioning logic 700 does not need to be modified and still continue as if it is executing a new CSO rather than a resumed one.
  • the Provisioning Logic Framework 400 can handle scenarios where such a rollback procedure fails and resume the rollback procedure in a similar way as for a normal provisioning procedure. In this way, the rollback procedure can continue from wherever it fails.
  • FIG. 5 and Fig. 6 illustrate the more specific sequence of a typical scenario for provisioning across multiple Network Elements. Due to the big amount of steps, it is grouped into 2 big steps. The first step describes the normal provisioning, which is illustrated in Fig. 5. The second one describes the retry CSO and resume provisioning, which is illustrated in Fig. 6. For the purpose of simplifying the illustration and explanation, there are only two Network Elements NE1-NE2 101-102 illustrated in the figures. But the present invention is not limited to it. From the teaching of the present disclosure, those skilled in the art can easily extend the two Network Elements to more Network Elements without involving any inventive efforts.
  • Fig. 5 shows the sequence diagram of the normal provisioning method, in which there is failure occurring and the CSO is performed unsuccessfully. From Fig. 5, we can obviously see the timing sequence of the provisioning method.
  • the provisioning method works as follows: 1. Business Support System 300 sends out a CSO for provisioning.
  • Provisioning Logic Framework 400 receives the CSO and calls the corresponding provisioning logic 700.
  • the provisioning logic 700 generates a command and send the command to the Provisioning Logic Framework 400 to execute on NEl 100.
  • the Provisioning Logic Framework 400 detects the command and determines that it is not generated from a "resumed" CSO. Alternatively, the detection may have already been done on the received CSO. 5.
  • the Provisioning Logic Framework 400 sends the command to NEl 100.
  • the NEl 100 executes the command and returns a successful response to the Provisioning Logic Framework 400.
  • the Provisioning Logic Framework 400 records the command and response to log database 500 as historical processing data.
  • the Provisioning Logic Framework 400 forwards the response to the Provisioning Logic 700.
  • the Provisioning Logic 700 gets successful response from NEl and continues processing to generate the second command to NE2 102.
  • the Provisioning Logic Framework 400 detects the command and determines that it is not generated by a "resumed” CSO.
  • the Provisioning Logic Framework 400 sends the command to NE2 102.
  • the NE2 102 executes the received command. This time the NE2
  • the Provisioning Logic Framework 400 records the command and response to log database 500 as historical processing data.
  • the Provisioning Logic Framework 400 forwards the response to the Provisioning Logic 700.
  • the Provisioning Logic 700 gets the failed response from NE2 102 and aborts the processing and generates an error response.
  • the Provisioning Logic Framework 400 detects the error response, and stores the failed CSO into the CSO database 600. This step is needed if the Business support system 300 does not resend the CSO.
  • the Provisioning Logic Framework 400 informs the Business Support System 300 about the error.
  • Fig. 6 shows the sequence diagram of the method of retrying the failed CSO of Fig. 5 and resuming the provisioning according to one embodiment of the invention.
  • the resuming procedure is as follow:
  • the Provisioning Logic Framework 400 calls again the corresponding provisioning logic 700 and re-sends the CSO to the provisioning logic 700 with the CSO marked a "resumed" flag. 3.
  • the provisioning logic 700 will start normal processing without knowing that this CSO has been processed before and generate the first command to NEl 100.
  • the Provisioning Logic Framework 400 detects that this is a resumed CSO and checks the log database 500 to see if the command has been successfully executed or not. In this case, the answer is "yes".
  • the Provisioning Logic Framework 400 will check the log database 500 for the previous responses from NEl 100. No command will be actually sent to NEl 100.
  • the Provisioning Logic Framework 400 forwards the response to the Provisioning Logic 700.
  • the provisioning logic 700 gets the response without knowing that the response is from the log database 500 and continues the processing.
  • the second command is generated to provisioning NE2 102.
  • the Provisioning Logic Framework 400 detects that this is a resumed CSO and checks the log database 500 to see if the command has been successfully executed or not. In this case, the answer is "no".
  • the Provisioning Logic Framework 400 will send actually the command to NE2 102 to execute again. 10.
  • the NE2 102 executes the command and returns a successful response.
  • the Provisioning Logic Framework 400 records the command and response to the log database 500 as historical processing data.
  • the Provisioning Logic Framework 400 forwards the response to the Provisioning Logic 700.
  • the provisioning logic 700 gets the successful response from the NE2 102 and completes the processing for the NE2 102. 14.
  • the Provisioning Logic Framework 400 detects the successful response and marks the CSO as completed in CSO database 600.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Small-Scale Networks (AREA)
PCT/CN2008/001888 2008-11-19 2008-11-19 Provisioning method and system WO2010057332A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
PCT/CN2008/001888 WO2010057332A1 (en) 2008-11-19 2008-11-19 Provisioning method and system
US13/129,922 US8914335B2 (en) 2008-11-19 2008-11-19 Provisioning method and system
CN200880132075.8A CN102217230B (zh) 2008-11-19 2008-11-19 开通方法和系统
GB1107966.2A GB2476779B (en) 2008-11-19 2008-11-19 Provisioning method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2008/001888 WO2010057332A1 (en) 2008-11-19 2008-11-19 Provisioning method and system

Publications (1)

Publication Number Publication Date
WO2010057332A1 true WO2010057332A1 (en) 2010-05-27

Family

ID=42197799

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/001888 WO2010057332A1 (en) 2008-11-19 2008-11-19 Provisioning method and system

Country Status (4)

Country Link
US (1) US8914335B2 (zh)
CN (1) CN102217230B (zh)
GB (1) GB2476779B (zh)
WO (1) WO2010057332A1 (zh)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9138411B2 (en) 2012-08-31 2015-09-22 University Of North Texas Health Science Center At Fort Worth Curcumin-ER, a liposomal-PLGA sustained release nanocurcumin for minimizing QT prolongation for cancer therapy
US9393198B2 (en) 2010-03-22 2016-07-19 Signpath Pharma Inc. Intravenous curcumin and derivatives for treatment of neurodegenerative and stress disorders
US9682041B2 (en) 2011-06-03 2017-06-20 Signpath Pharma Inc. Liposomal mitigation of drug-induced long QT syndrome and potassium delayed-rectifier current
US10117881B2 (en) 2011-06-03 2018-11-06 Signpath Pharma, Inc. Protective effect of DMPC, DMPG, DMPC/DMPG, LYSOPG and LYSOPC against drugs that cause channelopathies
US10238602B2 (en) 2011-06-03 2019-03-26 Signpath Pharma, Inc. Protective effect of DMPC, DMPG, DMPC/DMPG, LysoPG and LysoPC against drugs that cause channelopathies
US10349884B2 (en) 2011-06-03 2019-07-16 Sighpath Pharma Inc. Liposomal mitigation of drug-induced inhibition of the cardiac ikr channel
US10449193B2 (en) 2011-06-03 2019-10-22 Signpath Pharma Inc. Protective effect of DMPC, DMPG, DMPC/DMPG, lysoPG and lysoPC against drugs that cause channelopathies
US10532045B2 (en) 2013-12-18 2020-01-14 Signpath Pharma, Inc. Liposomal mitigation of drug-induced inhibition of the cardiac IKr channel
US11806401B2 (en) 2016-04-27 2023-11-07 Signpath Pharma, Inc. Prevention of drug-induced atrio-ventricular block
US12004868B2 (en) 2011-06-03 2024-06-11 Signpath Pharma Inc. Liposomal mitigation of drug-induced inhibition of the cardiac IKr channel

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112884499B (zh) * 2019-11-29 2024-10-15 北京金山云网络技术有限公司 云产品资源订购处理方法、装置、电子设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1588949A (zh) * 2004-10-12 2005-03-02 广东省电信有限公司科学技术研究院 移动通信综合服务开通系统及其实现方法
CN1866875A (zh) * 2006-03-30 2006-11-22 华为技术有限公司 在网元与网管间实现数据配置的存储管理方法与系统
EP1865448A1 (en) * 2006-06-05 2007-12-12 Comptel Corporation Provisioning and activation using a service catalog
US7330722B1 (en) * 2004-03-03 2008-02-12 At&T Corp. System and method for testing automated provisioning and maintenance of Operations Support Systems
US20080159506A1 (en) * 2006-12-28 2008-07-03 Bellsouth Intellectual Property Corporation Network element provisioning and event simulation in a communications network

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5608720A (en) * 1993-03-09 1997-03-04 Hubbell Incorporated Control system and operations system interface for a network element in an access system
US5920846A (en) * 1996-02-27 1999-07-06 Southwestern Bell Telephone Co. Method and system for processing a service request relating to installation, maintenance or repair of telecommunications services provided to a customer premises
US6778651B1 (en) * 1997-04-03 2004-08-17 Southwestern Bell Telephone Company Apparatus and method for facilitating service management of communications services in a communications network
US6366663B1 (en) * 1997-07-21 2002-04-02 Mci Communications Corporation System for achieving local number portability
AUPP791798A0 (en) 1998-12-23 1999-01-28 Telstra Corporation Limited A system and method for intelligent network services
KR20010094585A (ko) * 2000-03-31 2001-11-01 정규석 지능망시스템에서 잔액 소진시간 예측을 이용한한도액/무료과금 처리방법
US6769010B1 (en) * 2000-05-11 2004-07-27 Howzone.Com Inc. Apparatus for distributing information over a network-based environment, method of distributing information to users, and method for associating content objects with a database wherein the content objects are accessible over a network communication medium by a user
US6661888B2 (en) * 2001-02-23 2003-12-09 Open Support Systems, Llc Method for moving telecommunications customers onto a network
US6975595B2 (en) * 2001-04-24 2005-12-13 Atttania Ltd. Method and apparatus for monitoring and logging the operation of a distributed processing system
US7602725B2 (en) * 2003-07-11 2009-10-13 Computer Associates Think, Inc. System and method for aggregating real-time and historical data
US20050114223A1 (en) * 2003-11-25 2005-05-26 Schneider Michael R. Method and device for operating an online shop with customized price generation
US7623548B2 (en) * 2005-12-22 2009-11-24 At&T Intellectual Property, I,L.P. Methods, systems, and computer program products for managing access resources in an internet protocol network
US20070207800A1 (en) * 2006-02-17 2007-09-06 Daley Robert C Diagnostics And Monitoring Services In A Mobile Network For A Mobile Device
EP1986369B1 (en) * 2007-04-27 2012-03-07 Accenture Global Services Limited End user control configuration system with dynamic user interface
WO2008156782A2 (en) * 2007-06-19 2008-12-24 Sand Holdings, Llc Devices and methods for automatic reset of monitored network network equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7330722B1 (en) * 2004-03-03 2008-02-12 At&T Corp. System and method for testing automated provisioning and maintenance of Operations Support Systems
CN1588949A (zh) * 2004-10-12 2005-03-02 广东省电信有限公司科学技术研究院 移动通信综合服务开通系统及其实现方法
CN1866875A (zh) * 2006-03-30 2006-11-22 华为技术有限公司 在网元与网管间实现数据配置的存储管理方法与系统
EP1865448A1 (en) * 2006-06-05 2007-12-12 Comptel Corporation Provisioning and activation using a service catalog
US20080159506A1 (en) * 2006-12-28 2008-07-03 Bellsouth Intellectual Property Corporation Network element provisioning and event simulation in a communications network

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9393198B2 (en) 2010-03-22 2016-07-19 Signpath Pharma Inc. Intravenous curcumin and derivatives for treatment of neurodegenerative and stress disorders
US9682041B2 (en) 2011-06-03 2017-06-20 Signpath Pharma Inc. Liposomal mitigation of drug-induced long QT syndrome and potassium delayed-rectifier current
US10117881B2 (en) 2011-06-03 2018-11-06 Signpath Pharma, Inc. Protective effect of DMPC, DMPG, DMPC/DMPG, LYSOPG and LYSOPC against drugs that cause channelopathies
US10238602B2 (en) 2011-06-03 2019-03-26 Signpath Pharma, Inc. Protective effect of DMPC, DMPG, DMPC/DMPG, LysoPG and LysoPC against drugs that cause channelopathies
US10349884B2 (en) 2011-06-03 2019-07-16 Sighpath Pharma Inc. Liposomal mitigation of drug-induced inhibition of the cardiac ikr channel
US10357458B2 (en) 2011-06-03 2019-07-23 Signpath Pharma Inc. Liposomal mitigation of drug-induced long QT syndrome and potassium delayed-rectifier current
US10449193B2 (en) 2011-06-03 2019-10-22 Signpath Pharma Inc. Protective effect of DMPC, DMPG, DMPC/DMPG, lysoPG and lysoPC against drugs that cause channelopathies
US10617639B2 (en) 2011-06-03 2020-04-14 Signpath Pharma, Inc. Liposomal mitigation of drug-induced long QT syndrome and potassium delayed-rectifier current
US12004868B2 (en) 2011-06-03 2024-06-11 Signpath Pharma Inc. Liposomal mitigation of drug-induced inhibition of the cardiac IKr channel
US9138411B2 (en) 2012-08-31 2015-09-22 University Of North Texas Health Science Center At Fort Worth Curcumin-ER, a liposomal-PLGA sustained release nanocurcumin for minimizing QT prolongation for cancer therapy
US10532045B2 (en) 2013-12-18 2020-01-14 Signpath Pharma, Inc. Liposomal mitigation of drug-induced inhibition of the cardiac IKr channel
US11806401B2 (en) 2016-04-27 2023-11-07 Signpath Pharma, Inc. Prevention of drug-induced atrio-ventricular block

Also Published As

Publication number Publication date
US8914335B2 (en) 2014-12-16
GB2476779A (en) 2011-07-06
GB2476779B (en) 2011-12-21
CN102217230B (zh) 2015-02-25
CN102217230A (zh) 2011-10-12
GB201107966D0 (en) 2011-06-22
US20110225132A1 (en) 2011-09-15

Similar Documents

Publication Publication Date Title
US8914335B2 (en) Provisioning method and system
US7890802B2 (en) System and method for automated and assisted resolution of IT incidents
US8997088B2 (en) Methods and systems for automated deployment of software applications on heterogeneous cloud environments
EP2600246B1 (en) Batch processing of business objects
US8306996B2 (en) Processing model-based commands for distributed applications
CN100417081C (zh) 检查和修复网络配置的方法和系统
US7900216B2 (en) Creating a modified service request and processing the results of its execution
US7669074B2 (en) Method for fault handling in a co-operative workflow environment
US9575738B1 (en) Method and system for deploying software to a cluster
US20020161840A1 (en) Adapter for interfacing with a workflow engine
US20110179398A1 (en) Systems and methods for per-action compiling in contact handling systems
US20110178946A1 (en) Systems and methods for redundancy using snapshots and check pointing in contact handling systems
JP2019500680A (ja) データ処理方法及び装置
US8843623B2 (en) Methods, apparatuses, and computer program products for automated remote data collection
US20110179304A1 (en) Systems and methods for multi-tenancy in contact handling systems
US20070168201A1 (en) Formula for automatic prioritization of the business impact based on a failure on a service in a loosely coupled application
CN111355622A (zh) 容器的业务监控方法、系统和计算机可读存储介质
CN101572598A (zh) 用于可靠的快速集成的方法和装置
CN111198769A (zh) 信息处理方法及其系统、计算机系统及计算机可读介质
JP5806688B2 (ja) OpS装置
CN100481004C (zh) 用于重启集群的方法、系统和装置
CN117296043A (zh) 用于租用管理的方法、介质和系统
US9740997B2 (en) Method and system for input driven process flow management
CN108156061A (zh) esb监控服务平台
US11582345B2 (en) Context data management interface for contact center

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200880132075.8

Country of ref document: CN

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

Ref document number: 08878202

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 1107966

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20081119

WWE Wipo information: entry into national phase

Ref document number: 1107966.2

Country of ref document: GB

WWE Wipo information: entry into national phase

Ref document number: 13129922

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08878202

Country of ref document: EP

Kind code of ref document: A1