[go: up one dir, main page]

JP4976109B2 - SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method - Google Patents

SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method Download PDF

Info

Publication number
JP4976109B2
JP4976109B2 JP2006304453A JP2006304453A JP4976109B2 JP 4976109 B2 JP4976109 B2 JP 4976109B2 JP 2006304453 A JP2006304453 A JP 2006304453A JP 2006304453 A JP2006304453 A JP 2006304453A JP 4976109 B2 JP4976109 B2 JP 4976109B2
Authority
JP
Japan
Prior art keywords
sip message
sip
compression
source code
syntax
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2006304453A
Other languages
Japanese (ja)
Other versions
JP2008123122A (en
Inventor
桂一 清水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2006304453A priority Critical patent/JP4976109B2/en
Publication of JP2008123122A publication Critical patent/JP2008123122A/en
Application granted granted Critical
Publication of JP4976109B2 publication Critical patent/JP4976109B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Description

本発明は、SIP(Session Initiation Protocol)シグナリングの圧縮技術に関するものであり、特に、通信装置へ実装するSIPメッセージを圧縮するためのモジュールおよびSIPメッセージを解凍するためのモジュールを生成する圧縮解凍モジュール生成装置およびSIPメッセージの圧縮および解凍を行う通信装置に関するものである。   The present invention relates to a compression technique for SIP (Session Initiation Protocol) signaling, and in particular, to generate a compression / decompression module that generates a module for compressing a SIP message and a module for decompressing the SIP message to be mounted on a communication device. The present invention relates to an apparatus and a communication apparatus that compresses and decompresses SIP messages.

SIP(Session Initiation Protocol)は音声や映像などマルチメディアのセションを確立するためのプロトコルであり、IETF(The Internet Engineering Task Force)RFC2543で規定されている。SIPで使用するメッセージはHTTPと同じくテキストで規定されているため、メッセージは一般的に大きなサイズになり、帯域の小さな通信環境での使用する場合、呼設定時間の増大や帯域の浪費などが問題となる。そのため、SIPシグナリングの圧縮技術である“Signaling Compression”(以下、SigCompと記載する)が規定されている(下記非特許文献1参照)。   SIP (Session Initiation Protocol) is a protocol for establishing a multimedia session such as voice and video, and is defined by IETF (The Internet Engineering Task Force) RFC2543. Since messages used in SIP are defined in text as in HTTP, messages are generally large in size, and when used in a low bandwidth communication environment, there are problems such as increased call setup time and wasted bandwidth. It becomes. Therefore, “Signaling Compression” (hereinafter referred to as “SigComp”), which is a compression technique for SIP signaling, is defined (see Non-Patent Document 1 below).

図12は、SigCompのアーキテクチャを示す図であり、SIPアプリケーション(SIP Application)91、UDPやTCPなどのSIPメッセージのトランスポートレイヤ(Transport Layer)92、およびRFC3320で規定されたSigCompモジュール93により構成される。また、SigCompモジュール93は、送信メッセージの配送部(Dispatcher)94a、受信メッセージの配送部(Dispatcher)94、配送部94によってSIPセッションなどグループ単位で生成起動され、メッセージの圧縮を行なう圧縮部(Compressor)96、配送部(Dispatcher)95によってメッセージ毎に生成されUDVM(Universal Decompressor Virtual Machine)としてメッセージの解凍を行なう解凍部(Decompressor)97およびUDVMのコードや利用する辞書などをStateとして管理する状態管理部(State Handler)98を含んでいる。   FIG. 12 is a diagram showing the architecture of SigComp, which is composed of a SIP application 91, a transport layer 92 of a SIP message such as UDP or TCP, and a SigComp module 93 defined by RFC3320. The The SigComp module 93 is generated and activated in units of groups such as SIP sessions by a delivery message delivery unit (Dispatcher) 94a, a received message delivery unit (Dispatcher) 94, and a delivery unit 94, and a compression unit (Compressor) that compresses messages. ) 96, a state management for managing a UDVM code and a dictionary to be used as a state, and the like as a UDVM (Universal Decompressor Virtual Machine) generated by the delivery unit (Dispatcher) 95 for decompressing the message. Part (State Handler) 98 is included.

また、SigCompでは圧縮解凍アルゴリズムは規定されていないが、暗黙的にはDeflateなどの圧縮アルゴリズムが利用される(例えば、下記非特許文献2参照)。SigCompにおいて、解凍はUDVM(いわゆる仮想マシン)で行われ、そのUDVMコードは、圧縮サイドが最初のSIPメッセージに乗せて相手側(解凍を行う側)へ送信する。または、解凍側で初期的にUDVMコードを状態として静的に持つ。   In SigComp, a compression / decompression algorithm is not defined, but a compression algorithm such as Deflate is used implicitly (for example, see Non-Patent Document 2 below). In SigComp, decompression is performed by a UDVM (a so-called virtual machine), and the UDVM code is transmitted to the other party (decompressor) on the first SIP message by the compression side. Alternatively, the decompression side has statically the UDVM code as an initial state.

一方、SIPとは異なるが、同様のテキストとなるXMLデータの圧縮手法が下記特許文献1に記載されている。下記特許文献1に記載の技術においては、まず、XMLの構文を解析し、テキストデータ部と構造を示す構文部に分離する。そして、Deflateなどを使用してテキストデータ部を圧縮し、また、ASN.1(Abstract Syntax Notation One)転送構文を使用して構文部を圧縮した後、両者をマージすることによりXMLデータを圧縮する。   On the other hand, although different from SIP, a method for compressing XML data to be similar text is described in Patent Document 1 below. In the technique described in Patent Document 1 below, first, the syntax of XML is analyzed and separated into a text data portion and a syntax portion indicating a structure. Then, the text data portion is compressed using Deflate or the like, and ASN. 1 (Abstract Syntax Notation One) After compressing the syntax part using the transfer syntax, the XML data is compressed by merging both.

特開2002−244894号公報JP 2002-244894 A R.Price、C.Bormannほか著「RFC 3320:Signaling Compression(SigComp)」IETF,2003年1月、P5〜15R. Price, C. Bormann et al., "RFC 3320: Signaling Compression (SigComp)" IETF, January 2003, P5-15 A.Surtees、M.West著「RFC 4464:Signaling Compression(SigComp) Users'Guide」IETF,2006年5月、P12〜31A.Surtees, M.West, "RFC 4464: Signaling Compression (SigComp) Users' Guide" IETF, May 2006, P12-31

従来のSigCompの標準ではDeflateなどSIPの構造を意識しない圧縮を行なうため、圧縮効率が良くないという問題があった。下記URLにおいてOpenSigcomプロジェクトが発行する「osc_characteristics_0-1.pdf」には、Deflate適用時のサイズが平均77%まで圧縮できると記載されている。しかしながら、圧縮時のメッセージサイズ、とりわけINVITEメッセージのサイズは100〜500バイトであり圧縮効率は十分ではない。
http://www.opensigcomp.org/osc_characteristics_0-1.pdf
The conventional SigComp standard has a problem that the compression efficiency is not good because the compression such as Deflate is performed without considering the SIP structure. “Osc_characteristics — 0-1.pdf” issued by the OpenSigcom project at the following URL describes that the size when Deflate is applied can be compressed to an average of 77%. However, the message size at the time of compression, especially the size of the INVITE message is 100 to 500 bytes, and the compression efficiency is not sufficient.
http://www.opensigcomp.org/osc_characteristics_0-1.pdf

また、テキストベースであるSIPメッセージの大きさの問題は、「http://www.tspt.net.et/documentation/VOIP/H_323versusSIP.htm」でも分析がなされている。ここでは、テキストベースであるSIPメッセージをDeflateで圧縮するのに対して、ASN.1転送構文のPERエンコードのプロトコルを定義すればよりサイズが小さくなることが示唆されている。   In addition, the problem of the size of the text-based SIP message is also analyzed in “http://www.tspt.net.et/documentation/VOIP/H_323versusSIP.htm”. Here, a text-based SIP message is compressed by Deflate, whereas ASN. It is suggested that the size becomes smaller if a PER encoding protocol of one transfer syntax is defined.

このように従来のSIPメッセージの圧縮手法は十分ではなく、とくに衛星通信など帯域の小さい通信システムにSIPを適用する場合に、帯域の効率的利用と呼設定時間の観点から問題になる。   As described above, the conventional SIP message compression method is not sufficient. In particular, when SIP is applied to a communication system having a small band such as satellite communication, there is a problem from the viewpoint of efficient use of the band and call setup time.

また、上記特許文献1に記載の技術では、ASN.1転送構文のPERエンコーディングを圧縮のために使用しているため、XML構文に対して優れた圧縮効率が得られる。なお、ASN.1の規定は、「ITU-T X.680 Information technology Abstract Syntax Notation One(ASN.1):Specification of basic notation」で定められたものであり、PERについては「ITU-T X.691 Information technology-ASN.1 encoding rules:Specification of Packed Encoding Rules(PER)」によって定められたものである。   In the technique described in Patent Document 1, ASN. Since the one-transfer syntax PER encoding is used for compression, excellent compression efficiency can be obtained for the XML syntax. In addition, ASN. No. 1 is defined in “ITU-T X.680 Information technology Abstract Syntax Notation One (ASN.1): Specification of basic notation”. For PER, “ITU-T X.691 Information technology- ASN.1 encoding rules: “Specification of Packed Encoding Rules (PER)”.

