WO2012097641A1 - 一种对数据流进行协议解析处理的方法及装置 - Google Patents

一种对数据流进行协议解析处理的方法及装置 Download PDF

Info

Publication number
WO2012097641A1
WO2012097641A1 PCT/CN2011/082761 CN2011082761W WO2012097641A1 WO 2012097641 A1 WO2012097641 A1 WO 2012097641A1 CN 2011082761 W CN2011082761 W CN 2011082761W WO 2012097641 A1 WO2012097641 A1 WO 2012097641A1
Authority
WO
WIPO (PCT)
Prior art keywords
protocol
information
adaptation
interface
definition information
Prior art date
Application number
PCT/CN2011/082761
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 中兴通讯股份有限公司
Publication of WO2012097641A1 publication Critical patent/WO2012097641A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/02Protocol performance
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/03Protocol definition or specification 

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for performing protocol parsing processing on a data stream. Background technique
  • the present invention provides a protocol analysis for the data stream. Processing method and device.
  • a method for performing protocol parsing processing on a data stream where the method is provided by an embodiment of the present invention
  • the law includes:
  • the protocol adaptation is performed according to the obtained interface definition information, and the protocol configuration file for carrying the interface definition information is generated according to the obtained interface definition information, and the protocol configuration file is read for protocol adaptation.
  • the processing mechanism for generating the protocol adaptation is: generating a processing mechanism of the message flow according to the direction of the message flow.
  • the interface definition information includes: interface name information, protocol information used by the interface, interface field name information, length definition information, required identification information, and field type information, and the enumeration is filled in when the type is an enumerated value. Value, heartbeat time information, information for indicating whether to listen, IP address information, port number information, account information, password information, and connection number information.
  • the protocol is adapted according to the obtained interface definition information
  • the processing mechanism for generating the protocol adaptation includes: determining whether the protocol has been adapted according to the same information as the obtained interface definition information, and if the protocol adaptation is not performed, performing protocol adaptation, otherwise the protocol adaptation is not performed.
  • the embodiment of the invention further provides an apparatus for performing protocol parsing processing on a data stream, comprising: an obtaining module, configured to obtain interface definition information through an interface;
  • An adaptation module configured to perform protocol adaptation according to the obtained interface definition information, and generate a processing mechanism suitable for the protocol
  • the parsing module is configured to perform protocol parsing processing on the received data stream to be processed by using the generated protocol adaptation processing mechanism.
  • the adaptation module is further configured to generate a protocol configuration file for carrying interface definition information according to the acquired interface definition information, and read the protocol configuration file for protocol adaptation.
  • the adaptation module is further configured to generate a processing mechanism of the message flow according to the direction of the message flow.
  • the interface definition information includes: interface name information, protocol information used by the interface, interface field name information, length definition information, required identification information, and field type information, and the enumeration is filled in when the type is an enumerated value. Value, heartbeat time information, information for indicating whether to listen, IP address information, port number information, account information, password information, and connection number information.
  • the adaptation module is further configured to determine whether The protocol is adapted to the same information as the obtained interface definition information. If the protocol is not adapted, the protocol is adapted. If the protocol is adapted, the protocol is not adapted.
  • the method and device for performing protocol parsing processing on a data stream provided by the embodiment of the present invention, because protocol adaptation is performed according to the acquired interface definition information, and then protocol adaptation is not required, and the code corresponding to the service code and the external analog system code is not modified.
  • the workload is small. Based on this, graphical and centralized management can be adopted to solve the problem of different protocol adaptations. At the same time, centralized management of protocol adaptation is realized, which has the technical effect of reducing equipment cost and maintenance cost.
  • FIG. 1 is a flowchart of a method according to an embodiment of the present invention
  • FIG. 1 is a structural diagram of a device according to an embodiment of the present invention. detailed description
  • the code corresponding to the code and the external analog system code resulting in a large workload, can be solved by the method of protocol adaptation provided by the embodiment of the present invention.
  • the protocol provided by the embodiment of the present invention can be entered or filed through the interface. Mode import is adapted. After the interface definition information changes, it can also be modified by modifying or re-importing the new protocol interface definition information. It is easy to use, easy to operate, and can centrally manage the adaptation of different protocols, reducing equipment costs and maintenance costs.
  • FIG. 1 a method for performing protocol parsing processing on a data stream is shown in FIG. 1 , and the specific method includes:
  • Step 101 Manually enter the interface definition information through the protocol adaptation data management interface, or import the interface definition information in a file manner through the protocol adaptation data management interface.
  • the interface in this embodiment is used for the user to enter or import interface definition information.
  • the user needs to log in to the protocol adaptation data management interface and import the interface definition information through interface input or file mode.
  • the protocol configuration file can be automatically generated according to the interface definition information of the input/import.
  • the protocol configuration file can be a text file such as l.txt.
  • the interface definition information is recorded in l.txt, that is, the protocol configuration file can be used to carry the interface definition information.
  • the interface definition information includes: an interface name, a protocol used by the interface, an interface field name, a length definition, a required identifier, a field type, an enumeration value when the type is an enumeration value, a heartbeat time, whether to listen, or an IP address. , port number, account number, password, and number of connections.
  • the protocol profile is not limited to text files, but can also be in the form of an Excel spreadsheet.
  • Step 102 Determine whether the protocol adaptation has been performed according to the obtained interface definition information. If yes, go to step 104. Otherwise, go to step 103.
  • Step 103 Perform protocol adaptation according to the obtained interface definition information, and generate a protocol adaptation processing mechanism.
  • different interface definition information protocol adaptation processing mechanisms may be different, different protocol parsing processing systems, the same interface
  • the processing mechanism for defining the information protocol adaptation may be different. For example, for the heartbeat time, in the protocol adaptation process from protocol A to protocol B, the protocol A center hop time is modified to 1 second through the interface to perform protocol adaptation. In the process, the synchronization required in protocol B is set to 1 second.
  • the interface name in the protocol A, the interface name is changed from "port al" to "port a2" through the interface.
  • the port b can be used in the protocol B.
  • the processing mechanism of the specific protocol adaptation is not limited.
  • the processing mechanism of the message flow needs to be generated according to the direction of the message flow.
  • the direction of the message flow is from the external analog system code to the internal service code, that is, the direction of the message flow is from the client to the server. , then generate the corresponding client-to-server message flow processing mechanism.
  • the direction of the message flow is from the internal service code to the external analog system code, that is, the direction of the message flow is from the server to the client, and the corresponding server-to-client message flow processing mechanism is generated.
  • Step 104 Receive a data stream to be processed, and perform protocol parsing processing by using a generated protocol adaptation processing mechanism.
  • the protocol adaptation processing mechanism in this embodiment When the protocol adaptation processing mechanism in this embodiment is used, the message flow to be processed is sent according to actual requirements. Therefore, a corresponding message flow processing mechanism needs to be generated according to different message flow directions.
  • the corresponding message flow processing mechanism is used to perform protocol parsing processing. For example, the direction of the message flow is from the external analog system code to the internal service code, and the protocol parsing process is performed according to the processing mechanism of the client-to-server message flow. On the contrary, the direction of the message flow is from the internal service code to the external analog system code, and the protocol is parsed according to the processing mechanism of the server-to-client message flow.
  • the embodiment of the invention further provides a device for performing protocol parsing processing on a data stream, as shown in FIG. 2 As shown, including:
  • the obtaining module 201 is configured to obtain interface definition information through an interface.
  • the adaptation module 202 is configured to perform protocol adaptation according to the acquired interface definition information, and generate a processing mechanism for protocol adaptation.
  • the parsing module 203 is configured to perform protocol parsing processing on the received data stream to be processed by using the generated protocol adaptation processing mechanism.
  • adaptation module 202 is further configured to generate a protocol configuration file for carrying interface definition information according to the acquired interface definition information, and read the protocol configuration file for protocol adaptation.
  • the adaptation module 202 is further configured to read a protocol configuration file for protocol adaptation.
  • adaptation module 202 is further configured to generate a processing mechanism of the message flow according to the direction of the message flow.
  • the interface definition information includes: interface name information, protocol information used by the interface, interface field name information, length definition information, required identification information, and field type information, and the enumeration value is filled in when the type is an enumerated value.
  • Heartbeat time information information indicating whether to listen, IP address information, port number information, account information, password information, and connection number information.
  • the adaptation module 202 is further configured to determine whether the protocol has been adapted according to the same information as the obtained interface definition information, and if the protocol adaptation is not performed, the protocol is adapted, and the protocol adaptation is performed, and the protocol is not performed. Protocol adaptation.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

