CN111949286A - Upgrading method, device, equipment and computer readable storage medium - Google Patents

Upgrading method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN111949286A
CN111949286A CN201910398155.8A CN201910398155A CN111949286A CN 111949286 A CN111949286 A CN 111949286A CN 201910398155 A CN201910398155 A CN 201910398155A CN 111949286 A CN111949286 A CN 111949286A
Authority
CN
China
Prior art keywords
service
upgraded
upgrading
service package
data
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.)
Pending
Application number
CN201910398155.8A
Other languages
Chinese (zh)
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 Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
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 Mobile Communications Group Co Ltd, China Mobile Communications Ltd Research Institute filed Critical China Mobile Communications Group Co Ltd
Priority to CN201910398155.8A priority Critical patent/CN111949286A/en
Publication of CN111949286A publication Critical patent/CN111949286A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an upgrading method, an upgrading device, upgrading equipment and a computer readable storage medium, relates to the technical field of communication, and aims to solve the problem that the existing upgrading mode has a large influence on network services. The method comprises the following steps: receiving an API interface operation request of an intelligent plug-in to be upgraded; obtaining upgrading data according to the API interface operation request; and sending the upgrading data to the intelligent plug-in to be upgraded, wherein the intelligent plug-in to be upgraded utilizes the upgrading data to upgrade. The embodiment of the invention can reduce the influence on the network service.

Description