しかしながら、この上記特許文献1に記載の技術には二つの問題がある。一つはリアルタイム性の問題である。上記特許文献1に記載の技術はXMLデータをHDDに圧縮保存することを第一ターゲットにしており、「XML(テキスト)」→「ASN.1抽象構文(テキスト)」→「ASN.1転送構文(バイナリ)」というステップで圧縮する。このような、中間段階としてターゲットを「ASN.1抽象構文(テキスト)」に置き換える処理は、通信のようなリアルタイム処理にはマッチしない、という問題がある。   However, the technique described in Patent Document 1 has two problems. One is a real-time problem. The technique described in the above-mentioned patent document 1 is primarily intended to compress and store XML data in the HDD, and “XML (text)” → “ASN.1 abstract syntax (text)” → “ASN.1 transfer syntax” (Binary) ”is compressed. Such a process of replacing the target with “ASN.1 abstract syntax (text)” as an intermediate stage has a problem that it does not match real-time processing such as communication.

また、SIPとSigCompとの整合性の問題がある。すなわち、上記特許文献1に記載されたルーチンは、SigCompモジュールの圧縮・解凍アルゴリズムとして動作することができない、という問題がある。   There is also a problem of consistency between SIP and SigComp. That is, there is a problem that the routine described in Patent Document 1 cannot operate as a compression / decompression algorithm of the SigComp module.

本発明は、上記に鑑みてなされたものであって、従来よりも高効率にSIPメッセージを圧縮することが可能、かつリアルタイム性を損なわずにSIPメッセージを圧縮および解凍することが可能なSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを生成するSIPメッセージ圧縮解凍モジュール生成装置を得ることを目的とする。   The present invention has been made in view of the above, and a SIP message capable of compressing a SIP message with higher efficiency than before and capable of compressing and decompressing the SIP message without impairing real-time performance. It is an object of the present invention to obtain a SIP message compression / decompression module generation device that generates a compression module and a SIP message decompression module.

また、SIPメッセージの標準圧縮メカニズムであるSigCompに対して適用可能なSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを生成するSIPメッセージ圧縮解凍モジュール生成装置を得ることを目的とする。   It is another object of the present invention to provide a SIP message compression / decompression module generation apparatus that generates a SIP message compression module and a SIP message decompression module applicable to SigComp, which is a standard compression mechanism for SIP messages.

上述した課題を解決し、目的を達成するために、本発明は、SIPシグナリングを行う通信装置が実装するSIPメッセージの圧縮モジュールおよび解凍モジュールを生成するSIPメッセージ圧縮解凍モジュール生成装置であって、SIPメッセージをASN.1(Abstract Syntax Notation One)抽象構文のテキストとして定義したSIPメッセージ定義情報に基づいて、ASN.1抽象構文に対応するSIPメッセージのバイナリ構造とASN.1転送構文に対応するSIPメッセージのバイナリ構造とを相互に変換するためのプログラムのソースコードを生成する第1のソースコード生成手段と、SIPメッセージ構文とASN.1抽象構文との対応を示す対応定義情報に基づいて、テキストで定義されたSIPメッセージとASN.1抽象構文に対応するメッセージのバイナリ構造とを相互に変換するためのプログラムのソースコードを生成する第2のソースコード生成手段と、前記第1のソースコード生成手段および前記第2のソースコード生成手段が生成したソースコードに基づいて、テキストで定義されたSIPメッセージとASN.1転送構文に対応するメッセージのバイナリ構造とを相互に変換するためのSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを生成するモジュール生成手段と、を備えることを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention provides a SIP message compression / decompression module generation apparatus for generating a SIP message compression module and a decompression module implemented by a communication apparatus that performs SIP signaling. Message to ASN. 1 (Abstract Syntax Notation One) Based on SIP message definition information defined as abstract syntax text, ASN. 1 Binary structure of SIP message corresponding to abstract syntax and ASN. First source code generating means for generating a source code of a program for mutually converting a binary structure of a SIP message corresponding to one transfer syntax, SIP message syntax and ASN. 1 based on the correspondence definition information indicating the correspondence with the abstract syntax and the ASN. Second source code generation means for generating a source code of a program for mutually converting a binary structure of a message corresponding to one abstract syntax, the first source code generation means and the second source code generation Based on the source code generated by the means, the SIP message defined in text and the ASN. Module generating means for generating a SIP message compression module and a SIP message decompression module for mutually converting a binary structure of a message corresponding to one transfer syntax.

この発明によれば、SIPメッセージをASN.1抽象構文のテキストとして定義した情報(SIPメッセージ定義情報)、およびテキストで表現されるSIPメッセージ構文とASN.1抽象構文との対応情報(対応定義情報)に基づいて、SIPメッセージの圧縮効率を大きく向上させることが可能なASN.1転送構文を利用したSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを生成するので、リアルタイム性を損なうことなく通信装置におけるSIPメッセージの圧縮効率を向上させることが可能となる、という効果を奏する。   According to the present invention, the SIP message is transferred to the ASN. 1 Information defined as abstract syntax text (SIP message definition information), SIP message syntax expressed in text and ASN. 1 based on the correspondence information (correspondence definition information) with the abstract syntax, the ASN. Since the SIP message compression module and the SIP message decompression module using the 1 transfer syntax are generated, it is possible to improve the compression efficiency of the SIP message in the communication device without impairing real-time performance.

以下に、本発明にかかるSIPメッセージ圧縮解凍モジュール生成装置の実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Embodiments of a SIP message compression / decompression module generating apparatus according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

実施の形態1.
図1は、本発明にかかるSIPメッセージ圧縮解凍モジュール生成装置の実施の形態1の構成例を示す図である。このSIPメッセージ圧縮解凍モジュール生成装置は、第1のソースコード生成手段である標準変換プログラムソースコード生成部1と、第2のソースコード生成手段である独自変換プログラムソースコード生成部2と、モジュール生成手段である圧縮/解凍モジュール生成部3とを備える。そして、このSIPメッセージ圧縮解凍モジュール生成装置は、IETFにおいて規定されたSIP標準のテキストメッセージをASN.1転送構文のバイナリメッセージに圧縮するために必要なプログラムを生成する。また、逆にASN.1転送構文で送信されたSIPのバイナリメッセージを、SIP標準のテキストメッセージに解凍するためのプログラムを生成する。そして、これらのSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュール(プログラム)を、呼制御プロトコルとしてSIPを使用する無線通信システムを構成する通信装置へ実装することにより、帯域を効率的に利用することが可能となる。以下に、実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置の動作を説明する。
Embodiment 1 FIG.
FIG. 1 is a diagram showing a configuration example of a first embodiment of a SIP message compression / decompression module generation device according to the present invention. This SIP message compression / decompression module generation apparatus includes a standard conversion program source code generation unit 1 as a first source code generation unit, a unique conversion program source code generation unit 2 as a second source code generation unit, and a module generation And a compression / decompression module generation unit 3 as means. Then, the SIP message compression / decompression module generating apparatus converts a SIP standard text message defined in IETF to ASN. A program necessary for compression into a binary message having one transfer syntax is generated. Conversely, ASN. A program for decompressing a SIP binary message sent in one transfer syntax into a SIP standard text message is generated. By mounting these SIP message compression modules and SIP message decompression modules (programs) on a communication device that constitutes a wireless communication system that uses SIP as a call control protocol, it is possible to efficiently use bandwidth. It becomes. The operation of the SIP message compression / decompression module generation device according to the first embodiment will be described below.

まず、SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成動作を図1に基づいて説明する。図1において、11はSIPメッセージをASN.1抽象構文のテキストとして定義したもの(以下、「SIPメッセージ定義情報」と呼ぶ)である。SIPメッセージの定義例の一部を図2に示す。   First, the generation operation of the SIP message compression module and the SIP message decompression module will be described with reference to FIG. In FIG. 1, 11 designates a SIP message as an ASN. It is defined as text of one abstract syntax (hereinafter referred to as “SIP message definition information”). A part of the definition example of the SIP message is shown in FIG.

そして、図1に示したように、標準変換プログラムソースコード生成部1は、SIPメッセージ定義情報11を入力とし、この入力された情報に基づいて、ASN.1抽象構文に対応するメッセージのバイナリ構造とASN.1転送構文に対応するメッセージのバイナリ構造とを変換するプログラムのソースコードを生成出力する。図1に示した13および14は上記標準変換プログラムソースコード生成部1によって自動生成された、「SIP ASN.1抽象構文-転送構文変換のためのヘッダ」および「SIP ASN.1抽象構文-転送構文変換のためのソースコード」である。標準変換プログラムソースコード生成部1は、たとえば、「http://www.oss.com/products/products.html」において提供されるツールを利用して実現できる。このようなツールでは、ASN.1抽象構文に対応するメッセージのバイナリ構造がCやC++の構造体の形で独自に規定されている。また、ASN.1転送構文に対応するメッセージのバイナリ構造は、例えばPERエンコーディングであれば「TU-T X.691」で規定されている。   As shown in FIG. 1, the standard conversion program source code generation unit 1 receives the SIP message definition information 11 as an input, and based on the input information, the ASN. 1 Binary structure of message corresponding to abstract syntax and ASN. A source code of a program for converting a binary structure of a message corresponding to one transfer syntax is generated and output. Reference numerals 13 and 14 shown in FIG. 1 are “SIP ASN.1 abstract syntax-header for transfer syntax conversion” and “SIP ASN.1 abstract syntax-transfer” automatically generated by the standard conversion program source code generation unit 1. "Source code for syntax conversion". The standard conversion program source code generation unit 1 can be realized by using a tool provided at “http://www.oss.com/products/products.html”, for example. In such a tool, ASN. A binary structure of a message corresponding to one abstract syntax is uniquely defined in the form of a C or C ++ structure. In addition, ASN. For example, in the case of PER encoding, a binary structure of a message corresponding to one transfer syntax is defined by “TU-T X.691”.

