WO2014082225A1 - 消息处理方法及网络设备 - Google Patents

消息处理方法及网络设备 Download PDF

Info

Publication number
WO2014082225A1
WO2014082225A1 PCT/CN2012/085444 CN2012085444W WO2014082225A1 WO 2014082225 A1 WO2014082225 A1 WO 2014082225A1 CN 2012085444 W CN2012085444 W CN 2012085444W WO 2014082225 A1 WO2014082225 A1 WO 2014082225A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
matching
adjustment
sequence
policy
Prior art date
Application number
PCT/CN2012/085444
Other languages
English (en)
French (fr)
Inventor
习燕
鲁连奎
吴骏涛
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to PCT/CN2012/085444 priority Critical patent/WO2014082225A1/zh
Priority to CN201280004560.3A priority patent/CN103535006B/zh
Publication of WO2014082225A1 publication Critical patent/WO2014082225A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4009Coupling between buses with data restructuring
    • G06F13/4013Coupling between buses with data restructuring with data re-ordering, e.g. Endian conversion

Definitions

  • the present invention relates to communications technologies, and in particular, to a message processing method and a network device. Background technique
  • BSC Base Station Controller
  • MSC Mobile Switching Centre
  • BTS Base Transceiver Station
  • Each network device communicates through standard messages specified in the protocol.
  • the protocol is imperfect, or the device manufacturer implements standard message errors, or the mode used by different network devices, the messages used by different network devices may be inconsistent.
  • the Central Processing Unit (CPU) of the network device has two modes: big endian and small endian. There are two modes for encoding and decoding multi-byte cells. The number 0x1234, when the CPU mode is big end, the order in memory is from low to high 0x12, 0x34; when the CPU mode is little end, the order in memory is 0x34, 0x12. It can be seen that the messages used by different network devices may be inaccurate in byte order, and the existing byte matching may be solved by the matching method. This will affect the problem. The operating efficiency of the communication system. Summary of the invention
  • the embodiment of the invention provides a message processing method and a network device, which are used to solve the problem that the message byte order is inconsistent between different network devices, and improve the operation efficiency of the communication system.
  • the first aspect provides a message processing method, including:
  • the first message is end-sequentially converted according to the sequence adjustment policy to obtain a second message;
  • the performing message matching on the first message according to the preset message matching manner includes: according to a matching condition in the message matching item, from the first message Obtaining a content to be matched corresponding to the matching condition; determining whether the content to be matched matches the matching content in the message matching item; if the determination result is yes, determining the message matching item in the first message matching Corresponding processing policy; if the determination result is no, determining that the first message does not match the processing policy corresponding to the message matching item.
  • the sequence adjustment policy includes a sequence adjustment indication, an adjustment unit type indication, and an adjustment rule.
  • the message includes: if the adjustment unit type in the sequence adjustment policy is indicated as a byte, adjusting an adjustment rule in the policy according to the order, and adjusting a storage location of each byte in the first message in the memory, Obtaining the second message; if the adjustment unit type in the sequence adjustment policy is indicated as a bit, adjusting an adjustment rule in the policy according to the order, and performing, in an in-memory storage location, each bit in the first message Adjusting to obtain the second message.
  • the processing the second message includes: sending the second message.
  • the method before the matching the first message to the message according to the preset message matching item, includes: receiving the first message.
  • the second aspect provides a network device, including:
  • a matching module configured to perform message matching on the first message according to the preset message matching item
  • a sequence adjustment module configured to perform message matching in the matching module as a matching sequence Adjusting the policy, performing endian conversion on the first message according to the order adjustment policy, to obtain a second message
  • a processing module configured to process the second message.
  • the matching module is configured to obtain, according to the matching condition in the message matching item, the to-match content corresponding to the matching condition from the first message. And determining whether the content to be matched matches the matching content in the message matching item. If the determination result is yes, determining a processing policy corresponding to the message matching item in the first message matching, if the determining result is no, Determining, by the first message, that the processing policy corresponding to the message matching item is not matched.
  • the sequence adjustment policy includes a sequence adjustment indication, an adjustment unit type indication, and an adjustment rule.
  • the sequence adjustment module is specifically configured to indicate, in the sequence adjustment policy, that the adjustment unit type is a byte. And adjusting, according to the adjustment rule in the order, the storage location of each byte in the first message in the memory, obtaining the second message, or adjusting in the sequence adjustment policy
  • the unit type is indicated as a bit
  • the adjustment rule in the policy is adjusted according to the sequence, and the storage location of each bit in the first message in the memory is adjusted to obtain the second message.
  • the processing module is specifically configured to send the second message.
  • the network device further includes: a receiving module, configured to receive the first message before the matching module performs message matching on the first message.
  • the third aspect provides a network device, including:
  • a processor configured to: perform a message matching on the first message according to a preset message matching item, if the result of the message matching is a matching medium order adjustment policy, according to the The sequence adjustment policy performs endian conversion on the first message, obtains a second message, and processes the second message.
  • the processor is configured to perform message matching on the first message according to the preset message matching, where the processor is specifically configured to be used according to the message matching item.
  • a matching condition the content to be matched corresponding to the matching condition is obtained from the first message, and it is determined whether the content to be matched matches the matching content in the message matching item, and if the determination result is yes, determining the And the processing policy corresponding to the message matching item in the first message matching, if the determining result is no, determining that the first message does not match the processing policy corresponding to the message matching item.
  • the sequence adjustment policy includes a sequence adjustment indication, an adjustment unit type indication, and an adjustment rule.
  • the processor is configured to perform endian conversion on the first message according to the sequence adjustment policy, Obtaining the second message includes: the processor is specifically configured to: when the adjustment unit type indication in the sequence adjustment policy is a byte, adjust an adjustment rule in the policy according to the sequence, for each of the first message The storage location of the byte is adjusted in the memory to obtain the second message, or when the adjustment unit type indication in the sequence adjustment policy is indicated as a bit, the adjustment rule in the policy is adjusted according to the sequence, Each bit in a message is adjusted in a memory storage location to obtain the second message.
  • the network device further includes: a transmitter, where the processor is configured to: send, by the processor, the second message to the sender, where So that the sender sends the second message out.
  • the network device further includes: a receiver, configured to receive the first message before the processor performs message matching on the first message.
  • the message processing method and network device provided by the embodiments of the present invention are based on different network devices.
  • the difference in the byte order of the message, the configuration message match, and the order adjustment policy for the endian conversion processing of the message can adjust the byte order of the message, so that the network device can subsequently process the message and overcome different networks.
  • the problem that the byte order of messages between devices is inconsistent improves the compatibility between different network devices, which is beneficial to improve the operating efficiency of the communication system.
  • FIG. 1 is a flowchart of a message processing method according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a network device according to an embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of another network device according to an embodiment of the present invention.
  • the technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention.
  • the embodiments are a part of the embodiments of the invention, and not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
  • FIG. 1 is a flowchart of a message processing method according to an embodiment of the present invention. As shown in FIG. 1, the method in this embodiment includes:
  • Step 101 Perform message matching on the first message according to a preset message matching item.
  • Step 102 If the matching result of the message matching is a matching medium-order adjustment policy, perform byte-sequence conversion on the first message according to the sequence adjustment policy to obtain a second message.
  • Step 103 Process the second message.
  • the corresponding message matching item and the sequence adjustment policy for performing byte conversion processing on the message are configured.
  • the network device in addition to configuring a sequence adjustment policy and a corresponding message matching item for the network device, the network device may also be used according to other differences of messages between the network devices. Configure other processing policies, such as modifying policies and dropping policies, and corresponding message matches. Wherein, one processing strategy corresponds to one message matching item.
  • the administrator can configure message matching and processing policies for the network device through the configuration console.
  • the network device can manage each message matching item and each processing policy through a database (Data Base, DB for short). Based on this, the administrator can configure the message matching item and the corresponding processing policy to the database of the network device through the configuration station, so that the network device obtains the message matching item and the corresponding processing policy.
  • DB Data Base
  • the network device may perform message matching on the first message by using a pre-configured message matching item. If the first message matches a certain processing policy, the network device compares the processing policy according to the processing policy. A message is processed.
  • the embodiments of the present invention will focus on the sequential adjustment strategy in the first message matching as an example.
  • the network device may be a BSC, an MSC, or a BTS.
  • the network device can manage the message matching by using an index. For example, each time a message matching item is added, an index is added to the newly added message matching item, and the index can uniquely identify a message matching item.
  • the network device can set the index range to indicate the number of message matches that it can support. For example, the index range can be 0-49, indicating that the network device supports up to 50 message matches.
  • the message match includes at least one matching condition and matching content corresponding to the matching condition.
  • the process of the network device matching the first message according to the preset message matching includes:
  • the network device obtains the to-be-matched content corresponding to the matching condition from the first message according to the matching condition in the message matching item; and then determines whether the obtained matching content matches the matching content in the message matching item, and if the judgment result is yes And determining a processing policy corresponding to the matching of the message in the first message matching; if the determining result is no, determining a processing policy corresponding to the matching of the message in the first message is not matched.
  • the matching conditions included in a message match and the matching content corresponding to the matching condition can be as follows:
  • MsgCapturePos Used to indicate whether the first message is a sender message or a receiver message. To a certain extent, it can also indicate whether the matching process of the first message is performed at the time of transmission or at the time of reception. If the first message is a sender message, indicating that the first message is to be sent Message; if the first message is a receiver message, the first message is the received message.
  • the value of the preset MsgCapturePos is the matching content corresponding to the matching condition, for example, the value is 0, indicating the sender message.
  • SenderPid The identifier of the sender, which is used to identify the network device that sends the first message.
  • the value of the pre-set SenderPid is the matching content corresponding to the matching condition.
  • ReceiverPid The identifier of the receiver, which is used to identify the network device that receives the first message.
  • the value of the ReceiverPid set in advance is the matching content corresponding to the matching condition.
  • a message matching item further includes a second type of matching condition, wherein the second type of matching condition may be multiple One.
  • the first type of matching condition is generally set for the information in the message header of the first message
  • the second type of matching condition is generally set for the content after the message header in the first message.
  • MatchCount The number of matching conditions of the second type, which is used to identify the number of matching conditions of the second type that the message matching item needs to satisfy, and the value ranges from 0 to the maximum number of matching conditions of the second type. For example, it can be from 0 to 5.
  • MatchFieldOffset The starting position of the matching content of the second type of matching condition refers to the offset of the address of the first byte after the message header in the first message.
  • the offset of the first byte after the message header in the first message is 0, and the offset of the following bytes is sequentially incremented.
  • MatchLen The length of the matching content of the second type of matching condition.
  • MatchContent The matching content of the second type of matching conditions.
  • the 5-7 matching condition needs to be repeatedly set, and each group corresponds to a second type matching condition.
  • the network device matches the first message according to the matching condition in the message matching item of the foregoing example. Specifically, the network device obtains the identifier from the first message according to the matching condition of the MsgCapturePos in the message matching item. ⁇ Whether the message is the sender message or the receiver message, and then determines whether the obtained information is the same as the value of the MsgCapturePos in the message match; the network device receives the first message according to the matching condition of the SenderPid in the message match.
  • the network device determines the number of the second type of matching conditions set in the message matching, and then compares the first message with the second type of matching condition one by one to determine whether the first message meets the requirements of the second type of matching condition;
  • a second type of matching condition is used as an example.
  • the network device obtains the content to be matched from the first message according to the starting position of the matching content of the second type of matching condition and the length of the matching content of the second type of matching condition. Then, the content to be matched is compared with the matching content of the second matching condition to determine whether the two match.
  • the match here mainly means the same.
  • the processing policy corresponding to the matching of the message in the first message matching is determined. If the processing policy is a sequence adjustment policy, the network device performs endian conversion on the first message according to the order adjustment policy.
  • the processing policy configured on the network device generally includes the following parameters: a, MsgCapturePos: used to indicate whether the first message is a sender message or a receiver message, and may also indicate a match to the first message to some extent. Processing is done at the time of transmission or at the time of reception.
  • MsgOpType Processing type, including discarding, modifying content, modifying byte order.
  • ModifyFieldOffset The starting position of the content to be processed, which is the offset from the address of the first byte after the header in the first message. The offset of the first byte after the message header in the first message is 0, and the offset of the following bytes is sequentially incremented.
  • ModifyUnitType The type of unit to process the content, including bytes (BYTE) and bits (bit).
  • ModifyLen The length of the content to be processed, the unit is determined by ModifyUnitType.
  • ModifyContent The content to be processed.
  • MsgCapturePos can only be configured as a receiver.
  • the processing policy in addition to discarding and modifying the content, the processing policy adds a modified byte order, that is, the processing policy may be a sequential adjustment policy.
  • the sequence adjustment policy at least includes: a sequence adjustment indication, an adjustment unit type indication, and an adjustment rule.
  • the sequence adjustment indication is used to indicate that the processing policy is a sequence adjustment policy.
  • the sequence adjustment indication may be implemented by extending the value of the MsgOpType parameter.
  • the MsgOpType takes 0 to indicate the discarding policy, and the 1 to indicate the modification.
  • Content take 2 to indicate the order adjustment strategy.
  • the adjustment unit type indication indicates the minimum adjustment unit during the adjustment process, for example, it can be a byte or a bit; the adjustment unit type indication can be the ModifyUnitType parameter described above. Adjustment rules, which are used to indicate how to adjust the adjustment content. For example, the adjustment rule can be extended to the above ModifyContent parameter.
  • the network device performs endian conversion on the first message according to the order adjustment policy, and the process of obtaining the second message includes:
  • the adjustment unit type in the sequence adjustment policy is indicated as a byte, adjust the adjustment rule in the policy according to the order, and adjust the storage location of each byte in the first message in the memory to obtain the Second message;
  • adjustment unit type in the sequence adjustment policy is indicated as a bit, adjust an adjustment rule in the policy according to the sequence, and adjust a storage location of each bit in the first message in the memory to obtain the second Message.
  • ModifyContent ⁇ 3020100
  • the storage location of the section, the byte with the subscript of 2 is placed in the storage location of the byte whose subscript is 1, and the byte whose subscript is 1 is placed in the storage location of the byte whose subscript is 2, the subscript is The byte of 0 is placed in the storage location of the byte whose subscript is 3.
  • ModifyContent ⁇ 3020100
  • the bit with the subscript of 2 is placed in the storage position of the bit whose subscript is 1, the bit whose subscript is 1 is placed in the storage position of the bit whose subscript is 2, and the bit whose subscript is 0 is placed in the subscript is 3
  • the bit with the subscript of 2 is placed in the storage position of the bit whose subscript is 1, the bit whose subscript is 1 is placed in the storage position of the bit whose subscript is 2, and the bit whose subscript is 0 is placed in the subscript is 3
  • ModifyFieldOffset+1 (in bits) is 0
  • the second message obtained is as follows:
  • ModifyFieldOffset+2 (in bits) is 0
  • the embodiment of the present invention can solve the problem that the message byte order is inconsistent between different network devices, improve the compatibility between different network devices, and improve the operation efficiency of the communication system.
  • the network device in this embodiment may be the sender of the first message, and the process of processing, by the network device, the second message includes: sending the second message. That is, before the network device sends the message, the message is matched to the message to be sent, and then the byte order conversion is performed according to the order adjustment in the matching, so that the message sent later meets the requirements of the receiver, and then the converted The message is sent out.
  • the network device in this embodiment may also be the receiver of the first message, and the network device needs to receive the first message before performing the message matching on the first message according to the preset message matching item.
  • the first message received is stored in the memory.
  • the network device After receiving the message, the network device first performs message matching on the message, and then performs endian conversion on the received message according to the order adjustment policy in the matching, and then processes the message to overcome the message word between different network devices. The difference in the sequence of sections.
  • FIG. 2 is a schematic structural diagram of a network device according to an embodiment of the present invention.
  • the network device of this embodiment includes: a matching module 21, a sequence adjustment module 22, and a processing module 23.
  • the matching module 21 is configured to perform message matching on the first message according to the preset message matching item.
  • the sequence adjustment module 22 is connected to the matching module 21, and is configured to perform byte order conversion on the first message according to the sequence adjustment policy when the result of the message matching by the matching module 21 is a matching order adjustment policy, and obtain the first Two messages.
  • the processing module 23 is connected to the sequence adjustment module 22 for processing the second message obtained by the sequence adjustment module 22.
  • the matching module 21 is specifically configured to: obtain, according to the matching condition in the message matching item, the to-be-matched content corresponding to the matching condition from the first message, and determine the to-be-matched content. Whether the matching content in the message matching item matches, and if the determination result is yes, determining a processing policy corresponding to the message matching item in the first message matching, if the determining result is no, determining that the first message is not Match the processing policy corresponding to the message match in the match.
  • the sequence adjustment policy includes at least a sequence adjustment indication, a adjustment unit type indication, and an adjustment rule.
  • the sequence adjustment module 22 is specifically configured to: when the adjustment unit type indication in the sequence adjustment policy is indicated as a byte, adjust an adjustment rule in the policy according to the sequence, and each byte in the first message is The storage location in the memory is adjusted to obtain the second message, or when the adjustment unit type indication in the sequence adjustment policy is a bit, the adjustment rule in the policy is adjusted according to the sequence, in the first message. Each bit of the bit is adjusted in the memory storage location to obtain the second message.
  • the processing module 23 is specifically configured to send the second message out.
  • the network device of this embodiment further includes: a receiving module 24.
  • the receiving module 24 is configured to receive the first message before the matching module 21 performs message matching on the first message.
  • the receiving module 24 is connected to the matching module 21 for the matching module. 21 provides the first message.
  • the network device provided in this embodiment may be a BSC, an MSC, or a BTS.
  • the function modules of the network device provided in this embodiment can be used to perform the process of the method embodiment shown in FIG. 1.
  • the specific working principle is not described here. For details, refer to the description of the method embodiment.
  • the network device provided in this embodiment can adjust the byte order of the message according to the pre-configured message matching item and the order adjustment policy for performing endian conversion processing on the message, and then perform subsequent processing on the message to overcome the difference.
  • the problem of inconsistent byte order of messages between network devices improves the compatibility between different network devices, which is beneficial to improve the operating efficiency of the communication system.
  • FIG. 3 is a schematic structural diagram of another network device according to an embodiment of the present invention.
  • the network device of this embodiment includes: a memory 31 and a processor 32.
  • the memory 31 is used to store the program.
  • the program can include program code, the program code including computer operating instructions.
  • the memory 31 may include a high speed RAM memory and may also include a non-volatile memory such as at least one disk memory.
  • the processor 32 is configured to execute a program stored in the memory 31, configured to: perform message matching on the first message according to a preset message matching item, and if the matching result of the matching message is a matching medium order adjustment policy, adjust according to the sequence
  • the policy performs endian conversion on the first message, obtains a second message, and processes the second message.
  • the processor 32 may be a central processing unit (CPU), or an application specific integrated circuit (ASIC), or one or more configured to implement the embodiments of the present invention. integrated circuit.
  • CPU central processing unit
  • ASIC application specific integrated circuit
  • the processor 32 is configured to perform message matching on the first message according to the preset message matching, including:
  • the processor 32 is specifically configured to: obtain, according to the matching condition in the message matching item, the to-be-matched content corresponding to the matching condition from the first message, and determine the content to be matched and the message matching item. Whether the matching content matches, if the determination result is yes, determining a processing policy corresponding to the message matching item in the first message matching, and if the determining result is no, determining that the first message does not match the message matching item Processing strategy.
  • the sequence adjustment policy includes a sequence adjustment indication, an adjustment unit type indication, and an adjustment rule.
  • the processor 32 is configured to perform endian conversion on the first message according to the sequence adjustment policy, and obtaining the second message includes:
  • the processor 32 is specifically configured to: when the adjustment unit type in the sequence adjustment policy is indicated as a byte, adjust an adjustment rule in the policy according to the order, and store the bytes in the first message in the memory. The position is adjusted to obtain the second message, or when the adjustment unit type indication in the sequence adjustment policy is a bit, the adjustment rule in the policy is adjusted according to the sequence, and each bit in the first message is The storage location in the memory is adjusted to obtain the second message.
  • the network device of this embodiment may further include: a transmitter 33, configured to send the message of the network device of the embodiment.
  • the processor 32 is configured to process the second message, where the processor 32 is specifically configured to send the second message to the sender 33, to The transmitter 33 is caused to transmit the second message.
  • the transmitter 33 can be configured to send the second message.
  • the network device in this embodiment may further include: a receiver 34, configured to receive a message sent by another device to the network device of the embodiment.
  • the receiver 34 is configured to receive the first message before the processor 32 performs message matching on the first message.
  • the memory 31, the processor 32, the transmitter 33, and the receiver 34 may be connected to each other through a bus and complete each other. Communication between.
  • the bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component (PCI) bus, or an Extended Industry Standard Architecture (EISA). Bus, etc.
  • ISA Industry Standard Architecture
  • PCI Peripheral Component
  • EISA Extended Industry Standard Architecture
  • the bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in Figure 3, but it does not mean that there is only one bus or one type of bus.
  • the memory 31, the processor 32, the transmitter 33, and the receiver 34 are integrated on one chip, the memory 31, the processor 32, the transmitter 33, and the receiver 34 may pass through an internal interface. Complete the same communication.
  • the network device provided in this embodiment may be a BSC, an MSC, or a BTS.
  • the network device provided in this embodiment can be used to perform the process of the method embodiment shown in FIG. 1.
  • the specific working principle is not described here. For details, refer to the description of the method embodiment.
  • the network device provided by this embodiment is based on a pre-configured message matching item and used to feed messages
  • the order adjustment strategy of the byte order conversion process can adjust the byte order of the message, and then perform subsequent processing on the message, thereby overcoming the problem of inconsistent byte alignment of messages between different network devices, and improving the relationship between different network devices.
  • the compatibility is beneficial to improve the operating efficiency of the communication system.
  • the method includes the steps of the foregoing method embodiments; and the foregoing storage medium includes: a medium that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本发明提供一种消息处理方法及网络设备。方法包括:根据预设的消息匹配项对第一消息进行消息匹配;如果消息匹配的结果为匹配中顺序调整策略,根据所述顺序调整策略对所述第一消息进行字节序转换,获得第二消息;对所述第二消息进行处理。采用本发明技术方案可以解决不同网络设备之间消息字节顺序不一致的问题,提高通信系统的运行效率。

