CN114285908B - 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
CN114285908B
CN114285908B CN202111499815.5A CN202111499815A CN114285908B CN 114285908 B CN114285908 B CN 114285908B CN 202111499815 A CN202111499815 A CN 202111499815A CN 114285908 B CN114285908 B CN 114285908B
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.)
Active
Application number
CN202111499815.5A
Other languages
Chinese (zh)
Other versions
CN114285908A (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

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application 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 adaptation 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 can execute the instruction based on the instruction message. In the application, the message format of the network element is configured by the network element adapting device, and the service system is not required to be configured, thereby distributing the workload of the service system, avoiding the condition that the service system is required to be maintained due to the configuration of the message format of the service system, 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 application 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 different manufacturer equipment instructions, the service system can be realized by executing a plurality of different instructions.
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 the network elements 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 may increase the burden on the service system. Because of the numerous network elements, the burden of the service system is overlarge, and the maintenance cost of the service system is increased.
Disclosure of Invention
The application provides a network element adaptation method, a device, 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 application provides a network element adaptation method, which is applied to a network element adaptation 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 adaptation 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 can execute 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 parameter entry 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 adaptation device and the network element corresponding to the network element address includes:
determining an encryption mode of communication of the 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 acquiring instruction information and 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 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 application further provides a network element adapting device, including:
the receiving module is used for receiving the instruction sent by the service system and acquiring instruction information and service information according to the instruction;
the generation module is used for generating an instruction message according to the instruction information and the service information, determining a network element address according to the service information, wherein the instruction message comprises the instruction;
the establishing module is used for establishing communication connection between the network element adapting device and the 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 application 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 in the memory, causing the processor to perform the network element adaptation method as described above.
In another aspect, the present application also provides a computer-readable storage medium, in which computer-executable instructions are stored, which when executed by a processor are configured to implement a network element adaptation method as described above.
The network element adaptation method, the device, the equipment and the computer readable storage medium provided by the application are used for receiving the instruction sent by the service system, acquiring instruction information and service information according to the instruction, generating an instruction message according to the instruction information and the service information, determining a network element address based on the service information, thereby establishing communication connection between the network element adaptation device and the network element corresponding to the network element address, and finally sending the instruction message to the network element, so that the network element executes the instruction in the instruction message. In the application, the message format of the network element is configured by the network element adapting device, and the service system is not required to be configured, thereby distributing the workload of the service system, avoiding the condition that the service system is required to be maintained due to the configuration of the message format of the service system, 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 disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a system architecture diagram of a network element adaptation method implemented in the present application;
fig. 2 is a schematic flow chart of a first embodiment of the network element adaptation method according to the present application;
fig. 3 is a schematic diagram of a refinement flow of step S20 in the second embodiment of the network element adaptation method of the present application;
fig. 4 is a schematic diagram of a refinement flow of step S20 in the third embodiment of the network element adaptation method of the present application;
fig. 5 is a schematic diagram of a refinement flow of step S30 in a fourth embodiment of the network element adaptation method of the present application;
fig. 6 is a schematic block diagram of a network element adaptation device according to the present application;
fig. 7 is a schematic hardware structure of the network element adapting device of the present application.
Specific embodiments of the present disclosure have been shown by way of the above drawings and will be described in more detail below. These drawings and the written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the disclosed concepts to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
The application provides a network element adaptation method, which is realized through a system framework shown in figure 1. Referring to fig. 1, a network element adaptation device 100 communicates with 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 adaptation device 100. The service system 200 sends the instruction to the network element adaptation device 100, and the network element adaptation device 100 determines the network element 300 adapted by the service system 200 based on the instruction, i.e. determines the network element 300 to which the instruction is transmitted. The network element adaptation device 100 configures the instruction packet corresponding to the instruction, and 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, the network element adaptation device 100 analyzes 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 scheme of the present application and how the technical scheme of the present application solves the above technical problems in detail with specific embodiments. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Referring to fig. 2, fig. 2 is a first embodiment of the network element adaptation method according to the present application, the network element adaptation method comprising the steps of:
step S10, receiving an instruction sent by a service system, and acquiring instruction information and service information according to the instruction.
In this embodiment, the execution body is a network element adapting device, and for convenience of description, the device is referred to as a network element adapting 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, large area, etc. The number field information includes a large area, an MSISDN (MSISDN refers to the number that the calling subscriber needs to dial to call one of the mobile subscribers in the GSM PLMN), and an IMSI (International Mobile Subscriber Identity ) number field. The instruction information includes instruction names, instruction templates, manufacturers, instruction protocols, and the like. The service information includes service codes, instruction names, network element matching policies, etc.
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 the corresponding network element. The device obtains instruction information and service information based on the instruction. The instruction carries an instruction name, 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 acquire the service information through the service code, namely, the service information containing the service code is to be acquired, and the service information containing the service code is the service information corresponding to the service code. The device acquires instruction information through the instruction identifier, namely, acquires instruction information containing an instruction name, and the instruction information containing the instruction identifier is instruction information corresponding to the instruction identifier.
Step S20, generating an instruction message according to the instruction information and the service information, determining a network element address according to the service information, wherein the instruction message comprises 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, the instruction template can be determined by the instruction information, and the service parameter can be determined by the service information. The device obtains the service parameter through the service information, obtains the instruction template through the instruction information, and then injects the service parameter into the instruction template to generate the instruction message. It should be noted that, the instruction packet includes an instruction.
The device also needs to determine the network element address according to the service information, namely, determine the network element receiving the instruction message 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 parameter in the service information, acquire the network element information based on the number segment information, and then determine the network element address through the network element information.
Step S30, establishing communication connection between the network element adapting device and the network element corresponding to the network element address.
Step S40, the instruction message is sent to the network element, so that the network element can execute the instruction based on the instruction message.
After the network element address is obtained, the device can establish communication connection between the network element adaptation device and the network element corresponding to the network element address, and then 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 may implement multiple network element matching modes by pre-storing network element information, number segment information, instruction information and service information, and may be used to make a network element adaptation layer (network element adaptation device) shield various network element communication protocols, so as to implement a fast matching mode that an interface may be plugged.
In the technical scheme provided by the embodiment, an instruction sent by a service system is received, instruction information and service information are obtained according to the instruction, an instruction message is generated according to the instruction information and the service information, a network element address is determined based on the service information, so that communication connection between a network element adaptation device and a network element corresponding to the network element address is established, and finally the instruction message is sent to the network element, so that the network element executes the instruction in the instruction message. In the application, the message format of the network element is configured by the network element adapting device, and the service system is not required to be configured, thereby distributing the workload of the service system, avoiding the condition that the service system is required to be maintained due to the configuration of the message format of the service system, and reducing the maintenance cost of the service system.
Referring to fig. 3, fig. 3 is a second embodiment of the network element adaptation method according to the present application, based on the first embodiment, step S20 includes:
step S21, obtaining the network element matching strategy according to the service information.
In this embodiment, the device may determine the network element address through a network element matching policy. Specifically, after obtaining service information based on the instruction, the device includes a network element matching policy in the service information, and the device can obtain the network element matching policy based on the service information.
Step S22, the network element address is determined according to the network element matching strategy.
The network element matching policy comprises a designated network element policy, a number association matching policy and a large area association matching policy. 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 acquiring a network element address of the network element associated with the number; if the network element matching policy is a region association matching policy, a region of the network element of the service system appointed execution instruction is obtained from the network element information, and then the address of the network element belonging to the region is used as the network element address.
In addition, the device determines a searching mode of the network element address based on the network element matching strategy, and 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 the network element information through the network element name of the service parameter in the service information, so as to obtain the network element address in the network element information, for example, obtain the network element IP from the network element information. The searching mode is to search based on the network element name.
When the network element matching strategy is a number association matching strategy, the number segment information is searched by the number of the service parameter in the service information, the attribution large area of the number is determined based on the number segment information, the corresponding network element information is searched by a manufacturer in the large area plus instruction information, and then the network element address is obtained from the network element information. The searching mode is based on the number.
When the network element matching strategy is a large area association matching strategy, the device searches the network element information according to a manufacturer 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 area and manufacturer.
In the technical scheme provided by the embodiment, the device acquires 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 diagram illustrating a network element matching method according to the present application, based on the first or second embodiment, step 20 includes:
step S23, determining an instruction template according to the instruction information, and acquiring service parameter entry 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 service parameter. The device acquires the instruction template from the instruction information in the process of acquiring the instruction information. It should be noted that, the instruction templates are 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 manner of the network element address refers to the above description, and will not be described in detail herein. The device determines the instruction template according to the type of the network element, the manufacturer and the instruction protocol.
The instruction template comprises a message format and instruction parameters. When the device assembles the instruction message, the service parameter is obtained from the service information, and then the service 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 the embodiment, the device determines the instruction template according to the instruction information, and obtains the service parameter according to the service information, so as to generate the instruction message containing the instruction according to the instruction template and the service parameter.
Referring to fig. 5, fig. 5 is a fourth embodiment of a network element adaptation method according to the present application, based on any one of the first to third embodiments, step S30 includes:
step S31, determining the encryption mode of the communication of the network element corresponding to the network element address.
In this embodiment, the 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 rule, 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 the encryption mode of the communication between the network element and the device can be determined based on the protocol.
Step S32, determining the connection mode of the network element and the network element adapting device according to the encryption mode.
The device and the network element directly have various communication connection modes, for example, the connection modes comprise Socket connection or SSLSocket 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 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 connection mode can be determined to establish the communication mode between the network element and the network element adapting device.
In the technical solution provided in this embodiment, the device determines an encryption manner of communication performed by a network element corresponding to a network element address, and then determines a connection manner of the network element and the network element adapting device according to the encryption manner, so as to establish communication connection between the network element and the network element adapting device according to the connection manner, that is, reasonably select a corresponding connection manner based on the communication encryption manner between the network element and the device, and establish communication connection between the network element and the device.
In one embodiment, after step S40, the method further includes:
receiving response information of a network element execution instruction;
generating a return message according to the response information;
and sending the return message to the service system.
In this embodiment, after the device sends the instruction packet to the network element, the network element waits for the response information of the instruction in the instruction packet to be executed by the network element. After receiving the response information, the device analyzes the response information. The format of the response information returned by different network elements is different. The device presets a corresponding message analysis plug-in for the response information returned by each network element, and the device obtains key information by analyzing the response information through the message analysis plug-in of the network element, wherein the key information is the result of the device executing the instruction. The result is, for example, execution success or error reporting information.
The device generates a return message based on the key information, namely, the device assembles the return message into a standardized RESTful return message based on the key information, and then sends the return message to the service system.
In the technical scheme provided by the embodiment, after the device sends the instruction message to the network element, the response information of the network element execution instruction is received, a return message is generated based on the response information, and then the return message is sent 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 the service.
The present application also provides a network element adapting device, referring to fig. 6, a network element adapting device 600 includes:
the receiving module 610 is configured to receive an instruction sent by the service system, and obtain instruction information and service information according to the instruction;
the generating module 620 is 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 an instruction;
a building module 630, configured to build a communication connection between the network element adaptation device 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 adaptation device 600 comprises:
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 adaptation device 600 comprises:
the determining module is used for determining the 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 adaptation device 600 comprises:
the determining module is used for determining an instruction template according to the instruction information and acquiring service parameter entering parameters according to the service information;
the generating module 620 is configured to generate an instruction packet according to the instruction template and the service parameter.
In an embodiment, the network element adaptation device 600 comprises:
the determining module is used for determining the encryption mode of communication of the network element corresponding to the network element address;
the determining module is used for determining the connection mode of the network element and the network element adapting device according to the encryption mode;
the establishing module 630 is configured to establish a communication connection between the network element and the network element adaptation device according to a connection manner.
In an embodiment, the network element adaptation device 600 comprises:
the acquisition module is used for acquiring a service code and an instruction identifier according to the instruction;
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 adaptation device 600 comprises:
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;
and the sending module 640 is configured to send the return message to the service system.
Fig. 7 is a hardware configuration diagram of a network element adaptation device according to an exemplary embodiment.
The network element adaptation device 700 may comprise: 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 structure shown in fig. 7 does not constitute a limitation of the network element adaptation device, and may comprise more or fewer components than shown, or may combine certain components, or may be arranged in different components. The memory 702 may be implemented by any type or combination of volatile or nonvolatile 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 disk.
Processor 701 may invoke computer programs stored in memory 702 to perform all or part of the steps of the network element adaptation method described above.
The transceiver 703 is used to receive information transmitted by an external device and transmit information to the external device.
A non-transitory computer readable storage medium, which when executed by a processor of a network element adaptation device, causes the network element adaptation device to perform the above-described 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-described 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 adaptations, 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 is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. A network element adaptation method applied to a network element adaptation device, comprising:
receiving an instruction sent by a service system, and acquiring instruction information and service information according to the instruction; wherein the service information comprises a network element matching policy;
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 adaptation device and the network element corresponding to the network element address;
transmitting the instruction message to the network element so that the network element executes the instruction based on the instruction message;
the step of determining the network element address according to the service information comprises the following steps:
acquiring a network element matching strategy according to the service information;
determining the network element address according to the network element matching strategy;
the step of establishing a communication connection between the network element adaptation device and the network element corresponding to the network element address includes:
determining an encryption mode of communication of the 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.
2. The network element adaptation method according to claim 1, 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.
3. The network element adaptation method according to any of the claims 1-2, wherein the step of generating an instruction message from the instruction information and the service information comprises:
determining an instruction template according to the instruction information, and acquiring service parameter entry parameters according to the service information;
and generating the instruction message according to the instruction template and the service parameter.
4. The network element adaptation method according to any of the claims 1-2, 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.
5. The network element adaptation method according to any of the claims 1-2, further comprising, after the step of sending the instruction message to the network element:
receiving response information of the network element executing the instruction;
generating a return message according to the response information;
and sending the return message to the service system.
6. A network element adaptation device, comprising:
the receiving module is used for receiving the instruction sent by the service system and acquiring instruction information and service information according to the instruction; wherein the service information comprises a network element matching policy;
the generation module is used for generating an instruction message according to the instruction information and the service information, determining a network element address according to the service information, wherein the instruction message comprises the instruction;
the establishing module is used for establishing communication connection between the network element adapting device and the network element corresponding to the network element address;
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;
the determining module is used for determining the encryption mode of communication of the network element corresponding to the network element address;
the determining module is used for determining the connection mode of the network element and the network element adapting device according to the encryption mode;
the establishing module is used for establishing communication connection between the network element and the network element adapting device according to a connection mode.
7. A network element adaptation device, comprising: a memory and a processor;
the memory stores computer-executable instructions;
the processor executing computer-executable instructions stored in the memory, causing the processor to perform the network element adaptation method according to any one of claims 1 to 5.
8. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein computer executable instructions for implementing the network element adaptation method according to any of the claims 1 to 5 when being 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 CN114285908A (en) 2022-04-05
CN114285908B true 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
田小敏 ; .基于模糊匹配的自动协议适配器研究与实现.南京工业职业技术学院学报.2009,(第04期),全文. *

Also Published As

Publication number Publication date
CN114285908A (en) 2022-04-05

Similar Documents

Publication Publication Date Title
CN110446201B (en) Communication module, communication method and system for realizing eSIM remote configuration
US11146960B2 (en) Apparatus and method for handling eSIM profile for iSSP device
CN110602724B (en) Network configuration method and communication device
US9955348B2 (en) Method and device for requesting for specific right acquisition on specific resource in wireless communication system
US10142830B2 (en) Communication system
KR102382894B1 (en) Apparatus and method for managing events in communication system
US11153752B2 (en) Apparatus and method for SSP device and server to negotiate digital certificates
US11889586B2 (en) Method and apparatus for negotiating EUICC version
CN111885594A (en) Equipment binding method and device
US11903089B2 (en) Method and apparatus for installing and managing multiple eSIM profiles
US20160295344A1 (en) Notification method for configuring a secure element
CN110808847B (en) Method and device for managing DAS (data-based system), electronic device and storage medium
US11012830B2 (en) Automated activation and onboarding of connected devices
CN114285908B (en) Network element adaptation method, device, equipment and computer readable storage medium
EP3827608B1 (en) Apparatus and method for handling esim profile for issp device
CN109167675B (en) eSIM profile updating system and method
CN114205378A (en) Network distribution method and device of Internet of things equipment, storage medium and electronic device
CN112153579A (en) Method and device for managing user group
US11792640B2 (en) Method and device for managing eUICC profile installation rights
US11974203B2 (en) Enterprise embedded subscriber identity module management
US20230078765A1 (en) Method and system for automated secure device registration and provisioning over cellular or wireless network
US20230057543A1 (en) Method and server for pushing data to mno
KR20020015448A (en) Apparatus And Method Of Over The Air Service Between Mobile Phone And Server System On Internet Protocol Base

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