また、図1に示した12はテキストで表現されるSIPメッセージ構文とASN.1抽象構文との対応を示すもの(以下、「対応定義情報」と呼ぶ)である。対応定義例の一部を図3に示す。   Also, 12 shown in FIG. 1 is a SIP message syntax expressed in text and ASN. It indicates the correspondence with one abstract syntax (hereinafter referred to as “correspondence definition information”). A part of the correspondence definition example is shown in FIG.

この対応定義情報12は、SIPメッセージ構文とASN.1抽象構文を変換するプログラムを自動生成し易いように、各パラメータのマッピングを各々定義したものである。   The correspondence definition information 12 includes SIP message syntax, ASN. Each parameter mapping is defined so that a program for converting one abstract syntax can be automatically generated.

そして、独自変換プログラムソースコード生成部2は、対応定義情報12を入力とし、この入力された情報に基づいて、テキストで定義されたSIPメッセージとASN.1抽象構文に対応するメッセージのバイナリ構造とを変換するプログラムのソースコードを生成出力する。また、独自変換プログラムソースコード生成部2は、必要に応じてSIPメッセージ定義情報11を読み込む。15および16は独自変換プログラムソースコード生成部2によって自動生成された、「SIPテキスト構文とASN.1抽象構文変換のためのヘッダ」および「SIPテキスト構文とASN.1抽象構文変換のためのソースコード」である。なお、SIPテキスト構文とはRFC2543で規定されたものであり、またASN.1抽象構文に対応するメッセージのバイナリ構造とは前述のものと同一である。   Then, the unique conversion program source code generation unit 2 receives the correspondence definition information 12 as an input, and based on the input information, the SIP message defined in text and the ASN. 1. Generate and output a source code of a program that converts a binary structure of a message corresponding to one abstract syntax. Also, the unique conversion program source code generation unit 2 reads the SIP message definition information 11 as necessary. Reference numerals 15 and 16 are “headers for SIP text syntax and ASN.1 abstract syntax conversion” and “sources for SIP text syntax and ASN.1 abstract syntax conversion, which are automatically generated by the original conversion program source code generation unit 2. Code ". Note that the SIP text syntax is defined by RFC2543, and ASN. The binary structure of the message corresponding to one abstract syntax is the same as described above.

18は、圧縮/解凍モジュール生成部3が、標準変換プログラムソースコード生成部1および独自変換プログラムソースコード生成部2が生成したソースコード群(SIP ASN.1抽象構文-転送構文変換のためのヘッダ13,SIP ASN.1抽象構文-転送構文変換のためのソースコード14,SIPテキスト構文とASN.1抽象構文変換のためのヘッダ15,SIPテキスト構文とASN.1抽象構文変換のためのソースコード16)と、予め生成され保持しておいた共通部17とを対象に、コンパイルを実行して生成される圧縮モジュール(Compressor)であり、また19は、同様の方法で生成される解凍モジュール(Decompressor)である。圧縮モジュール18は、テキストで定義されたSIPメッセージをASN.1転送構文に対応するメッセージのバイナリ構造に変換する機能を持ち、解凍モジュール19は、ASN.1転送構文に対応するメッセージのバイナリ構造をテキストで定義されたSIPメッセージに変換する機能を持つ。なお、共通部17は上位および下位とのインタフェース、SIPの構文を理解するパーサなどに関するソースコードを含む。   Reference numeral 18 denotes a source code group (SIP ASN.1 abstract syntax-header for transfer syntax conversion) generated by the compression / decompression module generation unit 3 by the standard conversion program source code generation unit 1 and the original conversion program source code generation unit 2. 13, SIP ASN.1 abstract syntax-source code 14 for transfer syntax conversion, SIP text syntax and header 15 for ASN.1 abstract syntax conversion, SIP text syntax and source code for ASN.1 abstract syntax conversion 16) and a compression module (Compressor) generated by executing compilation for the common unit 17 generated and held in advance, and 19 is a decompression module (Compressor) generated by the same method (19). Decompressor). The compression module 18 converts the SIP message defined in text into ASN. The decompression module 19 has a function of converting to a binary structure of a message corresponding to one transfer syntax. It has a function of converting a binary structure of a message corresponding to one transfer syntax into a SIP message defined by text. Note that the common unit 17 includes source code relating to interfaces with upper and lower levels, a parser that understands the syntax of SIP, and the like.

図4は、圧縮モジュール18の構成概念図を示し、また図5は、解凍モジュール19の構成概念図を示す。なお、図4および図5中に記載された、テキストで表現されるSIPメッセージをバイナリで表現されるASN.1抽象構文へ変換する変換モジュール22(SIPテキストメッセージ→ASN.1抽象構文変換モジュール22)、およびバイナリで表現されるASN.1抽象構文をテキストで表現されるSIPメッセージへ変換する変換モジュール24(ASN.1抽象構文→SIPテキストメッセージ変換モジュール24)は、図6−1および図6−2に示すように、中間にSIPメッセージ構文とASN.1ではない独自のバイナリ表現との変換段(SIPテキスト-独自バイナリ変換部)25,26を設けて実現してもよい。一般にSIPアプリケーションは、パーサ(テキストで表現されるSIPメッセージを独自のバイナリ表現で置き換える機構)を持っている。そのため、このパーサを流用することにより図6−1および図6−2に示す変換段25,26を実現できる。   FIG. 4 shows a conceptual diagram of the compression module 18, and FIG. 5 shows a conceptual diagram of the decompression module 19. 4 and 5, the SIP message expressed in text is expressed in binary as ASN. 1 conversion module 22 (SIP text message → ASN.1 abstract syntax conversion module 22) for converting into an abstract syntax, and ASN.1 expressed in binary. The conversion module 24 (ASN.1 abstract syntax → SIP text message conversion module 24) that converts 1 abstract syntax into a SIP message expressed in text, as shown in FIG. 6-1 and FIG. Message syntax and ASN. It may be realized by providing conversion stages (SIP text-original binary conversion units) 25 and 26 with original binary expressions other than 1. In general, a SIP application has a parser (a mechanism for replacing a SIP message expressed in text with a unique binary expression). Therefore, conversion stages 25 and 26 shown in FIGS. 6A and 6B can be realized by using this parser.

つづいて、通信装置がSIPメッセージを送受信する場合のSIPメッセージ圧縮動作および解凍動作について説明する。図7は、上記生成した圧縮モジュール18および解凍モジュール19を使用して行うSIPメッセージの送受信動作例を示す図である。図7において、31は圧縮モジュール18および解凍モジュール19を介してSIPメッセージを送受信するSIPアプリケーション(SIP Application)、32はSIPメッセージのトランスポートレイヤ(Transport Layer)である。SIPメッセージを送信する場合、SIPアプリケーション31は、圧縮モジュール18を起動して(利用して)メッセージをASN.1転送構文に変換し、変換処理の結果得られたSIPメッセージ(圧縮されたSIPメッセージ)を、トランスポートレイヤ32を使用して送信する。また、SIPアプリケーション31は、トランスポートレイヤ32から圧縮されたSIPメッセージを受信した場合、解凍モジュール19を利用して受信したSIPメッセージを解凍し、解凍の結果得られたSIPメッセージを使用する。   Next, the SIP message compression operation and decompression operation when the communication device transmits and receives an SIP message will be described. FIG. 7 is a diagram showing an example of a SIP message transmission / reception operation performed using the compression module 18 and the decompression module 19 generated as described above. In FIG. 7, 31 is a SIP application (SIP Application) that transmits and receives a SIP message via the compression module 18 and the decompression module 19, and 32 is a transport layer of the SIP message. When transmitting a SIP message, the SIP application 31 activates (utilizes) the compression module 18 to send the message to the ASN. A SIP message (compressed SIP message) obtained as a result of the conversion process is transmitted using the transport layer 32. When the SIP application 31 receives a compressed SIP message from the transport layer 32, the SIP application 31 decompresses the received SIP message using the decompression module 19, and uses the SIP message obtained as a result of decompression.

なお本実施の形態では、RFC2543において規定されているSIPに関するメッセージの圧縮・解凍の手法について説明を行ったが、同様の手法が、RFC2327において規定されているSDP(session description protocol)に対しても適用可能である。   In the present embodiment, the SIP message compression / decompression method defined in RFC2543 has been described, but the same method can be applied to SDP (session description protocol) defined in RFC2327. Applicable.

