CN114285908A - Network element adaptation method, device, equipment and computer readable storage medium - Google Patents

Network element adaptation method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN114285908A
CN114285908A CN202111499815.5A CN202111499815A CN114285908A CN 114285908 A CN114285908 A CN 114285908A CN 202111499815 A CN202111499815 A CN 202111499815A CN 114285908 A CN114285908 A CN 114285908A
Authority
CN
China
Prior art keywords
network element
instruction
information
service
service information
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.)
Granted
Application number
CN202111499815.5A
Other languages
Chinese (zh)
Other versions
CN114285908B (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202111499815.5A priority Critical patent/CN114285908B/en
Publication of CN114285908A publication Critical patent/CN114285908A/en
Application granted granted Critical
Publication of CN114285908B publication Critical patent/CN114285908B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a network element adaptation method, a device, equipment and a computer readable storage medium, wherein the method comprises the following steps: receiving an instruction sent by a service system, and acquiring instruction information and service information according to the instruction; generating an instruction message according to the instruction information and the service information, and determining a network element address according to the service information, wherein the instruction message comprises the instruction; establishing communication connection between the network element adapting device and the network element corresponding to the network element address; and sending the instruction message to the network element so that the network element executes the instruction based on the instruction message. In the invention, the message format of the network element is configured through the network element adapting device without the configuration of the service system, thereby sharing the workload of the service system, avoiding the condition that the service system needs to be maintained due to the configuration of the message format and reducing the maintenance cost of the service system.

Description

Network element adaptation method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a network element adaptation method, apparatus, device, and computer-readable storage medium.
Background
With the rapid development of the 5G industry, the rapid evolution of network elements and the difference of equipment instructions of different manufacturers, the service system can be realized only by executing a plurality of different instructions to open the service.
Before sending the instruction to the network element, the service system needs to configure the message format corresponding to the instruction. The network elements are numerous and may belong to different manufacturers, and the interfaces, protocols, parameters and interaction modes of the manufacturers are different, so that the service system needs to configure different message formats for the network elements of different manufacturers.
But the service system configuration message format can increase the burden on the service system. Due to the numerous network elements, the burden of the service system is too large, and further the maintenance cost of the service system is increased.
Disclosure of Invention
The invention provides a network element adaptation method, a network element adaptation device, network element adaptation equipment and a computer readable storage medium, which are used for solving the problem of higher maintenance cost of a service system.
In one aspect, the present invention provides a network element adapting method, applied to a network element adapting device, including:
receiving an instruction sent by a service system, and acquiring instruction information and service information according to the instruction;
generating an instruction message according to the instruction information and the service information, and determining a network element address according to the service information, wherein the instruction message comprises the instruction;
establishing communication connection between the network element adapting device and the network element corresponding to the network element address;
and sending the instruction message to the network element so that the network element executes the instruction based on the instruction message.
Optionally, the step of determining the network element address according to the service information includes:
acquiring a network element matching strategy according to the service information;
and determining the network element address according to the network element matching strategy.
Optionally, the step of determining the network element address according to the network element matching policy includes:
determining a searching mode of the network element address according to the network element matching strategy;
and searching the network element address in the network element information corresponding to the service information according to the searching mode.
Optionally, the step of generating an instruction packet according to the instruction information and the service information includes:
determining an instruction template according to the instruction information, and acquiring service access parameters according to the service information;
and generating the instruction message according to the instruction template and the service parameter.
Optionally, the step of establishing a communication connection between the network element adapting apparatus and the network element corresponding to the network element address includes:
determining an encryption mode of communication of a network element corresponding to the network element address;
determining a connection mode of the network element and the network element adapting device according to the encryption mode;
and establishing communication connection between the network element and the network element adapting device according to the connection mode.
Optionally, the step of obtaining the instruction information and the service information according to the instruction includes:
acquiring a service code and an instruction identifier according to the instruction;
and acquiring service information corresponding to the service code and acquiring service information corresponding to the instruction identifier.
Optionally, after the step of sending the instruction packet to the network element, the method further includes:
receiving response information of the network element for executing the instruction;
generating a return message according to the response information;
and sending the return message to the service system.
In another aspect, the present invention further provides a network element adapting apparatus, including:
the receiving module is used for receiving an instruction sent by a service system and acquiring instruction information and service information according to the instruction;
a generating module, configured to generate an instruction packet according to the instruction information and the service information, and determine a network element address according to the service information, where the instruction packet includes the instruction;
an establishing module, configured to establish a communication connection between the network element adapting device and a network element corresponding to the network element address;
and the sending module is used for sending the instruction message to the network element so that the network element can execute the instruction based on the instruction message.
In another aspect, the present invention further provides a network element adapting device, including: a memory and a processor;
the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored by the memory, causing the processor to perform the network element adaptation method as described above.
In another aspect, the present invention also provides a computer-readable storage medium, in which computer-executable instructions are stored, and when the computer-executable instructions are executed by a processor, the computer-executable instructions are used to implement the network element adaptation method as described above.
The network element adapting method, the device, the equipment and the computer readable storage medium provided by the invention receive the instruction sent by the service system, acquire the instruction information and the service information according to the instruction, generate the instruction message according to the instruction information and the service information, determine the network element address based on the service information, thereby establishing the communication connection between the network element adapting device and the network element corresponding to the network element address, and finally send the instruction message to the network element so that the network element executes the instruction in the instruction message. In the invention, the message format of the network element is configured through the network element adapting device without the configuration of the service system, thereby sharing the workload of the service system, avoiding the condition that the service system needs to be maintained due to the configuration of the message format and reducing the maintenance cost of the service system.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a system architecture diagram for implementing the network element adaptation method of the present invention;
fig. 2 is a flowchart illustrating a first embodiment of a network element adapting method according to the present invention;
fig. 3 is a detailed flowchart of step S20 in the second embodiment of the network element adaptation method according to the present invention;
fig. 4 is a detailed flowchart of step S20 in the third embodiment of the network element adapting method according to the present invention;
fig. 5 is a detailed flowchart of step S30 in the fourth embodiment of the network element adaptation method according to the present invention;
fig. 6 is a schematic block diagram of an apparatus for adapting a network element according to the present invention;
fig. 7 is a schematic diagram of a hardware structure of the network element adapting device according to the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The invention provides a network element adaptation method, which is realized by a system framework shown in figure 1. Referring to fig. 1, a network element adaptation apparatus 100 communicatively connects a service system 200 and a plurality of network elements 300. The network element 300 performs data interaction with the service system 200 through the network element adapting device 100. The service system 200 sends the instruction to the network element adapting device 100, and the network element adapting device 100 determines the network element 300 adapted by the service system 200 based on the instruction, that is, determines the network element 300 transmitted by the instruction. The network element adaptation device 100 configures a corresponding instruction packet for the instruction, and then sends the instruction packet containing the instruction to the network element 300. The network element 300 feeds back the information of the execution instruction to the network element adaptation device 100, and the network element adaptation device 100 parses the information and assembles the information into a return message, and then feeds back the return message to the service system 200.
The following describes the technical solutions of the present invention and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Referring to fig. 2, fig. 2 is a first embodiment of a network element adapting method of the present invention, where the network element adapting method includes the following steps:
and step S10, receiving the instruction sent by the service system, and acquiring instruction information and service information according to the instruction.
In this embodiment, the execution subject is a network element adaptation device, and for convenience of description, the device is referred to as a network element adaptation device. The device is preset to store the data of each network element, the instruction data of the service system and the service data. Specifically, the device stores network element information, number segment information, instruction information, and service information. The network element information includes network element name, network element IP, network element port, manufacturer, and large area. The number segment information includes a large area, an MSISDN (MSISDN is a number that a calling Subscriber needs to dial to call a Mobile Subscriber in a GSM PLMN), and an IMSI (International Mobile Subscriber Identity). The instruction information includes an instruction name, an instruction template, a manufacturer, an instruction protocol, and the like. The service information includes a service code, an instruction name, a network element matching policy, and the like.
The service system is in communication connection with the device, and the service system sends an instruction to the device, wherein the instruction needs to be sent to a corresponding network element. The device acquires instruction information and service information based on the instruction. The instruction carries an instruction name, and the device analyzes the instruction to obtain the instruction name and then obtains instruction information and service information containing the instruction name.
Specifically, the instruction carries a service code and an instruction identifier. The instruction identification may be an instruction name. The device can obtain the service information through the service code, namely the service information containing the service code is obtained, and the service information containing the service code is the service information corresponding to the service code. The device acquires the instruction information through the instruction identifier, namely acquires the instruction information containing the instruction name, wherein the instruction information containing the instruction identifier is the instruction information corresponding to the instruction identifier.
Step S20, generating an instruction message according to the instruction information and the service information, and determining a network element address according to the service information, where the instruction message includes an instruction.
The device generates an instruction message according to the instruction information and the service information. The instruction message comprises an instruction template and service parameter access parameters, the instruction template can be determined through the instruction information, and the service parameter access parameters can be determined through the service information. The device acquires the service parameter through the service information, acquires the instruction template through the instruction information, and injects the service parameter into the instruction template to generate the instruction message. It should be noted that the instruction message includes an instruction.
The device also needs to determine the network element address according to the service information, that is, the network element for receiving the instruction message is determined based on the service information. Different network elements are responsible for different services, the device can search corresponding number segment information based on the service access parameter in the service information, obtain the network element information based on the number segment information, and then can determine the network element address through the network element information.
Step S30, establishing a communication connection between the network element adapting device and the network element corresponding to the network element address.
Step S40, sending the instruction message to the network element, so that the network element executes the instruction based on the instruction message.
After the device obtains the network element address, the communication connection between the network element adapting device and the network element corresponding to the network element address can be established, and the device sends the instruction message to the network element so that the network element executes the instruction based on the instruction message.
In this embodiment, the device can implement multiple network element matching modes through the network element information, number segment information, instruction information and service information stored in advance, and can implement a fast matching mode in which a network element adaptation layer (network element adaptation device) shields various network element communication protocols and an interface is pluggable.
In the technical scheme provided by this embodiment, an instruction sent by a service system is received, instruction information and service information are obtained according to the instruction, an instruction packet is generated according to the instruction information and the service information, a network element address is determined based on the service information, so that a communication connection between a network element adapting device and a network element corresponding to the network element address is established, and finally, the instruction packet is sent to the network element, so that the network element executes the instruction in the instruction packet. In the invention, the message format of the network element is configured through the network element adapting device without the configuration of the service system, thereby sharing the workload of the service system, avoiding the condition that the service system needs to be maintained due to the configuration of the message format and reducing the maintenance cost of the service system.
Referring to fig. 3, fig. 3 is a second embodiment of the network element adapting method of the present invention, and based on the first embodiment, step S20 includes:
and step S21, obtaining the network element matching strategy according to the service information.
In this embodiment, the apparatus may determine the network element address through the network element matching policy. Specifically, after the device obtains the service information based on the instruction, the service information includes the network element matching policy, and the device can obtain the network element matching policy based on the service information.
Step S22, determining the network element address according to the network element matching strategy.
The network element matching strategy comprises a designated network element strategy, a number association matching strategy and a large area association matching strategy. The apparatus may determine the network element address according to a network element matching policy. For example, when the network element matching policy is a specified network element policy, the address of the specified network element is obtained, so as to obtain the network element address; if the network element matching strategy is a number association matching strategy, acquiring a number from the instruction, and then acquiring a network element address of the network element associated with the number; and if the network element matching strategy is a large-area association matching strategy, acquiring the large area of the network element of the specified execution instruction of the service system from the network element information, and taking the address of the network element belonging to the large area as the network element address.
In addition, the device determines the searching mode of the network element address based on the network element matching strategy, and then searches the network element address in the network element information corresponding to the service information according to the searching mode.
Specifically, when the network element matching policy is a specified network element policy, the device searches for the network element information by using the network element name of the service access parameter in the service information, thereby obtaining the network element address in the network element information, for example, obtaining the network element IP from the network element information. The searching mode is based on the network element name.
When the network element matching strategy is a number association matching strategy, number segment information is searched through the number of the service access parameter in the service information, the home zone of the number is determined based on the number segment information, the corresponding network element information is searched according to the manufacturer in the zone + instruction information, and then the network element address is obtained from the network element information. The searching mode is based on number searching.
When the network element matching strategy is a large area correlation matching strategy, the device searches the network element information according to manufacturers in the large area + instruction information, and then acquires the network element address from the network element information. The searching mode is based on the large area and the manufacturers.
In the technical scheme provided by this embodiment, the apparatus obtains the network element matching policy based on the service information, and then accurately determines the network element address according to the network element matching policy.
Referring to fig. 4, fig. 4 is a network element matching method according to the present invention, based on the first or second embodiment, step 20 includes:
and step S23, determining an instruction template according to the instruction information, and acquiring service parameter according to the service information.
And step S24, generating an instruction message according to the instruction template and the service parameter.
In this embodiment, the instruction message is formed by assembling an instruction template and a service parameter. The apparatus acquires the instruction template from the instruction information in acquiring the instruction information. It should be noted that the instruction template is different according to the manufacturer, the network element type, and the instruction protocol, that is, the device needs to obtain the manufacturer and the instruction protocol from the instruction information, and then obtain the network element matching policy based on the service information, so as to determine the network element address based on the network element matching policy. The determination method of the network element address refers to the above description, and is not described herein again. The device then determines the type of the network element corresponding to the network element address, and finally determines the instruction template according to the type, manufacturer and instruction protocol of the network element.
The instruction template comprises a message format and instruction parameters. When the device assembles the instruction message, the service access parameter is obtained from the service information, and then the service access parameter is injected into the instruction template to replace the instruction parameter, so that the instruction message is obtained.
In the technical scheme provided by this embodiment, the apparatus determines an instruction template according to the instruction information, and acquires the service parameter according to the service information, thereby generating an instruction packet including an instruction according to the instruction template and the service parameter.
Referring to fig. 5, fig. 5 is a fourth embodiment of the network element adapting method of the present invention, and based on any one of the first to third embodiments, step S30 includes:
step S31, determining an encryption mode for the network element corresponding to the network element address to perform communication.
In this embodiment, data interaction between the service system and the network element needs to be encrypted. Specifically, the encryption of communication between the network element and the device may be a protocol specification, and after determining the network element address, the device may determine the network element corresponding to the network element address. The device acquires the protocol corresponding to the network element, and can determine the encryption mode of the communication between the network element and the device based on the protocol.
Step S32, determining the connection mode between the network element and the network element adapting device according to the encryption mode.
The device and the network element directly have multiple communication connection modes, for example, the connection mode includes Socket connection or sslsokey connection. And if the encryption modes are different, the connection modes of the network element and the network element adapting device are different.
Step S33, establishing a communication connection between the network element and the network element adapting device according to the connection mode.
After the device determines the connection mode, the determined connection mode establishes a communication mode between the network element and the network element adapting device.
In the technical solution provided in this embodiment, the apparatus determines an encryption manner for the network element corresponding to the network element address to perform communication, and then determines a connection manner between the network element and the network element adapting apparatus according to the encryption manner, so as to establish a communication connection between the network element and the network element adapting apparatus according to the connection manner, that is, reasonably select a corresponding connection manner to establish a communication connection between the network element and the apparatus based on the communication encryption manner between the network element and the apparatus.
In an embodiment, after step S40, the method further includes:
receiving response information of the network element execution instruction;
generating a return message according to the response information;
and sending the return message to a service system.
In this embodiment, after sending the instruction packet to the network element, the device waits for the network element to execute the response information of the instruction in the instruction packet. And after receiving the response information, the device analyzes the response information. The formats of the response messages returned by different network elements are different. The device presets a corresponding message analysis plug-in for the response information returned by each network element, and the device analyzes the response information through the message analysis plug-in of the network element to obtain key information, wherein the key information is a result of the device executing the instruction. The result is, for example, a success in execution or an error message.
The device generates a return message based on the key information, namely a standardized RESTful return message is assembled based on the key information, and then the return message is sent to the service system.
In the technical scheme provided by this embodiment, after sending the instruction packet to the network element, the device receives response information of the network element execution instruction, generates a return packet based on the response information, and sends the return packet to the service system, so that the service system knows the information of the network element execution instruction, and the service system is convenient to open a service.
Referring to fig. 6, the network element adapting apparatus 600 includes:
a receiving module 610, configured to receive an instruction sent by a service system, and obtain instruction information and service information according to the instruction;
a generating module 620, configured to generate an instruction message according to the instruction information and the service information, and determine a network element address according to the service information, where the instruction message includes an instruction;
an establishing module 630, configured to establish a communication connection between the network element adapting apparatus and a network element corresponding to the network element address;
the sending module 640 is configured to send the instruction packet to the network element, so that the network element executes the instruction based on the instruction packet.
In an embodiment, the network element adapting apparatus 600 includes:
the acquisition module is used for acquiring a network element matching strategy according to the service information;
and the determining module is used for determining the network element address according to the network element matching strategy.
In an embodiment, the network element adapting apparatus 600 includes:
the determining module is used for determining a searching mode of the network element address according to the network element matching strategy;
and the searching module is used for searching the network element address in the network element information corresponding to the service information according to the searching mode.
In an embodiment, the network element adapting apparatus 600 includes:
the determining module is used for determining an instruction template according to the instruction information and acquiring service access parameters according to the service information;
and the generating module 620 is configured to generate an instruction message according to the instruction template and the service parameter.
In an embodiment, the network element adapting apparatus 600 includes:
the determining module is used for determining the encryption mode of communication of the network element corresponding to the network element address;
a determining module, configured to determine a connection mode between the network element and the network element adapting device according to the encryption mode;
an establishing module 630, configured to establish a communication connection between the network element and the network element adapting apparatus according to the connection manner.
In an embodiment, the network element adapting apparatus 600 includes:
the acquisition module is used for acquiring the service code and the instruction identifier according to the instruction;
and the acquisition module is used for acquiring the service information corresponding to the service code and acquiring the service information corresponding to the instruction identifier.
In an embodiment, the network element adapting apparatus 600 includes:
a receiving module 610, configured to receive response information of the network element execution instruction;
a generating module 620, configured to generate a return message according to the response information;
the sending module 640 is configured to send the return message to the service system.
Fig. 7 is a hardware block diagram illustrating a network element adapting device according to an exemplary embodiment.
The network element adapting apparatus 700 may include: a process 701, such as a CPU, a memory 702, and a transceiver 703. It will be appreciated by those skilled in the art that the architecture shown in figure 7 does not constitute a limitation of the network element adaptation device and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. The memory 702 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The processor 701 may call a computer program stored in the memory 702 to perform all or part of the steps of the above-described network element adaptation method.
The transceiver 703 is used for receiving information transmitted from and transmitting information to an external device.
A non-transitory computer readable storage medium, wherein instructions in the storage medium, when executed by a processor of a network element adaptation device, enable the network element adaptation device to perform the above network element adaptation method.
A computer program product comprising a computer program which, when executed by a processor of a network element adaptation device, enables the network element adaptation device to perform the above network element adaptation method.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A network element adapting method is applied to a network element adapting device, and is characterized by comprising the following steps:
receiving an instruction sent by a service system, and acquiring instruction information and service information according to the instruction;
generating an instruction message according to the instruction information and the service information, and determining a network element address according to the service information, wherein the instruction message comprises the instruction;
establishing communication connection between the network element adapting device and the network element corresponding to the network element address;
and sending the instruction message to the network element so that the network element executes the instruction based on the instruction message.
2. The method of claim 1, wherein the step of determining the network element address according to the service information comprises:
acquiring a network element matching strategy according to the service information;
and determining the network element address according to the network element matching strategy.
3. The method of claim 2, wherein the step of determining the network element address according to the network element matching policy comprises:
determining a searching mode of the network element address according to the network element matching strategy;
and searching the network element address in the network element information corresponding to the service information according to the searching mode.
4. The network element adapting method according to any one of claims 1 to 3, wherein the step of generating an instruction packet according to the instruction information and the service information comprises:
determining an instruction template according to the instruction information, and acquiring service access parameters according to the service information;
and generating the instruction message according to the instruction template and the service parameter.
5. The network element adapting method according to any one of claims 1 to 3, wherein the step of establishing the communication connection between the network element adapting device and the network element corresponding to the network element address comprises:
determining an encryption mode of communication of a network element corresponding to the network element address;
determining a connection mode of the network element and the network element adapting device according to the encryption mode;
and establishing communication connection between the network element and the network element adapting device according to the connection mode.
6. The network element adaptation method according to any of claims 1-3, wherein the step of obtaining instruction information and service information according to the instruction comprises:
acquiring a service code and an instruction identifier according to the instruction;
and acquiring service information corresponding to the service code and acquiring service information corresponding to the instruction identifier.
7. The network element adapting method according to any one of claims 1 to 3, wherein after the step of sending the instruction packet to the network element, the method further comprises:
receiving response information of the network element for executing the instruction;
generating a return message according to the response information;
and sending the return message to the service system.
8. An apparatus for adapting a network element, comprising:
the receiving module is used for receiving an instruction sent by a service system and acquiring instruction information and service information according to the instruction;
a generating module, configured to generate an instruction packet according to the instruction information and the service information, and determine a network element address according to the service information, where the instruction packet includes the instruction;
an establishing module, configured to establish a communication connection between the network element adapting device and a network element corresponding to the network element address;
and the sending module is used for sending the instruction message to the network element so that the network element can execute the instruction based on the instruction message.
9. A network element adaptation device, comprising: a memory and a processor;
the memory stores computer-executable instructions;
the processor executes computer-executable instructions stored by the memory, causing the processor to perform the network element adaptation method of any of claims 1 to 7.
10. A computer-readable storage medium, having stored thereon computer-executable instructions for implementing the network element adaptation method of any one of claims 1 to 7 when executed by a processor.
CN202111499815.5A 2021-12-09 2021-12-09 Network element adaptation method, device, equipment and computer readable storage medium Active CN114285908B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111499815.5A CN114285908B (en) 2021-12-09 2021-12-09 Network element adaptation method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111499815.5A CN114285908B (en) 2021-12-09 2021-12-09 Network element adaptation method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN114285908A true CN114285908A (en) 2022-04-05
CN114285908B CN114285908B (en) 2023-10-31

Family

ID=80871555

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111499815.5A Active CN114285908B (en) 2021-12-09 2021-12-09 Network element adaptation method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN114285908B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005067206A1 (en) * 2004-01-04 2005-07-21 Huawei Technologies Co., Ltd. A method for implementing services on network elements based on multiple network element addresses
EP1596610A1 (en) * 2004-05-11 2005-11-16 Alcatel Network element and method of mapping address information
CN101051918A (en) * 2007-03-27 2007-10-10 华为技术有限公司 Method for realizing business requst and on-line instruction system
CN101150584A (en) * 2007-10-31 2008-03-26 中兴通讯股份有限公司 A multi-protocol conversion device and method for SMS gateway
CN101217538A (en) * 2007-12-29 2008-07-09 大唐软件技术股份有限公司 Integrated network activation system
CN102882962A (en) * 2012-09-24 2013-01-16 中兴通讯股份有限公司 Plug-and-play network element equipment, system and method for implementing online of plug-and-play network element equipment
CN103873433A (en) * 2012-12-07 2014-06-18 中国移动通信集团福建有限公司 Service activation-based data processing method, device, server and system
CN107276790A (en) * 2017-05-27 2017-10-20 北京思特奇信息技术股份有限公司 A kind of processing method and system of business work order
CN110913439A (en) * 2018-09-17 2020-03-24 华为技术有限公司 Network element selection method and device
CN111226452A (en) * 2017-10-11 2020-06-02 华为技术有限公司 Business strategy creating method and device
CN111526052A (en) * 2020-04-17 2020-08-11 中移(杭州)信息技术有限公司 Network element instruction management method, device, network equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005067206A1 (en) * 2004-01-04 2005-07-21 Huawei Technologies Co., Ltd. A method for implementing services on network elements based on multiple network element addresses
EP1596610A1 (en) * 2004-05-11 2005-11-16 Alcatel Network element and method of mapping address information
CN101051918A (en) * 2007-03-27 2007-10-10 华为技术有限公司 Method for realizing business requst and on-line instruction system
CN101150584A (en) * 2007-10-31 2008-03-26 中兴通讯股份有限公司 A multi-protocol conversion device and method for SMS gateway
CN101217538A (en) * 2007-12-29 2008-07-09 大唐软件技术股份有限公司 Integrated network activation system
CN102882962A (en) * 2012-09-24 2013-01-16 中兴通讯股份有限公司 Plug-and-play network element equipment, system and method for implementing online of plug-and-play network element equipment
CN103873433A (en) * 2012-12-07 2014-06-18 中国移动通信集团福建有限公司 Service activation-based data processing method, device, server and system
CN107276790A (en) * 2017-05-27 2017-10-20 北京思特奇信息技术股份有限公司 A kind of processing method and system of business work order
CN111226452A (en) * 2017-10-11 2020-06-02 华为技术有限公司 Business strategy creating method and device
CN110913439A (en) * 2018-09-17 2020-03-24 华为技术有限公司 Network element selection method and device
CN111526052A (en) * 2020-04-17 2020-08-11 中移(杭州)信息技术有限公司 Network element instruction management method, device, network equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
田小敏;: "基于模糊匹配的自动协议适配器研究与实现", no. 04 *

Also Published As

Publication number Publication date
CN114285908B (en) 2023-10-31

Similar Documents

Publication Publication Date Title
CN110446201B (en) Communication module, communication method and system for realizing eSIM remote configuration
US10595193B2 (en) Method of provisioning a subscriber profile for a secure module
CN111133779A (en) Techniques for remote SIM provisioning
US11153752B2 (en) Apparatus and method for SSP device and server to negotiate digital certificates
KR102382894B1 (en) Apparatus and method for managing events in communication system
US11889586B2 (en) Method and apparatus for negotiating EUICC version
CN107666664B (en) Method, device, equipment and storage medium for machine-card binding
KR20200044629A (en) Apparatus, method for handling execptions in remote profile management
US11903089B2 (en) Method and apparatus for installing and managing multiple eSIM profiles
US20160295344A1 (en) Notification method for configuring a secure element
US11012830B2 (en) Automated activation and onboarding of connected devices
JP2020502894A (en) Service ordering method and device
CN114285908B (en) Network element adaptation method, device, equipment and computer readable storage medium
CN111741514B (en) Network access information configuration method and device
KR20220018892A (en) METHOD AND APPARATUS TO INSTALL AND MANAGE MULTIPLE eSIM PROFILES
US11792640B2 (en) Method and device for managing eUICC profile installation rights
CN112911577B (en) Abnormal condition processing method and device, mobile equipment, user equipment and system
US20240187840A1 (en) METHOD AND APPARATUS FOR INSTALLING AND MANAGING MULTIPLE eSIM PROFILES
US20230078765A1 (en) Method and system for automated secure device registration and provisioning over cellular or wireless network
RU2791001C1 (en) Testing method for checking the process of remote initialization of embedded sim cards and an active testing system that provides such a testing method
US20230156443A1 (en) Enterprise embedded subscriber identity module management
CN116321142A (en) Fixed-moving fusion multidimensional authentication method and device
CN116887275A (en) Remote configuration method, communication device, system and storage medium
CN116644129A (en) Narrowband internet of things NB-IoT system
CN116347562A (en) Information configuration method, device, related equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant