CN117278401A - Configuration updating method and device - Google Patents

Configuration updating method and device Download PDF

Info

Publication number
CN117278401A
CN117278401A CN202310971146.XA CN202310971146A CN117278401A CN 117278401 A CN117278401 A CN 117278401A CN 202310971146 A CN202310971146 A CN 202310971146A CN 117278401 A CN117278401 A CN 117278401A
Authority
CN
China
Prior art keywords
configuration information
core network
configuration
information
network element
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
CN202310971146.XA
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 Telecom Technology Innovation Center
China Telecom Corp Ltd
Original Assignee
China Telecom Technology Innovation Center
China Telecom Corp 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 Telecom Technology Innovation Center, China Telecom Corp Ltd filed Critical China Telecom Technology Innovation Center
Priority to CN202310971146.XA priority Critical patent/CN117278401A/en
Publication of CN117278401A publication Critical patent/CN117278401A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to a configuration updating method, which comprises the following steps: acquiring target configuration information to be updated under the condition that a core network is in an operation state, calling a service interface of a corresponding core network element according to the target configuration information, and sending the target configuration information to the corresponding core network element through the service interface so as to execute updating operation on the core network element; the method can automatically adapt and call the service interface related to the target configuration information, realizes the update of the core network element, does not need to close the core network in the whole update process, has small influence on the terminal and the service in an online state, supports remote configuration update, and improves the configuration update efficiency.

Description