Upgrading method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an upgrade method, apparatus, device, and computer-readable storage medium.
Background
The intelligent gateway software main body is divided into two parts: basic gateway software and an intelligent system. Wherein, the basic gateway software comprises: the Network node comprises a Passive Optical Network (PON), a Wide Area Network (WAN), a router, and Wireless Fidelity (WiFi). The intelligent system includes: JVM (Java Virtual Machine), OSGi (Open Service Gateway Initiative) framework, API (Application Programming Interface), smart plug-in, and the like.
The software supports the remote function upgrading, and when the service is changed or the problem is repaired, the firmware needs to be upgraded. In the existing upgrading scheme, the intelligent system can be upgraded only by a mode of issuing firmware except for a plug-in. The firmware here includes the underlying gateway software and the intelligent system (JVM, OSGi framework, service package). If the API interface of the plug-in is changed, the service package needs to be updated, and the pure service package upgrading can be realized only by upgrading the gateway firmware.
In the above upgrading scheme, the network service of the intelligent gateway needs to be interrupted, and the influence on the network service is large.
Disclosure of Invention
Embodiments of the present invention provide an upgrade method, apparatus, device, and computer-readable storage medium, so as to solve the problem that an existing upgrade method has a large influence on a network service.
In a first aspect, an embodiment of the present invention provides an upgrading method applied to a first service package, where the first service package corresponds to a first API, and the upgrading method includes:
receiving an API interface operation request of an intelligent plug-in to be upgraded;
obtaining upgrading data according to the API interface operation request;
and sending the upgrading data to the intelligent plug-in to be upgraded, wherein the intelligent plug-in to be upgraded utilizes the upgrading data to upgrade.
Wherein, the obtaining of the upgrade data according to the API interface operation request includes:
under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
Before receiving an API interface operation request of the intelligent plug-in to be upgraded, the method further comprises the following steps:
register with an Open Service Gateway Initiative (OSGi) Service management.
Wherein the method further comprises:
calling a system level API interface to acquire configuration data;
and sending the configuration data to the intelligent plug-in to be upgraded.
In a second aspect, an embodiment of the present invention provides an upgrade method, applied to an intelligent plugin to be upgraded, including:
sending an API interface operation request to the first service package;
receiving upgrade data sent by the first service package according to the API interface operation request;
and upgrading by using the upgrading data.
Wherein, in a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API;
and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
Wherein, prior to said sending an API interface operation request to the first service package, the method further comprises:
sending a service request to an OSGi service management, and authenticating the intelligent plug-in to be upgraded by the OSGi service management according to the service request;
the sending of the API interface operation request to the first service package specifically includes:
and after the authentication is passed, sending an API interface operation request to the first service packet.
Wherein the method further comprises:
and receiving configuration data sent by the first service package, wherein the configuration data is acquired by calling a system level API interface by the first service package.
In a third aspect, an embodiment of the present invention provides an upgrade method, applied to OSGi service management, including:
registering a first service package, the first service package corresponding to a first API;
receiving a service request of an intelligent plug-in to be upgraded;
and authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the intelligent plug-in to be upgraded passes the authentication, and upgrading by using the upgrading data.
Wherein the method further comprises:
receiving authority configuration of a management service package;
the authenticating the intelligent plug-in to be upgraded according to the service request comprises the following steps:
and under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the permission configuration, authenticating the intelligent plug-in to be upgraded according to the service request.
In a fourth aspect, an embodiment of the present invention provides an upgrade method, applied to a management service package, including:
carrying out authority configuration on OSGi service management, and authenticating the intelligent plug-in to be upgraded according to the service request under the condition that the OSGi service management determines that the intelligent plug-in to be upgraded has upgrading data acquired from a first service package according to the authority configuration; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
In a fifth aspect, an embodiment of the present invention provides an upgrade apparatus, applied to a first service package, where the first service package corresponds to a first API, and the upgrade apparatus includes: a processor and a transceiver;
the transceiver is used for receiving an API interface operation request of the intelligent plug-in to be upgraded;
the processor is used for acquiring upgrading data according to the API interface operation request;
the transceiver is used for sending the upgrading data to the intelligent plug-in to be upgraded, and the intelligent plug-in to be upgraded is upgraded by using the upgrading data.
Wherein the processor is further configured to,
under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
Wherein the processor is further configured to register with an open service gateway initiative, OSGi, service management.
The processor is further used for calling a system level API interface to acquire configuration data;
the transceiver is further configured to send the configuration data to the smart plug-in to be upgraded.
In a sixth aspect, an embodiment of the present invention provides an upgrade apparatus, applied to an intelligent card to be upgraded, including: a processor and a transceiver;
the transceiver is used for sending an API interface operation request to the first service packet; receiving upgrade data sent by the first service package according to the API interface operation request;
and the processor is used for upgrading by utilizing the upgrading data.
Wherein, in a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API;
and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
The transceiver is further used for sending a service request to OSGi service management, and the OSGi service management authenticates the intelligent plug-in to be upgraded according to the service request; and after the authentication is passed, sending an API interface operation request to the first service packet.
The transceiver is further configured to receive configuration data sent by the first service package, where the configuration data is obtained by the first service package calling a system level API interface.
In a seventh aspect, an embodiment of the present invention provides an upgrade apparatus, applied to OSGi service management, including: a processor and a transceiver;
the processor is configured to register a first service package, where the first service package corresponds to a first API;
the transceiver is used for receiving a service request of the intelligent plug-in to be upgraded;
and the processor is used for authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the intelligent plug-in to be upgraded passes the authentication, and upgrading by using the upgrading data.
Wherein the transceiver is further configured to receive a permission configuration for managing a service package;
and the processor is further used for authenticating the intelligent plug-in to be upgraded according to the service request under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the authority configuration.
In an eighth aspect, an embodiment of the present invention provides an upgrade apparatus, applied to a management service package, including: a processor and a transceiver;
the processor is used for carrying out authority configuration on OSGi service management, and under the condition that the OSGi service management determines that the intelligent plug-in to be upgraded has upgrading data acquired from a first service package according to the authority configuration, the OSGi service management authenticates the intelligent plug-in to be upgraded according to the service request; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
In a ninth aspect, an embodiment of the present invention provides a communication device, including: a transceiver, a memory, a processor, and a computer program stored on the memory and executable on the processor;
the processor configured to read a program in the memory to implement the steps in the method according to the first aspect; or implementing a step in a method according to the second aspect; or implementing a step in a method according to the third aspect; or to implement a step in a method as described in the fourth aspect.
In a tenth aspect, an embodiment of the present invention provides a computer-readable storage medium for storing a computer program, which when executed by a processor implements the steps in the method according to the first aspect; or implementing a step in a method according to the second aspect; or implementing a step in a method according to the third aspect; or to implement a step in a method as described in the fourth aspect.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a flowchart of an upgrade method provided by an embodiment of the present invention;
FIG. 2 is a second flowchart of an upgrade method provided by the embodiment of the present invention;
FIG. 3 is a third flowchart of an upgrade method provided by an embodiment of the present invention;
FIG. 4 is a fourth flowchart of an upgrade method provided by an embodiment of the present invention;
FIG. 5 is a schematic diagram of a system provided by an embodiment of the invention;
FIG. 6 is a fifth flowchart of an upgrade method provided by an embodiment of the present invention;
fig. 7 is a flowchart of data processing performed by a newly added service package according to an embodiment of the present invention;
FIG. 8 is a block diagram of an upgrade apparatus provided in an embodiment of the present invention;
FIG. 9 is a second block diagram of an upgrade apparatus provided in an embodiment of the present invention;
FIG. 10 is a third block diagram of an upgrade apparatus provided in an embodiment of the present invention;
FIG. 11 is a fourth block diagram of an upgrade apparatus provided in an embodiment of the present invention;
fig. 12 is one of the structural diagrams of a communication apparatus provided by the embodiment of the present invention;
fig. 13 is a second block diagram of a communication device according to an embodiment of the present invention;
fig. 14 is a third block diagram of a communication device according to an embodiment of the present invention;
fig. 15 is a fourth structural diagram of a communication device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
According to the API upgrading method of the intelligent home gateway, the new service API is managed as a plug-in, and the API is upgraded through the plug-in upgrading function. The new API interface works simultaneously with the original API, and can also work independently. By the upgrading mode, the intelligent gateway does not need to interrupt service, and the plug-in platform can dynamically upgrade the intelligent gateway.
Referring to fig. 1, fig. 1 is a flowchart of an upgrading method provided by an embodiment of the present invention, and is applied to a first service package, where the first service package corresponds to a first API. As shown in fig. 1, the method comprises the following steps:
step 101, receiving an API interface operation request of an intelligent plug-in to be upgraded.
When a certain intelligent plug-in needs to be upgraded, an API interface operation request can be sent to the first service package.
And 102, acquiring upgrading data according to the API interface operation request.
Under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
In the embodiment of the present invention, the first service package is a newly set service package, and the second service package is an existing service package.
And 103, sending the upgrading data to the intelligent plug-in to be upgraded.
And the intelligent plug-in to be upgraded utilizes the upgrade data to upgrade.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Optionally, on the basis of the foregoing embodiment, before step 101, the method may further include: registration is made with the OSGi service management. Specifically, the first service package may send a service registration request to the OSGi service management, and after the registration is successful, the OSGi service management sends a registration success response to the first service package. In this way, the reliability of the upgrade can be guaranteed.
Optionally, the first service package may further call a system level API interface, obtain configuration data, and send the configuration data to the to-be-upgraded intelligent plug-in. Wherein the configuration data may include: firewall configuration, routing configuration, gateway node configuration, etc.
Referring to fig. 2, fig. 2 is a flowchart of an upgrade method provided by an embodiment of the present invention, and is applied to an intelligent plugin to be upgraded. As shown in fig. 2, the method comprises the following steps:
step 201, an API interface operation request is sent to the first service package.
When a certain intelligent plug-in needs to be upgraded, an API interface operation request can be sent to the first service package.
Step 202, receiving upgrade data sent by the first service package according to the API interface operation request.
In a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API;
and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
And step 203, upgrading by using the upgrading data.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Optionally, on the basis of the foregoing embodiment, before step 201, the method may further include: and sending a service request to OSGi service management, and authenticating the intelligent plug-in to be upgraded by the OSGi service management according to the service request. At this time, step 201 specifically includes: and after the authentication is passed, sending an API interface operation request to the first service packet. In this way, the reliability and safety of the upgrade can be ensured.
Optionally, on the basis of the foregoing embodiment, the method may further include: and receiving configuration data sent by the first service package, wherein the configuration data is acquired by calling a system level API interface by the first service package. Therefore, the intelligent plug-in to be upgraded is more comprehensive in upgrading.
Referring to fig. 3, fig. 3 is a flowchart of an upgrade method provided by an embodiment of the present invention, which is applied to OSGi service management. As shown in fig. 3, the method comprises the following steps:
step 301, registering a first service package, the first service package corresponding to a first API.
Step 302, receiving a service request of the intelligent plug-in to be upgraded.
And 303, authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the authentication of the intelligent plug-in to be upgraded is passed, and upgrading by using the upgrading data.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
In addition, to ensure the reliability of the upgrade, on the basis of the above embodiment, the method may further include: and receiving the authority configuration of the management service package. In this case, the step 303 specifically includes: and under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the permission configuration, authenticating the intelligent plug-in to be upgraded according to the service request.
Referring to fig. 4, fig. 4 is a flowchart of an upgrade method provided by an embodiment of the present invention, which is applied to a management service package. As shown in fig. 4, the method comprises the following steps:
and step 401, configuring the authority of the OSGi service management.
The OSGi service management authenticates the intelligent plug-in to be upgraded according to the service request under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from a first service package according to the authority configuration; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Fig. 5 is a schematic diagram of a system according to an embodiment of the present invention. In the embodiment of the invention, a new API interface is provided for the intelligent plug-in by adding a service package (bundle) of OSGi. The newly added API interface has higher authority than the existing API interface and can be called by the plug-in limitedly, and simultaneously, the newly added API interface can be compatible with the existing API interface and can also provide the API interface independently. For special plug-ins, certain system level and network security operation rights can be given, such as routing configuration, firewall rule configuration and the like. The existing API interface is in a one-to-one relationship with the gateway capability service interface. The newly added API interface may utilize a combination of multiple API interfaces at a higher priority.
With reference to fig. 6, the upgrade method according to the embodiment of the present invention includes:
step 601, when the newly added service package and the existing service package are started, registering the service to the OSGi, wherein the newly added service package has the authority of all API interfaces of the existing service package.
Specifically, the newly added service package and the existing service package are respectively registered by sending a service registration request to the OSGi service management. If the registration is successful, the OSGi service management returns a registration success response.
Step 602, the management service package performs authority configuration to the OSGi service management.
In particular, the management service package is configured to the OSGi service management, in particular the configuration smart plug-in has the right to operate the newly added service package API (this right control is configured via the TR69 protocol).
Step 603, the smart plug-in sends a service request to the OSGi service management.
Step 604, the OSGi service management authenticates the smart plug-in.
Step 605, if the authentication is successful, returning an authentication success response, and executing the subsequent process. If the authentication fails, an authentication failure response can be returned or the flow is ended.
And calling a new service package API interface by the intelligent plug-in, authenticating the requested API by the OSGi authority management, and calling the API of the newly added service package bundle after the authentication is passed.
Step 606, the smart plug-in sends an API interface operation request to the newly added service package.
Step 607, the newly added service package executes the API interface operation.
The newly added service package may have the following operations:
1) calling the combination of the APIs of a plurality of existing service packages to perform required operation;
2) the special operation comprises the following steps: for example, system level interfaces are invoked, such as firewall configuration, routing configuration, gateway node configuration, and the like.
And step 608, returning the result of the newly added service package to the intelligent plug-in, and ending the process.
In practical application, the existing API belongs to a part of a system service package, and cannot be separated, and the newly added API belongs to a part of a new service package (bundle), and can be loaded in a self-adaptive manner. Meanwhile, the newly added service packet can buffer data, the buffer information is directly read for non-real-time data, a jni (Java Native Interface, Java local Interface) is not called any more, and the plug-in service processing is accelerated.
With reference to fig. 7, a process of performing data processing on the newly added service package includes:
step 701, initializing data cache when a newly added service package is started.
The data is a memory data structure, and the reading access speed is high.
Steps 702-703 are performed when the smart plug-in first requests the API interface of the newly added service package.
Step 702, because there is no data cache, the newly added service package will call multiple APIs of the existing service package to obtain data.
Step 703, the newly added service package reads a returned result from the existing service package API, updates the data cache, and caches the non-real-time data, where the non-real-time data includes WAN (Wide Area Network) information, device information, WiFi (Wireless Fidelity) basic configuration information, and the like; the real-time data comprises information such as flow statistics and running duration.
And after the data are integrated, the newly added service package sends an API response to the intelligent plug-in.
When the intelligent plug-in is not the API interface that first requests the newly added service package, step 704 is performed.
Step 704, when the intelligent plug-in calls the interface again, the newly added service package does not need to call the interface of the existing service package to obtain data from the gateway, but directly reads the data from the data cache region, and does not need to obtain the data through the jni interface.
And then, the newly added service package sends an API response to the intelligent plug-in.
By the method, the consumption of resources for system call among cross-platforms can be reduced, the millisecond-level API response speed is realized, and the problem of configuration synchronization of jni multithreading call is avoided.
As can be seen from the above description, the following effects can be achieved by the embodiments of the present invention:
the embodiment of the invention upgrades the newly added API of the intelligent home gateway in a mode of upgrading the newly added service package, the upgrade of the service package can be issued by the plug-in platform to control upgrade, the network service is not influenced, the upgrade speed is high, the efficiency is high, and the existing network deployment is convenient. The newly added API can be compatible with the existing API, the existing plug-in application which does not adopt the API is not influenced, the existing API and the plug-in application can be compatible, and the existing API implementation mode can be gradually and completely replaced to realize dynamic loading and upgrading. The existing API interface is strongly bound with the basic service of the OSGi system, and cannot be randomly stripped and loaded and upgraded, and the newly added API interface is realized in a newly added service package (bundle) mode, so that the function of dynamically loading the API is realized by utilizing the embodiment of the invention.
Referring to fig. 8, fig. 8 is a structural diagram of an upgrading apparatus according to an embodiment of the present invention, which is applied to a first service package, where the first service package corresponds to a first API. As shown in fig. 8, the upgrade apparatus includes: a processor 801 and a transceiver 802.
The transceiver 802 is configured to receive an API interface operation request of an intelligent plug-in to be upgraded;
the processor 801 is configured to obtain upgrade data according to the API interface operation request;
the transceiver 802 is configured to send the upgrade data to the to-be-upgraded intelligent plug-in, where the to-be-upgraded intelligent plug-in is upgraded by using the upgrade data.
Optionally, the processor 801 is further configured to,
under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
Optionally, the processor 801 is further configured to register with an OSGi service management.
Optionally, the processor 801 is further configured to call a system level API interface to obtain configuration data; the transceiver 802 is further configured to send the configuration data to the smart card to be upgraded.
The working principle of the device of the embodiment of the invention can refer to the description of the embodiment of the method.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Referring to fig. 9, fig. 9 is a structural diagram of an upgrading apparatus provided in an embodiment of the present invention, and is applied to an intelligent plugin to be upgraded. As shown in fig. 9, the upgrade apparatus includes: a processor 901 and a transceiver 902.
The transceiver 902 is configured to send an API interface operation request to the first service package; receiving upgrade data sent by the first service package according to the API interface operation request;
the processor 901 is configured to perform upgrading by using the upgrade data.
Wherein, in a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API; and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
Optionally, the transceiver 902 is further configured to send a service request to an OSGi service management, where the OSGi service management authenticates the to-be-upgraded intelligent plug-in according to the service request; and after the authentication is passed, sending an API interface operation request to the first service packet.
Optionally, the transceiver 902 is further configured to receive configuration data sent by the first service package, where the configuration data is obtained by the first service package calling a system level API interface.
The working principle of the device of the embodiment of the invention can refer to the description of the embodiment of the method.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Referring to fig. 10, fig. 10 is a structural diagram of an upgrade apparatus provided in an embodiment of the present invention, which is applied to OSGi service management. As shown in fig. 10, the upgrade apparatus includes: a processor 1001 and a transceiver 1002.
The processor 1001 is configured to register a first service package, where the first service package corresponds to a first API;
the transceiver 1002 is configured to receive a service request of an intelligent plug-in to be upgraded;
the processor 1001 is configured to authenticate the intelligent plugin to be upgraded according to the service request, and the intelligent plugin to be upgraded acquires upgrade data from the first service package after the authentication is passed, and upgrades the intelligent plugin by using the upgrade data.
Optionally, the transceiver is further configured to receive an authority configuration of a management service package;
and the processor is further used for authenticating the intelligent plug-in to be upgraded according to the service request under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the authority configuration.
The working principle of the device of the embodiment of the invention can refer to the description of the embodiment of the method.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
Referring to fig. 11, fig. 11 is a structural diagram of an upgrade apparatus provided in an embodiment of the present invention, which is applied to a management service package. As shown in fig. 11, the upgrade apparatus includes: a processor 1101 and a transceiver 1102.
The processor 1101 is configured to perform authority configuration on an OSGi service management, where the OSGi service management authenticates an intelligent plugin to be upgraded according to the service request under the condition that the intelligent plugin to be upgraded has upgrade data acquired from a first service package according to the authority configuration; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
The working principle of the device of the embodiment of the invention can refer to the description of the embodiment of the method.
In the embodiment of the invention, a first service package is set for the intelligent plug-in to be upgraded, and the first service package is used for acquiring the upgrading data and issuing the upgrading data to the plug-in only for upgrading. Therefore, by using the embodiment of the invention, the network does not need to be interrupted in the upgrading process, and the influence on the network service is reduced.
As shown in fig. 12, the communication device according to the embodiment of the present invention includes:
a processor 1200 for reading the program in the memory 1220 and executing the following processes: receiving an API interface operation request of the smart card to be upgraded through the transceiver 1210; obtaining upgrading data according to the API interface operation request; and sending the upgrading data to the intelligent plug-in to be upgraded, wherein the intelligent plug-in to be upgraded utilizes the upgrading data to upgrade.
A transceiver 1210 for receiving and transmitting data under the control of the processor 1200.
Where in fig. 12, the bus architecture may include any number of interconnected buses and bridges, with various circuits of one or more processors represented by processor 1200 and memory represented by memory 1220 being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1210 may be a number of elements, including a transmitter and a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 1200 is responsible for managing the bus architecture and general processing, and the memory 1220 may store data used by the processor 1200 in performing operations.
The processor 1200 is responsible for managing the bus architecture and general processing, and the memory 1220 may store data used by the processor 1200 in performing operations.
The processor 1200 is further configured to read the computer program and execute the following steps:
under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
The processor 1200 is further configured to read the computer program and execute the following steps:
and registering with Open Service Gateway Initiative (OSGi) service management.
The processor 1200 is further configured to read the computer program and execute the following steps:
calling a system level API interface to acquire configuration data;
and sending the configuration data to the intelligent plug-in to be upgraded.
As shown in fig. 13, the communication device according to the embodiment of the present invention includes:
a processor 1300, for reading the program in the memory 1320, for executing the following processes: sending, by the transceiver 1310, an API interface operation request to the first service package; receiving upgrade data sent by the first service package according to the API interface operation request; and upgrading by using the upgrading data.
A transceiver 1310 for receiving and transmitting data under the control of the processor 1300.
In fig. 13, among other things, the bus architecture may include any number of interconnected buses and bridges with various circuits being linked together, particularly one or more processors represented by processor 1300 and memory represented by memory 1320. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1310 can be a number of elements including a transmitter and a transceiver that provide a means for communicating with various other apparatus over a transmission medium. The processor 1300 is responsible for managing the bus architecture and general processing, and the memory 1320 may store data used by the processor 1300 in performing operations.
The processor 1300 is responsible for managing the bus architecture and general processing, and the memory 1320 may store data used by the processor 1300 in performing operations.
Wherein, in a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API;
and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
The processor 1300 is further configured to read the computer program and execute the following steps:
sending a service request to an OSGi service management, and authenticating the intelligent plug-in to be upgraded by the OSGi service management according to the service request;
and after the authentication is passed, sending an API interface operation request to the first service packet.
The processor 1300 is further configured to read the computer program and execute the following steps:
and receiving configuration data sent by the first service package, wherein the configuration data is acquired by calling a system level API interface by the first service package.
As shown in fig. 14, the communication device of the embodiment of the present invention includes: the processor 1400 is used for reading the program in the memory 1420 and executing the following processes:
registering a first service package, the first service package corresponding to a first API; receiving a service request of an intelligent plug-in to be upgraded; and authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the intelligent plug-in to be upgraded passes the authentication, and upgrading by using the upgrading data.
A transceiver 1410 for receiving and transmitting data under the control of the processor 1400.
Where in fig. 14 the bus architecture may include any number of interconnected buses and bridges, in particular one or more processors, represented by the processor 1400, and various circuits of memory, represented by the memory 1420, linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1410 may be a number of elements including a transmitter and a transceiver providing a means for communicating with various other apparatus over a transmission medium. The processor 1400 is responsible for managing the bus architecture and general processing, and the memory 1420 may store data used by the processor 1400 in performing operations.
The processor 1400 is responsible for managing the bus architecture and general processing, and the memory 1420 may store data used by the processor 1400 in performing operations.
The processor 1400 is further configured to read the computer program and execute the following steps:
receiving authority configuration of a management service package;
and under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the permission configuration, authenticating the intelligent plug-in to be upgraded according to the service request.
As shown in fig. 15, the communication device of the embodiment of the present invention includes: the processor 1500, which is used to read the program in the memory 1520, executes the following processes:
carrying out authority configuration on OSGi service management, and authenticating the intelligent plug-in to be upgraded according to the service request under the condition that the OSGi service management determines that the intelligent plug-in to be upgraded has upgrading data acquired from a first service package according to the authority configuration; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
A transceiver 1510 for receiving and transmitting data under the control of the processor 1500.
In fig. 15, among other things, the bus architecture may include any number of interconnected buses and bridges, with one or more processors represented by processor 1500 and various circuits of memory represented by memory 1520 being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1510 may be a number of elements, including a transmitter and a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 1500 is responsible for managing the bus architecture and general processing, and the memory 1520 may store data used by the processor 1500 in performing operations.
The processor 1500 is responsible for managing the bus architecture and general processing, and the memory 1520 may store data used by the processor 1500 in performing operations.
Furthermore, a computer-readable storage medium of an embodiment of the present invention stores a computer program executable by a processor to implement:
receiving an API interface operation request of an intelligent plug-in to be upgraded;
obtaining upgrading data according to the API interface operation request;
and sending the upgrading data to the intelligent plug-in to be upgraded, wherein the intelligent plug-in to be upgraded utilizes the upgrading data to upgrade.
Wherein, the obtaining of the upgrade data according to the API interface operation request includes:
under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
Before receiving an API interface operation request of the intelligent plug-in to be upgraded, the method further comprises the following steps:
and registering with Open Service Gateway Initiative (OSGi) service management.
Wherein the method further comprises:
calling a system level API interface to acquire configuration data;
and sending the configuration data to the intelligent plug-in to be upgraded.
Furthermore, a computer-readable storage medium of an embodiment of the present invention stores a computer program executable by a processor to implement:
sending an API interface operation request to the first service package;
receiving upgrade data sent by the first service package according to the API interface operation request;
and upgrading by using the upgrading data.
Wherein, in a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API;
and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
Wherein, prior to said sending an API interface operation request to the first service package, the method further comprises:
sending a service request to an OSGi service management, and authenticating the intelligent plug-in to be upgraded by the OSGi service management according to the service request;
the sending of the API interface operation request to the first service package specifically includes:
and after the authentication is passed, sending an API interface operation request to the first service packet.
Wherein the method further comprises:
and receiving configuration data sent by the first service package, wherein the configuration data is acquired by calling a system level API interface by the first service package.
Furthermore, a computer-readable storage medium of an embodiment of the present invention stores a computer program executable by a processor to implement:
registering a first service package, the first service package corresponding to a first API;
receiving a service request of an intelligent plug-in to be upgraded;
and authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the intelligent plug-in to be upgraded passes the authentication, and upgrading by using the upgrading data.
Wherein the method further comprises:
receiving authority configuration of a management service package;
the authenticating the intelligent plug-in to be upgraded according to the service request comprises the following steps:
and under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the permission configuration, authenticating the intelligent plug-in to be upgraded according to the service request.
Furthermore, a computer-readable storage medium of an embodiment of the present invention stores a computer program executable by a processor to implement:
carrying out authority configuration on OSGi service management, and authenticating the intelligent plug-in to be upgraded according to the service request under the condition that the OSGi service management determines that the intelligent plug-in to be upgraded has upgrading data acquired from a first service package according to the authority configuration; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
In the several embodiments provided in the present application, it should be understood that the disclosed method and apparatus may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may be physically included alone, or two or more units may be integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) to execute some steps of the transceiving method according to various embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (17)

