CN113242521A - TR 069-based message optimization processing method and system - Google Patents

TR 069-based message optimization processing method and system Download PDF

Info

Publication number
CN113242521A
CN113242521A CN202110787115.XA CN202110787115A CN113242521A CN 113242521 A CN113242521 A CN 113242521A CN 202110787115 A CN202110787115 A CN 202110787115A CN 113242521 A CN113242521 A CN 113242521A
Authority
CN
China
Prior art keywords
messages
message
parameters
soap
acs
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110787115.XA
Other languages
Chinese (zh)
Other versions
CN113242521B (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.)
Shenzhen Aibo Communication Co ltd
Original Assignee
Shenzhen Aibo Communication 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 Shenzhen Aibo Communication Co ltd filed Critical Shenzhen Aibo Communication Co ltd
Priority to CN202110787115.XA priority Critical patent/CN113242521B/en
Publication of CN113242521A publication Critical patent/CN113242521A/en
Application granted granted Critical
Publication of CN113242521B publication Critical patent/CN113242521B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/02Arrangements for optimising operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/18Information format or content conversion, e.g. adaptation by the network of the transmitted or received information for the purpose of wireless delivery to users or terminals

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the invention discloses a TR 069-based message optimization processing method and a TR 069-based message optimization processing system, wherein the method comprises the following steps: removing recombination and comprehensive consideration steps: carrying out duplicate removal on interactive messages communicated between the ACS and the base station; combining parameters in a parameter set of messages of the same type issued by the ACS to form a new interactive message; in the same session, two messages of adding object information and then deleting object information are sent first, and which of the two messages is sent is determined according to the parameters in the parameter set of the two messages. According to the invention, through analyzing the RPC method of the interactive message of the ACS and the base station, the message is integrated and optimized, the message interaction amount is reduced, the message interaction backlog is reduced through comprehensive optimization, and the problem that when a network management system of the 5G small base station interacts with the base station equipment, the system runs unsmooth or crashes due to excessive messages is solved fundamentally.

Description