本发明公开了提供一种对数据流进行协议解析处理的方法及装置,该方法包括:通过界面获取接口定义信息,根据获取的接口定义信息进行协议适配,生成协议适配的处理机制,通过生成的协议适配处理机制,对接收的待处理数据流进行协议解析处理。由于根据获取的接口定义信息进行协议适配时,不需要修改服务代码和外部模拟系统对应的代码,工作量较小,基于此还可以采用图形化、集中化管理,解决不同协议适配的问题,同时实现协议适配的集中管理,起到降低设备成本和维护成本的技术效果。

Description

一种对数据流进行协议解析处理的方法及装置 技术领域
本发明涉及通信技术领域, 尤其涉及一种对数据流进行协议解析处理 的方法及装置。 背景技术
随着通讯业务不断的普及, 新的技术不断涌现, 各大运营商努力为用 户终端提供优质的服务,设备 /服务提供商也千方百计提高自己的产品质量, 在市场激烈的竟争下,运营商和设备 /服务提供商的快速响应变的更加重要, 在不同的系统配合工作的时候, 由于不同的系统彼此采用的协议不尽相同, 因此需要进行协议适配, 在本端系统中运行服务代码, 为了方便本端系统 和外部系统的配合调试需求, 一般需要建立外部模拟系统以方便调试, 在 服务代码和外部模拟系统代码进行协议适配的过程中, 会存在接口规范不 断更新的问题, 面对随时更新的接口规范, 需要随时更新服务代码和外部 模拟系统代码对应的内核代码, 由于需要对内核代码进行重新的编译, 导 致协议适配的工作量较大。
现有技术中存在问题如下, 协议适配时, 接口定义信息的改变需要修 改服务代码和外部模拟系统代码对应的内核代码, 工作量较大。 发明内容
为了解决现有技术中协议适配时, 接口定义信息的改变需要修改服务 代码和外部模拟系统代码对应的代码, 从而导致工作量较大的问题, 本发 明提供了一种对数据流进行协议解析处理的方法及装置。
本发明实施例提供的一种对数据流进行协议解析处理的方法, 所述方 法包括:
通过界面获取接口定义信息;
根据获取的接口定义信息进行协议适配, 生成协议适配的处理机制; 通过生成的协议适配处理机制, 对接收的待处理数据流进行协议解析 处理。
在上述方案中, 所述根据获取的接口定义信息进行协议适配, 为: 根 据获取的接口定义信息生成用于承载接口定义信息的协议配置文件, 读取 所述协议配置文件进行协议适配。
在上述方案中, 所述生成协议适配的处理机制, 为: 根据消息流的方 向, 生成消息流的处理机制。
在上述方案中, 所述接口定义信息包括: 接口名称信息、 接口所使用 的协议信息、 接口字段名称信息、 长度定义信息、 必填标识信息、 字段类 型信息, 类型为枚举值时填写枚举取值、 心跳时间信息、 用于表示是否监 听的信息、 IP地址信息、 端口号码信息、 账号信息, 密码信息和连接数信 在上述方案中, 所述根据获取的接口定义信息进行协议适配, 生成协 议适配的处理机制, 包括: 判断是否已经根据与获取的接口定义信息相同 的信息进行协议适配, 若没有进行协议适配, 则进行协议适配, 否则不再 进行协议适配。
本发明实施例还提供了一种对数据流进行协议解析处理的装置, 包括: 获取模块, 用于通过界面获取接口定义信息;
适配模块, 用于根据获取的接口定义信息进行协议适配, 生成协议适 配的处理机制;
解析模块, 用于通过生成的协议适配处理机制, 对接收的待处理数据 流进行协议解析处理。 在上述方案中, 所述适配模块, 还用于根据获取的接口定义信息生成 用于承载接口定义信息的协议配置文件, 读取所述协议配置文件进行协议 适配。
在上述方案中, 所述适配模块, 还用于根据消息流的方向, 生成消息 流的处理机制。
在上述方案中, 所述接口定义信息包括: 接口名称信息、 接口所使用 的协议信息、 接口字段名称信息、 长度定义信息、 必填标识信息、 字段类 型信息, 类型为枚举值时填写枚举取值、 心跳时间信息、 用于表示是否监 听的信息、 IP地址信息、 端口号码信息、 账号信息, 密码信息和连接数信 在上述方案中, 所述适配模块, 还用于判断是否已经根据与获取的接 口定义信息相同的信息进行协议适配, 没有进行协议适配则进行协议适配, 已进行协议适配则不再进行协议适配。
本发明实施例提供的对数据流进行协议解析处理的方法及装置, 由于 根据获取的接口定义信息进行协议适配, 进而协议适配时, 不需要修改服 务代码和外部模拟系统代码对应的代码, 工作量较小, 基于此还可以采用 图形化、 集中化管理, 解决不同协议适配的问题, 同时实现协议适配的集 中管理, 起到降低设备成本和维护成本的技术效果。 附图说明
图 1为本发明实施例提供的方法流程图;
图 1为本发明实施例提供的装置结构图。 具体实施方式
下面结合附图对本发明实施例的技术方案进行详细说明。
由于现有技术中存在协议适配时, 接口定义信息的改变需要修改服务 代码和外部模拟系统代码对应的代码, 导致工作量较大, 面对这个问题, 可以通过本发明实施例提供的协议适配的方法来解决, 本发明实施例提供 的协议可以通过界面录入或文件方式导入进行适配, 接口定义信息发生变 化后也可通过界面修改或重新导入新的协议接口定义信息解决。 使用方便, 操作简单, 同时能够对不同协议的适配进行集中管理, 降低设备成本和维 护成本。
本实施一种对数据流进行协议解析处理的方法流程, 如图 1 所示, 具 体包括:
步驟 101 : 通过协议适配数据管理界面手工录入接口定义信息, 或者通 过协议适配数据管理界面以文件方式导入接口定义信息。
本实施例中的界面用于供使用者录入或导入接口定义信息。 使用者需 要登陆协议适配数据管理界面, 通过界面录入或者文件方式导入接口定义 信息。 根据录入 /导入的接口定义信息可以自动生成协议配置文件, 协议配 置文件可以是文本文件如 l.txt, l.txt中记录有接口定义信息, 即协议配置 文件可用于承载接口定义信息。 其中, 接口定义信息包括: 接口名称、 接 口所使用的协议、 接口字段名称、 长度定义、 必填标识、 字段类型, 类型 为枚举值时填写枚举取值、 心跳时间、 是否监听、 IP地址、 端口号码、 账 号、 密码和连接数等信息。 当然, 协议配置文件不局限于文本文件, 还可 以采用如 Excel表格的形式。
步驟 102:判断是否已经根据获取的接口定义信息进行协议适配,若是, 则执行步驟 104, 否则, 执行步驟 103。
读取 l.txt协议配置文件, 由 l.txt中获取接口定义信息, 判断是否已经 根据与 l.txt中相同的接口定义信息进行协议适配。
步驟 103: 根据获取的接口定义信息进行协议适配, 生成协议适配的处 理机制。 根据获取的接口定义信息进行协议适配具体实施的过程中, 同一协议 解析处理系统中, 不同的接口定义信息协议适配的处理机制可以不尽相同, 不同的协议解析处理系统中, 相同的接口定义信息协议适配的处理机制可 以不尽相同, 例如对于心跳时间, 由协议 A转换到协议 B的协议适配过程 中, 在协议 A中心跳时间通过界面被修改为 1秒, 进行协议适配过程中在 协议 B中需要同步被设定为 1秒。 而对于接口名称, 在协议 A中接口名称 通过界面由 "port al" 被修改为 "port a2,,, 进行协议适配过程中在协议 B 中可以不进行改变仍然采用 "port b" ,本实施例中不对具体协议适配的处理 机制进行限定。
本步驟进行协议适配时, 需要根据消息流的方向, 生成消息流的处理 机制, 例如, 消息流的方向是由外部模拟系统代码到内部服务代码, 即消 息流的方向是客户端到服务端, 则生成对应的客户端到服务端消息流的处 理机制。 反之类似, 消息流的方向是由内部服务代码到外部模拟系统代码, 即消息流的方向是服务端到客户端, 则生成对应的服务端到客户端消息流 的处理机制。
步驟 104: 接收待处理数据流通过生成的协议适配处理机制, 进行协议 解析处理。
使用本实施例中的协议适配处理机制时, 要按照实际的需求发送待处 理的消息流, 因此需要根据不同的消息流方向生成对应的消息流处理机制。 进行协议解析时利用对应的消息流处理机制, 进行协议解析处理。 例如消 息流的方向是由外部模拟系统代码到内部服务代码, 根据客户端到服务端 消息流的处理机制, 进行协议解析处理。 反之消息流的方向是由内部服务 代码到外部模拟系统代码, 根据服务端到客户端消息流的处理机制, 进行 协议解析处理。
本发明实施例还提供了一种对数据流进行协议解析处理的装置,如图 2 所示, 包括:
获取模块 201 , 用于通过界面获取接口定义信息;
适配模块 202, 用于根据获取的接口定义信息进行协议适配, 生成协议 适配的处理机制;
解析模块 203 , 用于通过生成的协议适配处理机制,对接收的待处理数 据流进行协议解析处理。
进一步, 所述适配模块 202,还用于根据获取的接口定义信息生成用于 承载接口定义信息的协议配置文件, 读取所述协议配置文件进行协议适配。
适配模块 202 , 还用于读取协议配置文件进行协议适配。
进一步, 适配模块 202 , 还用于根据消息流的方向, 生成消息流的处理 机制。
进一步, 所述接口定义信息包括: 接口名称信息、 接口所使用的协议 信息、 接口字段名称信息、 长度定义信息、 必填标识信息、 字段类型信息, 类型为枚举值时填写枚举取值、 心跳时间信息、 用于表示是否监听的信息、 IP地址信息、 端口号码信息、 账号信息、 密码信息和连接数信息。
进一步, 适配模块 202,还用于判断是否已经根据与获取的接口定义信 息相同的信息进行协议适配, 没有进行协议适配, 则进行协议适配, 已进 行协议适配, 则不再进行协议适配。
显然, 本领域的技术人员可以对本发明进行各种改动和变型而不脱离 本发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权 利要求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在 内。