Configuration updating method and device
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a configuration updating method and device.
Background
When the existing core network configuration needs to be updated, the original configuration file in the overlay network element is often required to be replaced when the core network is in a non-running state, and the core network is restarted after the replacement is completed so as to complete the update.
However, in the conventional process of updating the configuration of the core network, the core network is required to be always in a non-running state, and there is a great influence on the terminal and the service in an online state.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a configuration updating method and apparatus capable of updating a core network configuration while the core network is in an operating state.
In a first aspect, the present application provides a configuration updating method, including:
acquiring target configuration information to be updated under the condition that the core network is in an operation state, and calling a service interface of a corresponding core network element according to the target configuration information;
and sending the target configuration information to the corresponding core network element through the service interface so as to execute updating operation on the core network element.
In one embodiment, invoking the service interface of the corresponding core network element according to the target configuration information includes:
determining an information category to which the target configuration information belongs, wherein the information category comprises at least one of private configuration information and shared configuration information;
and determining the service interface based on the information category.
In one embodiment, the method further comprises:
dividing the configuration information according to the information category of the configuration information in each core network element, wherein the information category comprises private configuration information, shared configuration information and unmodified configuration information;
generating private configuration information tables corresponding to the core network elements based on the private configuration information respectively, and storing the private configuration information tables in a database;
and generating a shared information configuration table according to the shared target configuration information, and storing the shared information configuration table in a database.
In one embodiment, the method further comprises:
recording the update completion time when the update operation is completed;
and storing the target configuration information into a database by taking the update completion time as a version number.
In one embodiment, the method further comprises:
determining a configuration version corresponding to the configuration information according to the version number;
executing corresponding configuration operation; the configuration operation comprises the steps of inquiring configuration information corresponding to each configuration version, rolling back to the corresponding configuration version and modifying target configuration information.
In one embodiment, the method further comprises:
and in the case that the updating operation is completed, checking the terminal which completes registration based on the target configuration information.
In one embodiment, the method further comprises:
in the case of performing the update operation, the terminal in an online state is checked.
In one embodiment, the service interface includes: the restful interface.
In a second aspect, the present application further provides a configuration updating apparatus, where the apparatus includes:
the interface determining module is used for acquiring target configuration information to be updated under the condition that the core network is in an operation state, and calling a service interface of a corresponding core network element according to the target configuration information;
and the updating module is used for sending the target configuration information to the corresponding core network element through the service interface so as to execute updating operation on the core network element.
In a third aspect, the present application also provides a computer device, the computer device including a memory and a processor, the memory storing a computer program, the processor executing the above configuration updating method.
In a fourth aspect, the present application also provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the above configuration updating method.
In a fifth aspect, the present application also provides a computer program product comprising a computer program which, when executed by a processor, implements the above-described configuration updating method.
According to the configuration updating method and device, the target configuration information to be updated is obtained under the condition that the core network is in the running state, the service interface of the corresponding core network element is called according to the target configuration information, and the target configuration information is sent to the corresponding core network element through the service interface so as to execute updating operation on the core network element; according to the method and the device, the updating of the core network element is realized through automatically adapting and calling the service interface related to the target configuration information, the core network is not required to be closed in the whole updating process, the influence on the terminal and the service in an on-line state is small, remote configuration updating is supported, and the configuration updating efficiency is improved.
Drawings
FIG. 1 is a flow chart of a conventional configuration updating method;
FIG. 2 is a flow diagram of a configuration update method in one embodiment;
fig. 3 is a flow diagram of invoking a service interface of a corresponding core network element according to target configuration information in an embodiment;
FIG. 4 is a flow chart of a configuration updating method according to another embodiment;
FIG. 5 is a specific example diagram of a configuration update method in one embodiment;
FIG. 6 is a diagram showing a configuration updating method according to another embodiment;
FIG. 7 is a block diagram of a configuration updating apparatus in one embodiment;
fig. 8 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein is for the purpose of describing embodiments of the present application only and is not intended to be limiting of the present application.
It should be appreciated that terms such as "first," "second," and the like in this application are used merely to distinguish similar objects and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. The "connection" in the embodiments of the present application refers to various connection manners such as direct connection or indirect connection, so as to implement communication between devices, which is not limited in any way in the embodiments of the present application.
It is understood that "at least one" means one or more and "a plurality" means two or more.
As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," and/or the like, specify the presence of stated features, integers, steps, operations, elements, components, or groups thereof, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or groups thereof. Also, the term "and/or" as used in this specification includes any and all combinations of the associated listed items.
When the existing 5G (5 th Generation Mobile Communication Technology, fifth generation mobile communication technology) core network configuration needs to be updated, the normal operation is: for a core network which does not operate, the original configuration file of the covering network element needs to be replaced, and then the operation is restarted to update and take effect; for the running core network, the core network needs to be closed first and then the operation steps are repeated, as shown in fig. 1, the core network needs to be closed first and then the core network configuration file needs to be modified, and the core network is re-run after the modification is completed, so that the updating of the core network configuration is completed.
The whole updating process has great influence on the terminal and the service which are on line, and meanwhile, if the covered configuration file does not store records, the quick rollback operation is difficult to realize under the conditions of abnormality and failure after updating.
In one embodiment, as shown in fig. 2, there is provided a configuration updating method, the method comprising:
s202, under the condition that the core network is in an operation state, acquiring target configuration information to be updated, and calling a service interface of a corresponding core network element according to the target configuration information.
Wherein the service interface may be assigned an interface for hot update placed in the core network element.
The core network may be referred to as a 5G core network.
Specifically, the front end can acquire the target configuration information to be updated of the network element in the core network when the core network is in an operation state, and the front end can call the service interface of the network element of the core network related to the target configuration information, so that the thermal update meets the requirements of users, remote configuration update is supported, the update function is more powerful, and the update safety is improved.
In an exemplary manner, the core network does not need to be closed in the process of configuration updating, and in the process of configuration updating, the front end can automatically adapt and call the corresponding core network element according to the target configuration information to be updated, so that synchronous updating is realized, delay is reduced, updating time is shortened, and meanwhile, updating safety is improved.
It should be noted that the front end may refer to a Web front end of a network management system of the 5G core network.
In one embodiment, as shown in fig. 3, invoking a service interface of a corresponding core network element according to the target configuration information includes:
s302, determining an information category to which target configuration information belongs, wherein the information category comprises at least one of private configuration information and shared configuration information;
s304, determining the service interface based on the information category.
The shared configuration information may refer to information that is included in each of the plurality of core network elements and needs to be updated (modified) at the same time, and NSSAI (Network Slice Selection Assistance Information ) is configured in each of AMF (Access Management Function, access management function) and SMF (Session Management Function ), for example.
Specifically, the front end may determine the information category to which the target configuration information belongs, and if the target configuration information belongs to the private configuration information, the front end may call a service interface of a core network element corresponding to the private configuration information; if the target configuration information belongs to the shared configuration information, the front end can call a service interface of a core network element related to the shared configuration information; if the target configuration information includes private configuration information and shared configuration information, the front end may call a service interface of a core network element corresponding to the private configuration information, and call a service interface of a core network element related to the shared configuration information.
For example, in the process of determining the information category to which the target configuration information belongs, the front end may determine whether the target configuration information is shared among a plurality of core network elements according to the R15 version of 3GPP (3 rd Generation Partnership Project, third generation partnership project), and synchronous modification is required.
Optionally, the target configuration information may include parameters, and the front end may find theoretical basis in 3GPP according to the meaning of the reference parameter itself and the 5G communication flow designed by the parameter itself, that is, the relationship between resolution according to the standard flow of 3 GPP.
In the embodiment of the application, the synchronous updating is realized by determining the information category to which the target configuration information belongs and determining the corresponding service interface based on the information category, so that the related core network element is automatically adapted and called, the updating time is shortened, and the updating safety is improved.
S204, the target configuration information is sent to the corresponding core network element through the service interface so as to execute updating operation on the core network element.
Specifically, the front end may send the target configuration information to the corresponding core network element through the service interface, and the core network may receive the target configuration information and perform configuration hot update on the core network, where it should be noted that, the configuration hot update may include implementing the configuration in the core network element and the update of the relevant context, that is, the whole update process does not need to close the core network, which has less influence on the terminal and the service in the online state, supports remote configuration update, and improves the efficiency of configuration update.
It should be noted that, the terminal in the embodiment of the application may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, internet of things devices and portable wearable devices, and the internet of things devices may be smart speakers, smart televisions, smart air conditioners, smart vehicle devices and the like. The portable wearable device may be a smart watch, smart bracelet, headset, or the like.
In the configuration updating method, under the condition that the core network is in an operation state, a service interface of a corresponding core network element is called according to the obtained target configuration information, the target configuration information is sent to the corresponding core network element through the service interface, so that updating operation is carried out on the core network element, the updating of the core network element is realized through automatic adaptation calling of the service interface related to the target configuration information, synchronous updating is realized, updating time is shortened, and meanwhile updating safety is improved; the core network does not need to be closed in the whole updating process, the influence on the terminal and the service in the online state is small, remote configuration updating is supported, and the efficiency of the configuration updating is improved.
In one embodiment, the method further comprises:
dividing the configuration information according to the information category of the configuration information in each core network element, wherein the information category comprises private configuration information, shared configuration information and unmodified configuration information;
generating private configuration information tables corresponding to the core network elements based on the private configuration information respectively, and storing the private configuration information tables in a database;
and generating a shared information configuration table according to the shared target configuration information, and storing the shared information configuration table in a database.
Specifically, the core network system may be configured to split and comb configuration information in each core network element, and further divide the configuration information according to an information category to which the configuration information in each core network element belongs, and may divide the configuration information into private configuration information, shared configuration information and unmodified configuration information, where it is necessary to specify that the configuration information may further include other information, which is not described in detail in the embodiment of the present application; the core network system may be used for database tabulation, for example: the private configuration information tables corresponding to the core network elements can be respectively generated based on the divided private configuration information, and stored in the database, the shared information configuration table can be generated according to the shared target configuration information, and stored in the database, so that subsequent operations such as inquiry, modification, configuration rollback and the like are facilitated, the updating function is more powerful, and the updating time is shortened.
For example, in the conventional scheme, configuration information corresponding to each core network element needs to be obtained from a YAML (Yet Another Markup Language, another markup language) file, and in the embodiment of the present application, a private configuration information table corresponding to each core network element and a shared information configuration table may be directly obtained from a database.
In the embodiment of the application, the configuration information is divided according to the information category to which the configuration information in each core network element belongs, the private configuration information table is generated based on the divided private configuration information, the shared information configuration table is generated according to the divided shared target configuration information, and the private configuration information table and the shared information configuration table are both stored in the database, so that subsequent operations such as inquiry, modification, configuration rollback and the like are facilitated, the updating function is more powerful, and the updating time is shortened.
In one embodiment, as shown in fig. 4, the method further comprises:
s402, when the updating operation is completed, recording the updating completion time;
s404, storing the target configuration information into a database by taking the update completion time as a version number.
The update completion time may refer to a time corresponding to completion of the update operation by the core network.
Specifically, when the update operation is completed, the front end may record the update completion time, and store the configuration information (target configuration information) after completing the update into the database with the update completion time as the version number, so as to facilitate the subsequent functional operations such as history version inquiry, version rollback, and the like.
In the embodiment of the application, the target configuration information is stored in the database by taking the update completion time as the version number, so that the subsequent functional operations such as historical version inquiry and version rollback are facilitated, the functions are more powerful, and meanwhile, the probability of failure in configuration of the core network element can be effectively reduced.
In one embodiment, the method further comprises:
determining a configuration version corresponding to the configuration information according to the version number;
executing corresponding configuration operation; the configuration operation comprises the steps of inquiring configuration information corresponding to each configuration version, rolling back to the corresponding configuration version and modifying target configuration information.
Specifically, the user may select a specific configuration operation at the front end, and the front end may determine a configuration version corresponding to the configuration information according to the version number, and execute the corresponding configuration operation according to the selection of the user, by way of example: the method and the device have the advantages that the existing configuration version and corresponding information thereof are queried, the configuration parameters to be updated (the configuration information of a modification target) are added and deleted, the designated configuration version is rolled back (rolled back to the corresponding configuration version) and other set corresponding configuration operations are performed, and compared with the configuration updating flow in the traditional mode, the hot updating method and the device enable the hot updating to meet the requirements of users.
In the embodiment of the application, the configuration version corresponding to the configuration information is determined according to the version number, so that the functional operations such as inquiring the historical configuration version of the configuration information in the core network, rolling back the configuration version, modifying the target configuration information and the like can be realized, the updating function is more powerful, the updating safety is improved, and the probability of failure in configuration updating can be effectively reduced.
In one embodiment, the method further comprises:
and in the case that the updating operation is completed, checking the terminal which completes registration based on the target configuration information.
Specifically, the core network system may perform verification on the terminal that completes registration based on the target configuration information when the update operation is completed, that is, after configuring the update parameter, with reference to the specification, the core network system may automatically trigger operations such as subsequent verification and judgment that should be performed after updating the relevant parameter.
It should be noted that, the flow operations required after automatically triggering the updating of different parameters (target configuration information) may include: and if the slice is supported by the core network element before updating, the user who is online needs to verify whether the updated core network element supports the slice, and if the slice is not supported, the user who is online needs to be offline to register, and if the slice is supported, the updated core network element continuously provides services for the user who is online.
For example, a functional interface for re-checking and judging the registered UE (User Equipment) terminal and service after the different parameters are updated (in the case of the update operation being completed) may be configured in the core network system, and the registered terminal and service may be checked through the functional interface.
In the embodiment of the application, under the condition that the updating operation is completed, the registered terminal is verified based on the target configuration information, so that the updating safety is improved, the completion condition of the configuration updating is detected in real time, and the updating function is more perfect.
For the understanding of those skilled in the art, the configuration updating method will be described below with reference to a specific example, as shown in fig. 5, where the network element in fig. 5 may be denoted as a core network element, and the target configuration information may include configuration parameters and related context information.
When the configuration update is started, the core network can be in an operation state, the front end can modify the configuration parameters of the designated network element and judge whether the configuration parameters are related to other network elements, namely, the information category of the target configuration information can be judged, and if the configuration parameters (the target configuration information) do not comprise shared configuration information, the related context information inside the designated network element of the core network is modified; if the configuration parameters (target configuration information) include shared configuration information, the core network designated network element and related context information inside the associated network element are modified.
Under the condition of finishing configuration updating, the front end can store the configuration information in the database by taking time (updating finishing time) as a version number, and the core network system can automatically trigger corresponding configuration updating flow according to different parameters (target configuration information) by referring to the specifications to finish configuration updating.
In one embodiment, the method further comprises:
in the case of performing the update operation, the terminal in an online state is checked.
Specifically, the background in the core network system can be added to automatically perform re-verification judgment on the online end user.
After the parameters (configuration information) of the core network are updated, the core network can be used as a new core network, the service supported by the core network itself may be changed, and the online end user is the service provided by the old core network system, and whether the new core network supports the service to be checked or not is checked, so that the accuracy of configuration update is improved, and the security of configuration update is improved.
In one embodiment, the service interface includes: the restful interface.
The restful may refer to a design style and development manner of a web application program, and may be defined using an XML (Extensible Markup Language ) format or a JSON (JavaScript Object Notation, javaScript is a programming language) format based on HTTP (Hyper Text Transfer Protocol ). Illustratively, the restful may be suitable for a scenario of serving as a service interface, to implement a function of calling a mobile network resource by a third party OTT (Over The Top, third party company), and The action type is to add, change, and delete The called resource.
Further, the restful interface may refer to a restful API (Application Programming Interface ), which may be an architectural style of an Application Program Interface (API) that accesses or uses data with HTTP requests. These data may be used for GET, PUT, create, and DELETE data types, which refer to operations related to resources that read, update, create, and DELETE.
For example, a service interface (restful interface) for hot update may be newly configured in each network element of the 5G core network based on restful, so that the update of configuration and related context information in the network element is mainly realized, and meanwhile, with reference to a specification, a process that needs to be triggered after different parameters are updated is realized, for example, a process that a slice of the network element is updated, whether a registered UE terminal is supported or not needs to be determined again, and a process that is not supported and needs to be performed for de-registration and the like is realized.
Optionally, in the embodiment of the present application, a configuration interface is newly added in a restful manner as an example, which is not limited to the present application, and other manners of newly adding a configuration interface may be adopted to implement a configuration updating method.
For ease of understanding to those skilled in the art, the configuration update method is described below in connection with another specific example, as shown in FIG. 6:
splitting and carding (splitting and carding) the configuration information in each core network element (splitting and carding the configuration information of the core network), and further dividing (splitting and processing) the configuration information according to the information category to which the configuration information (each network element configuration file of the core network) in each core network element belongs, wherein the configuration information can be divided into private configuration information, shared configuration information and unmodified configuration information, and it is noted that the configuration information can also comprise other information, and the embodiment of the application is not limited to this; the process of database tabulation may be referred to in the foregoing description and will not be described in detail herein.
It should be noted that, as shown in fig. 6, the private configuration information table may include an AMF private configuration information table, an SMF private configuration information table, and other private configuration information tables (XX network element private configuration information table).
Service interfaces for configuring hot updates, such as an AMF configuration update interface corresponding to AMF, an SMF configuration update interface corresponding to SMF, an XX configuration update interface corresponding to other network elements, and a front-end docking configuration update interface corresponding to the front-end, may be newly added in each network element of the core network based on the restful interface development.
Under the condition that a core network does not need to be closed, the front-end interface reads the original network element configuration file (configuration information), newly added configuration information (target configuration information) needing to be updated, selects a version (configuration version) to perform rollback and other operations, and can also perform database backup; the front end can automatically adapt and call a corresponding network element hot update interface (service interface), start the configuration hot update of the 5G core network, modify the configuration and the context information in the core network, automatically trigger a corresponding configuration update flow according to different parameters by referring to the specifications, and finish the configuration update.
It should be understood that, although the steps in the flowcharts related to the above embodiments are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
Based on the same inventive concept, the embodiment of the application also provides a configuration updating device for realizing the configuration updating method. The implementation of the solution provided by the device is similar to the implementation described in the above method, so the specific limitation in one or more configuration updating device embodiments provided below may be referred to the limitation of the configuration updating method hereinabove, and will not be repeated here.
In one embodiment, as shown in fig. 7, there is provided a configuration updating apparatus 700, the apparatus comprising:
the interface determining module 701 is configured to obtain target configuration information to be updated when the core network is in an operation state, and call a service interface of a corresponding core network element according to the target configuration information;
and the updating module 702 is configured to send the target configuration information to a corresponding core network element through a service interface, so as to perform an updating operation on the core network element.
In one embodiment, the interface determining module 701 is further configured to determine an information category to which the target configuration information belongs, where the information category includes at least one of private configuration information and shared configuration information;
and determining the service interface based on the information category.
In one embodiment, the configuration updating apparatus 700 further includes a table building module, configured to divide the configuration information according to information categories to which the configuration information belongs in each core network element, where the information categories include private configuration information, shared configuration information, and unmodified configuration information;
generating private configuration information tables corresponding to the core network elements based on the private configuration information respectively, and storing the private configuration information tables in a database;
and generating a shared information configuration table according to the shared target configuration information, and storing the shared information configuration table in a database.
In one embodiment, the configuration updating apparatus 700 further includes a storage module, configured to record an update completion time when the update operation is completed;
and storing the target configuration information into a database by taking the update completion time as a version number.
In one embodiment, the configuration updating apparatus 700 further includes an operation execution module, configured to determine a configuration version corresponding to the configuration information according to the version number;
executing corresponding configuration operation; the configuration operation comprises the steps of inquiring configuration information corresponding to each configuration version, rolling back to the corresponding configuration version and modifying target configuration information.
In one embodiment, the configuration updating apparatus 700 further includes a first verification module, configured to verify the terminal that completes the registration based on the target configuration information when the updating operation is completed.
In one embodiment, the configuration updating apparatus 700 further includes a second checking module for checking the terminal in an on-line state in case of performing the updating operation.
In one embodiment, the service interface includes: the restful interface.
The respective modules in the above configuration updating means may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a server, and the internal structure of which may be as shown in fig. 8. The computer device includes a processor, a memory, an Input/Output interface (I/O) and a communication interface. The processor, the memory and the input/output interface are connected through a system bus, and the communication interface is connected to the system bus through the input/output interface. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer equipment is used for storing private configuration information tables and shared configuration information tables corresponding to the core network elements. The input/output interface of the computer device is used to exchange information between the processor and the external device. The communication interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a configuration updating method.
It will be appreciated by those skilled in the art that the structure shown in fig. 8 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided that includes a memory having a computer program stored therein and a processor that implements the above-described configuration update method when the computer program is executed.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor implements the above configuration update method.
In one embodiment, a computer program product is provided comprising a computer program which, when executed by a processor, implements the above-described configuration updating method.
It should be noted that, the information related to the present application (including, but not limited to, the target configuration information for updating, etc.) is information authorized by the user or sufficiently authorized by each party, and the collection, use and processing of the relevant data need to comply with relevant laws and regulations and standards of relevant countries and regions.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the various embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magnetic random access Memory (Magnetoresistive Random Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (Phase Change Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), and the like. The databases referred to in the various embodiments provided herein may include at least one of relational databases and non-relational databases. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic units, quantum computing-based data processing logic units, etc., without being limited thereto.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples only represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the present application. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application shall be subject to the appended claims.

Claims (12)

1. A method of configuration updating, the method comprising:
acquiring target configuration information to be updated under the condition that a core network is in an operation state, and calling a service interface of a corresponding core network element according to the target configuration information;
and sending the target configuration information to the corresponding core network element through the service interface so as to execute updating operation on the core network element.
2. The method according to claim 1, wherein said invoking the service interface of the corresponding core network element according to the target configuration information comprises:
determining an information category to which the target configuration information belongs, wherein the information category comprises at least one of private configuration information and shared configuration information;
and determining the service interface based on the information category.
3. The method according to claim 1, wherein the method further comprises:
dividing the configuration information according to the information category of the configuration information in each core network element, wherein the information category comprises private configuration information, shared configuration information and unmodified configuration information;
generating private configuration information tables corresponding to the core network elements based on the private configuration information respectively, and storing the private configuration information tables in the database;
and generating a shared information configuration table according to the shared target configuration information, and storing the shared information configuration table in the database.
4. A method according to claim 3, characterized in that the method further comprises:
recording the update completion time when the update operation is completed;
and storing the target configuration information into a database by taking the update completion time as a version number.
5. The method according to claim 4, wherein the method further comprises:
determining a configuration version corresponding to the configuration information according to the version number;
executing corresponding configuration operation; the configuration operation comprises the steps of inquiring configuration information corresponding to each configuration version, rolling back to the corresponding configuration version and modifying the target configuration information.
6. The method according to any one of claims 1 to 5, further comprising:
and checking the registered terminal based on the target configuration information under the condition that the updating operation is completed.
7. The method according to any one of claims 1 to 5, further comprising:
and checking the terminal in the online state under the condition of executing the updating operation.
8. The method of claim 1, wherein the service interface comprises: the restful interface.
9. A configuration updating apparatus, the apparatus comprising:
the interface determining module is used for acquiring target configuration information to be updated under the condition that the core network is in an operation state, and calling a service interface of a corresponding core network element according to the target configuration information;
and the updating module is used for sending the target configuration information to the corresponding core network element through the service interface so as to execute updating operation on the core network element.
10. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any one of claims 1 to 8 when the computer program is executed.
11. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 8.
12. A computer program product comprising a computer program, characterized in that the computer program, when executed by a processor, implements the steps of the method of any one of claims 1 to 8.
CN202310971146.XA 2023-08-03 2023-08-03 Configuration updating method and device Pending CN117278401A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310971146.XA CN117278401A (en) 2023-08-03 2023-08-03 Configuration updating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310971146.XA CN117278401A (en) 2023-08-03 2023-08-03 Configuration updating method and device

Publications (1)

Publication Number Publication Date
CN117278401A true CN117278401A (en) 2023-12-22

Family

ID=89214805

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310971146.XA Pending CN117278401A (en) 2023-08-03 2023-08-03 Configuration updating method and device

Country Status (1)

Country Link
CN (1) CN117278401A (en)

Similar Documents

Publication Publication Date Title
CN111767144A (en) Transaction routing determination method, device, equipment and system for transaction data
CN109614271A (en) Control method, device, equipment and the storage medium of multiple company-data consistency
CN106980618B (en) File storage method and system based on MongoDB distributed cluster architecture
CN110837499A (en) Data access processing method and device, electronic equipment and storage medium
CN114928620B (en) User information synchronization method, apparatus, device, storage medium, and program product
CN112637338A (en) Internet of things node service management method, device, equipment and storage medium
CN117278401A (en) Configuration updating method and device
CN112615872B (en) Internet of things node security management method, device, equipment and storage medium
CN114254278A (en) User account merging method and device, computer equipment and storage medium
CN104346228A (en) Application program sharing method and terminal
CN110569231A (en) Data migration method, device, equipment and medium
CN115730016B (en) Data synchronization method, system, device, computer equipment and storage medium
CN114238292B (en) Data cleaning method, device, computer equipment and computer readable storage medium
CN116662016B (en) Port switching method, device, computer equipment, storage medium and program product
CN113778764B (en) Hbase data dual-activity system and method
CN116366724A (en) Business process processing method, device, computer equipment and storage medium
CN117354154A (en) Network element determination method, device, computer equipment and storage medium
CN116506506A (en) Service dynamic change method, device, computer equipment and storage medium
CN117081782A (en) Network access method, system, computer equipment and storage medium
CN116541137A (en) Transaction processing method, apparatus, computer device, storage medium, and program product
CN116894499A (en) Resource reservation method, device, computer equipment and storage medium
CN114185949A (en) Information registration method, information registration apparatus, computer device, storage medium, and program product
CN117667191A (en) Insurance business process configuration method, insurance business process configuration device, computer equipment and storage medium
CN117221830A (en) Message broadcasting method, device, equipment, storage medium and program product
CN117112886A (en) Popularization information processing method, device, computer equipment and storage medium

Legal Events

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