このように、本実施の形態においては、SIPメッセージをASN.1抽象構文のテキストとして定義した情報(SIPメッセージ定義情報)、およびテキストで表現されるSIPメッセージ構文とASN.1抽象構文との対応情報(対応定義情報)に基づいて、SIPメッセージの圧縮効率を大きく向上させることが可能なASN.1転送構文を利用したSIPメッセージの圧縮モジュールおよび解凍モジュールを生成することとした。これにより、リアルタイム性を損なうことなく通信装置におけるSIPメッセージの圧縮効率を向上させることが可能となる。   As described above, in the present embodiment, the SIP message is transmitted as ASN. 1 Information defined as abstract syntax text (SIP message definition information), SIP message syntax expressed in text and ASN. 1 based on the correspondence information (correspondence definition information) with the abstract syntax, the ASN. A SIP message compression module and decompression module using one transfer syntax are generated. Thereby, the compression efficiency of the SIP message in the communication device can be improved without impairing the real-time property.

また、圧縮、解凍モジュールは、予め生成しておいた二つの定義ファイルに基づいて生成するため、たとえば、SIPが拡張された場合、定義ファイルの更新することによりSIPの拡張内容に柔軟に対応でき、SIPの構造を意識しないDeflateなどと同等のメンテナンス性(メンテナンスのしやすさ)を保証することができる。すなわち、SIPが拡張された場合であっても。圧縮、解凍モジュールを大きく改造する必要がない。   In addition, since the compression and decompression modules are generated based on two definition files that have been generated in advance, for example, when SIP is expanded, it is possible to flexibly handle the expanded contents of SIP by updating the definition file. As a result, maintenance performance (ease of maintenance) equivalent to Deflate, which is not conscious of the SIP structure, can be ensured. That is, even when SIP is extended. There is no need to make major modifications to the compression / decompression module.

実施の形態2.
つづいて、実施の形態2について説明する。本実施の形態では、既存のSigComp対応のSIPプリケーションを備えた通信装置が、実施の形態1で示したSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを利用してSIPメッセージを送受信する場合について説明する。なお、通信装置自身のハードウエア構成自体は従来から存在する一般的なSIP対応の通信装置と同様である。図8は、通信装置におけるSIPテキストメッセージの標準圧縮メカニズムであるSigCompの中で、圧縮アルゴリズムとしてASN.1転送構文を使用する場合の概念図を示したものである。図8において、18aは、実施の形態1で説明したASN.1転送構文を圧縮アルゴリズムとしてとらえ、この処理をSigCompの圧縮部(Compressor)として取り込んだものである。19aは、同様のコンセプトの解凍部(Decompressor)である。また、41はSIPアプリケーション(SIP Application)、42はトランスポートレイヤ(Transport Layer)、43はSigCompモジュールである。また、SigCompモジュール43は、圧縮部18a,解凍部19aの他に、配送部(Dispatcher)44および45,状態管理部(State Handler)46を含んでいる。なお、配送部44および45,状態管理部46は、上述した図12の配送部94および95,状態管理部98と同じものである。
Embodiment 2. FIG.
Next, the second embodiment will be described. In the present embodiment, a case will be described in which a communication apparatus having an existing SIP application compatible with SigComp transmits and receives a SIP message using the SIP message compression module and the SIP message decompression module described in the first embodiment. . Note that the hardware configuration of the communication device itself is the same as that of a conventional SIP-compatible communication device. FIG. 8 shows a compression algorithm of ASN.1 in SigComp, which is a standard compression mechanism for SIP text messages in a communication apparatus. The conceptual diagram in the case of using 1 transfer syntax is shown. In FIG. 8, reference numeral 18 a denotes ASN. One transfer syntax is regarded as a compression algorithm, and this processing is taken in as a compressor of SigComp. 19a is a decompressor (Decompressor) of the same concept. 41 is a SIP application, 42 is a transport layer, and 43 is a SigComp module. The SigComp module 43 includes delivery units (Dispatchers) 44 and 45 and a state management unit (State Handler) 46 in addition to the compression unit 18a and the decompression unit 19a. The delivery units 44 and 45 and the state management unit 46 are the same as the delivery units 94 and 95 and the state management unit 98 of FIG.

既存のSigComp対応のSIPプリケーションである上位のSIPアプリケーション41にとって、圧縮および解凍メカニズムが標準のメカニズム(SigComp標準)に見えることが、既存のSIP対応通信装置へASN.1転送構文を利用したSIPメッセージの圧縮モジュールおよび解凍解凍モジュールを適用するために重要である。そのため本実施の形態においては、SigCompモジュール43とSIPアプリケーション41との間のAPI(Application Program Interface)をSigComp互換とする。これを実現するため、たとえば以下のように送信APIを規定する。
SigComp_MessageSend(int compartment_id, char *sip_message, int length)
For the higher-level SIP application 41 that is an existing SigComp-compatible SIP application, the compression and decompression mechanism appears to be a standard mechanism (SigComp standard). It is important to apply a compression module and a decompression / decompression module for SIP messages using the one transfer syntax. Therefore, in this embodiment, the API (Application Program Interface) between the SigComp module 43 and the SIP application 41 is made SigComp compatible. In order to realize this, for example, the transmission API is defined as follows.
SigComp_MessageSend (int compartment_id, char * sip_message, int length)

ここで、compartment_idはSigComp上、圧縮部18aインスタンスを指定するIDであり、仮にSIPメッセージが全て本発明の内容で圧縮されるのであれば固定値でよい。sip_messageはテキストで記述されたSIP送信メッセージ、lengthはそのメッセージバイト数である。   Here, compartment_id is an ID for designating the compression unit 18a instance on SigComp, and may be a fixed value if all SIP messages are compressed with the contents of the present invention. sip_message is a SIP transmission message described in text, and length is the number of message bytes.

一方、受信APIは一例として以下のコールバックルーチンで定義する。
SigComp_MessageRecv(char *sip_message, int length, int *compartment_id)
On the other hand, the reception API is defined by the following callback routine as an example.
SigComp_MessageRecv (char * sip_message, int length, int * compartment_id)

このルーチンが予めシステムに登録されると、メッセージ受信時このAPIがシステムから起動される。ここで、sip_messageはテキストで記述されたSIP受信メッセージ、lengthはそのメッセージバイト数、compartment_idはこのコールバックの中で更新されるIDである。compartment_idは圧縮サイドと解凍サイドでUDVMコードなどの状態を共有するためのものであり、SIPメッセージが全て本発明にかかる方式を用いて解凍されるのであれば送信時に指定した値であればよい。   If this routine is registered in the system in advance, this API is activated from the system when a message is received. Here, sip_message is an SIP received message described in text, length is the number of message bytes, and compartment_id is an ID updated in this callback. The compartment_id is for sharing the state of the UDVM code and the like between the compression side and the decompression side, and may be a value specified at the time of transmission if all SIP messages are decompressed using the method according to the present invention.

なお、SigCompでは対向SigComp間でのメッセージを定義しているが、圧縮サイドと解凍サイドが本発明にかかる方式のみに従うならメッセージは独自でも良い。また、SigCompで規定されたメッセージを使用する場合、このメッセージで規定されている「Returned feed back itemパラメータ」はヌルになり、「partial state identifierパラメータ」はASN.1転送構文を使用した圧縮を示す固定値とすればよい。   SigComp defines a message between opposing SigComps, but the message may be unique if the compression side and decompression side follow only the method according to the present invention. When using a message specified by SigComp, the “Returned feed back item parameter” specified in this message is null, and the “partial state identifier parameter” is ASN. A fixed value indicating compression using one transfer syntax may be used.

以上のような手法を用いてSigCompにASN.1転送構文を利用した圧縮モジュールおよび解凍モジュールを適用することにより、上位のSIPプリケーションにとってあたかも、SigComp標準が動作しているようにみせることができる。すなわち、SigCompにASN.1転送構文を利用した圧縮モジュールおよび解凍モジュールを既存のSigCompに対応したSIPプリケーションに対して適用することができる。   Using the above method, ASN. By applying a compression module and a decompression module using the 1 transfer syntax, it is possible to make it appear as if the SigComp standard is operating to a higher-level SIP application. That is, ASN. The compression module and the decompression module using the 1 transfer syntax can be applied to the existing SIP application corresponding to SigComp.

実施の形態3.
つづいて、実施の形態3について説明する。図9は、本発明にかかるSIPメッセージ圧縮解凍モジュール生成装置の実施の形態3の構成例を示す図である。本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置は、上述した実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置と同様に、標準変換プログラムソースコード生成部1と、独自変換プログラムソースコード生成部2と、圧縮/解凍モジュール生成部3とを備える。本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置は、SIP標準のテキストメッセージをASN.1転送構文のバイナリメッセージに圧縮するために必要なSigComp対応プログラムを生成する。また、逆にASN.1転送構文で送信されたSIPのバイナリメッセージを解凍し、SIP標準のテキストメッセージを得るためのSigComp対応プログラムを生成する。
Embodiment 3 FIG.
Next, Embodiment 3 will be described. FIG. 9 is a diagram illustrating a configuration example of the third embodiment of the SIP message compression / decompression module generation device according to the present invention. Similar to the SIP message compression / decompression module generation device of the first embodiment described above, the SIP message compression / decompression module generation device of the present embodiment has a standard conversion program source code generation unit 1 and a unique conversion program source code generation unit 2. And a compression / decompression module generation unit 3. The SIP message compression / decompression module generating apparatus of this embodiment converts a SIP standard text message into an ASN. Generate a SigComp-compatible program that is required to compress the binary message into one transfer syntax. Conversely, ASN. The SIP binary message transmitted with one transfer syntax is decompressed, and a SigComp-compatible program for obtaining a SIP standard text message is generated.