Claims

权利要求书
1、 一种对数据流进行协议解析处理的方法, 其特征在于, 所述方法包 括:
通过界面获取接口定义信息;
根据获取的接口定义信息进行协议适配, 生成协议适配的处理机制; 通过生成的协议适配处理机制, 对接收的待处理数据流进行协议解析 处理。
2、 如权利要求 1所述的方法, 其特征在于,
所述根据获取的接口定义信息进行协议适配, 为: 根据获取的接口定 义信息生成用于承载接口定义信息的协议配置文件, 读取所述协议配置文 件进行协议适配。
3、 如权利要求 2所述的方法, 其特征在于, 所述生成协议适配的处理 机制, 为: 根据消息流的方向, 生成消息流的处理机制。
4、 如权利要求 3所述的方法, 其特征在于, 所述接口定义信息包括: 接口名称信息、 接口所使用的协议信息、 接口字段名称信息、 长度定义信 息、 必填标识信息、 字段类型信息, 类型为枚举值时填写枚举取值、 心跳 时间信息、 用于表示是否监听的信息、 IP地址信息、 端口号码信息、 账号 信息, 密码信息和连接数信息。
5、 如权利要求 1至 4任一项所述的方法, 其特征在于, 所述根据获取 的接口定义信息进行协议适配, 生成协议适配的处理机制, 包括:
判断是否已经根据与获取的接口定义信息相同的信息进行协议适配, 若没有进行协议适配, 则进行协议适配, 否则不再进行协议适配。
6、 一种对数据流进行协议解析处理的装置, 其特征在于, 所述装置包 括:
获取模块, 用于通过界面获取接口定义信息; 适配模块, 用于根据获取的接口定义信息进行协议适配, 生成协议适 配的处理机制;
解析模块, 用于通过生成的协议适配处理机制, 对接收的待处理数据 流进行协议解析处理。
7、 如权利要求 6所述的装置, 其特征在于,
所述适配模块, 还用于根据获取的接口定义信息生成用于承载接口定 义信息的协议配置文件, 读取所述协议配置文件进行协议适配。
8、 如权利要求 7所述的装置, 其特征在于, 所述适配模块, 还用于根 据消息流的方向, 生成消息流的处理机制。
9、 如权利要求 7所述的装置, 其特征在于, 所述接口定义信息包括: 接口名称信息、 接口所使用的协议信息、 接口字段名称信息、 长度定义信 息、 必填标识信息、 字段类型信息, 类型为枚举值时填写枚举取值、 心跳 时间信息、 用于表示是否监听的信息、 IP地址信息、 端口号码信息、 账号 信息, 密码信息和连接数信息。
10、 如权利要求 6至 9任一项所述的装置, 其特征在于, 所述适配模 块, 还用于判断是否已经根据与获取的接口定义信息相同的信息进行协议 适配, 没有进行协议适配则进行协议适配, 已进行协议适配则不再进行协 议适配。
PCT/CN2011/082761 2011-01-21 2011-11-23 一种对数据流进行协议解析处理的方法及装置 WO2012097641A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110024051.4 2011-01-21
CN2011100240514A CN102082797A (zh) 2011-01-21 2011-01-21 一种对数据流进行协议解析处理的方法及装置