Description

消息处理方法及网络设备 技术领域 本发明涉及通信技术, 尤其涉及一种消息处理方法及网络设备。 背景技术
在无线通信系统中, 存在多种网络设备, 例如基站控制器(Base Station Controller, 简称为 BSC ) 、 移动交换中心( Mobile Switching Centre, 简称为 MSC )和基站收发台 ( Base Transceiver Station , 简称为 BTS )等。 各网络设 备通过协议规定的标准消息进行通信。 然而, 由于不同设备厂商对协议理解 可能存在不一致, 或者协议有不完善的地方, 或者设备厂商对标准消息实现 错误, 或者不同网络设备使用的模式等, 都会导致不同网络设备所使用的消 息不一致。
为了实现不同网络设备之间消息的兼容, 需要对消息进行修改和丟弃处 理。 现有技术通过匹配项对消息进行修改和丟弃, 其中, 在根据匹配项对消 息进行修改时只能对消息的内容进行修改。 但是, 在实际应用中, 网络设备 的中央处理器(Central Processing Unit, 简称为 CPU )存在大端和小端两个 模式,对多字节信元的编解码处理也就存在两个模式,对于数字 0x1234, CPU 模式为大端时,在内存中的顺序从低到高为 0x12, 0x34; CPU模式为小端时, 在内存中的顺序 氐到高为 0x34, 0x12。 由此可见, 不同网络设备使用的消 息除了内容会不一致之外, 字节顺序也可能会发生错误, 而现有通过匹配项 对消息进行修改和丟弃的处理方式无法解决该问题, 这将影响通信系统的运 行效率。 发明内容
本发明实施例提供一种消息处理方法及网络设备, 用以解决不同网络设 备之间消息字节顺序不一致的问题, 提高通信系统的运行效率。
第一方面提供一种消息处理方法, 包括:
根据预设的消息匹配项对第一消息进行消息匹配; 如果消息匹配的结果为匹配中顺序调整策略, 根据所述顺序调整策略对 所述第一消息进行字节序转换, 获得第二消息;
对所述第二消息进行处理。
在第一方面的第一种可能的实现方式中, 所述根据预设的消息匹配项对 第一消息进行消息匹配包括: 根据所述消息匹配项中的匹配条件, 从所述第 一消息中获取与所述匹配条件对应的待匹配内容; 判断所述待匹配内容与所 述消息匹配项中的匹配内容是否匹配; 如果判断结果为是, 确定所述第一消 息匹配中所述消息匹配项对应的处理策略; 如果判断结果为否, 确定所述第 一消息未匹配中所述消息匹配项对应的处理策略。
结合第一方面或第一方面的第一种可能的实现方式, 在第一方面的第二 种可能的实现方式中, 所述顺序调整策略包括顺序调整指示、 调整单位类型 指示和调整规则。
结合第一方面的第二种可能的实现方式, 在第一方面的第三种可能的实 现方式中, 所述根据所述顺序调整策略对所述第一消息进行字节序转换, 获 得第二消息包括: 如果所述顺序调整策略中的调整单位类型指示为字节, 根 据所述顺序调整策略中的调整规则, 对所述第一消息中的各字节在内存中的 存储位置进行调整, 获得所述第二消息; 如果所述顺序调整策略中的调整单 位类型指示为比特, 根据所述顺序调整策略中的调整规则, 对所述第一消息 中的各比特在内存中的存储位置进行调整, 获得所述第二消息。
结合第一方面或第一方面的第一种可能的实现方式或第一方面的第二种 可能的实现方式或第一方面的第三种可能的实现方式, 在第一方面的第四种 可能的实现方式中, 所述对所述第二消息进行处理包括: 将所述第二消息发 送出去。
结合第一方面或第一方面的第一种可能的实现方式或第一方面的第二种 可能的实现方式或第一方面的第三种可能的实现方式, 在第一方面的第五种 可能的实现方式中, 所述根据预设的消息匹配项对第一消息进行消息匹配之 前包括: 接收所述第一消息。
第二方面提供一种网络设备, 包括:
匹配模块, 用于根据预设的消息匹配项对第一消息进行消息匹配; 顺序调整模块, 用于在所述匹配模块进行消息匹配的结果为匹配中顺序 调整策略时, 根据所述顺序调整策略对所述第一消息进行字节序转换, 获得 第二消息;
处理模块, 用于对所述第二消息进行处理。
在第二方面的第一种可能的实现方式中, 所述匹配模块具体用于根据所 述消息匹配项中的匹配条件, 从所述第一消息中获取与所述匹配条件对应的 待匹配内容,判断所述待匹配内容与所述消息匹配项中的匹配内容是否匹配 , 如果判断结果为是, 确定所述第一消息匹配中所述消息匹配项对应的处理策 略, 如果判断结果为否, 确定所述第一消息未匹配中所述消息匹配项对应的 处理策略。
结合第二方面或第二方面的第一种可能的实现方式, 在第二方面的第二 种可能的实现方式中, 所述顺序调整策略包括顺序调整指示、 调整单位类型 指示和调整规则。
结合第二方面的第二种可能的实现方式, 在第二方面的第三种可能的实 现方式中, 所述顺序调整模块具体用于在所述顺序调整策略中的调整单位类 型指示为字节时, 根据所述顺序调整策略中的调整规则, 对所述第一消息中 的各字节在内存中的存储位置进行调整, 获得所述第二消息, 或者在所述顺 序调整策略中的调整单位类型指示为比特时, 根据所述顺序调整策略中的调 整规则, 对所述第一消息中的各比特在内存中的存储位置进行调整, 获得所 述第二消息。
结合第二方面或第二方面的第一种可能的实现方式或第二方面的第二种 可能的实现方式或第二方面的第三种可能的实现方式, 在第二方面的第四种 可能的实现方式中, 所述处理模块具体用于将所述第二消息发送出去。
结合第二方面或第二方面的第一种可能的实现方式或第二方面的第二种 可能的实现方式或第二方面的第三种可能的实现方式, 在第二方面的第五种 可能的实现方式中, 所述网络设备还包括: 接收模块, 用于在所述匹配模块 对所述第一消息进行消息匹配之前, 接收所述第一消息。
第三方面提供一种网络设备, 包括:
存储器, 用于存放程序;
处理器, 用于执行所述程序, 以用于: 根据预设的消息匹配项对第一消 息进行消息匹配, 如果消息匹配的结果为匹配中顺序调整策略, 根据所述顺 序调整策略对所述第一消息进行字节序转换, 获得第二消息, 并对所述第二 消息进行处理。
在第三方面的第一种可能的实现方式中, 所述处理器用于根据预设的消 息匹配项对第一消息进行消息匹配包括: 所述处理器具体用于根据所述消息 匹配项中的匹配条件, 从所述第一消息中获取与所述匹配条件对应的待匹配 内容, 判断所述待匹配内容与所述消息匹配项中的匹配内容是否匹配, 如果 判断结果为是, 确定所述第一消息匹配中所述消息匹配项对应的处理策略, 如果判断结果为否, 确定所述第一消息未匹配中所述消息匹配项对应的处理 策略。
结合第三方面或第三方面的第一种可能的实现方式, 在第三方面的第二 种可能的实现方式中, 所述顺序调整策略包括顺序调整指示、 调整单位类型 指示和调整规则。
结合第三方面的第二种可能的实现方式, 在第三方面的第三种可能的实 现方式中, 所述处理器用于根据所述顺序调整策略对所述第一消息进行字节 序转换, 获得第二消息包括: 所述处理器具体用于在所述顺序调整策略中的 调整单位类型指示为字节时, 根据所述顺序调整策略中的调整规则, 对所述 第一消息中的各字节在内存中的存储位置进行调整, 获得所述第二消息, 或 者在所述顺序调整策略中的调整单位类型指示为比特时, 根据所述顺序调整 策略中的调整规则, 对所述第一消息中的各比特在内存中的存储位置进行调 整, 获得所述第二消息。
结合第三方面或第三方面的第一种可能的实现方式或第三方面的第二种 可能的实现方式或第三方面的第三种可能的实现方式, 在第三方面的第四种 可能的实现方式中, 所述网络设备还包括: 发送器; 所述处理器用于对所述 第二消息进行处理包括: 所述处理器具体用于将所述第二消息发送给所述发 送器, 以使所述发送器将所述第二消息发送出去。
结合第三方面或第三方面的第一种可能的实现方式或第三方面的第二种 可能的实现方式或第三方面的第三种可能的实现方式, 在第三方面的第五种 可能的实现方式中, 所述网络设备还包括: 接收器, 用于在所述处理器对所 述第一消息进行消息匹配之前, 接收所述第 ―消息。
本发明实施例提供的消息处理方法及网络设备, 根据不同网络设备之间 消息的字节顺序的差异, 配置消息匹配项和用于对消息进行字节序转换处理 的顺序调整策略, 可以调整消息的字节顺序, 以便于网络设备对消息进行后 续处理, 克服了不同网络设备之间消息的字节顺序不一致的问题, 提高了不 同网络设备之间的兼容性, 有利于提高通信系统的运行效率。 附图说明 为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作一简单地介绍, 显而易见地, 下 面描述中的附图是本发明的一些实施例, 对于本领域普通技术人员来讲, 在 不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。
图 1为本发明实施例提供的一种消息处理方法的流程图;
图 2为本发明实施例提供的一种网络设备的结构示意图;
图 3为本发明实施例提供的另一种网络设备的结构示意图。 具体实施方式 为使本发明实施例的目的、 技术方案和优点更加清楚, 下面将结合本发 明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整地描述, 显然, 所描述的实施例是本发明一部分实施例, 而不是全部的实施例。 基于 本发明中的实施例, 本领域普通技术人员在没有作出创造性劳动前提下所获 得的所有其他实施例, 都属于本发明保护的范围。
图 1为本发明实施例提供的一种消息处理方法的流程图。 如图 1所示, 本实施例的方法包括:
步骤 101、 根据预设的消息匹配项对第一消息进行消息匹配。
步骤 102、 如果消息匹配的匹配结果为匹配中顺序调整策略, 根据所述 顺序调整策略对所述第一消息进行字节序转换, 获得第二消息。
步骤 103、 对所述第二消息进行处理。
在本实施例中, 根据相互连接的网络设备之间消息的字节顺序的差异, 配置相应的消息匹配项和用于对消息进行字节转换处理的顺序调整策略。
在此说明, 在本实施例中, 除了为网络设备配置顺序调整策略和对应的 消息匹配项之外, 还可以根据网络设备之间消息的其他差异性, 为网络设备 配置其他处理策略, 例如修改策略和丟弃策略等, 以及相应的消息匹配项。 其中 , 一个处理策略对应一个消息匹配项。
可选的, 管理员可以通过配置台为网络设备配置消息匹配项和处理策略 等。 网络设备可以通过数据库(Data Base, 简称为 DB )来管理各消息匹配 项目和各处理策略。 基于此, 管理员可以通过配置台将消息匹配项和对应的 处理策略配置到网络设备的数据库中, 以便网络设备获得消息匹配项和对应 的处理策略。
在本实施例中, 网络设备在获得第一消息后, 可以使用预先配置的消息 匹配项对第一消息进行消息匹配, 如果第一消息匹配中某个处理策略, 网络 设备根据该处理策略对第一消息进行处理。 本发明各实施例将重点以第一消 息匹配中顺序调整策略为例进行说明。
其中, 网络设备可以是 BSC、 MSC或 BTS等。
在本实施例中, 网络设备可以通过索引对消息匹配项进行管理, 例如, 每增加一条消息匹配项就为新增的消息匹配项分配一个索引, 该索引可以唯 一标识一条消息匹配项。 网络设备可以设定索引范围, 表示其所能支持的消 息匹配项的个数, 例如该索引范围可以是 0-49,表示网络设备最大支持 50条 消息匹配项。
在本实施例中, 消息匹配项包括至少一个匹配条件和匹配条件对应的匹 配内容。 基于此, 网络设备根据预设的消息匹配项对第一消息进行消息匹配 的过程包括:
网络设备根据消息匹配项中的匹配条件, 从第一消息中获取与匹配条件 对应的待匹配内容; 然后, 判断获取的待匹配内容与消息匹配项中的匹配内 容是否匹配, 如果判断结果为是, 则确定第一消息匹配中该条消息匹配项对 应的处理策略; 如果判断结果为否, 则确定第一消息未匹配中该条消息匹配 项对应的处理策略。
举例说明, 一条消息匹配项包括的匹配条件以及匹配条件对应的匹配内 容可以如下:
1、 MsgCapturePos: 用于表示第一消息是发送方消息还是接收方消息, 在一定程度上也可以表示对第一消息的匹配处理是在发送的时候进行还是在 接收的时候进行。 如果第一消息是发送方消息, 说明第一消息是将要被发送 的消息; 如果第一消息是接收方消息, 说明第一消息是接收到的消息。 预先 设置的 MsgCapturePos的取值为该匹配条件对应的匹配内容, 例如取值为 0 , 表示发送方消息。
2、 SenderPid: 发送方的标识, 用于标识发送第一消息的网络设备。 预先 设置的 SenderPid的取值为该匹配条件对应的匹配内容。
3、 ReceiverPid: 接收方的标识, 用于标识接收第一消息的网络设备。 预 先设置的 ReceiverPid的取值为该匹配条件对应的匹配内容。
上述第 1-3条属于消息匹配项中固定的匹配条件, 记为第一类匹配条件, 除此之外, 一条消息匹配项还包括第二类匹配条件, 其中第二类匹配条件可 以为多个。 其中, 第一类匹配条件一般是针对第一消息的消息头中的信息设 置的, 而第二类匹配条件一般是针对第一消息中消息头之后的内容设置的。
4、 MatchCount: 第二类匹配条件的个数, 用于标识该条消息匹配项需要 满足的第二类匹配条件的个数, 其取值范围是从 0到第二类匹配条件的最大 个数, 例如可以是从 0到 5。
5、 MatchFieldOffset: 第二类匹配条件的匹配内容的起始位置, 是指相对 于第一消息中消息头后面的第一个字节的地址的偏移量。 其中, 第一消息中 消息头后面的第一个字节的偏移量是 0 , 后面字节的偏移量依次递增。
6、 MatchLen:第二类匹配条件的匹配内容的长度。
7、 MatchContent: 第二类匹配条件的匹配内容。
在此说明, 如果第二类匹配条件为多个, 则第 5-7条匹配条件就需要重 复设置多组, 每组对应一个第二类匹配条件。
举例说明, 假设网络设备按照上述举例的消息匹配项中的匹配条件对第 一消息进行消息匹配,具体的, 网络设备根据消息匹配项中的 MsgCapturePos 这一匹配条件, 从第 ―消息中获取标识第 ―消息是发送方消息还是接收方消 息的信息, 然后判断获取的该信息是否与消息匹配项中的 MsgCapturePos的 取值相同; 网络设备根据消息匹配项中的 SenderPid这一匹配条件,从第一消 息中获取发送第一消息的发送方的标识, 并判断获取的发送方的标识是否与 消息匹配项中的 SenderPid 的取值相同; 网络设备根据消息匹配项中的 ReceiverPid这一匹配条件,从第 ―消息中获取接收第 ―消息的接收方的标识, 判断获取的接收方的标识是否与消息匹配项中的 ReceiverPid的取值相同; 网 络设备确定消息匹配项中设置的第二类匹配条件的个数, 然后将第一消息与 第二类匹配条件逐个进行比较, 以判断第一消息是否满足第二类匹配条件的 要求; 以其中一个第二类匹配条件为例进行说明, 网络设备根据该第二类匹 配条件的匹配内容的起始位置和该第二类匹配条件的匹配内容的长度, 从第 一消息中获取待匹配内容, 然后将待匹配内容与第二匹配条件的匹配内容进 行比较, 判断两者是否匹配。 这里的匹配主要是指相同。 举例: 假设 MatchFieldOffset = 0 , MatchLen = 2 , MatchContent= H'5678 , char *pucBuff = 第一消息的消息头后的第一个字节的地址。 如果第一消息的(*pucBuff) == 0x56并且 (*(pucBuff + 1)) == 0x78 , 则说明第一消息匹配中该第二类匹配条 件。 当上述所有匹配条件的匹配结果均为相同时, 确定第一消息匹配中该条 消息匹配项对应的处理策略。 如果该处理策略为顺序调整策略, 则网络设备 根据顺序调整策略对第 ―消息进行字节序转换。
在本实施例中, 网络设备上配置的处理策略通常包括以下参数: a、 MsgCapturePos: 用于表示第一消息是发送方消息还是接收方消息, 在一定程度上也可以表示对第一消息的匹配处理是在发送的时候进行还是在 接收的时候进行。
b、 MsgOpType: 处理类型, 包括丟弃, 修改内容, 修改字节顺序。
c、 ModifyFieldOffset: 要处理内容的起始位置, 是指相对于第一消息中 消息头后面的第一个字节的地址的偏移量。 其中, 第一消息中消息头后面的 第一个字节的偏移量是 0, 后面字节的偏移量依次递增。
d、 ModifyUnitType: 要处理内容的单位的类型, 包括字节 (BYTE ) 和 比特 ( bit ) 。
e、 ModifyLen: 要处理内容的长度, 单位由 ModifyUnitType确定。
f、 ModifyContent: 要处理的内容。
在此说明, 如果处理策略的类型为丟弃, 则第一消息就完全被丟弃, 不 会进行进一步处理。 如果处理策略的类型为丟弃, 则 MsgCapturePos只能配 置为接收方。
如果处理策略的类型为修改内容, 则 ModifyUnitType只能配置为字节, ModifyContent只能配置字符串, 且需要以 H'开头, H'后面的数据以字节为单 位 。 例如: 如果 ModifyContent=H' 12345678 , 则 *(UINT8*)((UINT8 *)ModifyFieldOffset + 0)的值被修改为 12 (十六进制) , *(UINT8*)((UINT8 *)ModifyFieldOffset+l)的值被修改为 34 (十六进制) , 依此类推。
在本实施例中, 处理策略的类型除了是丟弃和修改内容之外, 还增加了 修改字节顺序, 即该处理策略可以为顺序调整策略。 在本实施例中, 顺序调 整策略至少包括: 顺序调整指示、 调整单位类型指示和调整规则。 其中, 顺 序调整指示, 用于指示该处理策略为顺序调整策略, 例如, 顺序调整指示可 以是对上述 MsgOpType参数的取值进行扩展来实现; 例如, MsgOpType取 0 表示丟弃策略, 取 1表示修改内容, 取 2表示顺序调整策略。 调整单位类型 指示, 表示调整过程中的最小调整单位, 例如可以是字节或比特; 调整单位 类型指示可以是上述的 ModifyUnitType参数。 调整规则, 用于表示如何对调 整内容进行调整, 例如调整规则可以对上述 ModifyContent参数进行扩展实 现。
如果匹配中的处理策略为顺序调整策略, 则网络设备根据所述顺序调整 策略对第 ―消息进行字节序转换, 获得第二消息的过程包括:
如果所述顺序调整策略中的调整单位类型指示为字节, 根据所述顺序调 整策略中的调整规则, 对所述第 ―消息中的各字节在内存中的存储位置进行 调整, 获得所述第二消息;
如果所述顺序调整策略中的调整单位类型指示为比特, 根据所述顺序调 整策略中的调整规则, 对所述第一消息中的各比特在内存中的存储位置进行 调整, 获得所述第二消息。
举例说明,假设顺序调整策略中的参数为: MsgOpType =修改字节顺序, ModifyUnitType = 字节, ModifyContent = ΗΌ3020100; 其中, ModifyContent = ΗΌ3020100表示把下标是 3的字节放到下标是 0的字节的存储位置, 将下 标是 2的字节放到下标是 1的字节的存储位置, 将下标是 1的字节放到下标 是 2的字节的存储位置, 下标是 0的字节放到下标是 3的字节的存储位置。
假设第一消息如下:
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 0) = Oxaa
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 1) = Oxbb
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 2) = Oxcc
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 3) = Oxdd 则根据上述顺序调整策略进行字节调整后, 得到的第二消息如下:
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 0) = Oxdd
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 1) = Oxcc
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 2) = Oxbb
*(UINT8 *)((UINT8 *)ModifyFieldOffset + 3) = Oxaa
举例说明,假设顺序调整策略中的参数为: MsgOpType =修改字节顺序, ModifyUnitType =比特, ModifyContent = ΗΌ3020100 ; ModifyContent = ΗΌ3020100表示把下标是 3的比特放到下标是 0的比特的存储位置, 将下标 是 2的比特放到下标是 1的比特的存储位置, 将下标是 1的比特放到下标是 2的比特的存储位置, 下标是 0的比特放到下标是 3的比特的存储位置。
假设第一消息如下:
ModifyFieldOffset+0 (单位是 bit ) 的值是 1
ModifyFieldOffset+1 (单位是 bit ) 的值是 0
ModifyFieldOffset+2 (单位是 bit ) 的值是 1
ModifyFieldOffset+3 (单位是 bit ) 的值是 1
则根据上述顺序调整策略进行比特调整后, 得到的第二消息如下:
ModifyFieldOffset+0 (单位是 bit ) 的值是 1
ModifyFieldOffset+1 (单位是 bit ) 的值是 1
ModifyFieldOffset+2 (单位是 bit ) 的值是 0
ModifyFieldOffset+3 (单位是 bit ) 的值是 1
由上述可见, 釆用本发明实施例可以解决不同网络设备之间的消息字节 顺序不一致的问题, 提高了不同网络设备之间的兼容性, 有利于提高通信系 统的运行效率。
可选的, 本实施例的网络设备可以是第一消息的发送方, 则网络设备对 所述第二消息进行处理的过程包括: 将第二消息发送出去。 即网络设备在发 送消息之前, 先对待发送消息进行消息匹配, 然后根据匹配中的顺序调整策 略进行字节序转换, 以使稍后发送出去的消息满足接收方的要求, 然后再将 转换后的消息发送出去。
可选的, 本实施例的网络设备也可以第一消息的接收方, 则网络设备在 根据预设的消息匹配项对第一消息进行消息匹配之前,需要先接收第一消息。 其中, 接收到的第一消息会存储在内存中。 网络设备接收到消息之后, 首先 对消息进行消息匹配, 然后根据匹配中的顺序调整策略对接收到的消息进行 字节序转换, 然后再对消息进行处理, 克服了不同网络设备之间的消息字节 序列的差异。
图 2为本发明实施例提供的一种网络设备的结构示意图。 如图 2所示, 本实施例的网络设备包括: 匹配模块 21、 顺序调整模块 22和处理模块 23。
匹配模块 21 , 用于根据预设的消息匹配项对第一消息进行消息匹配。 顺序调整模块 22, 与匹配模块 21连接, 用于在匹配模块 21进行消息匹 配的结果为匹配中顺序调整策略时, 根据所述顺序调整策略对所述第一消息 进行字节序转换, 获得第二消息。
处理模块 23 , 与顺序调整模块 22连接, 用于对顺序调整模块 22获得的 第二消息进行处理。
在一可选实施方式中, 匹配模块 21具体可用于根据所述消息匹配项中的 匹配条件, 从所述第一消息中获取与所述匹配条件对应的待匹配内容, 判断 所述待匹配内容与所述消息匹配项中的匹配内容是否匹配, 如果判断结果为 是, 确定所述第一消息匹配中所述消息匹配项对应的处理策略, 如果判断结 果为否, 确定所述第一消息未匹配中所述消息匹配项对应的处理策略。
在一可选实施方式中, 顺序调整策略至少包括顺序调整指示、 调整单位 类型指示和调整规则。
基于上述,顺序调整模块 22具体可用于在所述顺序调整策略中的调整单 位类型指示为字节时, 根据所述顺序调整策略中的调整规则, 对所述第一消 息中的各字节在内存中的存储位置进行调整, 获得所述第二消息, 或者在所 述顺序调整策略中的调整单位类型指示为比特时, 根据所述顺序调整策略中 的调整规则, 对所述第一消息中的各比特在内存中的存储位置进行调整, 获 得所述第二消息。
在一可选实施方式中, 处理模块 23 具体可用于将所述第二消息发送出 去。
在一可选实施方式中, 如图 2所示, 本实施例的网络设备还包括: 接收 模块 24。 接收模块 24, 用于在匹配模块 21对所述第一消息进行消息匹配之 前, 接收所述第一消息。 接收模块 24与匹配模块 21连接, 用于向匹配模块 21提供第一消息。
本实施例提供的网络设备可以是 BSC、 MSC或 BTS等。
本实施例提供的网络设备的各功能模块可用于执行图 1所示方法实施例 的流程, 其具体工作原理不再赘述, 详见方法实施例的描述。
本实施例提供的网络设备, 根据预先配置的消息匹配项和用于对消息进 行字节序转换处理的顺序调整策略, 可以调整消息的字节顺序, 然后再对消 息进行后续处理, 克服了不同网络设备之间消息的字节顺不一致的问题, 提 高了不同网络设备之间的兼容性, 有利于提高通信系统的运行效率。
图 3为本发明实施例提供的另一种网络设备的结构示意图。如图 3所示, 本实施例的网络设备包括: 存储器 31和处理器 32。
存储器 31 , 用于存放程序。 具体地, 程序可以包括程序代码, 所述程序 代码包括计算机操作指令。 存储器 31可能包含高速 RAM存储器, 也可能还 包括非易失性存储器( non- volatile memory ) , 例如至少一个磁盘存储器。
处理器 32, 用于执行存储器 31存放的程序, 以用于: 根据预设的消息 匹配项对第一消息进行消息匹配, 如果消息匹配的匹配结果为匹配中顺序调 整策略, 根据所述顺序调整策略对所述第一消息进行字节序转换, 获得第二 消息, 并对所述第二消息进行处理。
处理器 32可能是一个中央处理器( Central Processing Unit,简称为 CPU ), 或者是特定集成电路 ( Application Specific Integrated Circuit, 简称为 ASIC ) , 或者是被配置成实施本发明实施例的一个或多个集成电路。
在一可选实施方式中,处理器 32用于根据预设的消息匹配项对第一消息 进行消息匹配包括:
处理器 32具体用于根据所述消息匹配项中的匹配条件,从所述第一消息 中获取与所述匹配条件对应的待匹配内容, 判断所述待匹配内容与所述消息 匹配项中的匹配内容是否匹配, 如果判断结果为是, 确定所述第一消息匹配 中所述消息匹配项对应的处理策略, 如果判断结果为否, 确定所述第一消息 未匹配中所述消息匹配项对应的处理策略。
在一可选实施方式中, 所述顺序调整策略包括顺序调整指示、 调整单位 类型指示和调整规则。基于此, 处理器 32用于根据所述顺序调整策略对所述 第一消息进行字节序转换, 获得第二消息包括: 处理器 32 具体用于在所述顺序调整策略中的调整单位类型指示为字节 时, 根据所述顺序调整策略中的调整规则, 对所述第一消息中的各字节在内 存中的存储位置进行调整, 获得所述第二消息, 或者在所述顺序调整策略中 的调整单位类型指示为比特时, 根据所述顺序调整策略中的调整规则, 对所 述第一消息中的各比特在内存中的存储位置进行调整, 获得所述第二消息。
如图 3所示, 本实施例的网络设备还可以包括: 发送器 33 , 负责将本实 施例网络设备的消息发送出去。
如果本实施例的网络设备为第一消息的发送方,则处理器 32用于对所述 第二消息进行处理包括: 处理器 32 具体用于将所述第二消息发送给发送器 33 , 以使发送器 33将所述第二消息发送出去。 相应的, 发送器 33可用于将 所述第二消息发送出去。
如图 3所示, 本实施例的网络设备还可以包括: 接收器 34, 主要用于接 收其他设备发送给本实施例网络设备的消息。
如果本实施例的网络设备为第一消息的接收方, 则接收器 34, 用于在处 理器 32对所述第一消息进行消息匹配之前, 接收所述第一消息。
可选的, 在具体实现上, 如果存储器 31、 处理器 32、 发送器 33和接收 器 34独立实现, 则存储器 31、 处理器 32、 发送器 33和接收器 34可以通过 总线相互连接并完成相互间的通信。 所述总线可以是工业标准体系结构 ( Industry Standard Architecture,简称为 ISA )总线、夕卜部设备互连 ( Peripheral Component, 简称为 PCI ) 总线或扩展工业标准体系结构 (Extended Industry Standard Architecture, 简称为 EISA ) 总线等。 所述总线可以分为地址总线、 数据总线、 控制总线等。 为便于表示, 图 3 中仅用一条粗线表示, 但并不表 示仅有一根总线或一种类型的总线。
可选的, 在具体实现上, 如果存储器 31、 处理器 32、 发送器 33和接收 器 34集成在一块芯片上实现, 则存储器 31、 处理器 32、 发送器 33和接收器 34可以通过内部接口完成相同间的通信。
本实施例提供的网络设备可以是 BSC、 MSC或 BTS等。
本实施例提供的网络设备可用于执行图 1所示方法实施例的流程, 其具 体工作原理不再赘述, 详见方法实施例的描述。
本实施例提供的网络设备, 根据预先配置的消息匹配项和用于对消息进 行字节序转换处理的顺序调整策略, 可以调整消息的字节顺序, 然后再对消 息进行后续处理, 克服了不同网络设备之间消息的字节顺不一致的问题, 提 高了不同网络设备之间的兼容性, 有利于提高通信系统的运行效率。
本领域普通技术人员可以理解: 实现上述方法实施例的全部或部分步骤 可以通过程序指令相关的硬件来完成, 前述的程序可以存储于一计算机可读 取存储介质中, 该程序在执行时, 执行包括上述方法实施例的步骤; 而前述 的存储介质包括: ROM, RAM, 磁碟或者光盘等各种可以存储程序代码的介 质。
最后应说明的是: 以上各实施例仅用以说明本发明的技术方案, 而非对 其限制; 尽管参照前述各实施例对本发明进行了详细的说明, 本领域的普通 技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改, 或者对其中部分或者全部技术特征进行等同替换; 而这些修改或者替换, 并 不使相应技术方案的本质脱离本发明各实施例技术方案的范围。