上記SIPメッセージを圧縮および解凍するSigComp対応プログラムを生成する場合、実施の形態1の場合と同様に、標準変換プログラムソースコード生成部1は、入力情報であるSIPメッセージ定義情報11に基づいて、「SIP ASN.1抽象構文-転送構文変換のためのヘッダ13」および「SIP ASN.1抽象構文-転送構文変換のためのソースコード14」を生成する。また、独自変換プログラムソースコード生成部2は、入力情報である対応定義情報12に基づいて、「SIPテキスト構文とASN.1抽象構文変換のためのヘッダ15」および「SIPテキスト構文とASN.1抽象構文変換のためのソースコード16」を生成する。   When generating a SigComp-compatible program that compresses and decompresses the SIP message, the standard conversion program source code generation unit 1 uses the SIP message definition information 11 that is input information, as in the case of the first embodiment. SIP ASN.1 abstract syntax-header 13 for transfer syntax conversion "and" SIP ASN.1 abstract syntax-source code 14 for transfer syntax conversion "are generated. Further, the unique conversion program source code generation unit 2 generates “SIP text syntax and header 15 for abstract syntax conversion” and “SIP text syntax and ASN.1” based on the correspondence definition information 12 as input information. Source code 16 "for abstract syntax conversion is generated.

また、共通部17aがSigComp特有の機能(例えば「compartment_id」、「Returned feed back item」、「partial state identifier」の処理など)を実現する。そして、圧縮/解凍モジュール生成部3は、共通部17aおよび上記ソースコード群を使用して、SigCompに対応した圧縮モジュール(Compressor)18a,解凍モジュール(Decompressor)19aを生成する。なお、共通部17aは生成するSIPメッセージ圧縮モジュールおよび解凍モジュールに対応させて予め生成され、圧縮/解凍モジュール生成部3が保持しているものとする。   Further, the common unit 17a realizes a function specific to SigComp (for example, processing of “compartment_id”, “Returned feed back item”, “partial state identifier”, and the like). Then, the compression / decompression module generation unit 3 generates a compression module (Compressor) 18a and a decompression module (Decompressor) 19a corresponding to SigComp using the common unit 17a and the source code group. The common unit 17a is generated in advance corresponding to the SIP message compression module and the decompression module to be generated, and is held by the compression / decompression module generation unit 3.

このように、本実施の形態においては、生成したい圧縮解凍モジュール(SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュール)に対応した共通部を予め準備しておき、この共通部を使用して所望の圧縮解凍モジュールを生成するようにした。これにより、たとえばSigComp対応の圧縮解凍モジュールを、共通部を変更するだけで生成できる。また、SIPの拡張に対して2つの定義ファイルの更新のみで対応でき、実施の形態1の場合と同様に、SIPの構造を意識しないDeflateなどと同様のメンテ性を保証することができる。   As described above, in this embodiment, a common unit corresponding to the compression / decompression module (SIP message compression module and SIP message decompression module) to be generated is prepared in advance, and a desired compression / decompression is performed using this common unit. A module was generated. Thus, for example, a compression / decompression module compatible with SigComp can be generated simply by changing the common part. Further, it is possible to cope with the SIP extension only by updating the two definition files, and as in the case of the first embodiment, it is possible to guarantee the same maintainability as Deflate or the like that is unaware of the SIP structure.

実施の形態4.
つづいて、実施の形態4について説明する。なお、本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置の構成は上述した実施の形態1と同様である。本実施の形態においては、SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成動作において使用する対応定義情報12をSIPメッセージのテキスト構文の性質に着目して生成することにより圧縮効率をさらに向上させる方法について説明する。
Embodiment 4 FIG.
Next, the fourth embodiment will be described. The configuration of the SIP message compression / decompression module generation apparatus according to the present embodiment is the same as that of the first embodiment. In the present embodiment, a method for further improving the compression efficiency by generating the correspondence definition information 12 used in the generation operation of the SIP message compression module and the SIP message decompression module by paying attention to the property of the text syntax of the SIP message. explain.

SIPメッセージのテキスト構文中には特定の文字列が多く設定される。例えば、「From:<sip:alice@home1.net>」のURIアドレス表現があった場合、一般的には“sip:"と“@home1.net"は半固定的になる。すなわち、異なる相手とSIPメッセージの送受信を行う場合であってもこれらの文字列は同様に使用される。そのため、URIフォーマットをASN.1抽象構文で定義する場合、それを構成するパーツ(半固定的な部分であって、特定の意味(情報)を示す文字列)に分解し、それらを図10に示したように定義する。この場合、対応定義情報12における定義文をたとえば図11のように変更する。   Many specific character strings are set in the text syntax of the SIP message. For example, if there is a URI address expression “From: <sip: alice@home1.net>”, “sip:” and “@ home1.net” are generally semi-fixed. That is, these character strings are used in the same manner even when SIP messages are transmitted / received to / from different parties. Therefore, the URI format is changed to ASN. In the case of defining with one abstract syntax, it is broken down into parts (a character string indicating a specific meaning (information) which is a semi-fixed part) and defined as shown in FIG. In this case, the definition sentence in the correspondence definition information 12 is changed as shown in FIG.

このように変数を分解して、パーツのとりうる値を選択的に定義すると(半固定的な文字列を、それを一意に示す数値情報に置き換えると)、ASN.1転送構文の特性から圧縮効率を向上させることができる。   If the variables are decomposed in this way and the possible values of the parts are selectively defined (replacement of semi-fixed character strings with numerical information uniquely indicating them), ASN. The compression efficiency can be improved from the characteristics of one transfer syntax.

また、SIPメッセージのテキスト構文中に現れるパラメータには整数、文字列などがある。しかしながら、各パラメータの範囲(整数の範囲や文字列の長さ)は冗長に確保されている場合がある。そのため、パラメータの範囲や文字数をたとえば必要最小限の範囲や文字数となるように強制的に制限して、ASN.1抽象構文(対応定義情報12)を定義する。   Parameters that appear in the text syntax of SIP messages include integers and character strings. However, the ranges of each parameter (integer range and character string length) may be redundantly secured. For this reason, the range of parameters and the number of characters are forcibly limited to the minimum necessary range and the number of characters, for example. One abstract syntax (correspondence definition information 12) is defined.

このような範囲を制限する手法により、BER(Basic Encoding Rules)など転送構文の種類によってはSIPメッセージがASN.1転送構文に変換されたときのサイズが小さくなり、圧縮効率を向上させることができる。   By such a method of limiting the range, the SIP message may be ASN. The size when converted into one transfer syntax is reduced, and the compression efficiency can be improved.

なお、上記2つの手法(パーツのとりうる値を選択的に定義する手法、範囲を制限する手法)を同時に適用してもよい。また、本実施の形態においては、実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置に対して上記2つの手法を適用する場合について説明を行ったが、これらの手法を実施の形態2および3のSIPメッセージ圧縮解凍モジュール生成装置に対して適用することも可能である。   Note that the above two methods (a method for selectively defining a possible value of a part and a method for limiting the range) may be applied simultaneously. In the present embodiment, the case where the above two methods are applied to the SIP message compression / decompression module generating apparatus according to the first embodiment has been described. However, these methods are described in the second and third embodiments. The present invention can also be applied to a SIP message compression / decompression module generation device.

実施の形態5.
本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置の構成は上述した実施の形態1と同様である。本実施の形態においては、SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成動作において使用する対応定義情報12をSIPメッセージのテキスト構文およびSIPシグナリングを行う通信装置の性質に着目して生成することにより圧縮効率をさらに向上させる方法について説明する。
Embodiment 5 FIG.
The configuration of the SIP message compression / decompression module generating apparatus according to the present embodiment is the same as that of the first embodiment. In the present embodiment, the correspondence definition information 12 used in the generation operation of the SIP message compression module and the SIP message decompression module is compressed by generating by paying attention to the text syntax of the SIP message and the nature of the communication device that performs SIP signaling. A method for further improving the efficiency will be described.

テキストで定義されたSIPメッセージ中にはSIP標準およびSIPメッセージ圧縮モジュール、SIPメッセージ解凍モジュールを使用する通信システムにおいて一意に規定される文字列が多く含まれる。例えば、SIPメッセージに含まれるヘッダに「Via:SIP/2.0/UDP scscf1.home1.net;branch=z9hG4bKs1pp0」の表現があった場合、パラメータとして含まれる文字列中の“SIP”および“z9hG4bK”はSIP標準で一意に決められた文字列である。同様に、“SIP/2.0/UDP”はSIPメッセージ圧縮解凍モジュール生成装置を使用する通信システムにおいて一意に決められた文字列である。すなわち、SIP標準や通信システムで一意に規定される文字列は圧縮時に取り除き、解凍時に復元させることができる。そのため、SIPメッセージを構成するパーツに分解し、かつ分解した結果が上述した一意に規定される文字列であった場合、圧縮モジュール(Compressor)18または解凍モジュール(Decompressor)19に含まれる「SIPテキスト→ASN.1抽象構文変換モジュール22」および、「ASN.1抽象構文→SIPテキスト変換モジュール24」において削除および復元を行う。   The SIP message defined in the text includes many character strings uniquely defined in a communication system using the SIP standard, the SIP message compression module, and the SIP message decompression module. For example, if there is an expression “Via: SIP / 2.0 / UDP scscf1.home1.net; branch = z9hG4bKs1pp0” in the header included in the SIP message, “SIP” and “z9hG4bK” in the character string included as parameters are A character string uniquely determined by the SIP standard. Similarly, “SIP / 2.0 / UDP” is a character string uniquely determined in the communication system using the SIP message compression / decompression module generating apparatus. That is, the character string uniquely defined by the SIP standard or the communication system can be removed at the time of compression and restored at the time of decompression. Therefore, when the SIP message is decomposed into parts constituting the SIP message and the result of the decomposition is the above-described uniquely defined character string, the “SIP text included in the compression module (Compressor) 18 or the decompression module (Decompressor) 19 is included. → ASN.1 abstract syntax conversion module 22 ”and“ ASN.1 abstract syntax → SIP text conversion module 24 ”are deleted and restored.