Publications (1)

Publication Number Publication Date
WO2012097641A1 true WO2012097641A1 (zh) 2012-07-26

Family

ID=44088549

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/082761 WO2012097641A1 (zh) 2011-01-21 2011-11-23 一种对数据流进行协议解析处理的方法及装置

Country Status (2)

Country Link
CN (1) CN102082797A (zh)
WO (1) WO2012097641A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107612919A (zh) * 2017-09-29 2018-01-19 交控科技股份有限公司 协议配置方法及装置

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102082797A (zh) * 2011-01-21 2011-06-01 中兴通讯股份有限公司 一种对数据流进行协议解析处理的方法及装置
CN102508661A (zh) * 2011-10-28 2012-06-20 航天科工深圳(集团)有限公司 一种通讯模块开发配置的方法和装置
CN102546301B (zh) * 2012-01-16 2018-07-27 中国科学院深圳先进技术研究院 一种数字信号逻辑分析系统
CN108460002A (zh) * 2017-12-29 2018-08-28 中国平安财产保险股份有限公司 合作伙伴自动对接方法、装置、设备及存储介质
CN113691484A (zh) * 2020-05-19 2021-11-23 华为技术有限公司 用于协议适配的装置和方法
CN113946362B (zh) * 2021-09-02 2022-08-16 贝壳找房(北京)科技有限公司 消费数据处理方法及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101043379A (zh) * 2007-03-22 2007-09-26 华为技术有限公司 网络管理装置与网络管理方法
CN101110755A (zh) * 2006-07-19 2008-01-23 中兴通讯股份有限公司 一种多媒体资源功能系统
WO2008122644A1 (en) * 2007-04-10 2008-10-16 Apertio Limited Adaptation in network data repositories
CN102082797A (zh) * 2011-01-21 2011-06-01 中兴通讯股份有限公司 一种对数据流进行协议解析处理的方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101110755A (zh) * 2006-07-19 2008-01-23 中兴通讯股份有限公司 一种多媒体资源功能系统
CN101043379A (zh) * 2007-03-22 2007-09-26 华为技术有限公司 网络管理装置与网络管理方法
WO2008122644A1 (en) * 2007-04-10 2008-10-16 Apertio Limited Adaptation in network data repositories
CN102082797A (zh) * 2011-01-21 2011-06-01 中兴通讯股份有限公司 一种对数据流进行协议解析处理的方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107612919A (zh) * 2017-09-29 2018-01-19 交控科技股份有限公司 协议配置方法及装置
CN107612919B (zh) * 2017-09-29 2020-05-08 交控科技股份有限公司 协议配置方法及装置