Claims

权 利 要求 书
1、 一种消息处理方法, 其特征在于, 包括:
根据预设的消息匹配项对第一消息进行消息匹配;
如果消息匹配的结果为匹配中顺序调整策略, 根据所述顺序调整策略对 所述第一消息进行字节序转换, 获得第二消息;
对所述第二消息进行处理。
2、 根据权利要求 1所述的消息处理方法, 其特征在于, 所述根据预设的 消息匹配项对第一消息进行消息匹配包括:
根据所述消息匹配项中的匹配条件, 从所述第一消息中获取与所述匹配 条件对应的待匹配内容;
判断所述待匹配内容与所述消息匹配项中的匹配内容是否匹配; 如果判断结果为是, 确定所述第一消息匹配中所述消息匹配项对应的处 理策略;
如果判断结果为否, 确定所述第一消息未匹配中所述消息匹配项对应的 处理策略。
3、 根据权利要求 1或 2所述的消息处理方法, 其特征在于, 所述顺序调 整策略包括顺序调整指示、 调整单位类型指示和调整规则。
4、 根据权利要求 3所述的消息处理方法, 其特征在于, 所述根据所述顺 序调整策略对所述第一消息进行字节序转换, 获得第二消息包括:
如果所述顺序调整策略中的调整单位类型指示为字节, 根据所述顺序调 整策略中的调整规则, 对所述第 ―消息中的各字节在内存中的存储位置进行 调整, 获得所述第二消息;
如果所述顺序调整策略中的调整单位类型指示为比特, 根据所述顺序调 整策略中的调整规则, 对所述第一消息中的各比特在内存中的存储位置进行 调整, 获得所述第二消息。
5、 根据权利要求 1-4任一项所述的消息处理方法, 其特征在于, 所述对 所述第二消息进行处理包括:
将所述第二消息发送出去。
6、 根据权利要求 1-4任一项所述的消息处理方法, 其特征在于, 所述根 据预设的消息匹配项对第一消息进行消息匹配之前包括: 接收所述第一消息。
7、 一种网络设备, 其特征在于, 包括:
匹配模块, 用于根据预设的消息匹配项对第一消息进行消息匹配; 顺序调整模块, 用于在所述匹配模块进行消息匹配的结果为匹配中顺序 调整策略时, 根据所述顺序调整策略对所述第一消息进行字节序转换, 获得 第二消息;
处理模块, 用于对所述第二消息进行处理。
8、 根据权利要求 7所述的网络设备, 其特征在于, 所述匹配模块具体用 于根据所述消息匹配项中的匹配条件, 从所述第一消息中获取与所述匹配条 件对应的待匹配内容, 判断所述待匹配内容与所述消息匹配项中的匹配内容 是否匹配, 如果判断结果为是, 确定所述第一消息匹配中所述消息匹配项对 应的处理策略, 如果判断结果为否, 确定所述第一消息未匹配中所述消息匹 配项对应的处理策略。
9、 根据权利要求 7或 8所述的网络设备, 其特征在于, 所述顺序调整策 略包括顺序调整指示、 调整单位类型指示和调整规则。
10、 根据权利要求 9所述的网络设备, 其特征在于, 所述顺序调整模块 具体用于在所述顺序调整策略中的调整单位类型指示为字节时, 根据所述顺 序调整策略中的调整规则, 对所述第一消息中的各字节在内存中的存储位置 进行调整, 获得所述第二消息, 或者在所述顺序调整策略中的调整单位类型 指示为比特时, 根据所述顺序调整策略中的调整规则, 对所述第一消息中的 各比特在内存中的存储位置进行调整, 获得所述第二消息。
1 1、 根据权利要求 7-10任一项所述的网络设备, 其特征在于, 所述处理 模块具体用于将所述第二消息发送出去。
12、 根据权利要求 7-10任一项所述的网络设备, 其特征在于, 还包括: 接收模块, 用于在所述匹配模块对所述第一消息进行消息匹配之前, 接 收所述第一消息。
13、 一种网络设备, 其特征在于, 包括:
存储器, 用于存放程序;
处理器, 用于执行所述程序, 以用于: 根据预设的消息匹配项对第一消 息进行消息匹配, 如果消息匹配的结果为匹配中顺序调整策略, 根据所述顺 序调整策略对所述第一消息进行字节序转换, 获得第二消息, 并对所述第二 消息进行处理。
14、 根据权利要求 13所述的网络设备, 其特征在于, 所述处理器用于根 据预设的消息匹配项对第一消息进行消息匹配包括:
所述处理器具体用于根据所述消息匹配项中的匹配条件, 从所述第一消 息中获取与所述匹配条件对应的待匹配内容, 判断所述待匹配内容与所述消 息匹配项中的匹配内容是否匹配, 如果判断结果为是, 确定所述第一消息匹 配中所述消息匹配项对应的处理策略, 如果判断结果为否, 确定所述第一消 息未匹配中所述消息匹配项对应的处理策略。
15、 根据权利要求 13或 14所述的网络设备, 其特征在于, 所述顺序调 整策略包括顺序调整指示、 调整单位类型指示和调整规则。
16、 根据权利要求 15所述的网络设备, 其特征在于, 所述处理器用于根 据所述顺序调整策略对所述第一消息进行字节序转换, 获得第二消息包括: 所述处理器具体用于在所述顺序调整策略中的调整单位类型指示为字节 时, 根据所述顺序调整策略中的调整规则, 对所述第一消息中的各字节在内 存中的存储位置进行调整, 获得所述第二消息, 或者在所述顺序调整策略中 的调整单位类型指示为比特时, 根据所述顺序调整策略中的调整规则, 对所 述第一消息中的各比特在内存中的存储位置进行调整, 获得所述第二消息。
17、 根据权利要求 13-16任一项所述的网络设备, 其特征在于, 还包括: 发送器;
所述处理器用于对所述第二消息进行处理包括:
所述处理器具体用于将所述第二消息发送给所述发送器, 以使所述发送 器将所述第二消息发送出去。
18、 根据权利要求 13-16任一项所述的网络设备, 其特征在于, 还包括: 接收器, 用于在所述处理器对所述第一消息进行消息匹配之前, 接收所 述第一消息。
PCT/CN2012/085444 2012-11-28 2012-11-28 消息处理方法及网络设备 WO2014082225A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2012/085444 WO2014082225A1 (zh) 2012-11-28 2012-11-28 消息处理方法及网络设备
CN201280004560.3A CN103535006B (zh) 2012-11-28 2012-11-28 消息处理方法及网络设备

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2012/085444 WO2014082225A1 (zh) 2012-11-28 2012-11-28 消息处理方法及网络设备