1. An upgrade method applied to a first service package, the first service package corresponding to a first Application Programming Interface (API), the upgrade method comprising:
receiving an API interface operation request of an intelligent plug-in to be upgraded;
obtaining upgrading data according to the API interface operation request;
and sending the upgrading data to the intelligent plug-in to be upgraded, wherein the intelligent plug-in to be upgraded utilizes the upgrading data to upgrade.
2. The method of claim 1, wherein obtaining upgrade data according to the API interface operation request comprises:
under the condition that the API interface operation request is a first API interface operation request, obtaining upgrading data from a second service package, and caching the upgrading data into a data cache region, wherein the second service package corresponds to a second API;
and under the condition that the API interface operation request is not the first API interface operation request, acquiring the upgrading data from the data cache region.
3. The method of claim 1, wherein prior to said receiving an API interface operation request for a smart plug-in to be upgraded, the method further comprises:
and registering with Open Service Gateway Initiative (OSGi) service management.
4. The method of claim 1, further comprising:
calling a system level API interface to acquire configuration data;
and sending the configuration data to the intelligent plug-in to be upgraded.
5. An upgrading method is applied to an intelligent plug-in to be upgraded and is characterized by comprising the following steps:
sending an API interface operation request to the first service package;
receiving upgrade data sent by the first service package according to the API interface operation request;
and upgrading by using the upgrading data.
6. The method of claim 5,
in a case that the API interface operation request is a first API interface operation request, the upgrade data is obtained by the first service package from a second service package, the second service package corresponding to a second API;
and under the condition that the API interface operation request is not a first-time API interface operation request, the upgrading data is obtained by the first service package from a data cache region.
7. The method of claim 5, wherein prior to said sending the API interface operation request to the first service package, the method further comprises:
sending a service request to an OSGi service management, and authenticating the intelligent plug-in to be upgraded by the OSGi service management according to the service request;
the sending of the API interface operation request to the first service package specifically includes:
and after the authentication is passed, sending an API interface operation request to the first service packet.
8. The method of claim 5, further comprising:
and receiving configuration data sent by the first service package, wherein the configuration data is acquired by calling a system level API interface by the first service package.
9. An upgrade method applied to OSGi service management is characterized by comprising the following steps:
registering a first service package, the first service package corresponding to a first API;
receiving a service request of an intelligent plug-in to be upgraded;
and authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the intelligent plug-in to be upgraded passes the authentication, and upgrading by using the upgrading data.
10. The method of claim 9, further comprising:
receiving authority configuration of a management service package;
the authenticating the intelligent plug-in to be upgraded according to the service request comprises the following steps:
and under the condition that the intelligent plug-in to be upgraded is determined to have upgrading data acquired from the first service package according to the permission configuration, authenticating the intelligent plug-in to be upgraded according to the service request.
11. An upgrade method applied to a management service package, comprising:
carrying out authority configuration on OSGi service management, and authenticating the intelligent plug-in to be upgraded according to the service request under the condition that the OSGi service management determines that the intelligent plug-in to be upgraded has upgrading data acquired from a first service package according to the authority configuration; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
12. An upgrade apparatus applied to a first service package, the first service package corresponding to a first API, comprising: a processor and a transceiver;
the transceiver is used for receiving an API interface operation request of the intelligent plug-in to be upgraded;
the processor is used for acquiring upgrading data according to the API interface operation request;
the transceiver is used for sending the upgrading data to the intelligent plug-in to be upgraded, and the intelligent plug-in to be upgraded is upgraded by using the upgrading data.
13. The utility model provides an upgrading device is applied to the intelligent plug-in components that wait to upgrade, its characterized in that includes: a processor and a transceiver;
the transceiver is used for sending an API interface operation request to the first service packet; receiving upgrade data sent by the first service package according to the API interface operation request;
and the processor is used for upgrading by utilizing the upgrading data.
14. An upgrade apparatus applied to OSGi service management, comprising: a processor and a transceiver;
the processor is configured to register a first service package, where the first service package corresponds to a first API;
the transceiver is used for receiving a service request of the intelligent plug-in to be upgraded;
and the processor is used for authenticating the intelligent plug-in to be upgraded according to the service request, acquiring upgrading data from the first service package after the intelligent plug-in to be upgraded passes the authentication, and upgrading by using the upgrading data.
15. An upgrade apparatus applied to a management service package, comprising: a processor and a transceiver;
the processor is used for carrying out authority configuration on OSGi service management, and under the condition that the OSGi service management determines that the intelligent plug-in to be upgraded has upgrading data acquired from a first service package according to the authority configuration, the OSGi service management authenticates the intelligent plug-in to be upgraded according to the service request; and after the authentication of the intelligent plug-in to be upgraded is passed, obtaining upgrading data from the first service package, and upgrading by using the upgrading data.
16. A communication device, comprising: a transceiver, a memory, a processor, and a computer program stored on the memory and executable on the processor; it is characterized in that the preparation method is characterized in that,
the processor, configured to read a program in the memory to implement the steps in the method according to any one of claims 1 to 4; or implementing a step in a method according to any one of claims 5 to 8; or implementing a step in a method as claimed in any one of claims 9 to 10; or to implement a step in a method as claimed in claim 11.
17. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the steps in the method according to any one of claims 1 to 4; or implementing a step in a method according to any one of claims 5 to 8; or implementing a step in a method as claimed in any one of claims 9 to 10; or to implement a step in a method as claimed in claim 11.
CN201910398155.8A 2019-05-14 2019-05-14 Upgrading method, device, equipment and computer readable storage medium Pending CN111949286A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910398155.8A CN111949286A (en) 2019-05-14 2019-05-14 Upgrading method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910398155.8A CN111949286A (en) 2019-05-14 2019-05-14 Upgrading method, device, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111949286A true CN111949286A (en) 2020-11-17