このように変数を分解して、パーツのとりうる値に対してASN.1転送構文への必要性を分析し復元可能な情報を対応定義情報から削除することで、圧縮率を向上させることができる。   In this way, the variables are decomposed, and the ASN. The compression rate can be improved by analyzing the necessity for 1 transfer syntax and deleting the recoverable information from the correspondence definition information.

なお、本実施の形態においては、実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置に対して上記の手法を適用する場合について説明を行ったが、これらの手法を実施の形態2〜4のSIPメッセージ圧縮解凍モジュール生成装置に対して適用することも可能である。   In the present embodiment, the case where the above method is applied to the SIP message compression / decompression module generating apparatus according to the first embodiment has been described. However, these methods are applied to the SIP according to the second to fourth embodiments. It is also possible to apply to a message compression / decompression module generation device.

実施の形態6.
本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置の構成は上述した実施の形態1と同様である。本実施の形態においては、SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成動作において使用する対応定義情報12をSIPメッセージのテキスト構文およびSIPメッセージ圧縮解凍モジュールを実装する通信装置の性質に着目して生成することにより圧縮効率をさらに向上させる方法について説明する。
Embodiment 6 FIG.
The configuration of the SIP message compression / decompression module generating apparatus according to the present embodiment is the same as that of the first embodiment. In the present embodiment, the correspondence definition information 12 used in the generation operation of the SIP message compression module and the SIP message decompression module is generated by paying attention to the text syntax of the SIP message and the nature of the communication device that implements the SIP message compression and decompression module. A method for further improving the compression efficiency will be described.

テキストで定義されたSIPメッセージ中にはSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを使用する通信システムにおいて、SIPメッセージ圧縮モジュールを使用する特定の通信装置に固有の情報であって、かつSIPメッセージ解凍モジュールを使用する特定の通信装置にあらかじめ通知されている情報が含まれる。例えば、SIPメッセージに含まれるヘッダに「Allow:INVITE,ACK,CANCEL,BYE,PRACK,UPDATE,REFER,MESSAGE」の情報があった場合、ここで示されるような端末能力を表す情報は3GPP(3rd Generation Partnership Project)で規定される移動体通信システムを仮定した場合には、RRC(Radio Resource Control)コネクションの設定により、あらかじめシステム側へ登録されていると考えることができる。そのため、SIPメッセージを構成するパーツに分解し、かつ分解した結果が上述したあらかじめSIPシグナリングを受信する装置へ通知されている文字列であった場合、(圧縮モジュール)Compressor18または(解凍モジュール)Decompressor19に含まれる「SIPテキスト→ASN.1抽象構文変換モジュール22」および「ASN.1抽象構文→SIPテキスト変換モジュール24」において削除および復元を行う。   In a SIP message defined in the text, in a communication system using a SIP message compression module and a SIP message decompression module, the information is specific to a specific communication device using the SIP message compression module, and the SIP message decompression module Information that is notified in advance to a specific communication device that uses is included. For example, when there is information “Allow: INVITE, ACK, CANCEL, BYE, PRACK, UPDATE, REFER, MESSAGE” in the header included in the SIP message, the information indicating the terminal capability as shown here is 3GPP (3rd When a mobile communication system defined by the Generation Partnership Project) is assumed, it can be considered that the system is registered in advance by setting an RRC (Radio Resource Control) connection. Therefore, if the character string is decomposed into parts constituting the SIP message and the result of the decomposition is a character string notified to the above-described device that receives SIP signaling in advance, the (compression module) Compressor 18 or (decompression module) Decompressor 19 Deletion and restoration are performed in the included “SIP text → ASN.1 abstract syntax conversion module 22” and “ASN.1 abstract syntax → SIP text conversion module 24”.

このように変数を分解して、パーツのとりうる値に対してASN.1転送構文への必要性を分析し復元可能な情報を対応定義情報から削除することで、圧縮率を向上させることができる。   In this way, the variables are decomposed, and the ASN. The compression rate can be improved by analyzing the necessity for 1 transfer syntax and deleting the recoverable information from the correspondence definition information.

なお、本実施の形態においては、実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置に対して上記の手法を適用する場合について説明を行ったが、これらの手法を実施の形態2〜5のSIPメッセージ圧縮解凍モジュール生成装置に対して適用することも可能である。   In the present embodiment, the case where the above method is applied to the SIP message compression / decompression module generating apparatus according to the first embodiment has been described. However, these methods are applied to the SIPs according to the second to fifth embodiments. It is also possible to apply to a message compression / decompression module generation device.

実施の形態7.
本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置の構成は上述した実施の形態1と同様である。本実施の形態においては、SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成動作において使用する対応定義情報12をSIPメッセージのテキスト構文の性質に着目して生成することにより圧縮効率をさらに向上させる方法について説明する。
Embodiment 7 FIG.
The configuration of the SIP message compression / decompression module generating apparatus according to the present embodiment is the same as that of the first embodiment. In the present embodiment, a method for further improving the compression efficiency by generating the correspondence definition information 12 used in the generation operation of the SIP message compression module and the SIP message decompression module by paying attention to the property of the text syntax of the SIP message. explain.

テキストで定義されたSIPメッセージ中には複数回使用される文字列が多く設定される。例えば、SIPメッセージに含まれるヘッダに「From:<sip:alice@home1.net>」と「Route:<sip:scscf1.home1.net>」の表現があった場合、“home1.net”は複数回使用されている。そのため、SIPメッセージをASN.1抽象構文で定義する場合、SIPメッセージを構成するパーツに分解し、かつ分解した結果が同一の文字列であった場合、2度目以降に使用される文字列を解凍モジュールにて解凍する段階において復元可能な情報(例えば、それを一意に示す数値情報)に置き換えることで、ASN.1転送構文の特性から圧縮率を向上させることができる。   In a SIP message defined by text, a number of character strings that are used multiple times are set. For example, if the header included in the SIP message contains the expressions “From: <sip: alice@home1.net>” and “Route: <sip: scscf1.home1.net>”, there are multiple “home1.net” Used once. Therefore, the SIP message is sent to ASN. When defining with one abstract syntax, if it is decomposed into parts that make up a SIP message, and the result of the decomposition is the same character string, the decompression module decompresses the character string used for the second time or later By replacing it with information that can be restored (for example, numerical information that uniquely indicates it), ASN. The compression rate can be improved due to the characteristics of one transfer syntax.

このように変数を分解して、パーツのとりうる値に対してASN.1転送構文への必要性を分析し復元可能な情報を対応定義情報から削除することで、圧縮率を向上させることができる。   In this way, the variables are decomposed, and the ASN. The compression rate can be improved by analyzing the necessity for 1 transfer syntax and deleting the recoverable information from the correspondence definition information.

なお、本実施の形態においては、実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置に対して上記の手法を適用する場合について説明を行ったが、これらの手法を実施の形態2〜6のSIPメッセージ圧縮解凍モジュール生成装置に対して適用することも可能である。   In the present embodiment, the case where the above method is applied to the SIP message compression / decompression module generating apparatus of the first embodiment has been described. However, these methods are applied to the SIPs of the second to sixth embodiments. It is also possible to apply to a message compression / decompression module generation device.

実施の形態8.
本実施の形態のSIPメッセージ圧縮解凍モジュール生成装置の構成は上述した実施の形態1と同様である。本実施の形態においては、SIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成動作において使用する対応定義情報12をSIPメッセージのテキスト構文およびSIPメッセージ圧縮解凍モジュールを実装する通信装置が接続するネットワークシステムの性質に着目して生成することにより圧縮効率をさらに向上させる方法について説明する。
Embodiment 8 FIG.
The configuration of the SIP message compression / decompression module generating apparatus according to the present embodiment is the same as that of the first embodiment. In the present embodiment, the property of the network system in which correspondence definition information 12 used in the generation operation of the SIP message compression module and the SIP message decompression module is connected to the text syntax of the SIP message and a communication device that implements the SIP message compression and decompression module. A method for further improving the compression efficiency by generating by paying attention to the above will be described.

