CN102571541A - Message encoding-decoding method and device - Google Patents

Message encoding-decoding method and device Download PDF

Info

Publication number
CN102571541A
CN102571541A CN2010106061903A CN201010606190A CN102571541A CN 102571541 A CN102571541 A CN 102571541A CN 2010106061903 A CN2010106061903 A CN 2010106061903A CN 201010606190 A CN201010606190 A CN 201010606190A CN 102571541 A CN102571541 A CN 102571541A
Authority
CN
China
Prior art keywords
message
parameter
script
module
message body
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2010106061903A
Other languages
Chinese (zh)
Inventor
张祎强
尹勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN2010106061903A priority Critical patent/CN102571541A/en
Priority to PCT/CN2011/071921 priority patent/WO2012083616A1/en
Publication of CN102571541A publication Critical patent/CN102571541A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a message encoding-decoding method and a message encoding-decoding device, wherein a message encoding method comprises the following steps of: acquiring a message parameter input by a user; and encoding messages in a script language according to the message parameter. According to the message encoding-decoding method and the message encoding-decoding device, disclosed by the invention, the flexibility and transportability of encoding the messages are improved.

Description

Message coding and decoding method and device
Technical field
The present invention relates to the communications field, in particular to a kind of message coding and decoding method and device.
Background technology
M.3010, International Telecommunication Association (ITU-T) is divided into Network Element Layer, NE management layer, NML, SML, transaction management layer with the telecommunication administration layer model.To the corresponding various network management system that exists of different levels.In these systems, usually there are various information about same entity, keeping between them closely, consistency is a vital task.
In telecommunication management network multi-zone supervision model, the form of data communication mainly is abstract syntax notation one (Abstract Syntax Notation One abbreviates ASN.1 as) between each level at present, and it is the grammer standard of a kind of description schemeization to property.ASN.1 has good extensibility and self-defined ability, and it is similar to, and the layer of structure of tree is clear, ability to express is strong, be particularly suitable for representing modern communications use in those complicated, change and extendible data structures.
Present existing ASN.1 message coding/decoding system is all write with compiler language, mainly has two shortcomings:
(1) lacks flexibility
Because write, so, will recompilate because having made modification if message structure has been modified or code encoding/decoding mode has been modified with compiler language.
(2) lack portability
Present message coding/decoding system all is to be embedded in the platform, be transplanted to other places, need copy to the code of coding/decoding system new platform and recompilate, during this again design interface so that new platform can use.
To message decoding method flexibility in the correlation technique and portable poor problem, effective solution is not proposed as yet at present.
Summary of the invention
Main purpose of the present invention is to provide a kind of message coding and decoding method and device, and there is the problem that lacks flexibility and portability in the message decoding method in the above-mentioned correlation technique to solve at least.
To achieve these goals, according to an aspect of the present invention, a kind of message encoding method is provided.
Message encoding method according to the present invention comprises: the message parameter of obtaining user's input; Carry out message coding according to the message parameter through script.
Further, comprise through the coding that script carries out message according to the message parameter: according to the heading and the message body of message parameter through script structure message; Heading and message body are merged.
Further, comprise according to the message body of message parameter through script structure message: definition is confirmed the message structure unit that the message body structure is corresponding through script according to the message body structure in the message parameter; Through script message data is encoded to the message character string according to message parameter and message structure unit; The message character is merged into the message body.
To achieve these goals, according to an aspect of the present invention, a kind of message coding/decoding method is provided also.
Message coding/decoding method according to the present invention comprises: the customer parameter that obtains user's input; Carry out the decoding of message through script according to the message parameter.
Further, comprise through the decoding that script carries out message according to the message parameter: the heading and the message body that are decomposed into message according to the message parameter through script; The message body is decoded through script according to the message parameter.
Further, the message body is decoded through script according to the message parameter and comprise: definition is confirmed the message structure unit that the message body structure is corresponding through script according to the message body structure in the message parameter; The message body is decoded through script according to message parameter and message structure unit; Data behind the decode operation are merged.
To achieve these goals, according to a further aspect in the invention, a kind of Message Encoder Unit is provided again.
Message Encoder Unit according to the present invention comprises: first acquisition module is used to obtain the message parameter of user's input; Coding module is used for carrying out message coding according to the message parameter through script.
Further, coding module comprises: constructing module is used for according to heading and the message body of message parameter through script structure message; Merge module, be used for heading and message body are merged.
Further, constructing module comprises: first determination module is used for confirming the message structure unit that the message body structure is corresponding according to the message body structure definition of message parameter through script; The string encoding module is used for through script message data being encoded to the message character string according to message parameter and message structure unit; The message body merges module, is used for the message character string is merged into the message body.
To achieve these goals, in accordance with a further aspect of the present invention, a kind of message decoding device is provided also.
Message decoding device according to the present invention comprises: second acquisition module is used to obtain the customer parameter of user's input; Decoder module is used for carrying out through script according to the message parameter decoding of message.
Further, decoder module comprises: decomposing module is used for being decomposed into through script according to the message parameter heading and the message body of message; Message body decoder module is used for the message body being decoded through script according to the message parameter.
Further, message body decoder module comprises: second determination module is used for confirming the message structure unit that the message body structure is corresponding according to the message body structure definition of message parameter through script; The message data decoder module is used for the message body being decoded through script according to message parameter and message structure unit; Data merge module, are used for the data behind the decode operation are merged.
Through the present invention; Adopt according to the message parameter of obtaining and encode through script; Solve shortage flexibility of message decoding method and portable poor problem in the correlation technique, and then reached flexibility and the portable effect that improves the message encoding and decoding.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 is the message encoding method flow chart according to the embodiment of the invention;
Fig. 2 is the message coding/decoding method flow chart according to the embodiment of the invention;
Fig. 3 is the structured flowchart according to the Message Encoder Unit of the embodiment of the invention;
Fig. 4 is the preferred construction block diagram according to the Message Encoder Unit of the embodiment of the invention;
Fig. 5 is the structured flowchart according to the message decoding device of the embodiment of the invention;
Fig. 6 is the preferred construction block diagram according to the message decoding device of the embodiment of the invention;
Fig. 7 is the structured flowchart according to the message coding/decoding system of the embodiment of the invention;
Fig. 8 is a message coding flow chart according to the preferred embodiment of the invention; And
Fig. 9 is message decoding process figure according to the preferred embodiment of the invention.
Embodiment
Hereinafter will and combine embodiment to specify the present invention with reference to accompanying drawing.Need to prove that under the situation of not conflicting, embodiment and the characteristic among the embodiment among the application can make up each other.
Present embodiment provides a kind of message encoding method, and Fig. 1 is the message encoding method flow chart according to the embodiment of the invention, and is as shown in Figure 1, and this method comprises:
Step S102: the message parameter of obtaining user's input;
Step S104: carry out message coding through script according to the message parameter.
Pass through above-mentioned steps; Message parameter according to obtaining is encoded through script; Since script write and modification aspect flexibility all very high; Can easily transplant at the platform that has embedded similar script interpreter,, overcome message encoding method shortage flexibility and portable problem in the correlation technique so message portability that script is write and flexibility are all very high.The flexibility and the portability of message coding have been improved.
Preferably, a preferred implementation in the face of step S104 under describes.According to heading and the message body of message parameter through script structure message; Heading and message body are merged.Through the preferred embodiment, through script structure heading and heading, improved the portability of message according to the message parameter.
Preferably, comprise according to the message body of message parameter through script structure message: definition is confirmed the message structure unit that the message body structure is corresponding through script according to the message body structure in the message parameter; Through script message data is encoded to the message character string according to message parameter and message structure unit; The message character is merged into the message body.Through the preferred embodiment, improved the flexibility of message coding.
Present embodiment provides a kind of message coding/decoding method, and Fig. 2 is the message encoding method flow chart according to the embodiment of the invention, and is as shown in Figure 2, and this method comprises:
Step S202: the customer parameter that obtains user's input;
Step S204: carry out the decoding of message according to the message parameter through script.
Pass through above-mentioned steps; Message parameter according to obtaining is decoded through script; Because the flexibility of script aspect modification is all very high, can easily transplant at the platform that has embedded similar script interpreter, so message portability that script is write and flexibility are all very high; Overcome the problem of message coding/decoding method shortage flexibility in the correlation technique, improved the flexibility of message decoding.
Preferably, one that faces step S204 under preferred embodiment describes.Be decomposed into the heading and the message body of message through script according to the message parameter; The message body is decoded through script according to the message parameter.Through the preferred embodiment, improved the flexibility of message decoding.
Preferably, the message body is decoded through script according to the message parameter and comprise: definition is confirmed the message structure unit that the message body structure is corresponding through script according to the message body structure in the message parameter; The message body is decoded through script according to message parameter and message structure unit; Data behind the decode operation are merged.Through the preferred embodiment, improved the portability of message decoding.
Present embodiment provides a kind of Message Encoder Unit, and Fig. 3 is the structured flowchart according to the Message Encoder Unit of the embodiment of the invention, and is as shown in Figure 3, and this device comprises: first acquisition module 32 is used to obtain the message parameter of user's input; Coding module 34 is connected to first acquisition module 32, is used for carrying out message coding according to the message parameter that first acquisition module 32 gets access to through script.
Fig. 4 is the preferred construction block diagram according to the Message Encoder Unit of the embodiment of the invention, and is as shown in Figure 4, and first coding module 34 comprises: constructing module 342 merges module 344; Constructing module 342 comprises: first determination module 3422, and string encoding module 3424, the message body merges module 3426, is described in detail in the face of said structure down:
Coding module 34 comprises: constructing module 342 is used for according to heading and the message body of message parameter through script structure message; Merge module 344, be connected to the heading and the message body that are used for constructing module 342 structures and merge.
Constructing module 342 comprises: first determination module 3422 is used for confirming the message structure unit that the message body structure is corresponding according to the message body structure definition of message parameter through script; String encoding module 3424 is connected to first determination module 3422, is used for through script message data being encoded to the message character string according to message parameter and first determination module, 3422 definite message structure unit; The message body merges module 3426, is connected to string encoding module 3424, is used for the message character string that string encoding module 3424 codings obtain is merged into the message body.
Present embodiment provides a kind of Message Encoder Unit, and Fig. 5 is the structured flowchart according to the message decoding device of the embodiment of the invention, and is as shown in Figure 5, and this device comprises: second acquisition module 52, and decoder module 54 is described in detail in the face of said structure down:
Second acquisition module 52 is used to obtain the customer parameter of user's input; Decoder module 54 is connected to second acquisition module 52, is used for according to second acquisition module 52, and the message parameter that gets access to is carried out the decoding of message through script.
Fig. 6 is the preferred construction block diagram according to the message decoding device of the embodiment of the invention, and is as shown in Figure 6, and decoder module 54 comprises: decomposing module 542, message body decoder module 544; Message body decoder module 544 comprises: second determination module 5442, and message data decoder module 5444, data merge module 5446, are described in detail in the face of said structure down:
Decoder module 54 comprises: decomposing module 542 is used for being decomposed into through script according to the message parameter heading and the message body of message; Message body decoder module 544 is connected to decomposing module 542, is used for the message body that decomposing module 542 obtains being decoded through script according to the message parameter.
Message body decoder module 544 comprises: second determination module 5442 is used for confirming the message structure unit that the message body structure is corresponding according to the message body structure definition of message parameter through script; Message data decoder module 5444 is used for the message body being decoded through script according to message parameter and message structure unit; Data merge module 5446, are connected to message data decoder module 5444, are used for the data behind message data decoder module 5444 decode operations are merged.
Embodiment one
Present embodiment provides a kind of message coding/decoding system, and Fig. 7 is the structured flowchart according to the message coding/decoding system of the embodiment of the invention, and is as shown in Figure 7; This system comprises: message format description document 71; Message format operational module 72, message coding module 73, message decoder module 74; Message tree parsing and displaying module 75, incoming message module 76.Be described in detail in the face of said structure down:
Message format description document 71: the structure that is used for stored messages.Can describe according to the construction unit of message, promptly a complete message is made up of a plurality of construction units, and construction unit can be re-used like this.Can be kept at the construction unit of message in several files according to different interface type.
Message format operational module 72: in the message format description document, find the description document of corresponding interface type and the message structure unit is read and analysis operation according to the needs on upper strata; Comprise according to construction unit name lookup message structure unit, obtain the structure type of message structure unit etc.
Message coding module 73: description transforms the message parameter that the user is imported according to message format; Mainly be the byte number corresponding according to each field; Change into corresponding message format character string to the numerical value of user's input; And then combine the character string after the conversion of each field, so just constituted a complete downward message.
Message decoder module 74: description transforms according to message format to be used for a message that reports that receives; Transform into a kind of form that can read through program; Mainly be in the message format description document, to search corresponding structure and go out the pairing byte of each field, associate field name and byte again and be saved in the container according to this STRUCTURE DECOMPOSITION according to the command code in the message.
Message tree parsing and displaying module 75: the field that the message decoder module is parsed is done with corresponding byte value and is analyzed and be shown on the graphical interfaces.
Incoming message module 76: this module provides some interfaces, is used to import into the message character string by the parametric configuration one-tenth of user's input.
Through this preferred embodiment, use script to realize the message encoding and decoding, so write and modification aspect flexibility all very high, can easily transplant at the platform that has embedded similar script interpreter; It also all is the comparison easy master that present all kinds of scripts are write, so the difficulty that study is used is not high yet, thereby has improved the portability and the flexibility of message encoding and decoding.
Embodiment two
Present embodiment provides a kind of message encoding method, and Fig. 8 is a message coding flow chart according to the preferred embodiment of the invention, and as shown in Figure 8, this method comprises:
Introduce the cooperation between each module through the encoding and decoding flow process of message being done explanation below:
Step 802: the user is through the coding function in the incoming message module invokes message coding module 73.
Step 804: the parametric configuration heading that coding function is at first imported according to the user.
Step 806: next coding function defines according to the message body structure in the input parameter and calls the message structure unit resolves function in the message format operational module.
Step 808: message structure unit resolves function reads in the message format description document 71 corresponding message structure unit and returns to the message coding module.
Step 810: hexadecimal message character string is analyzed and converted to message coding module 73 with the parameter of the message structure unit that obtains and user's input.
Step 812: the message unit after the message body structure function of message coding module 73 is changed all is merged into the message body.
Step 814: heading after the message coding function of message coding module 73 will be encoded and message body merge.
Step 816: the message after message coding module 73 will be encoded returns to the incoming message module and then returns to the user.
Present embodiment has been realized message coding.
Embodiment three
Present embodiment provides a kind of message coding/decoding method, and Fig. 9 is message decoding process figure according to the preferred embodiment of the invention, and is as shown in Figure 9; This method comprises: message format description document 71; Message format operational module 72, message coding module 73, message decoder module 74; Message tree parsing and displaying module 75, incoming message module 76.
Step 902: the user calls decoding functions through message tree parsing and displaying module 75.Decoding functions splits into heading and message body to message, passes to heading decoding functions and message body decoding functions in the message decoder module 73 respectively;
Step 904: the form of heading is fixed, and the heading decoding functions is directly according to definition decoding heading;
Step 906: message body decoding functions parses the command code of first message structure unit, and the function reading of calling message format operational module 72 then reads the corresponding message structure of this command code and describes.
Step 908: the message structure function reading of message format operational module 74 finds corresponding message structure according to command code and describes and return to message body decoding functions;
Step 910: message body decoding functions adopts recursive mode to travel through whole message structure and describes and be mapped message field (MFLD) and message value, if during run into command code again then the operation of execution in step 308;
Step 912: message body decoding functions merges to these information that parse in the container;
Step 914: decoding functions returns to message tree parsing and displaying module to heading that parses and the merging of message body;
Step 916: message tree parsing and displaying module 75 is resolved decoded message and is shown.
Present embodiment has been realized the message decoding.
Pass through the foregoing description; A kind of message coding and decoding method and device are provided, have encoded through script according to the message parameter of obtaining and since script write and modification aspect flexibility all very high; Can easily transplant at the platform that has embedded similar script interpreter; And once write operation everywhere, realized the message portability that script is write, overcome message encoding method shortage flexibility and portable problem in the correlation technique.The flexibility and the portability of message coding have been improved.
Obviously, it is apparent to those skilled in the art that above-mentioned each module of the present invention or each step can realize with the general calculation device; They can concentrate on the single calculation element; Perhaps be distributed on the network that a plurality of calculation element forms, alternatively, they can be realized with the executable program code of calculation element; Thereby; Can they be stored in the storage device and carry out, and in some cases, can carry out step shown or that describe with the order that is different from here by calculation element; Perhaps they are made into each integrated circuit modules respectively, perhaps a plurality of modules in them or step are made into the single integrated circuit module and realize.Like this, the present invention is not restricted to any specific hardware and software combination.
The above is merely the preferred embodiments of the present invention, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.All within spirit of the present invention and principle, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (12)