TR 069-based message optimization processing method and system
Technical Field
The invention relates to the technical field of communication, in particular to a TR 069-based message optimization processing method and system.
Background
TR069 is a network management protocol for terminal equipment, which is formulated by Broadband Forum, and is called as "user terminal equipment wide area network management protocol (CWMP)", and the document number is TR 069. In the network management model defined by the TR069 protocol, a management Server is called an Auto-Configuration Server (ACS), and is responsible for completing management of a Customer Premise Equipment (CPE). The TR069 protocol allows the ACS to provide service to a CPE or a group of CPEs based on multiple standards. This service provisioning mechanism allows the CPE to perform dynamic service provisioning or reconfiguration both just when it is connected to the broadband access network and at any later time.
At present, a TR069 protocol is generally adopted by a 5G small base station (a base station belongs to a type of CPE) network management system to manage the small base stations, and an inventor finds that when too many small base stations are managed, the number of messages sent to the base stations by the network management system is increased, the system is jammed when running, and when the number of messages exceeds a certain amount, the network management system may be crashed, so optimizing the messages is a primary problem currently encountered by the 5G small base station network management system.
The protocol stack employed by TR069 is shown in table 1.
TABLE 1
Figure 122218DEST_PATH_IMAGE001
The ACS and the base station interoperate through an RPC method specific to a TR069 protocol, and the related RPC method is shown in a table 2.
TABLE 2
Figure 258801DEST_PATH_IMAGE003
The existing TR069 protocol adopted for managing the small base station has the following defects: 1. because a large number of messages are issued between the ACS and the base station, when the messages in the message channels of the ACS and the base station are accumulated to a certain amount, the messages are easily blocked, and the system of the ACS is blocked or even crashed; 2. the processing of the ACS and the base station messages is not timely, which easily causes the message session to be overtime and cannot control the base station equipment.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a TR 069-based message optimization processing method and system, so as to solve the ACS stuck and crashed problem in a large number of high-concurrency scenarios.
In order to solve the above technical problem, an embodiment of the present invention provides a TR 069-based message optimization processing method, including:
removing recombination and comprehensive consideration steps: the interactive messages in the message pipeline for communication between the ACS and the base station are deduplicated, and only one copy of repeated messages is reserved; combining parameters in a parameter set of messages of the same type in interactive messages issued by an ACS to form a new interactive message;
in the same session, the two messages of adding object information and then deleting object information are sent first, and which of the two messages is sent is determined according to the parameters in the parameter set of the two messages.
Further, before the step of removing recombination and comprehensive consideration, the method also comprises the monitoring step of:
and monitoring a message pipeline for communication between the ACS and the base station, and entering a step of removing recombination and comprehensive consideration when a preset threshold value is exceeded.
Further, in the step of removing recombination and comprehensive consideration, the messages of repeatedly adding and deleting the object of the same object are sent, and if the issued parameters are consistent, the two messages are not sent after the integration; and if the issued parameters are inconsistent, sending the inconsistent parameters after the parameters are synthesized.
Further, the interactive message includes one or more of a set parameter value, a get parameter value, an add object, and a delete object message.
Correspondingly, the embodiment of the invention also provides a message optimization processing system based on TR069, which comprises:
a recombination removal module: the interactive messages in the message pipeline for communication between the ACS and the base station are deduplicated, and only one copy of repeated messages is reserved; combining parameters in a parameter set of messages of the same type in interactive messages issued by an ACS to form a new interactive message;
a comprehensive consideration module: in the same session, the two messages of adding object information and then deleting object information are sent first, and which of the two messages is sent is determined according to the parameters in the parameter set of the two messages.
Further, still include the monitoring module:
and monitoring a message pipeline for communication between the ACS and the base station, and starting optimization processing when a preset threshold value is exceeded.
Further, in the comprehensive consideration module, the messages of repeatedly adding and deleting the object of the same object are not sent after the two messages are synthesized if the issued parameters are consistent; and if the issued parameters are inconsistent, sending the inconsistent parameters after the parameters are synthesized.
Further, the interactive message includes one or more of a set parameter value, a get parameter value, an add object, and a delete object message.
The invention has the beneficial effects that: according to the invention, through analyzing the RPC method of the interactive message of the ACS and the base station, the message is integrated and optimized, the message interaction amount is reduced, the message interaction backlog is reduced through comprehensive optimization, and the problem that when a network management system of the 5G small base station interacts with the base station equipment, the system runs unsmooth or crashes due to excessive messages is solved fundamentally.
Drawings
Fig.1 is a diagram of a relationship between a network management configuration server and a distributed base station device.
Fig. 2 is a flow chart of interactive messages between the network management configuration server and the distributed base station device.
Fig. 3 is a flowchart diagram of a TR 069-based message optimization processing method according to an embodiment of the present invention.
FIG. 4 is a schematic diagram of parameter combinations according to an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a TR 069-based message optimization processing system according to an embodiment of the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application can be combined with each other without conflict, and the present invention is further described in detail with reference to the drawings and specific embodiments.
Fig.1 is an equipment relationship diagram, where ACS is a network management configuration server, a distributed base station device is hung down, and ACS configures parameters of a base station system through TR069 messages. The ACS and the base station are connected by network cables or optical fibers.
Fig. 2 is a message interaction flow between a base station and an ACS, which is described in detail as follows:
1. the base station equipment initiates an Inform request and explains that the session is established by the ACS requirement;
2. the ACS returns an Inform Response;
3. the base station equipment initiates an empty Http Post request;
4. the ACS and the base station carry out service message interaction (the interaction message refers to an RPC method);
5. the ACS sends an empty Http Post response to the base station equipment;
6. the base station device disconnects and the session ends.
In the service message interaction stage, there are multiple RPC method interactions, and when there are many interaction messages, there is message congestion backlog. Through research and analysis, the most frequently used messages in the RPC method of the network management system are as follows:
1. AddObject;
2. DeleteObject;
3. SetParameterValues;
4. GetParameterValues。
referring to fig. 3 to fig. 4, a TR 069-based message optimization processing method according to an embodiment of the present invention includes the following steps:
a monitoring step: and monitoring a message pipeline for communication between the ACS and the base station, and performing message optimization processing when a certain threshold value is exceeded. For example, the message pipe has a capacity of processing 1000 messages, and when it exceeds 850 messages, the optimization process is started. For example, for messages entering a message pipeline for communication between the ACS and the base station, chain storage can be adopted according to different types of messages, so that rapid traversal search can be performed during subsequent message optimization. The optimization process is as follows:
removing recombination and comprehensive consideration steps: 1. the duplicate messages of the SetParameterValues, GetParameterValues, AddObjects and DeleteObjects in the message pipeline are repeated, and one copy is reserved.
By way of example AddObject, several other message processes are similar:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:com.ctran.ums.acs.AddObject.1621327077895.8U690C</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:AddObject>
<ObjectName>Device.FAP.MRMgmt.Config.1.SampleEndTime.</ObjectName>
<ParameterKey>1621327077883.0J84L6</ParameterKey>
</cwmp:AddObject>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
the message appears in the pipeline for a plurality of times, ObjectName (namely the same parameter name) in the message indicates that retransmission is carried out, one of the ObjectName and the ObjectName is directly selected to be sent, and the rest repeated messages are directly removed from the pipeline, so that the blockage of the sending pipeline is reduced.
2. A plurality of SetParameterValues, GetParameterValues, AddObject, DeleteObject messages are issued, and the contents of the parameter ParameterList (parameter set) in each message are combined to form a message, see fig. 4.
The following is exemplified by SetParameterValues, and several other message processes are similar:
SetParameterValues message 1:
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:intrnl.unset.id.SetParameterValues1573647958124.651650241</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:SetParameterValues>
<ParameterList xsi:type="cwmp:ParameterValueStruct[3]">
<ParameterValueStruct>
<Name>Device.FAP.MRMgmt.Config.1.MrEnable</Name>
<Value xsi:type="xsd:boolean">1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Device.ManagementServer.STUNMaximumKeepAlivePeriod</Name>
<Value xsi:type="xsd:int">200</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Device.FAP.MRMgmt.Config.1.SampleEndTime</Name>
<Value xsi:type="xsd:dateTime">2019-11-29T00:00:00Z</Value>
</ParameterValueStruct>
</ParameterList>
<ParameterKey>IboCommandKey</ParameterKey>
</cwmp:SetParameterValues>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SetParameterValues message 2:
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:intrnl.unset.id.SetParameterValues1573647958124.651650241</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:SetParameterValues>
<ParameterList xsi:type="cwmp:ParameterValueStruct[1]">
<ParameterValueStruct>
<Name>Device.DeviceInfo.HardwareVersion</Name>
<Value xsi:type="xsd:string">1.8</Value>
</ParameterValueStruct>
</ParameterList>
<ParameterKey>IboCommandKey</ParameterKey>
</cwmp:SetParameterValues>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
the first message has 3 parameters, which are respectively: device, fap, mrmgmt, config.1.mrenable, device, management server, stun maximum keepalive period, and device, fap, mrmgmt, config.1. sampleedtime. The parameters of the message two are 1: device, device info, hardwareversion, and finally forms a unified message, which is composed of 4 parameters, device, fap, mrmgmt, config.1, mrnerable, device, management server, stun maximum keepalive period, device, fap, mrmgmt, config.1, sampleedtime, and device, deviceinfo, hardwareversion, see the following message details:
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:intrnl.unset.id.SetParameterValues1573647958124.651650241</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:SetParameterValues>
<ParameterList xsi:type="cwmp:ParameterValueStruct[4]">
<ParameterValueStruct>
<Name>Device.FAP.MRMgmt.Config.1.MrEnable</Name>
<Value xsi:type="xsd:boolean">1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Device.ManagementServer.STUNMaximumKeepAlivePeriod</Name>
<Value xsi:type="xsd:int">200</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Device.FAP.MRMgmt.Config.1.SampleEndTime</Name>
<Value xsi:type="xsd:dateTime">2019-11-29T00:00:00Z</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>Device.DeviceInfo.HardwareVersion</Name>
<Value xsi:type="xsd:string">1.8</Value>
</ParameterValueStruct>
</ParameterList>
<ParameterKey>IboCommandKey</ParameterKey>
</cwmp:SetParameterValues>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
in the same session, the addrobject is sent first, then the DeleteObject is sent, and after comprehensively considering the parameters of the ParameterList of the two messages, the two messages determine which of the two messages to send.
1. The repeated AddObject and DeleteObject of the same object have consistent issued parameters, and the two messages are not sent after the two messages are synthesized.
AddObject example:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:com.ctran.ums.acs.AddObject.1623374743264.619q4J</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:AddObject>
<ObjectName>Device.Services.FAPService.1.CellConfig.1.NR.RAN.NeighborList.NRCell.</ObjectName>
<ParameterKey>1623374743261.630sJg</ParameterKey>
</cwmp:AddObject>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DeleteObject example:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:com.ctran.ums.acs.DeleteObject.1623374743264.619q4J</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:DeleteObject>
<ObjectName>Device.Services.FAPService.1.CellConfig.1.NR.RAN.NeighborList.NRCell.</ObjectName>
<ParameterKey>1623374743261.630sJg</ParameterKey>
</cwmp:DeleteObject>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
thus, the two messages are combined and do not need to be processed.
2. The AddObject and the DeleteObject issue parameters are inconsistent, and the inconsistent parameters are sent after synthesis.
AddObject message example with 2 parameters device. services. fapservice.1.cellconfig.1.nr. ran. neighborlist. nrcell and
Device.FAP.MRMgmt.Config.1.SampleEndTime:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:com.ctran.ums.acs.AddObject.1621327077895.8U690C</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:AddObject>
<ObjectName>Device.Services.FAPService.1.CellConfig.1.NR.RAN.NeighborList.NRCell.</ObjectName>
<ParameterKey>1621327077883.0J84L5</ParameterKey>
</cwmp:AddObject>
<cwmp:AddObject>
<ObjectName>Device.FAP.MRMgmt.Config.1.SampleEndTime.</ObjectName>
<ParameterKey>1621327077883.0J84L6</ParameterKey>
</cwmp:AddObject>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
examples of DeleteObject messages, parameters are device.services.fapservice.1.cellconfig.1.nr.ran.neighborlist.nrcell:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:com.ctran.ums.acs.DeleteObject.1621414193984.1eXM86</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:DeleteObject>
<ObjectName>Device.Services.FAPService.1.CellConfig.1.NR.RAN.NeighborList.NRCell.</ObjectName>
<ParameterKey>1621327077883.0J84L5</ParameterKey>
</cwmp:DeleteObject>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
after the final synthesis of the message, the AddObject message is sent with parameters
Device.FAP.MRMgmt.Config.1.SampleEndTime
Message example:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID
SOAP-ENV:mustUnderstand="1">ID:com.ctran.ums.acs.AddObject.1621327077895.8U690C</cwmp:ID>
<cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:AddObject>
<ObjectName>Device.FAP.MRMgmt.Config.1.SampleEndTime.</ObjectName>
<ParameterKey>1621327077883.0J84L6</ParameterKey>
</cwmp:AddObject>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>。
referring to fig. 5, a TR 069-based message optimization processing system according to an embodiment of the present invention includes:
a recombination removal module: the interactive messages in the message pipeline for communication between the ACS and the base station are deduplicated, and only one copy of repeated messages is reserved; combining parameters in a parameter set of messages of the same type in interactive messages issued by an ACS to form a new interactive message;
a comprehensive consideration module: in the same session, the two messages of adding object information and then deleting object information are sent first, and which of the two messages is sent is determined according to the parameters in the parameter set of the two messages.
As an embodiment, the TR 069-based message optimization processing system further includes a monitoring module:
and monitoring a message pipeline for communication between the ACS and the base station, and starting optimization processing when a preset threshold value is exceeded.
As an implementation mode, in the comprehensive consideration module, the messages of repeatedly adding and deleting objects of the same object are sent, and if the issued parameters are consistent, the two messages are not sent after the integration; and if the issued parameters are inconsistent, sending the inconsistent parameters after the parameters are synthesized.
In one embodiment, the interactive message includes one or more of a set parameter value, a get parameter value, an add object, and a delete object message.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (8)