Publications (1)

Publication Number Publication Date
WO2014082225A1 true WO2014082225A1 (zh) 2014-06-05

Family

ID=49935416

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/085444 WO2014082225A1 (zh) 2012-11-28 2012-11-28 消息处理方法及网络设备

Country Status (2)

Country Link
CN (1) CN103535006B (zh)
WO (1) WO2014082225A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107357749B (zh) * 2016-05-09 2020-03-17 大唐移动通信设备有限公司 一种消息的处理方法和装置
CN111953639B (zh) * 2019-05-17 2021-11-12 大唐移动通信设备有限公司 有头链路通信方法和装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1838665A (zh) * 2005-03-24 2006-09-27 华为技术有限公司 网络通信中不同字节序类型之间的适配方法
CN1933457A (zh) * 2006-01-17 2007-03-21 华为技术有限公司 一种消息的处理方法和使用该处理方法的网络设备
CN101409879A (zh) * 2008-11-05 2009-04-15 华为技术有限公司 一种实现节点内网元通信的方法及节点

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1838665A (zh) * 2005-03-24 2006-09-27 华为技术有限公司 网络通信中不同字节序类型之间的适配方法
CN1933457A (zh) * 2006-01-17 2007-03-21 华为技术有限公司 一种消息的处理方法和使用该处理方法的网络设备
CN101409879A (zh) * 2008-11-05 2009-04-15 华为技术有限公司 一种实现节点内网元通信的方法及节点