Family

ID=73335470

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910398155.8A Pending CN111949286A (en) 2019-05-14 2019-05-14 Upgrading method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111949286A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113986303A (en) * 2021-11-16 2022-01-28 重庆紫光华山智安科技有限公司 Upgrading method and system of multi-chip equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100787109B1 (en) * 2006-06-22 2007-12-21 (주)프로시스트테크놀로지코리아 Remote control home service system for supporting ubiquitous environment with using open platform
CN101192937A (en) * 2006-11-24 2008-06-04 华为技术有限公司 A hot deployable method and its system
KR20140137583A (en) * 2013-05-23 2014-12-03 에스케이플래닛 주식회사 Mobile Terminal Device, Service Device, System and Method for upgrading a application using API
CN109510846A (en) * 2017-09-14 2019-03-22 北京金山云网络技术有限公司 API Calls system, method, apparatus, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100787109B1 (en) * 2006-06-22 2007-12-21 (주)프로시스트테크놀로지코리아 Remote control home service system for supporting ubiquitous environment with using open platform
CN101192937A (en) * 2006-11-24 2008-06-04 华为技术有限公司 A hot deployable method and its system
KR20140137583A (en) * 2013-05-23 2014-12-03 에스케이플래닛 주식회사 Mobile Terminal Device, Service Device, System and Method for upgrading a application using API
CN109510846A (en) * 2017-09-14 2019-03-22 北京金山云网络技术有限公司 API Calls system, method, apparatus, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113986303A (en) * 2021-11-16 2022-01-28 重庆紫光华山智安科技有限公司 Upgrading method and system of multi-chip equipment
CN113986303B (en) * 2021-11-16 2024-05-07 重庆紫光华山智安科技有限公司 Method and system for upgrading multi-chip equipment