1. A TR 069-based message optimization processing method is characterized by comprising the following steps:
removing recombination and comprehensive consideration steps: the interactive messages in the message pipeline for communication between the ACS and the base station are deduplicated, and only one copy of repeated messages is reserved; combining parameters in a parameter set of messages of the same type in interactive messages issued by an ACS to form a new interactive message;
in the same session, the two messages of adding object information and then deleting object information are sent first, and which of the two messages is sent is determined according to the parameters in the parameter set of the two messages.
2. The TR 069-based message optimization processing method of claim 1, wherein the step of removing the combination and the comprehensive consideration further comprises the monitoring step of:
and monitoring a message pipeline for communication between the ACS and the base station, and entering a step of removing recombination and comprehensive consideration when a preset threshold value is exceeded.
3. The TR 069-based message optimization processing method of claim 1, wherein in the step of re-combining and comprehensive consideration, the messages of repeatedly adding and deleting objects of the same object are not sent after the combination if the issued parameters are consistent; and if the issued parameters are inconsistent, sending the inconsistent parameters after the parameters are synthesized.
4. The TR 069-based message optimization processing method of claim 1, wherein the interactive message includes one or more of a set parameter value, an obtain parameter value, an add object, and a delete object message.
5. A TR 069-based message optimization processing system, comprising:
a recombination removal module: the interactive messages in the message pipeline for communication between the ACS and the base station are deduplicated, and only one copy of repeated messages is reserved; combining parameters in a parameter set of messages of the same type in interactive messages issued by an ACS to form a new interactive message;
a comprehensive consideration module: in the same session, the two messages of adding object information and then deleting object information are sent first, and which of the two messages is sent is determined according to the parameters in the parameter set of the two messages.
6. The TR 069-based message optimization processing system of claim 5, further comprising a monitoring module:
and monitoring a message pipeline for communication between the ACS and the base station, and starting optimization processing when a preset threshold value is exceeded.
7. The TR 069-based message optimization processing system of claim 5, wherein in the comprehensive consideration module, the messages of repeatedly adding and deleting objects of the same object are not sent after the two messages are synthesized if the issued parameters are consistent; and if the issued parameters are inconsistent, sending the inconsistent parameters after the parameters are synthesized.
8. The TR 069-based message optimization processing system of claim 5, wherein the interaction message includes one or more of a set parameter value, a get parameter value, an add object, and a delete object message.
CN202110787115.XA 2021-07-13 2021-07-13 TR 069-based message optimization processing method and system Active CN113242521B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110787115.XA CN113242521B (en) 2021-07-13 2021-07-13 TR 069-based message optimization processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110787115.XA CN113242521B (en) 2021-07-13 2021-07-13 TR 069-based message optimization processing method and system