1. a message encoding method is characterized in that, comprising:
Obtain the message parameter of user's input;
Carry out message coding according to said message parameter through script.
2. method according to claim 1 is characterized in that, comprises through the coding that script carries out message according to said message parameter:
Construct the heading and the message body of said message through said script according to said message parameter;
Said heading and said message body are merged.
3. method according to claim 2 is characterized in that, the message body of constructing said message through said script according to said message parameter comprises:
Definition is confirmed the message structure unit that said message body structure is corresponding through said script according to the message body structure in the said message parameter;
Through said script message data is encoded to the message character string according to said message parameter and said message structure unit;
Said message character is merged into said message body.
4. a message coding/decoding method is characterized in that, comprising:
Obtain the customer parameter of user's input;
Carry out the decoding of message through script according to said message parameter.
5. method according to claim 4 is characterized in that, comprises through the decoding that script carries out message according to said message parameter:
Be decomposed into the heading and the message body of said message through said script according to said message parameter;
Said message body is decoded through said script according to said message parameter.
6. method according to claim 5 is characterized in that, said message body being decoded through said script according to said message parameter comprises:
Definition is confirmed the message structure unit that said message body structure is corresponding through said script according to the message body structure in the said message parameter;
Said message body is decoded through said script according to said message parameter and said message structure unit;
Data behind the said decode operation are merged.
7. a Message Encoder Unit is characterized in that, comprising:
First acquisition module is used to obtain the message parameter of user's input;
Coding module is used for carrying out message coding according to said message parameter through script.
8. device according to claim 7 is characterized in that, said coding module comprises:
Constructing module is used for constructing through said script according to said message parameter the heading and the message body of said message;
Merge module, be used for said heading and said message body are merged.
9. device according to claim 8 is characterized in that, said constructing module comprises:
First determination module is used for confirming the message structure unit that said message body structure is corresponding according to the message body structure definition of said message parameter through said script;
The string encoding module is used for through said script message data being encoded to the message character string according to said message parameter and said message structure unit;
The message body merges module, is used for said message character string is merged into said message body.
10. a message decoding device is characterized in that, comprising:
Second acquisition module is used to obtain the customer parameter of user's input;
Decoder module is used for carrying out through script according to said message parameter the decoding of message.
11. device according to claim 10 is characterized in that, said decoder module comprises:
Decomposing module is used for being decomposed into through said script according to said message parameter the heading and the message body of said message;
Message body decoder module is used for said message body being decoded through said script according to said message parameter.
12. device according to claim 11 is characterized in that, said message body decoder module comprises:
Second determination module is used for confirming the message structure unit that said message body structure is corresponding according to the message body structure definition of said message parameter through said script;
The message data decoder module is used for said message body being decoded through said script according to said message parameter and said message structure unit;
Data merge module, are used for the data behind the said decode operation are merged.
CN2010106061903A 2010-12-24 2010-12-24 Message encoding-decoding method and device Pending CN102571541A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2010106061903A CN102571541A (en) 2010-12-24 2010-12-24 Message encoding-decoding method and device
PCT/CN2011/071921 WO2012083616A1 (en) 2010-12-24 2011-03-17 Message coding and decoding method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010106061903A CN102571541A (en) 2010-12-24 2010-12-24 Message encoding-decoding method and device