Similar Documents

Publication Publication Date Title
US10698717B2 (en) Accelerator virtualization method and apparatus, and centralized resource manager
US7769031B2 (en) Virtual machine system and method of network communication between virtual machines
WO2020228838A1 (en) Containerized vnf deployment method and related device
JP6444405B2 (en) Software update method, system and device
CN108881228B (en) Cloud registration activation method, device, equipment and storage medium
CN107222324B (en) Service configuration method and device of network service
EP3837604B1 (en) In situ triggered function as a service within a service mesh
EP2487874A1 (en) Mobile broadband device and method for manageing mobile broadband device
CN108768957B (en) Method, equipment and system for managing user information of application
CN109996219B (en) Internet of things authentication method, network equipment and terminal
US20200351165A1 (en) Driver upgrade method and device
CN109964507A (en) Management method, administrative unit and the system of network function
US11182210B2 (en) Method for resource allocation and terminal device
CN112929210A (en) Method and system for gateway routing application plug-in built on WebFlux framework and application of gateway routing application plug-in
CN108829529A (en) Virutal machine memory sharing method, device, computer equipment and storage medium
CN111949286A (en) Upgrading method, device, equipment and computer readable storage medium
CN116800616B (en) Management method and related device of virtualized network equipment
CN112463357B (en) Method and equipment for safe interaction of server in-band data
US20220358055A1 (en) Method and apparatus for acquiring device information, storage medium and electronic device
CN110502354B (en) Java intelligent card and calling method of application program interface thereof
CN110933018B (en) Network authentication method, device and computer storage medium
CN112737827A (en) Resource allocation method, device and system
CN116455911B (en) Heterogeneous cluster intercommunication method
CN111064675A (en) Access flow control method, device, network equipment and storage medium
CN108880833B (en) Method, device and system for acquiring information of physical network function resources

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