Publications (2)

Publication Number Publication Date
CN113242521A true CN113242521A (en) 2021-08-10
CN113242521B CN113242521B (en) 2021-10-19

Family

ID=77135285

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110787115.XA Active CN113242521B (en) 2021-07-13 2021-07-13 TR 069-based message optimization processing method and system

Country Status (1)

Country Link
CN (1) CN113242521B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117793759A (en) * 2024-02-26 2024-03-29 深圳市佳贤通信科技股份有限公司 Base station performance file processing system and method based on TR069 protocol

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080133752A1 (en) * 2006-12-04 2008-06-05 Alcatel Lucent Method for managing a communication between a server device and a customer device
CN101267438A (en) * 2008-04-24 2008-09-17 中兴通讯股份有限公司 Protocol-compatible realization method and client
CN101778126A (en) * 2009-12-31 2010-07-14 中兴通讯股份有限公司 Method and system for automatic configuration of server for remote management of user front-end equipment
CN102300264A (en) * 2011-08-22 2011-12-28 中国电信股份有限公司 Flow control method and system thereof for wireless network
US20130114617A1 (en) * 2010-06-30 2013-05-09 Jan Michelsens Method for communicating between customer device and server device
CN103209153A (en) * 2012-01-16 2013-07-17 阿里巴巴集团控股有限公司 Method, device and system for processing messages
CN105553871A (en) * 2015-12-15 2016-05-04 厦门贝启科技有限公司 Method and system for remotely managing equipment parameters
CN111600776A (en) * 2020-05-15 2020-08-28 网经科技(苏州)有限公司 TR069 batch interactive test system and method thereof
CN112910884A (en) * 2021-01-28 2021-06-04 北京直真科技股份有限公司 Method for realizing interaction between APK and ACS through packaging TR069 message

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080133752A1 (en) * 2006-12-04 2008-06-05 Alcatel Lucent Method for managing a communication between a server device and a customer device
CN101267438A (en) * 2008-04-24 2008-09-17 中兴通讯股份有限公司 Protocol-compatible realization method and client
CN101778126A (en) * 2009-12-31 2010-07-14 中兴通讯股份有限公司 Method and system for automatic configuration of server for remote management of user front-end equipment
US20130114617A1 (en) * 2010-06-30 2013-05-09 Jan Michelsens Method for communicating between customer device and server device
CN102300264A (en) * 2011-08-22 2011-12-28 中国电信股份有限公司 Flow control method and system thereof for wireless network
CN103209153A (en) * 2012-01-16 2013-07-17 阿里巴巴集团控股有限公司 Method, device and system for processing messages
CN105553871A (en) * 2015-12-15 2016-05-04 厦门贝启科技有限公司 Method and system for remotely managing equipment parameters
CN111600776A (en) * 2020-05-15 2020-08-28 网经科技(苏州)有限公司 TR069 batch interactive test system and method thereof
CN112910884A (en) * 2021-01-28 2021-06-04 北京直真科技股份有限公司 Method for realizing interaction between APK and ACS through packaging TR069 message

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117793759A (en) * 2024-02-26 2024-03-29 深圳市佳贤通信科技股份有限公司 Base station performance file processing system and method based on TR069 protocol
CN117793759B (en) * 2024-02-26 2024-05-03 深圳市佳贤通信科技股份有限公司 Base station performance file processing system and method based on TR069 protocol