Also Published As

Publication number Publication date
CN102082797A (zh) 2011-06-01

Similar Documents

Publication Publication Date Title
WO2012097641A1 (zh) 一种对数据流进行协议解析处理的方法及装置
US10791200B2 (en) Method, apparatus and server for providing voice service
US11392873B2 (en) Systems and methods for simulating orders and workflows in an order entry and management system to test order scenarios
WO2017092347A1 (zh) 一种分布式高速缓存系统中的客户端配置更新方法、设备及系统
US10057182B2 (en) Method for providing development and deployment services using a cloud-based platform and devices thereof
WO2017092348A1 (zh) 一种键值对数据库中的客户端配置更新方法、设备及系统
CN107341096A (zh) 日志文件的生成方法和装置、计算机设备和存储介质
JP2024020448A (ja) コンフィギュレーション・シナリオ順守のためのモバイル・デバイスによるコンプライアンス設定の実装
NO20052054L (no) Forenklet inn/ut-protokoll
CN103281359A (zh) 云桌面系统及运行方法
CN109844727A (zh) 用于管理应用程序配置和相关联凭证的技术
WO2021203919A1 (zh) 用于评估联合训练模型的方法和装置
CN108334411A (zh) 一种BMC中基于Redfish的资源调用方法及装置
CN110321283B (zh) 接口测试用例生成方法、装置、计算机装置及存储介质
US9871848B1 (en) Integration engine for communications between source and target applications
WO2015021873A1 (en) Method, platform server, and system of data pushing
CN110851170A (zh) 软件多渠道发布方法及相关设备
CN109753424B (zh) Ab测试的方法和装置
WO2016074412A1 (zh) 基于网络配置协议进行兼容管理的方法、存储介质及设备
JP2017054411A (ja) Api変換アダプタ、api変換システム、及びapi変換プログラム
CN107566513A (zh) 测试设备dos环境数据采集方法和系统
CN104092737A (zh) 基于云技术的位置服务中间件方法
US10904098B2 (en) Health check automation for virtual network functions
CN110297748A (zh) 一种定位调用出错的方法、装置和计算机可读存储介质
CN103634348A (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: 11856083

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: 11856083

Country of ref document: EP

Kind code of ref document: A1