テキストで定義されたSIPメッセージ中にはSIP圧縮解凍モジュールを使用する通信システムにおいて、ネットワークアクセスを行う段階で一意に付与される情報が含まれる。例えば、RFC3455にて規定されるようにSIPメッセージに含まれるヘッダに「P-Access-Network-Info:3GPP-UTRAN-TDD;utran-cell-id-3gpp=C359A3913B20E」の表現があった場合、パラメータとして含まれる文字列中の“C359A3913B20E”は通信装置が接続するセルを識別するための情報、つまりアクセス網によって付与された情報である。そのため、SIPメッセージを構成するパーツに分解し、かつ分解した結果が上述したSIPシグナリングを中継する装置から与えられた情報であった場合、圧縮モジュール(Compressor)18または解凍モジュール(Decompressor)19に含まれる「SIPテキスト→ASN.1抽象構文変換モジュール22」および「ASN.1抽象構文→SIPテキスト変換モジュール24」において削除および復元を行う。   The SIP message defined in the text includes information uniquely given at the stage of network access in the communication system using the SIP compression / decompression module. For example, if the header included in the SIP message has the expression “P-Access-Network-Info: 3GPP-UTRAN-TDD; utran-cell-id-3gpp = C359A3913B20E” as specified in RFC3455, the parameter "C359A3913B20E" in the character string included as is information for identifying a cell to which the communication apparatus is connected, that is, information given by the access network. Therefore, if the SIP message is decomposed into parts constituting the SIP message, and the result of the decomposition is information given from the above-described device that relays SIP signaling, it is included in the compression module (Compressor) 18 or the decompression module (Decompressor) 19 The “SIP text → ASN.1 abstract syntax conversion module 22” and “ASN.1 abstract syntax → SIP text conversion module 24” are deleted and restored.

このように変数を分解して、パーツのとりうる値に対してASN.1転送構文への必要性を分析し復元可能な情報を対応定義情報から削除することで、圧縮率を向上させることができる。   In this way, the variables are decomposed, and the ASN. The compression rate can be improved by analyzing the necessity for 1 transfer syntax and deleting the recoverable information from the correspondence definition information.

なお、本実施の形態においては、実施の形態1のSIPメッセージ圧縮解凍モジュール生成装置に対して上記の手法を適用する場合について説明を行ったが、これらの手法を実施の形態2〜7のSIPメッセージ圧縮解凍モジュール生成装置に対して適用することも可能である。   In the present embodiment, the case where the above technique is applied to the SIP message compression / decompression module generating apparatus according to the first embodiment has been described. However, these techniques are applied to the SIP according to the second to seventh embodiments. It is also possible to apply to a message compression / decompression module generation device.

以上のように、本発明にかかるSIPメッセージ圧縮解凍モジュール生成装置は、通信装置において使用される、SIPなどのテキストベースのメッセージの圧縮および解凍を行うモジュールの生成に有用であり、特に、リアルタイム性を損なわずにSIPメッセージを高効率に圧縮することが可能なSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールの生成に適している。   As described above, the SIP message compression / decompression module generating apparatus according to the present invention is useful for generating a module for compressing and decompressing a text-based message such as SIP used in a communication apparatus. It is suitable for generation of a SIP message compression module and a SIP message decompression module that can compress a SIP message with high efficiency without impairing the above.

本発明にかかるSIPメッセージ圧縮解凍モジュール生成装置の実施の形態1の構成例を示す図である。It is a figure which shows the structural example of Embodiment 1 of the SIP message compression / decompression module generation apparatus concerning this invention. SIPメッセージをASN.1抽象構文のテキストとして定義する場合の一例を示す図である。SIP message is sent to ASN. It is a figure which shows an example in the case of defining as a text of 1 abstract syntax. テキストで表現されるSIPメッセージ構文とASN.1抽象構文との対応例を示す図である。SIP message syntax expressed in text and ASN. It is a figure which shows the example of a response | compatibility with 1 abstract syntax. 圧縮モジュールの構成概念を示す図である。It is a figure which shows the structural concept of a compression module. 解凍モジュールの構成概念を示す図である。It is a figure which shows the structural concept of a decompression | decompression module. テキストで表現されるSIPメッセージをバイナリで表現されるASN.1抽象構文へ変換する変換モジュールの構成例を示す図である。A SIP message expressed in text is converted into an ASN. It is a figure which shows the structural example of the conversion module converted into 1 abstract syntax. バイナリで表現されるASN.1抽象構文をテキストで表現されるSIPメッセージへ変換する変換モジュールの構成例を示す図である。ASN. It is a figure which shows the structural example of the conversion module which converts 1 abstract syntax into the SIP message expressed with a text. 圧縮モジュールおよび解凍モジュールを使用して行うSIPメッセージの送受信動作例を示す図である。It is a figure which shows the example of transmission / reception operation | movement of the SIP message performed using a compression module and a decompression | decompression module. SigCompの中で、圧縮アルゴリズムとしてASN.1転送構文を使用する場合の概念を示す図である。In SigComp, ASN. It is a figure which shows the concept in the case of using 1 transfer syntax. 本発明にかかるSIPメッセージ圧縮解凍モジュール生成装置の実施の形態3の構成例を示す図である。It is a figure which shows the structural example of Embodiment 3 of the SIP message compression / decompression module generation apparatus concerning this invention. テキストで表現されたURIアドレスをASN.1抽象構文のテキストとして定義する場合の一例を示す図である。The URI address expressed in text is set to ASN. It is a figure which shows an example in the case of defining as a text of 1 abstract syntax. テキストで表現されるSIPメッセージ構文とASN.1抽象構文との対応例を示す図である。SIP message syntax expressed in text and ASN. It is a figure which shows the example of a response | compatibility with 1 abstract syntax. 従来技術を説明するための図である。It is a figure for demonstrating a prior art.

符号の説明Explanation of symbols

1 標準変換プログラムソースコード生成部
2 独自変換プログラムソースコード生成部
3 圧縮/解凍モジュール生成部
11 SIPメッセージ定義情報
12 対応定義情報
13 SIP ASN.1抽象構文-転送構文変換のためのヘッダ
14 SIP ASN.1抽象構文-転送構文変換のためのソースコード
15 SIPテキスト構文とASN.1抽象構文変換のためのヘッダ
16 SIPテキスト構文とASN.1抽象構文変換のためのソースコード
17 共通部
18、18a 圧縮モジュール
19、19a 解凍モジュール
21 ASN.1抽象構文→ASN.1転送構文変換モジュール
22 SIPテキストメッセージ→ASN.1抽象構文変換モジュール
23 ASN.1転送構文→ASN.1抽象構文変換モジュール
24 ASN.1抽象構文→SIPテキストメッセージ変換モジュール
25、26 SIPテキスト-独自バイナリ変換部
31、41、91 SIPアプリケーション(SIP Application)
32、42、92 トランスポートレイヤ(Transport Layer)
43、93 SigCompモジュール
44、45、94、95 配送部(Dispatcher)
96 圧縮部(Compressor)
97 解凍部(Decompressor)
46、98 状態管理部(State Handler)
1 Standard conversion program source code generation unit 2 Original conversion program source code generation unit 3 Compression / decompression module generation unit 11 SIP message definition information 12 Corresponding definition information 13 SIP ASN. 1 Header for abstract syntax-forward syntax conversion 14 SIP ASN. 1 Source code for abstract syntax-transfer syntax conversion 15 SIP text syntax and ASN. 1 Header for abstract syntax conversion 16 SIP text syntax and ASN. 1 Source code for abstract syntax conversion 17 Common part 18, 18a Compression module 19, 19a Decompression module 21 ASN. 1 Abstract syntax-> ASN. 1 Transfer syntax conversion module 22 SIP text message → ASN. 1 Abstract Syntax Conversion Module 23 ASN. 1 transfer syntax-> ASN. 1 Abstract Syntax Conversion Module 24 ASN. 1 Abstract syntax-> SIP text message conversion module 25, 26 SIP text-proprietary binary conversion unit 31, 41, 91 SIP application
32, 42, 92 Transport Layer
43, 93 SigComp module 44, 45, 94, 95 Dispatcher
96 Compressor
97 Decompressor
46, 98 State Handler

Claims (10)