Also Published As

Publication number Publication date
CN113242521B (en) 2021-10-19

Similar Documents

Publication Publication Date Title
CN108199897B (en) OPC UA multi-server aggregation method supporting cache management
US8635315B2 (en) Method and system for dynamic loading of management information bases on network devices
JP5631330B2 (en) Method and apparatus for distributing fault information in a large-scale communication network system
WO2016155611A1 (en) Tr069 protocol management method oriented to wia-pa network
CN101414963B (en) Method and apparatus for automatic topological discover and resource management in PBB TE network
CN108234816A (en) The method and device of resource information real-time synchronization is monitored between a kind of monitoring device
CN104639507B (en) A kind of bearing protocol packet data transmission method and system between heterogeneous network
CN109451264A (en) A kind of method and system of monitoring device membership
US8972561B1 (en) Methods and apparatus for obtaining network information using file transfer
CN109412877B (en) Network capacity open system based on UTN network
CN108012106A (en) A kind of method and system regarding networking monitoring source synchronous
WO2015139359A1 (en) Wireless network maintenance method, device and system
CN113242521B (en) TR 069-based message optimization processing method and system
CN109547728A (en) A kind of method and system of recorded broadcast source membership and recorded broadcast of session
WO2006007789A1 (en) A method for realizing terminals management in the network device
CN109918104A (en) A kind of automatic updating system and method
WO2020078381A1 (en) Data aggregation method, device, equipment, storage medium and system
CN107888401A (en) A kind of method and system of the monitoring regarding networked terminals cpu busy percentage in real time
CN101997721B (en) A kind of telecommunication network management system, method and accordingly device
CN101127630A (en) Method, device and system for managing object instant
CN108234178A (en) A kind of method and apparatus for being managed collectively menu file
CN101662379A (en) Method, equipment and system for maintaining terminal equipment
CN101632268B (en) Parameterized quality of service architecture in a network
CN109857419A (en) A kind of method and apparatus that scheduling system upgrades automatically
CN110505211A (en) A kind of data interactive method and device based on view networking

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