CN112087338B - Control message transmission method and system - Google Patents

Control message transmission method and system Download PDF

Info

Publication number
CN112087338B
CN112087338B CN202010959089.XA CN202010959089A CN112087338B CN 112087338 B CN112087338 B CN 112087338B CN 202010959089 A CN202010959089 A CN 202010959089A CN 112087338 B CN112087338 B CN 112087338B
Authority
CN
China
Prior art keywords
database table
transmission control
control message
node task
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010959089.XA
Other languages
Chinese (zh)
Other versions
CN112087338A (en
Inventor
陶琴
陈辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Hongxin Technology Development Co Ltd
Original Assignee
Wuhan Hongxin Technology Development Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Hongxin Technology Development Co Ltd filed Critical Wuhan Hongxin Technology Development Co Ltd
Priority to CN202010959089.XA priority Critical patent/CN112087338B/en
Publication of CN112087338A publication Critical patent/CN112087338A/en
Application granted granted Critical
Publication of CN112087338B publication Critical patent/CN112087338B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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/04Network management architectures or arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the invention provides a control message transmission method and a control message transmission system, wherein the method comprises the steps that an OAM process of a master control panel receives a transmission control message of a background network manager, and a database table corresponding to the transmission control message is searched; inserting corresponding records into the corresponding database table according to the transmission control message; when monitoring the update of the database table, searching a registration node task corresponding to the updated database table; and forwarding the transmission control message corresponding to the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task. The embodiment of the invention modularizes the forwarding process of the transmission control message in the master control disk, realizes the automatic forwarding of the control transmission message, omits the repeated process of general code development, facilitates the subsequent development and expansion, and can flexibly adapt to the butt joint of different message interfaces of various service disks and background network managers of different manufacturers.

Description

Control message transmission method and system
Technical Field
The present invention relates to the field of communications devices, and in particular, to a method and a system for transmitting a control message.
Background
In the existing mobile communication device, OAM (Operation Administration and Maintenance) is an indispensable functional module. The front-end device and the back-end network manager generally control transmission through OAM. The background network manager realizes configuration query, modification and flow control work of the front-end equipment through OAM; the front-end equipment can also alarm the equipment through OAM, and part of service data is actively reported to the background network manager. As a hub of front-end devices and background network managers, OAM relates to the processing and forwarding of various control transmission messages.
For controlling the forwarding of the transmission message, the existing implementations are typically:
step 1, OAM establishes network connection with a background network manager, and the OAM establishes network connection with each front-end equipment disk respectively;
step 2, after the connection is established, the background network manager needs to control the front-end equipment, namely, a request message is sent to the OAM, the OAM receives the message of the background network manager, distinguishes a message forwarding target disc according to a message header or a message type, and immediately forwards the message forwarding target disc to a corresponding front-end equipment disc;
step 3, the front-end equipment disk performs corresponding service processing after receiving the message, and replies a response message to the OAM;
and 4, forwarding the response message to the background network manager by the OAM.
For a program developer, each time a message is added or a front-end device disk is added, a corresponding flow processing code needs to be added in the code. However, the above process is general for different messages, and it is necessary to design a convenient set of componentized control transmission method.
Disclosure of Invention
The embodiment of the invention provides a control message transmission method and a control message transmission system, which are used for overcoming the defect that the code processing of the control message transmission process is complicated in the prior art, realizing the modularization of the control message transmission process, realizing the automatic forwarding of the control transmission message and saving the repeated process of the universal code development.
According to a first aspect of the embodiments of the present invention, a method for transmitting a control message is provided, including: an OAM process of a master control disk receives a transmission control message of a background network manager, and searches a database table corresponding to the transmission control message; inserting corresponding records into corresponding database tables according to the transmission control messages; when monitoring the update of the database table, searching a registration node task corresponding to the updated database table; and forwarding the transmission control message corresponding to the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task.
On the basis of the above technical solutions, the embodiments of the present invention may be further improved as follows.
Optionally, the searching a database table corresponding to the transmission control message further includes: calling an association interface of a master control disk, and maintaining a global database mapping array in the association interface, wherein the global database mapping array is used for storing a mapping relation between transmission control information and a database table; correspondingly, the searching for the database table corresponding to the transmission control message includes: and searching a database table corresponding to the transmission control message in the global database mapping array according to the transmission control message.
Optionally, the inserting the corresponding record into the corresponding database table according to the transmission control message includes: and inserting a record into a database table corresponding to the transmission control message according to the transmission control message, wherein the content of the record comprises a transmission operation control type and an operation parameter.
Optionally, before the task of searching the registration node corresponding to the updated database table, the method further includes: calling a registration interface of a master control disk, maintaining a global registration node task chain table in the registration interface, wherein the global registration node task chain table stores the mapping relation of a registration node task, a database table, a transmission control operation type and an operation parameter, and the registration node task and a service disk of front-end equipment have a corresponding relation.
Optionally, when monitoring the update of the database table, the task of searching for the registration node corresponding to the updated database table includes: when monitoring the update of the database table, extracting an updated record from the updated database table, and extracting a transmission control operation type and an operation parameter in the record; and searching the corresponding registered node task in the global registered node task chain table according to the updated database table, the transmission control operation type and the operation parameters.
Optionally, forwarding, by the registration node task, the transmission control message corresponding to the updated database table to the front-end device service disk corresponding to the registration node task includes: the monitoring thread sends a message to a corresponding registration node task, wherein the message content comprises an updated record; and the registered node task forwards the transmission control message to the front-end equipment service disk according to the updated record.
According to a second aspect of the embodiments of the present invention, a control message transmission system is provided, including a front-end device and a background network manager, where the front-end device is integrated with a master control disk and multiple service disks;
the master control panel comprises an OAM process, and the OAM process comprises a monitoring thread; the OAM process receives transmission control information of a background network manager, calls an associated interface of a master control disk, and searches a database table corresponding to the transmission control information; inserting corresponding records into corresponding database tables according to the transmission control messages; the monitoring thread is used for calling a registration interface of the master control disk when monitoring the update of the database table and searching a registration node task corresponding to the updated database table; and forwarding the transmission control message corresponding to the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task.
Optionally, the master control disk further includes an association interface, where the association interface is configured to: maintaining a global database mapping array, wherein the global database mapping array is used for storing the mapping relation between the transmission control message and the database table.
Optionally, the master control disk further includes a registration interface, where the registration interface is configured to: and maintaining a global registration node task linked list in the registration interface, wherein the global registration node task linked list stores the mapping relation among the registration node task, the database table, the transmission control operation type and the operation parameters, and the registration node task and the service disk of the front-end equipment have a corresponding relation.
The control message transmission method and the control message transmission system provided by the embodiment of the invention modularize the forwarding process of the transmission control message, realize the automatic forwarding of the control transmission message, save the repeated process of the universal code development, facilitate the subsequent development and expansion, and can flexibly adapt to the butt joint of different message interfaces of various service discs.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart illustrating a control message transmission method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a data structure of a registration management node according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a transmission flow of a control message from a background network manager to a service disk;
FIG. 4 is a schematic diagram of a message transmission flow from a service disk to a background network manager;
fig. 5 is a connection block diagram of a control message transmission system according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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, but 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.
Referring to fig. 1, there is provided a control message transmission method including: an OAM process of a master control disk receives transmission control messages of a background network manager, and searches a database table corresponding to the transmission control messages; inserting corresponding records into the corresponding database table according to the transmission control message; when monitoring the update of the database table, searching a registration node task corresponding to the updated database table; and forwarding the transmission control message corresponding to the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task.
It can be understood that, based on the defects in the background art, the embodiment of the present invention provides a control message transmission method, where when an OAM process of a master control disk receives a control transmission message of a background network manager, a database table corresponding to the control transmission message is searched, and a corresponding record is inserted into the database table. When the monitoring thread in the OAM process monitors the updating operation of the database table, the registration node task corresponding to the updated database table is searched, and the transmission control message is forwarded to the corresponding front-end equipment service disk through the registration node task.
The embodiment of the invention modularizes the forwarding process of the transmission control message in the master control panel, realizes the automatic forwarding of the control transmission message, omits the repeated process of the universal code development, facilitates the subsequent development and expansion, and can flexibly adapt to the butt joint of different message interfaces of various service panels.
As a possible implementation, before searching the database table corresponding to the transmission control message, the method further includes: and calling an association interface of the master control disk, and maintaining a global database mapping array in the association interface, wherein the global database mapping array is used for storing the mapping relation between the transmission control message and the database table.
It can be understood that the correlation interface is provided on the master control disk, a global database mapping array is maintained in the correlation interface, the mapping relation between the control transmission message and the database table is stored in the global database mapping array, and the correlation interface of the master control disk can be called to search the database table corresponding to the control transmission message.
As a possible implementation, inserting the corresponding record into the corresponding database table according to the transmission control message includes: according to the transmission control message, searching a database table corresponding to the transmission control message in the global database mapping array; and inserting a record into a corresponding database table according to the transmission control message, wherein the content of the record comprises a transmission operation control type and an operation parameter.
It can be understood that, the OAM process of the master control disk receives a transmission control message issued by the background network manager, and inserts a record into the corresponding database table according to the transmission control message, where the content in the record includes a transmission operation control type (such as query, deletion, modification, or a specific service flow, e.g., deleting a cell, etc.) and an operation parameter (a parameter to be operated), where the transmission control message includes the operation parameter.
As a possible implementation, the task of finding the registered node corresponding to the updated database table previously includes: and calling a registration interface of the master control disk, maintaining a global registration node task chain table in the registration interface, and storing the mapping relation of the registration node task, the database table and the transmission control operation type in the global registration node chain table, wherein the registration node task and the service disk of the front-end equipment have a corresponding relation.
It can be understood that a registration interface is provided in the master control disk, a global registration node linked list is maintained in the registration interface, a plurality of registration node tasks are registered in the global registration node linked list, and a mapping relation between the registration node tasks, a database table, a transmission control operation type and operation parameters is stored, where the registration node tasks and the service disk of the front-end device have a corresponding relation. That is, the corresponding registered node task can be found according to the database table, the transmission control type and the operation parameters.
As a possible implementation manner, when monitoring the update of the database table, the task of searching the registered node corresponding to the updated database table includes: when monitoring the update of the database table, extracting an updated record from the updated database table, and extracting a transmission control operation type and an operation parameter in the record; and searching the corresponding registered node task in the global registered node task chain table according to the updated database table, the transmission control operation type and the operation parameters.
It can be understood that, when a listening thread in an OAM process listens for an inserted update of a database table, a record inserted by the updated database table is extracted, and a transmission control operation type and operation parameters in the record are extracted. And searching the corresponding registered node task in the global registered node task chain table according to the updated database table, the transmission control operation type and the operation parameters.
As a possible implementation manner, forwarding, by the registration node task, the transmission control message corresponding to the updated database table to the front-end device service disk corresponding to the registration node task includes: the monitoring thread sends a message to a corresponding registration node task, wherein the message content comprises an updated record; and the registered node task forwards the transmission control message to the front-end equipment service disk according to the updated record.
It can be understood that, according to the updated database table and the transmission control operation type, after the corresponding registered node task is searched in the global registered node task linked list, a message is sent to the corresponding registered node task, where the message content is an updated record, and the registered node task forwards the transmission control message to the front-end device service disk according to the updated record.
The embodiment of the invention can be applied to mobile communication equipment, comprises a master control disk and a plurality of service disks, which are integrated in front-end equipment, and mainly comprises two processes, namely an initialization process and an operation process, wherein the initialization process is mainly that an OAM process of the master control disk needs to execute the initialization process at the initial starting stage, and the specific steps are as follows:
an initialization process: the OAM process of the master control panel needs to execute an initialization process at the initial start-up stage, and the specific steps are as follows.
Step 1, creating a database table, defining each field in the database table, wherein the field contains a transmission control operation type (inquiry, modification, deletion or specific service flow, such as deleting and building a cell) and an operation parameter.
Step 2, calling a registration interface to complete a registration process of a registration node task; the interface is used for associating tasks on a master control disk with a database table and transmission control messages, and a function return value is a database management node pointer, and the specific steps are as follows:
step 2.1, applying for a memory, and creating a registration node task, wherein a data structure schematic diagram of the registration node task is shown in fig. 2.
Step 2.2, registering assignment of each member of the node task, recording a database table name of the node task, transmitting a control operation type, wherein a task ID in the node is a task ID of a caller, and a node pointer points to the node, so that the node is convenient to check back;
step 2.3, locking;
step 2.4, adding the newly created registration node task to the tail part of the global registration node linked list;
and 2.5, completing registration after unlocking.
The operation process comprises the following steps: two internal tasks are started on OAM: one is used for receiving network messages of a background network manager, and the other is used for monitoring the database. When receiving the message of the background network management, the OAM needs to execute the operation flow, see fig. 3, which includes the following specific steps:
step 1, inquiring a global database mapping array to find a database table corresponding to the control transmission message;
step 2, inserting a record into a database table;
step 3, the database monitoring task monitors that the database changes, traverses the global registration chain table according to the operation of the database, finds the task id concerning the operation of the database table, and sends a message to the corresponding registration task (or a plurality of registration tasks), wherein the message content comprises the insertion record of the database table;
and 4, the registration task receives the message and completes corresponding control transmission message forwarding according to the message type and the message content.
For example: the initialization process creates a 4G disk related database table, and the task 1 relates to the query process of the cell frequency point parameters of the 4G disk database table. If the OAM receives a message of a background network manager, the message is a cell frequency point for inquiring a 4G disk, the OAM only needs to operate a database and insert a record, the content of the record contains a transmission control operation type (inquiry) (please note that the operation type is not the operation type of the database), an operation parameter (cell frequency point) database monitors the change of the database monitored by a task, an insert record is found in a 4G disk database table, a global registration linked list is traversed, the task 1 is found to be associated with the inquiry process of the cell frequency point parameter of the 4G disk database table, then a message is sent to the task 1, and the message content is 'inquiry cell frequency point'.
For the reverse process, i.e. the message flow from the corresponding service disk to the network management background, referring to fig. 5, an OAM provides an internal task for forwarding the service disk message to the network management background, and the task needs to invoke the registration flow during initialization. When the master control disk receives the service disk message, the operation flow needs to be executed, and specific steps can refer to fig. 4 and the reverse process of controlling the transmission message from the background network manager to the service disk in each embodiment described above.
In the implementation process of the embodiment of the present invention, several external interfaces are provided:
1. controlling the association interface of the transmission message and the database table: the association interface is called in the initialization process and is used for associating the control transmission message with the table of the database, a global database mapping array is maintained in the code and is used for mapping the association relationship between the message and the database table, and a data structure schematic diagram refers to fig. 2.
2. Registering an interface: the register interface is called in the initialization process and used for associating tasks on the master control disk with tables of the database and operations of the tables, and a function return value is a database management node pointer.
3. And (3) unregistering an interface: when the user does not need to use some messages, the unregistering interface can be called to remove the registered node from the global linked list, and the steps are as follows:
step 1, finding a registration management node according to an incoming pointer;
step 2, locking;
step 3, deleting the registration management node from the global linked list;
and 4, unlocking to finish de-registration.
Referring to fig. 5, a control message transmission system is provided, which includes a front-end device and a background network manager, where the front-end device is integrated with a master control disk and multiple service disks.
The main control panel comprises an OAM process, and the OAM process comprises a monitoring thread; the OAM process receives the transmission control message of the background network management, calls the correlation interface of the master control disk and searches a database table corresponding to the transmission control message; inserting corresponding records into corresponding database tables according to the transmission control messages; the monitoring thread is used for calling a registration interface of the master control disk when monitoring the update of the database table, and searching a registration node task corresponding to the updated database table; and forwarding the transmission control message corresponding to the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task.
The master control disk also provides an associated interface and a registration interface, and the associated interface is used for: and maintaining a global database mapping array, wherein the global database mapping array is used for storing the mapping relation between the transmission control message and the database table. The registration interface is used for maintaining a global registration node task linked list in the registration interface, the global registration node linked list stores the mapping relation of the registration node task, the database table, the transmission control operation type and the operation parameter, wherein the registration node task has a corresponding relation with the service disk of the front-end equipment.
The embodiment of the invention manages the transmission control message through the database, realizes the modularized control transmission method, associates the control transmission message with the table of the database at the initial stage of starting the user process, associates the task on the master control disk with the table of the database and each operation of the table, and maintains the two associated data structures and connects the registered nodes by a linked list. Once the initialization process is completed, the subsequent control transmission message is forwarded to the channel, and the user can automatically complete the message forwarding by operating the database. And subsequent expansion only needs to expand the database and newly add a registration node, so that the use is convenient and the expansion is flexible.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for transmitting a control message, comprising:
an OAM process of a master control disk receives a transmission control message of a background network manager, and searches a database table corresponding to the transmission control message;
inserting corresponding records into a corresponding database table according to the transmission control message, wherein the content of the records comprises a transmission control operation type and an operation parameter;
when monitoring the update of the database table, searching a registration node task corresponding to an updated record in the updated database table in a global registration node task chain table according to the transmission control operation type and the operation parameters;
and forwarding the transmission control message corresponding to the updated record in the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task.
2. The method according to claim 1, wherein said searching a database table corresponding to the transmission control message further comprises:
calling an association interface of a master control disk, and maintaining a global database mapping array in the association interface, wherein the global database mapping array is used for storing a mapping relation between transmission control information and a database table;
correspondingly, the searching for the database table corresponding to the transmission control message includes:
and searching a database table corresponding to the transmission control message in the global database mapping array according to the transmission control message.
3. The method of claim 2, wherein the searching the global registered node task list for the registered node task corresponding to the updated record in the updated database table further comprises:
and calling a registration interface of a master control disk, maintaining a global registration node task linked list in the registration interface, wherein the global registration node linked list stores the mapping relation among registration node tasks, a database table, a transmission control operation type and operation parameters, and the registration node tasks and a service disk of the front-end equipment have a corresponding relation.
4. The control message transmission method according to claim 3, wherein the searching, when monitoring the update of the database table, for the registered node task corresponding to the updated record in the updated database table in the global registered node task linked list according to the transmission control operation type and the operation parameter comprises:
when monitoring the update of the database table, extracting an updated record from the updated database table, and extracting a transmission control operation type and an operation parameter in the record;
and searching the corresponding registered node task in the global registered node task linked list according to the updated database table, the transmission control operation type and the operation parameters.
5. The control message transmission method according to claim 4, wherein forwarding the transmission control message corresponding to the record updated in the updated database table to the front-end device service disk corresponding to the registration node task by the registration node task comprises:
the monitoring thread sends a message to a corresponding registration node task, wherein the message content comprises an updated record;
and the registration node task forwards the transmission control message to the front-end equipment service disk according to the updated record.
6. A control message transmission system is characterized by comprising front-end equipment and a background network manager, wherein the front-end equipment is integrated with a master control disk and a plurality of service disks;
the master control panel comprises an OAM process, and the OAM process comprises a monitoring thread;
the OAM process receives a transmission control message of a background network manager, and searches a database table corresponding to the transmission control message; inserting corresponding records into a corresponding database table according to the transmission control message, wherein the content of the records comprises a transmission control operation type and an operation parameter;
the monitoring thread is used for searching a registration node task corresponding to an updated record in the updated database table in the global registration node task chain table according to the transmission control operation type and the operation parameters when the update of the database table is monitored; and forwarding the transmission control message corresponding to the updated record in the updated database table to a front-end equipment service disk corresponding to the registered node task through the registered node task.
7. The control message transmission system according to claim 6, wherein the master control disk further comprises an association interface, and the association interface is configured to:
maintaining a global database mapping array, wherein the global database mapping array is used for storing the mapping relation between the transmission control message and the database table.
8. The control message transmission system according to claim 6, wherein the master control disk further comprises a registration interface, and the registration interface is configured to:
and maintaining a global registration node task linked list in the registration interface, wherein the global registration node linked list stores the mapping relation of the registration node task, the database table, the transmission control operation type and the operation parameter, and the registration node task and the service disk of the front-end equipment have a corresponding relation.
CN202010959089.XA 2020-09-14 2020-09-14 Control message transmission method and system Active CN112087338B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010959089.XA CN112087338B (en) 2020-09-14 2020-09-14 Control message transmission method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010959089.XA CN112087338B (en) 2020-09-14 2020-09-14 Control message transmission method and system

Publications (2)

Publication Number Publication Date
CN112087338A CN112087338A (en) 2020-12-15
CN112087338B true CN112087338B (en) 2022-09-27

Family

ID=73737024

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010959089.XA Active CN112087338B (en) 2020-09-14 2020-09-14 Control message transmission method and system

Country Status (1)

Country Link
CN (1) CN112087338B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101282360A (en) * 2008-05-22 2008-10-08 中兴通讯股份有限公司 Method and apparatus for distributing information
CN101510838A (en) * 2009-02-26 2009-08-19 北京北纬点易信息技术有限公司 Method for implementing perdurable data queue

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100450101C (en) * 2006-08-30 2009-01-07 华为数字技术有限公司 Conversion control method and system of OAM message
US20120127855A1 (en) * 2009-07-10 2012-05-24 Nokia Siemens Networks Oy Method and device for conveying traffic
CN105790984B (en) * 2014-12-23 2020-11-03 中兴通讯股份有限公司 Configuration and implementation method of operation maintenance management function and forwarding equipment
CN106330518A (en) * 2015-07-01 2017-01-11 中兴通讯股份有限公司 OAM configuration method and device of business single board

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101282360A (en) * 2008-05-22 2008-10-08 中兴通讯股份有限公司 Method and apparatus for distributing information
CN101510838A (en) * 2009-02-26 2009-08-19 北京北纬点易信息技术有限公司 Method for implementing perdurable data queue

Also Published As

Publication number Publication date
CN112087338A (en) 2020-12-15

Similar Documents

Publication Publication Date Title
US5442783A (en) Method and apparatus for transferring data base information
CN110019312B (en) Read-write data separation scheduling method, device, equipment and medium
US20070061304A1 (en) Middleware and a method for implementing business logic using it
WO2005069544A1 (en) Automatic update system and method for using a meta mib
CN107888409B (en) Communication network configuration data automatic synchronization method with self-healing capability
US8868527B1 (en) Tracking switch transactions in a communications-networking environment
CN110958180B (en) Gateway routing method, intelligent gateway, electronic device and computer storage medium
US20110247011A1 (en) Method and device for managing object instance label
CN112087338B (en) Control message transmission method and system
US8489838B2 (en) Method and terminal device for erasing data of terminal
CN101674319B (en) Method, system and equipment for accounting and accessing data
EP1246064A2 (en) Startup method of a new node in a distributed database management system
CN110377298B (en) Distributed cluster upgrading method and distributed cluster
US6622146B1 (en) System managing method and apparatus for decreasing a load applied to a common processing unit
JP2002366381A (en) Dynamic exchange processing method for object
US20050076343A1 (en) Persistent storage of network management data using object references
US11057463B2 (en) Method for synchronizing context data of network functions in a mobile network
CN112134749A (en) Dynamic network access management method and system
CN114237837B (en) Program calling method, program calling device, program calling equipment and computer readable storage medium
CN115269738A (en) Method for realizing dynamic database partitioning
CN110071945B (en) Subscription method and device for user data and computer readable storage medium
CN112887153B (en) SNMP management system
CN115134229B (en) NDN network management system and method based on overlay network
CN114528266B (en) Method, system, device and storage medium for realizing database and cache consistency
CN115577047A (en) Data synchronization method and system based on LDAP (lightweight directory Access protocol) service

Legal Events

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