Also Published As

Publication number Publication date
CN103535006B (zh) 2017-03-08
CN103535006A (zh) 2014-01-22

Similar Documents

Publication Publication Date Title
RU2475989C2 (ru) Способы и устройство для форматирования заголовков в коммуникационном фрейме
WO2021204161A1 (zh) 数据包时延抖动监测方法及设备
US9179449B2 (en) Apparatus and methods for control frame and management frame compression
WO2012174934A1 (zh) 一种心跳周期的自适应方法和装置
US20140036772A1 (en) Apparatus and methods for control frame and management frame compression
EP2751963A1 (en) Topology discovery in a hybrid network
SG194891A1 (en) Apparatus and methods for media access control header compression
WO2020038132A1 (zh) 数据传输方法及相关装置
WO2018059438A1 (zh) 消息传输方法、设备和系统
JP2022537239A (ja) 無線lanにおいてデータを受送信する方法、端末、システム及びネットワークアクセス機器
WO2013104287A1 (zh) 数据通信的方法、装置及系统
JP2012533259A (ja) 媒体接続制御プロトコルデータユニットの長さ情報のエンコーディング及びデコーディングのための方法及びシステム
US8898466B1 (en) Secure block acknowledgement mechanism for use in communication networks
BR112019021637A2 (pt) Controle de fluxo para dispositivos sem fio
WO2011140844A1 (zh) M2m平台处理报文的方法和m2m平台系统
US20200128112A1 (en) Packet transmission method, proxy server, and computer-readable storage medium
WO2014015498A1 (zh) 报文发送方法、接收方法、装置及系统
US9949300B2 (en) Packet transmission method and system, and station
WO2014032516A1 (zh) 无线接入点版本升级的方法、系统及设备
WO2014082225A1 (zh) 消息处理方法及网络设备
KR101018685B1 (ko) 광대역 무선통신시스템에서 자동 재송 요구 리셋을제어하기 위한 장치 및 방법
EP3142281A1 (en) Wireless local area network data frame transmission method and apparatus
EP3136665B1 (en) Method for processing data packet of rlc layer and rlc entity
JP2008278494A5 (zh)
WO2015006901A1 (zh) 一种数据流处理方法、设备和系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12889086

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12889086

Country of ref document: EP

Kind code of ref document: A1