SIP(Session Initiation Protocol)シグナリングを行う通信装置が実装するSIPメッセージの圧縮モジュールおよび解凍モジュールを生成するSIPメッセージ圧縮解凍モジュール生成装置であって、
SIPメッセージの構造をASN.1(Abstract Syntax Notation One)抽象構文のテキストで記述したSIPメッセージ定義情報に基づいて、ASN.1抽象構文で記述されたバイナリ構造のSIPメッセージとASN.1転送構文で記述されたバイナリ構造のSIPメッセージとを相互に変換するためのプログラムのソースコードを生成する第1のソースコード生成手段と、
SIPメッセージ構文に含まれているパラメータとANS.1抽象構文に含まれているパラメータの対応関係を示す対応定義情報に基づいて、テキストで記述されたSIPメッセージとASN.1抽象構文で記述されたバイナリ構造のSIPメッセージとを相互に変換するプログラムのソースコードを生成する第2のソースコード生成手段と、
前記第1のソースコード生成手段および前記第2のソースコード生成手段が生成したソースコードに基づいて、テキストで記述されたSIPメッセージASN.1転送構文で記述されたSIPメッセージに変換するSIPメッセージ圧縮モジュール、および、ASN.1転送構文で記述されたSIPメッセージをテキストで記述されたSIPメッセージに変換するSIPメッセージ解凍モジュールを生成するモジュール生成手段と、
を備えることを特徴とするSIPメッセージ圧縮解凍モジュール生成装置。
A SIP message compression / decompression module generating device for generating a SIP message compression module and decompression module implemented by a communication device that performs SIP (Session Initiation Protocol) signaling,
The structure of the SIP message is ASN. 1 (Abstract Syntax Notation One) Based on SIP message definition information described in abstract syntax text , ASN. 1 of the described binary structure in the abstract syntax SIP message and ASN. A first source code generating means for generating a source code of a program for converting 1 and SIP message binary structure written in transfer syntax another,
Parameters contained in the SIP message syntax and ANS. Based on 1 correspondence definition information indicating a correspondence relationship is included in the abstract syntax parameter, SIP messages and ASN described in the text. A second source code generating means for generating a source code of a program for mutually converting a SIP message having a binary structure described in one abstract syntax;
The first based on the source code generating means and a source code which the second source code generating means has generated, ASN SIP messages written in the text. SIP message compression module for converting to a SIP message described in one transfer syntax , and ASN. Module generating means for generating a SIP message decompression module for converting a SIP message described in one transfer syntax into a SIP message described in text ;
A SIP message compression / decompression module generation device comprising:
前記モジュール生成手段が、
上位アプリケーションとのインタフェースがIETF(The Internet Engineering Task Force)において規定されたSigComp(Signaling Compression)標準に従ったSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを生成することを特徴とする請求項1に記載のSIPメッセージ圧縮解凍モジュール生成装置。
The module generating means
The SIP message compression module and the SIP message decompression module according to the SigComp (Signaling Compression) standard defined in IETF (The Internet Engineering Task Force) are generated as an interface with a host application. SIP message compression / decompression module generation device.
前記第2のソースコード生成手段が、
SIPメッセージ構文を構成する文字列の中で半固定的に使用される文字列と、より情報量の少ないASN.1抽象構文で示された情報と、を対応付けた対応定義情報を使用してソースコードを生成することを特徴とする請求項1または2に記載のSIPメッセージ圧縮解凍モジュール生成装置。
The second source code generation means comprises:
A character string used semi-fixed among the character strings constituting the SIP message syntax, and an ASN. 3. The SIP message compression / decompression module generation apparatus according to claim 1, wherein the source code is generated using correspondence definition information in which information indicated by one abstract syntax is associated.
前記第2のソースコード生成手段が、
SIPメッセージ構文を構成するパラメータと、当該パラメータの範囲を強制的に制限するASN.1抽象構文で示された情報と、を対応付けた対応定義情報を使用してソースコードを生成することを特徴とする請求項1、2または3に記載のSIPメッセージ圧縮解凍モジュール生成装置。
The second source code generation means comprises:
The parameters that make up the SIP message syntax and the ASN. 4. The SIP message compression / decompression module generation apparatus according to claim 1, wherein the source code is generated using correspondence definition information in which information indicated by one abstract syntax is associated.
前記第2のソースコード生成手段が、
SIPメッセージ構文を構成するパラメータと、IETFにおいて規定されるSIP標準および前記SIPシグナリングを行う通信装置において一意に規定される文字列と、を対応付けた対応定義情報を使用してソースコードを生成することを特徴とする請求項1〜4のいずれか一つに記載のSIPメッセージ圧縮解凍モジュール生成装置。
The second source code generation means comprises:
Source code is generated using correspondence definition information in which parameters constituting the SIP message syntax are associated with the SIP standard defined in the IETF and the character string uniquely defined in the communication device performing the SIP signaling The SIP message compression / decompression module generation device according to any one of claims 1 to 4.
前記第2のソースコード生成手段が、
SIPメッセージ構文を構成するパラメータと、前記通信装置に固有の情報であって、かつSIPシグナリングを受信する装置にあらかじめ通知されている情報と、を対応付けた対応定義情報を使用してソースコードを生成することを特徴とする請求項1〜5のいずれか一つに記載のSIPメッセージ圧縮解凍モジュール生成装置。
The second source code generation means comprises:
Source code using correspondence definition information that associates parameters that constitute SIP message syntax with information that is unique to the communication device and that has been previously notified to the device that receives SIP signaling The SIP message compression / decompression module generation device according to claim 1, wherein the generation unit generates the SIP message compression / decompression module.
前記第2のソースコード生成手段が、
SIPメッセージ構文を構成する文字列の中で複数回使用される文字列と、より情報量の少ないASN.1抽象構文で示された情報と、を対応付けた対応定義情報を使用してソースコードを生成することを特徴とする請求項1〜6のいずれか一つに記載のSIPメッセージ圧縮解凍モジュール生成装置。
The second source code generation means comprises:
A character string used a plurality of times in a character string constituting the SIP message syntax, and an ASN. 7. The SIP message compression / decompression module generation according to claim 1, wherein the source code is generated using correspondence definition information in which information indicated by one abstract syntax is associated with the source code. apparatus.
前記第2のソースコード生成手段が、
SIPメッセージ構文を構成するパラメータと、前記通信装置が接続するアクセス網によって付与された情報と、を対応付けた対応定義情報を使用してソースコードを生成することを特徴とする請求項1〜7のいずれか一つに記載のSIPメッセージ圧縮解凍モジュール生成装置。
The second source code generation means comprises:
8. The source code is generated using correspondence definition information in which parameters constituting a SIP message syntax and information provided by an access network to which the communication device is connected are associated with each other. The SIP message compression / decompression module generation device according to any one of the above.
SIPアプリケーションと、SIPメッセージを送受信するトランスポート機能と、SIPメッセージの圧縮および解凍を行うモジュールと、を備えた通信装置であって、
前記SIPメッセージの圧縮および解凍を行うモジュールとして、請求項2〜8のいずれか一つに記載のSIPメッセージ圧縮解凍モジュールが生成したSIPメッセージ圧縮モジュールおよびSIPメッセージ解凍モジュールを使用することを特徴とする通信装置。
A communication device comprising a SIP application, a transport function for sending and receiving SIP messages, and a module for compressing and decompressing SIP messages,
The SIP message compression module and the SIP message decompression module generated by the SIP message compression / decompression module according to any one of claims 2 to 8 are used as modules for compressing and decompressing the SIP message. Communication device.
請求項3〜8のいずれか一つに記載の対応定義情報を使用してSIPメッセージの圧縮および解凍を行うことを特徴とするSIPメッセージ圧縮解凍方法。   A SIP message compression / decompression method comprising compressing and decompressing a SIP message using the correspondence definition information according to any one of claims 3 to 8.
JP2006304453A 2006-11-09 2006-11-09 SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method Active JP4976109B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006304453A JP4976109B2 (en) 2006-11-09 2006-11-09 SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006304453A JP4976109B2 (en) 2006-11-09 2006-11-09 SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method

Publications (2)

Publication Number Publication Date
JP2008123122A JP2008123122A (en) 2008-05-29
JP4976109B2 true JP4976109B2 (en) 2012-07-18

Family

ID=39507834

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006304453A Active JP4976109B2 (en) 2006-11-09 2006-11-09 SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method

Country Status (1)

Country Link
JP (1) JP4976109B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015100605A1 (en) * 2013-12-31 2015-07-09 北京新媒传信科技有限公司 Method and apparatus for coding and decoding sip message

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3894280B2 (en) * 2001-02-02 2007-03-14 インターナショナル・ビジネス・マシーンズ・コーポレーション Encoding method of XML data, decoding method of encoded XML data, encoding system of XML data, decoding system of encoded XML data, program, and recording medium
US7143191B2 (en) * 2002-06-17 2006-11-28 Lucent Technologies Inc. Protocol message compression in a wireless communications system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015100605A1 (en) * 2013-12-31 2015-07-09 北京新媒传信科技有限公司 Method and apparatus for coding and decoding sip message
CN105765917A (en) * 2013-12-31 2016-07-13 北京新媒传信科技有限公司 Method and apparatus for coding and decoding SIP message

Also Published As

Publication number Publication date
JP2008123122A (en) 2008-05-29

Similar Documents

Publication Publication Date Title
US7412541B1 (en) Tokenized compression of session initiation protocol data
US6970935B1 (en) Conversational networking via transport, coding and control conversational protocols
EP1593204B1 (en) System and method for compression structured definition language
US7289464B2 (en) Compression using program tokens
US6963587B2 (en) Communication system and method utilizing request-reply communication patterns for data compression
JP5960067B2 (en) Method and apparatus for optimization of SIGCOMPUDMVM performance
EP3641272B1 (en) Header compression for ccn messages using a static dictionary
CN1574795A (en) System and method for using packed compressed buffers for improved client server communication
US20040059834A1 (en) Efficient exchange of text based protocol language information
CN106851733A (en) A kind of adaptive H TTP message compression methods for mobile network&#39;s application
Gutwin et al. Improving network efficiency in real-time groupware with general message compression
WO2004088850A1 (en) State-mediated data signaling used for compression in telecommunication services
CN1954578A (en) Improvements in message-based communications
JP4976109B2 (en) SIP message compression / decompression module generation device, communication device, and SIP message compression / decompression method
CN101197825B (en) Method, system and device for compression message transmission
JP2007523424A (en) State memory management method and apparatus
EP3163838B1 (en) Header compression for ccn messages using dictionary learning
CN104767710A (en) A method for extracting transmission payload based on DFA-based HTTP chunked transfer coding
CN101491054B (en) Method and apparatus for optimization of sigcomp udvm performance
WO2002041498A2 (en) Communication system and method utilizing request-reply communication patterns for data compression
JP5194936B2 (en) File conversion apparatus, file conversion method, and program
WO2010047229A1 (en) Communication system and communication device
CN101142798B (en) Signaling compression method for multi-party communications system
JP2010258787A (en) Signaling compression device, signaling elongation device, and signaling compression and elongation device
CN117749896A (en) Message processing method and message processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090827

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120117

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120313

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120410

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120412

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4976109

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150420

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250