Publications (1)

Publication Number Publication Date
CN102571541A true CN102571541A (en) 2012-07-11

Family

ID=46313083

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010106061903A Pending CN102571541A (en) 2010-12-24 2010-12-24 Message encoding-decoding method and device

Country Status (2)

Country Link
CN (1) CN102571541A (en)
WO (1) WO2012083616A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103023765A (en) * 2012-12-04 2013-04-03 杭州迪普科技有限公司 Message processing method and message processing device based on scripting language
CN105530127A (en) * 2015-12-10 2016-04-27 北京奇虎科技有限公司 Method for processing network access request by proxy server and proxy server
CN105721101A (en) * 2014-12-04 2016-06-29 北京航管科技有限公司 Method and apparatus for realizing civil aviation message processing
CN107665464A (en) * 2017-09-18 2018-02-06 平安科技(深圳)有限公司 Generate method, apparatus, equipment and the computer-readable recording medium of reference message
CN109683873A (en) * 2018-11-16 2019-04-26 中国西安卫星测控中心 Utilize the coding method of aerospace information interface and system architecture of ASN1 rule

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117775A1 (en) * 2001-08-01 2004-06-17 Born Timothy Dennis Automatic compilation of electronic telecommunications system message generation code
EP1605460A1 (en) * 2004-06-05 2005-12-14 Samsung Electronics Co., Ltd. Method and apparatus for reproducing multimedia contents, apparatus and method for creating multimedia contents, and medium for storing multimedia contents
CN1845514A (en) * 2005-04-07 2006-10-11 华为技术有限公司 Software module testing method
CN1858717A (en) * 2005-05-08 2006-11-08 中兴通讯股份有限公司 Data coding and decoding method and its coding and decoding device
CN101197818A (en) * 2006-12-08 2008-06-11 中兴通讯股份有限公司 ASN.1 packet object oriented processing method
CN101374266A (en) * 2007-08-23 2009-02-25 华为技术有限公司 Data transmission and receiving method, wireless access point equipment, gateway and communication system
CN101471937A (en) * 2007-12-27 2009-07-01 华为技术有限公司 Method and apparatus for multiplexing and demultiplexing Ether message
CN101771602A (en) * 2008-12-31 2010-07-07 华为技术有限公司 Method and device for passing through NATPT device by RTP multiplexed message

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117775A1 (en) * 2001-08-01 2004-06-17 Born Timothy Dennis Automatic compilation of electronic telecommunications system message generation code
EP1605460A1 (en) * 2004-06-05 2005-12-14 Samsung Electronics Co., Ltd. Method and apparatus for reproducing multimedia contents, apparatus and method for creating multimedia contents, and medium for storing multimedia contents
CN1845514A (en) * 2005-04-07 2006-10-11 华为技术有限公司 Software module testing method
CN1858717A (en) * 2005-05-08 2006-11-08 中兴通讯股份有限公司 Data coding and decoding method and its coding and decoding device
CN101197818A (en) * 2006-12-08 2008-06-11 中兴通讯股份有限公司 ASN.1 packet object oriented processing method
CN101374266A (en) * 2007-08-23 2009-02-25 华为技术有限公司 Data transmission and receiving method, wireless access point equipment, gateway and communication system
CN101471937A (en) * 2007-12-27 2009-07-01 华为技术有限公司 Method and apparatus for multiplexing and demultiplexing Ether message
CN101771602A (en) * 2008-12-31 2010-07-07 华为技术有限公司 Method and device for passing through NATPT device by RTP multiplexed message

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103023765A (en) * 2012-12-04 2013-04-03 杭州迪普科技有限公司 Message processing method and message processing device based on scripting language
CN103023765B (en) * 2012-12-04 2015-09-09 杭州迪普科技有限公司 A kind of message processing method based on script and device
CN105721101A (en) * 2014-12-04 2016-06-29 北京航管科技有限公司 Method and apparatus for realizing civil aviation message processing
CN105721101B (en) * 2014-12-04 2019-02-15 北京航管科技有限公司 A kind of method and device for realizing civil aviaton's Message processing
CN105530127A (en) * 2015-12-10 2016-04-27 北京奇虎科技有限公司 Method for processing network access request by proxy server and proxy server
CN105530127B (en) * 2015-12-10 2019-02-01 北京奇虎科技有限公司 A kind of method and proxy server of proxy server processing network access request
CN107665464A (en) * 2017-09-18 2018-02-06 平安科技(深圳)有限公司 Generate method, apparatus, equipment and the computer-readable recording medium of reference message
CN107665464B (en) * 2017-09-18 2021-05-25 平安科技(深圳)有限公司 Method, device and equipment for generating credit investigation message and computer readable storage medium
CN109683873A (en) * 2018-11-16 2019-04-26 中国西安卫星测控中心 Utilize the coding method of aerospace information interface and system architecture of ASN1 rule
CN109683873B (en) * 2018-11-16 2021-10-08 中国西安卫星测控中心 Space information interface coding method and system architecture using ASN1 rule

Also Published As

Publication number Publication date
WO2012083616A1 (en) 2012-06-28

Similar Documents

Publication Publication Date Title
CN112822491A (en) Image data encoding and decoding methods and devices
CN100389572C (en) System and method for long-distance calling communication assembly
CN102571541A (en) Message encoding-decoding method and device
CN1859359B (en) Realizing method and its device for communication protocol described by abstract grammar rule
JP2001217720A (en) Data compressing apparatus, data base system, data communication system, data compressing method, storage medium and program transmitter
CN101795206B (en) Method and device for realizing SNMP agent on distributed equipment
CN101651683A (en) Method for generating analysis source code of signaling message
CN109104405A (en) Binary protocol coding, coding/decoding method and device
CN102999329B (en) The Active Directory interface exploitation method of configuration is mapped based on extend markup language
CN110324376A (en) A kind of business micro services Component Gallery
CN103593188B (en) System and method for managing what-you-see-is-what-you-get menus of instrument
CN102761543A (en) Method and device for realizing SIP (session initiation protocol) universal encoding and decoding
CN101576922A (en) Access system and access method
CN101930362A (en) Method for integrating TTCN language and data description language
CN109445384A (en) A kind of more apparatus control systems
CN105024923B (en) The method and device that message category based on XMPP extension message is realized
CN103561113A (en) Web Service interface generating method and device
CN104993906B (en) A kind of method and system of message transmission
CN104077414B (en) A kind of decoding apparatus and its coding/decoding method applied to LTE network signal
CN104539593B (en) H.245 message resolution method
CN103246671A (en) Processing method and device for abstract syntax notation files
CN103716127A (en) TTCN-3 based compression coding and decoding method and system
CN108632053B (en) Service information processing method and device
CN105933878A (en) Emergency grid information service codification interaction method based on Beidou short message
CN100433640C (en) Upper/lower layer grid management data comparative method for telecommunication managerial grid

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C05 Deemed withdrawal (patent law before 1993)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120711