JPH0773292B2 - Protocol coding / decoding device - Google Patents

Protocol coding / decoding device

Info

Publication number
JPH0773292B2
JPH0773292B2 JP5091564A JP9156493A JPH0773292B2 JP H0773292 B2 JPH0773292 B2 JP H0773292B2 JP 5091564 A JP5091564 A JP 5091564A JP 9156493 A JP9156493 A JP 9156493A JP H0773292 B2 JPH0773292 B2 JP H0773292B2
Authority
JP
Japan
Prior art keywords
vtl
function
storage device
abstract syntax
unit
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.)
Expired - Lifetime
Application number
JP5091564A
Other languages
Japanese (ja)
Other versions
JPH0646099A (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.)
NEC Corp
NEC Software Kyushu Ltd
Original Assignee
NEC Corp
NEC Software Kyushu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp, NEC Software Kyushu Ltd filed Critical NEC Corp
Priority to JP5091564A priority Critical patent/JPH0773292B2/en
Publication of JPH0646099A publication Critical patent/JPH0646099A/en
Publication of JPH0773292B2 publication Critical patent/JPH0773292B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、抽象構文と転送構文と
の間の構文変換に使用されるプロトコル符号化/復号化
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a protocol coding / decoding device used for syntax conversion between an abstract syntax and a transfer syntax.

【0002】[0002]

【従来の技術】周知のように、開放形システム間相互接
続(OSI)の層プロトコルは、物理層、データリンク
層、ネットワーク層、トランスポート層、セッション
層、プレゼンテーション層、及びアプリケーション層の
7層から成る。
As is well known, the open system interconnection (OSI) layer protocols include seven layers: physical layer, data link layer, network layer, transport layer, session layer, presentation layer, and application layer. Consists of.

【0003】プレゼンテーション層及びアプリケーショ
ン層に注意を向けよう。アプリケーション層において、
その層プロトコルは抽象構文記法1(ASN.1)を使
用した抽象で記述されており、ASN.1は国際標準化
機構(ISO)8824および国際電信電話諮問委員会
(CCITT)勧告X.208で規定されている。AS
N.1はアプリケーション層における複雑なデータ構造
を記述するためのプログラミング言語である。ASN.
1は、通常のプログラミング言語と同様に、単純なデー
タ型を組み合わせて、複雑なデータ構造を記述すること
ができる。ASN.1によって記述されたデータ型の集
合は抽象構文と呼ばれる。抽象構文は実際のシステムに
おけるその符号化フォーマットから独立している。プレ
ゼンテーション層において、抽象構文はASN.1基本
符号化規則に基づいて転送構文に符号化される。AS
N.1基本符号化規則はISO8825およびCCIT
T勧告X.209で規定されている。アプリケーション
層の機能はアプリケーションエンティティと呼ばれる機
能モジュールによって実現され、プレゼンテーション層
の機能はプレゼンテーションエンティティと呼ばれる機
能モジュールによって実現される。アプリケーションエ
ンティティは抽象構文を用いてデータのセマンティクス
(意味内容)を表現する。転送構文はプレゼンテーショ
ンエンティティ間で転送されるデータのシンタックス
(形式)を表現する。各OSIプレゼンテーション層プ
ロトコルは、転送構文によって記述されたプロトコルデ
ータ単位(PDU)の集合として表される。各PDUは
複数の構成要素を含む。
Let's turn our attention to the presentation and application layers. In the application layer,
The layer protocol is described in Abstract using Abstract Syntax Notation 1 (ASN.1). 1 is the International Standards Organization (ISO) 8824 and the International Telegraph and Telephone Consultative Committee (CCITT) Recommendation X. Specified in No. 208. AS
N. 1 is a programming language for describing a complicated data structure in the application layer. ASN.
1 can combine a simple data type and describe a complicated data structure like a usual programming language. ASN. The set of data types described by 1 is called the abstract syntax. The abstract syntax is independent of its encoding format in the actual system. At the presentation layer, the abstract syntax is ASN. It is encoded into a transfer syntax based on one basic encoding rule. AS
N. 1 Basic encoding rules are ISO8825 and CCIT
Recommendation X. 209. The function of the application layer is realized by a function module called an application entity, and the function of the presentation layer is realized by a function module called a presentation entity. The application entity expresses the semantics (semantic content) of data using an abstract syntax. The transfer syntax represents the syntax of data transferred between presentation entities. Each OSI presentation layer protocol is represented as a set of protocol data units (PDUs) described by the transfer syntax. Each PDU contains multiple components.

【0004】構成要素の1つとしてあるデータ値を入力
/参照するために、抽象構文の複雑なデータ構造を理解
することが必要である。そのために、従来においては、
構造体と値木リスト(VTL)とを人手によって抽象構
文に基づいて生成しなければならい。値木リストは生成
された構造体と抽象構文のデータ構造に対するデータ値
との間の対応づけを示すテーブルである。更に、値木リ
ストと利用者プログラムとの間の複雑なインタフェース
変換を人手を介して行わなければならない。したがっ
て、OSIアプリケーション層プロトコルの符号化/復
号化のために、それぞれ、個別の処理を行う必要があ
る。
In order to enter / reference a data value as one of its components, it is necessary to understand the complex data structure of the abstract syntax. Therefore, in the past,
The structure and the value tree list (VTL) must be manually generated based on the abstract syntax. The value tree list is a table showing the correspondence between the generated structure and the data value for the data structure of the abstract syntax. Furthermore, complicated interface conversion between the value tree list and the user program must be performed manually. Therefore, for encoding / decoding of the OSI application layer protocol, it is necessary to perform individual processing.

【0005】[0005]

【発明が解決しようとする課題】その結果、従来におい
ては、目的のデータ値を入力/参照する作業が難しい。
特に、抽象構文のデータ構造が複雑な場合には、データ
値の入力/参照のミスによる情報の欠落、抽象構文それ
自体のデータ構造を理解することが難しく、各OSIア
プリケーション層プロトコルに対応した処理に多くの工
数を必要とする。
As a result, conventionally, it is difficult to input / reference a target data value.
In particular, when the data structure of the abstract syntax is complicated, it is difficult to understand the data structure of the abstract syntax itself due to the lack of information due to a mistake in inputting / referencing a data value, and processing corresponding to each OSI application layer protocol Requires a lot of man-hours.

【0006】したがって、本発明の目的は、抽象構文の
複雑なデータ構造を意識することなく、プロトコルデー
タ単位の構成要素であるデータ値の入力/参照を容易に
行うことができるプロトコル符号化/復号化装置を提供
することにある。
Therefore, an object of the present invention is to perform protocol encoding / decoding which enables easy input / reference of a data value which is a constituent element of a protocol data unit without being aware of a complicated data structure of an abstract syntax. It is to provide an oxidization device.

【0007】本発明の他の目的は、データ値の入力/参
照ミスによる情報の欠落をなくすことができるプロトコ
ル符号化/復号化装置を提供することにある。
Another object of the present invention is to provide a protocol encoding / decoding device capable of eliminating information loss due to data value input / reference error.

【0008】本発明の更に他の目的は、抽象構文のデー
タ構造を容易に理解することができるプロトコル符号化
/復号化装置を提供することにある。
Still another object of the present invention is to provide a protocol encoding / decoding device capable of easily understanding the data structure of the abstract syntax.

【0009】本発明のもっと他の目的は、各OSIアプ
リケーション層プロトコルに対応した処理に多くの工数
を必要としないプロトコル符号化/復号化装置を提供す
ることにある。
A further object of the present invention is to provide a protocol coding / decoding device which does not require a large number of man-hours for processing corresponding to each OSI application layer protocol.

【0010】[0010]

【課題を解決するための手段】本発明は、OSIアプリ
ケーション層用の抽象構文とOSIプレゼンテーション
層用の転送構文との間の構文変換に使用されるプロトコ
ル符号化/復号化装置に係る。抽象構文は抽象構文記法
1(ASN.1)によって記述されたデータ型の集合か
らなる。
SUMMARY OF THE INVENTION The present invention is directed to a protocol encoding / decoding device used for syntactic conversion between an abstract syntax for an OSI application layer and a transfer syntax for an OSI presentation layer. The abstract syntax consists of a set of data types described by Abstract Syntax Notation 1 (ASN.1).

【0011】本発明によれば、上記プロトコル符号化/
復号化装置は、抽象構文を格納する抽象構文記憶装置を
有する。抽象構文記憶装置に接続された構造体生成ユニ
ットは、抽象構文で表現されたデータ構造に対応したデ
ータ値を入力/参照するための構造体の枠を自動的に生
成する。構造体生成ユニットに接続された構造体記憶装
置は、構造体の枠を格納する。構造体生成ユニットと抽
象構文記憶装置とに接続されたVTL関数生成ユニット
は、構造体と抽象構文で表現されたデータ構造用のデー
タ値との間の対応づけを示すテーブルである値木リスト
(VTL)用のVTL関数を自動的に生成する。VTL
関数生成ユニットに接続されたVTL関数記憶装置は、
VTL関数を格納する。抽象構文記憶装置に接続された
AST生成ユニットは、抽象構文で表現されたデータ構
造からプログラム処理可能な木構造であるASN.1構
文木(AST)を自動的に生成する。AST生成ユニッ
トに接続されたAST記憶装置は、ASTを格納する。
AST記憶装置とVTL関数記憶装置とに接続されたP
DU符号化/復号化ユニットは、ASTに基づいてVT
L関数から呼ばれたプロトコルデータ単位(PDU)を
符号化/復号化する。利用者プログラムは、VTL関数
記憶装置と構造体記憶装置とに接続され、VTL関数を
利用してPDUの構成要素であるデータ値を入力/参照
する。
According to the invention, the above protocol coding /
The decoding device has an abstract syntax storage device that stores the abstract syntax. The structure generation unit connected to the abstract syntax storage device automatically generates a frame of the structure for inputting / referencing the data value corresponding to the data structure expressed by the abstract syntax. The structure storage device connected to the structure generation unit stores the frame of the structure. The VTL function generation unit connected to the structure generation unit and the abstract syntax storage device is a value tree list (a table showing a correspondence between the structure and the data value for the data structure expressed in the abstract syntax). Automatically generate a VTL function for VTL). VTL
The VTL function storage device connected to the function generation unit is
Stores VTL functions. The AST generation unit connected to the abstract syntax storage device is ASN. Which is a tree structure that can be programmed from the data structure expressed in the abstract syntax. 1 Generate a syntax tree (AST) automatically. The AST storage device connected to the AST generation unit stores the AST.
P connected to AST storage and VTL function storage
The DU encoding / decoding unit is based on AST
Encode / decode protocol data units (PDUs) called from L functions. The user program is connected to the VTL function storage device and the structure storage device, and uses the VTL function to input / reference the data value which is a component of the PDU.

【0012】[0012]

【実施例】以下、図面を参照して本発明の実施例につい
て説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0013】図1を参照すると、本発明の好ましい実施
例によるプロトコル符号化/復号化装置は、抽象構文と
転送構文との間の構文変換に使用される。
Referring to FIG. 1, the protocol coding / decoding device according to the preferred embodiment of the present invention is used for syntax conversion between an abstract syntax and a transfer syntax.

【0014】図示のプロトコル符号化/復号化装置は、
抽象構文記憶装置10と、生成ユニット12と、構造体
記憶装置14と、VTL関数記憶装置16と、AST記
憶装置18と、PDU符号化/復号化ユニット20と、
送信PDU記憶装置22と、受信PDU記憶装置24
と、使用者プログラム26とを有する。抽象構文記憶装
置10は抽象構文を格納している。
The illustrated protocol encoding / decoding device is
An abstract syntax storage device 10, a generation unit 12, a structure storage device 14, a VTL function storage device 16, an AST storage device 18, a PDU encoding / decoding unit 20,
Transmission PDU storage device 22 and reception PDU storage device 24
And a user program 26. The abstract syntax storage device 10 stores abstract syntax.

【0015】図2は抽象構文のデータ構造の枠の一例を
示す。図示の例において、PDUは複数のデータ型のな
かのいずれかのデータ型である“CHOICE”データ
型をもつ。“CHOICE”データ型は、aで示される
“INTEGER”データ型と、bで示される“SEQ
UENCE”データ型と、cで示される“OCTETS
TRING”データ型とをネストしている。“INTE
GER”データ型は整数値を示すデータ型である。“S
EQUENCE”データ型は複数個のデータ型の値の順
序列からなるデータ型である。“OCTET STRI
NG”データ型は、各々が8ビットからなるオクテット
の列を示すデータ型である。“SEQUENCE”デー
タ型は、dで示される“IA5 String OPT
IONAL”データ型と、eで示される“[0] BI
T STRING”データ型と、fで示される“[1]
IMPLICIT NULL”データ型とをネストし
ている。“IA5 String OPTIONAL”
データ型は、IA5/ISO 646で定義された任意
の文字列を示すデータ型である。“BIT STRIN
G”データ型は、ビット列を示すデータ型である。“I
MPLICITNULL”データ型は、暗黙のヌルのデ
ータ型である。
FIG. 2 shows an example of the frame of the data structure of the abstract syntax. In the illustrated example, the PDU has a "CHOICE" data type, which is one of a plurality of data types. The "CHOICE" data type is the "INTEGER" data type shown by a and the "SEQ" shown by b.
"UENCE" data type and "OCETTS" indicated by c
Nested with the "TRING" data type.
The "GER" data type is a data type indicating an integer value.
The "EQUENCE" data type is a data type consisting of a sequence of values of a plurality of data types.
The NG "data type is a data type indicating a sequence of octets each consisting of 8 bits. The" SEQUENCE "data type is an" IA5 String OPT "indicated by d.
"IONAL" data type and "[0] BI indicated by e
"T STRING" data type and "[1]" indicated by f
"IMPLICIT NULL" data type is nested. "IA5 String OPTIONAL"
The data type is a data type indicating an arbitrary character string defined by IA5 / ISO 646. "BIT STRIN
The “G” data type is a data type indicating a bit string.
The MPLICITNULL "data type is an implicit null data type.

【0016】図3に移って、図2に示された抽象構文に
は図3に示されるデータ値の記述が与えられる。図2に
示された“SEQUENCE”データ型において、“I
A5String OPTIONAL”データ型はdで
示される“ABC”のデータ値をもち、“[0] BI
T STRING”データ型はeで示される´101´
Bのデータ値をもち、“[1] IMPLICIT N
ULL”データ型はfで示されるNULLのデータ値を
もつ。
Turning to FIG. 3, the abstract syntax shown in FIG. 2 is given the description of the data values shown in FIG. In the “SEQUENCE” data type shown in FIG. 2, “I
The "A5String OPTIONAL" data type has a data value of "ABC" indicated by d, and "[0] BI
T STRING "data type is indicated by e '101'
It has the data value of B, and "[1] IMPLICIT N
The "ULL" data type has a NULL data value indicated by f.

【0017】図1に戻って、抽象構文記憶装置10は生
成ユニット12に接続されている。生成ユニット12
は、構造体生成ユニット28と、VTL関数生成ユニッ
ト30と、AST生成ユニット32とを有する。構造体
生成ユニット28は、抽象構文記憶装置10から抽象構
文を読み込んで、予め定められた変換規則に基づいて、
抽象構文のデータ構造の枠に対応した構造体の枠を自動
的に生成する。構造体生成ユニット28は、生成した構
造体の枠を構造体記憶装置14に書き込む。すなわち、
構造体記憶装置14は構造体の枠を格納する。
Returning to FIG. 1, the abstract syntax storage device 10 is connected to the generation unit 12. Generation unit 12
Has a structure generation unit 28, a VTL function generation unit 30, and an AST generation unit 32. The structure generation unit 28 reads the abstract syntax from the abstract syntax storage device 10 and, based on a predetermined conversion rule,
The frame of the structure corresponding to the frame of the data structure of the abstract syntax is automatically generated. The structure generation unit 28 writes the frame of the generated structure in the structure storage device 14. That is,
The structure storage device 14 stores the frame of the structure.

【0018】図4は構造体生成ユニット28における変
換規則の一例を示す。図示の例において、変換規則はA
SN.1のデータ型からC言語のデータ型への変換を定
義している。図4は、その左側および右側にそれぞれA
SN.1のデータ型(ASN.1型)およびC言語のデ
ータ型(Cデータ型)を示している。
FIG. 4 shows an example of conversion rules in the structure generation unit 28. In the illustrated example, the conversion rule is A
SN. It defines the conversion from data type 1 to C language data type. FIG. 4 shows A on its left and right sides, respectively.
SN. 1 shows a data type (ASN.1 type) and a C language data type (C data type).

【0019】ASN.1型は既に図2で述べた“INT
EGER”データ型、“NULL”データ型、“SEQ
UENCE”データ型、および“CHOICE”データ
型ばかりでなく、“BOOLEAN”データ型、“EN
UMERATED”データ型、“SET”データ型、
“SEQUENCE OF”データ型、および“SET
OF”データ型を有している。“BOOLEAN”デー
タ型は“真”または“偽”のどちら示すデータ型であ
る。“ENUMERATED”データ型は明示的に定義
された有限個の値を示すデータ型である。“SET”デ
ータ型は複数個のデータ型の値の集合からなるデータ型
である。“SEQUENCE OF”データ型は単一の
データ型の値の順序列からなるデータ型である。“SE
T OF”データ型は単一のデータ型の値の集合からな
るデータ型である。
ASN. Type 1 is the "INT" already mentioned in FIG.
EGER "data type," NULL "data type," SEQ
Not only "UANCE" data type and "CHOICE" data type, but also "BOOLEAN" data type, "EN"
"UMERATED" data type, "SET" data type,
"SEQUENCE OF" data type, and "SET
It has the "OF" data type. The "BOOLEAN" data type is a data type that indicates "true" or "false". The "ENUMERATED" data type is a data that indicates a finite number of explicitly defined values. The "SET" data type is a data type consisting of a set of values of a plurality of data types, and the "SEQUENCE OF" data type is a data type consisting of a sequence of values of a single data type. "SE
The "TOF" data type is a data type consisting of a set of values of a single data type.

【0020】ASN.1型において、“SEQUENC
E”データ型、“SET”データ型、および“CHOI
CE”データ型の各々は、C言語の“Struct”に
よって示された構造型に変換される。周知のように、構
造体は、1つの対象として参照することができるデータ
対象の集合からなる。そのようなデータ対象は構造体の
メンバと呼ばれる。特に、“CHOICE”データ型
は、第1メンバとして、“long id”によって示
される、変数idの整数データ型longを含む構造型
に変換され、これによって“CHOICE”データ型に
よって選択された要素を識別する。“SEQUENCE
OF”データ型および“SET OF”データ型は、
第1メンバとして、“struct … next”
によって示される、変数nextのそれ自身の構造型
を含む構造型に変換され、それによって要素の繰り返し
を表す。ここで、星印*はポインタ型を表す。“BOO
LEAN”データ型は、C言語の文字データ型char
に変換される。“INTEGER(ENUMERATE
D)”データ型は、C言語の整数データ型longに変
換される。“NULL”データ型は、“char
によって示される、ポインタ*をもつ文字データ型ch
arに変換される。その他の文字列データ型および時間
データ型の各々は、メンバとして、それぞれ、“lon
g ing”および“char ptr”によって示
される、要素長および要素の先頭アドレスを含む、構造
型に変換される。
ASN. In Type 1, "SEQUENCE"
E "data type," SET "data type, and" CHOI "
Each of the "CE" data types is converted to a structured type denoted by "Struct" in C. As is well known, a structure consists of a set of data objects that can be referred to as one object. Such a data object is called a member of a structure, in particular, the "CHOICE" data type is converted to a structure type containing as its first member the integer data type long of the variable id, denoted by "long id", This identifies the element selected by the "CHOICE" data type.
The "OF" data type and the "SET OF" data type are
As the first member, "struct ... * next"
Is converted to a derived type, including the own derived type of the variable * next, by which is represented the repetition of the element. Here, an asterisk * indicates a pointer type. "Boo
LEAN "data type is a C character data type char
Is converted to. "INTEGER (ENUMERATE
D) "data type is converted to C language integer data type long." NULL "data type is" char * ".
Character data type ch with pointer * indicated by
converted to ar. Each of the other character string data type and time data type is "lon" as a member.
converted to a structured type that includes the element length and the start address of the element, as indicated by "ging" and "char * ptr".

【0021】図5は抽象構文記憶装置10が図2に示す
抽象構文を格納している場合に構造体生成ユニット28
によって生成された構造体の枠の一例を示す。
FIG. 5 shows the structure generation unit 28 when the abstract syntax storage device 10 stores the abstract syntax shown in FIG.
An example of the frame of the structure generated by is shown.

【0022】図1に戻って、VTL関数生成ユニット3
0は抽象構文記憶装置10から抽象構文を読み込み、自
動的にVTL関数を生成する。後で説明するように、プ
ロトコル符号化/復号化装置は、符号化モードか復号化
モードのいずれか1つで動作する。符号化モードにおい
て、VTL関数生成ユニット30はVTL関数として自
動的にVTL生成関数16Gを生成する。復号化モード
において、VTL関数生成ユニット30はVTL関数と
して自動的にVTL参照関数16Rを生成する。
Returning to FIG. 1, the VTL function generation unit 3
0 reads the abstract syntax from the abstract syntax storage device 10 and automatically generates a VTL function. As will be described later, the protocol coding / decoding device operates in either one of the coding mode and the decoding mode. In the encoding mode, the VTL function generation unit 30 automatically generates the VTL generation function 16G as a VTL function. In the decoding mode, the VTL function generation unit 30 automatically generates the VTL reference function 16R as a VTL function.

【0023】VTL関数記憶装置16はVTL関数生成
ユニット30に接続され、VTL関数生成ユニット30
によって生成されたVTL関数を格納する。特に、VT
L関数記憶装置16は、符号化モードにおいてVTL生
成関数16Gを格納し、復号化モードにおいてVTL参
照関数16Rを格納する。VTL生成関数16GとVT
L参照関数16Rの動作については後で説明する。
The VTL function storage unit 16 is connected to the VTL function generation unit 30 and is connected to the VTL function generation unit 30.
The VTL function generated by is stored. Especially VT
The L function storage device 16 stores the VTL generation function 16G in the encoding mode and the VTL reference function 16R in the decoding mode. VTL generation function 16G and VT
The operation of the L reference function 16R will be described later.

【0024】図6は図3に示されるデータ値が図2に示
される抽象構文のデータ構造の枠に与えられた場合のV
TLの一例を示す。図示のVTLは、それぞれ、VTL
[0]〜VTL[4]で描かれた第0乃至第4のVTL
要素から成る。第0乃至第4のVTL要素の各々は、そ
れぞれ、ID、LNGおよびPTRと付けられた識別子
フィールド、長さフィールドおよびアドレスフィールド
を有する。識別子フィールドIDは、抽象構文の各デー
タ型を識別するためのものである。長さフィールドLN
Gは、図3に示されるデータ値の記述によって示される
各データ値の長さを示す。アドレスフィールドPTR
は、図3に示されるデータ値の記述によって示されるデ
ータ値が格納されるべきメモリ領域用のアドレスを示
す。第0および第4のVTL要素VTL[0]およびV
TL[4]は、その長さフィールドLNGに、“{”お
よび“}”を格納し、それらは図2に示される抽象構文
の“SEQUENCE”データ型の始まり(“{”)と
終わり(“}”)を表す。
FIG. 6 shows V when the data value shown in FIG. 3 is given to the frame of the data structure of the abstract syntax shown in FIG.
An example of TL is shown. The illustrated VTLs are VTLs, respectively.
[0] to VTL [4] drawn 0th to 4th VTL
Composed of elements. Each of the 0th to 4th VTL elements has an identifier field, ID field, LNG and PTR, a length field and an address field, respectively. The identifier field ID is for identifying each data type of the abstract syntax. Length field LN
G indicates the length of each data value indicated by the description of the data value shown in FIG. Address field PTR
Indicates the address for the memory area in which the data value indicated by the data value description shown in FIG. 3 is to be stored. 0th and 4th VTL elements VTL [0] and V
TL [4] stores "{" and "}" in its length field LNG, which are the beginning ("{") and end ("" of the "SEQUENCE" data type of the abstract syntax shown in FIG. })).

【0025】図1に戻って、AST生成ユニット32は
構造体記憶装置10から抽象構文を読み込み、自動的に
ASTを生成する。ASTは抽象構文のデータ構造を表
す。AST記憶装置18はAST生成ユニット32に接
続され、AST生成ユニット32によって生成されたA
STを格納する。
Returning to FIG. 1, the AST generation unit 32 reads the abstract syntax from the structure storage device 10 and automatically generates the AST. AST represents an abstract syntax data structure. The AST storage device 18 is connected to the AST generation unit 32 and the A generated by the AST generation unit 32.
Store ST.

【0026】図7は構造体記憶装置10が図2に示す抽
象構文を格納している場合のASTの一例を示す。AS
Tは抽象構文で表現されたデータ構造からプログラム処
理可能な木構造を意味する。
FIG. 7 shows an example of AST when the structure storage device 10 stores the abstract syntax shown in FIG. AS
T means a tree structure that can be programmed from a data structure expressed in an abstract syntax.

【0027】図1に戻って、利用者プログラム26は構
造体記憶装置14とVTL関数記憶装置16とに接続さ
れている。構造体記憶装置14に記憶されている構造体
の枠とVTL関数記憶装置16に記憶されているVTL
関数とを使用して、利用者プログラム26はPDUの構
成要素であるデータ値の入力/参照を実行する。
Returning to FIG. 1, the user program 26 is connected to the structure storage device 14 and the VTL function storage device 16. The frame of the structure stored in the structure storage device 14 and the VTL stored in the VTL function storage device 16.
Using the function and, the user program 26 inputs / references the data value that is a component of the PDU.

【0028】PDU符号化/復号化装置20はAST記
憶装置18、VTL関数記憶装置16、送信PDU記憶
装置22および受信PDU記憶装置24に接続されてい
る。符号化モードにおいて、PDU符号化/復号化装置
20は、後で明らかになるような方法で、VTL生成関
数16Gによって生成されたVTLを参照することによ
ってAST記憶装置18に記憶されたASTに基づいて
送信PDUを符号化する。PDU符号化/復号化装置2
0によって符号化された送信PDUは送信PDU記憶装
置22に格納される。受信PDU記憶装置24は受信P
DUを格納する。復号化モードにおいて、PDU符号化
/復号化ユニット20は、後で明らかになるような方法
で、AST記憶装置18に記憶されたASTに基づいて
受信PDU記憶装置24に記憶された受信PDUを復号
化して、VTLを生成する。
The PDU encoding / decoding device 20 is connected to the AST storage device 18, the VTL function storage device 16, the transmission PDU storage device 22 and the reception PDU storage device 24. In the encoding mode, the PDU encoder / decoder 20 is based on the AST stored in the AST storage 18 by referencing the VTL generated by the VTL generation function 16G in a manner that will become apparent later. To encode the transmitted PDU. PDU encoding / decoding device 2
The transmission PDU encoded by 0 is stored in the transmission PDU storage device 22. The reception PDU storage device 24 receives P
Store the DU. In the decoding mode, the PDU encoding / decoding unit 20 decodes the received PDU stored in the received PDU storage device 24 based on the AST stored in the AST storage device 18 in a manner that will become apparent later. VTL is generated.

【0029】図1に加えて図8を参照して、符号化モー
ド時のVTL生成関数16Gの動作について説明する。
利用者プログラム26は、構造体生成ユニット28によ
って生成され、図5に示される構造体用の所望のデータ
値を入力する。引き続いて、利用者プログラム26は、
VTL関数記憶装置16に記憶されたVTL生成関数1
6Gを呼ぶ。VTL生成関数16Gは、VTL領域確保
部16G−1と、VTL生成部16G−2と、PDU領
域確保部16G−3とを有する。VTL領域確保部16
G−1は、図5に示された構造体が変換されるVTL用
のVTL領域16Mを確保する。VTL生成部16G−
2は、図2に示される抽象構文のデータ構造に基づい
て、図5に示される構造体の枠を参照することによって
VTLを生成する。生成されたVTLはVTL領域確保
部16G−1によって確保されたVTL領域16Mに格
納される。PDU領域確保部16G−3は、送信PDU
用のPDU領域を送信PDU記憶装置22として確保す
る。PDU符号化/復号化ユニット20は、SAT記憶
装置18に記憶されたASTに基づいて、VTL領域1
6Mに記憶されたVTLを参照することによって、送信
PDUを符号化する。符号化された送信PDUは送信P
DU記憶装置22に格納される。
The operation of the VTL generation function 16G in the encoding mode will be described with reference to FIG. 8 in addition to FIG.
The user program 26 is populated by the structure generation unit 28 and inputs the desired data values for the structure shown in FIG. Subsequently, the user program 26
VTL generation function 1 stored in VTL function storage device 1
Call 6G. The VTL generation function 16G has a VTL area reservation unit 16G-1, a VTL generation unit 16G-2, and a PDU area reservation unit 16G-3. VTL area securing unit 16
G-1 reserves the VTL area 16M for VTL into which the structure shown in FIG. 5 is converted. VTL generation unit 16G-
2 generates a VTL by referring to the frame of the structure shown in FIG. 5 based on the data structure of the abstract syntax shown in FIG. The generated VTL is stored in the VTL area 16M secured by the VTL area securing unit 16G-1. The PDU area securing unit 16G-3 uses the transmission PDU.
The PDU area for use is reserved as the transmission PDU storage device 22. Based on the AST stored in the SAT storage device 18, the PDU encoding / decoding unit 20 determines the VTL area 1
Encode the transmitted PDU by referencing the VTL stored in 6M. The encoded transmission PDU is the transmission P
It is stored in the DU storage device 22.

【0030】図1に加えて図9を参照して、復号化モー
ド時のVTL参照関数16Rの動作について説明する。
利用者プログラム26は、受信PDU記憶装置24に記
憶された受信PDUを受信する。引き続いて、利用者プ
ログラム26は、VTL関数記憶装置16に記憶された
VTL参照関数16Rを呼ぶ。VTL参照関数16R
は、VTL領域確保部16R−1と、構造体領域確保部
16R−2と、VTR参照部16R−3とを有する。V
TL領域確保部16R−1は、VTL用のVTL領域1
6Mを確保する。PDU符号化/復号化ユニット20
は、AST記憶装置24に記憶されたASTに基づい
て、受信PDU記憶装置24に記憶された受信PDUを
復号化して、VTLを生成する。VTLはVTL領域1
6Mに格納される。構造体領域確保部16R−2は、構
造体用の構造体領域を構造体記憶装置14として確保す
る。VTR参照部16R−3は、VTL領域16Mに記
憶されたVTLを参照して、構造体を変更する。変更さ
れた構造体は、構造体記憶装置14に格納される。構造
体記憶装置14に記憶された構造体を参照することによ
って、利用者プログラム24は、受信PDUの構成要素
の1つである任意のデータ値を容易に参照できる。
The operation of the VTL reference function 16R in the decoding mode will be described with reference to FIG. 9 in addition to FIG.
The user program 26 receives the received PDU stored in the received PDU storage device 24. Subsequently, the user program 26 calls the VTL reference function 16R stored in the VTL function storage device 16. VTL reference function 16R
Has a VTL area reservation unit 16R-1, a structure area reservation unit 16R-2, and a VTR reference unit 16R-3. V
The TL area securing unit 16R-1 uses the VTL area 1 for VTL.
Secure 6M. PDU encoding / decoding unit 20
Generates a VTL by decoding the received PDU stored in the received PDU storage device 24 based on the AST stored in the AST storage device 24. VTL is VTL area 1
It is stored in 6M. The structure area reserving unit 16R-2 reserves the structure area for the structure as the structure storage device 14. The VTR reference unit 16R-3 changes the structure by referring to the VTL stored in the VTL area 16M. The changed structure is stored in the structure storage device 14. By referring to the structure stored in the structure storage device 14, the user program 24 can easily refer to any data value that is one of the constituent elements of the received PDU.

【0031】[0031]

【発明の効果】上述した説明から明らかなように、本発
明によれば、PDUの符号化/復号化を行うにあたっ
て、抽象構文の複雑なデータ構造を意識することなく、
PDUの構成要素であるデータ値の入力/参照を容易に
行うことができる。何故なら、データ値を構造体によっ
て定義し、VTLと利用者プログラム間のインタフェー
ス変換をVTL関数を利用して行っているからである。
したがって、データ値の入力/参照ミスによる情報の欠
落をなくすことができる。さらに、省力化をはかり、処
理の自動化により様々なOSIアプリケーション層プロ
トコルに容易に対応できるという効果がある。
As is apparent from the above description, according to the present invention, when encoding / decoding a PDU, the complex data structure of the abstract syntax is not taken into consideration.
It is possible to easily input / reference a data value that is a component of a PDU. This is because the data value is defined by the structure and the interface conversion between the VTL and the user program is performed by using the VTL function.
Therefore, it is possible to eliminate information loss due to data value input / reference error. Further, there is an effect that labor saving is achieved and various OSI application layer protocols can be easily supported by automation of processing.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例によるプロトコル符号化/復
号化装置のブロック図である。
FIG. 1 is a block diagram of a protocol encoding / decoding device according to an embodiment of the present invention.

【図2】抽象構文のデータ構造の枠の一例を示す図であ
る。
FIG. 2 is a diagram showing an example of a frame of a data structure of abstract syntax.

【図3】図2に示される抽象構文用のデータ値の記述の
一例を示す図である。
FIG. 3 is a diagram showing an example of a description of a data value for the abstract syntax shown in FIG.

【図4】図1に示されたプロトコル符号化/復号化装置
に用いられる構造体生成ユニット用の変換規則の一例を
示す図である。
4 is a diagram showing an example of a conversion rule for a structure generation unit used in the protocol encoding / decoding device shown in FIG.

【図5】抽象構文記憶装置が図2に示された抽象構文を
格納している場合に、構造体生成ユニットによって生成
された構造体の枠の一例を示す図である。
5 is a diagram showing an example of a frame of a structure generated by a structure generation unit when the abstract syntax storage device stores the abstract syntax shown in FIG. 2;

【図6】図3に示されたデータ値が図2に示される抽象
構文のデータ構造の枠に与えられた場合の、値木リスト
(VTL)の一例を示す図である。
6 is a diagram showing an example of a value tree list (VTL) when the data values shown in FIG. 3 are given to the frame of the data structure of the abstract syntax shown in FIG.

【図7】抽象構文記憶装置が図2に示された抽象構文を
格納している場合の、ASN.1構文木(AST)の一
例を示す図である。
FIG. 7 is a diagram showing a case where ASN. When the abstract syntax storage device stores the abstract syntax shown in FIG. It is a figure which shows an example of 1 syntax tree (AST).

【図8】符号化モード時の、図1に示されたプロトコル
符号化/復号化装置に用いられるVTL生成関数の動作
を説明するためのブロック図である。
8 is a block diagram for explaining an operation of a VTL generation function used in the protocol encoding / decoding device shown in FIG. 1 in the encoding mode.

【図9】復号化モード時の、図1に示されたプロトコル
符号化/復号化装置に用いられるVTL参照関数の動作
を説明するためのブロック図である。
9 is a block diagram for explaining an operation of a VTL reference function used in the protocol encoding / decoding device shown in FIG. 1 in a decoding mode.

【符号の説明】[Explanation of symbols]

10 記憶装置 12 生成ユニット 14 記憶装置 16 記憶装置 16G VTL生成関数 16R VTL参照関数 18 記憶装置 20 PDU符号化/復号化ユニット 22 記憶装置 24 記憶装置 26 利用者プログラム 28 構造体生成ユニット 30 VTL関数生成ユニット 32 AST生成ユニット 10 Storage Device 12 Generation Unit 14 Storage Device 16 Storage Device 16G VTL Generation Function 16R VTL Reference Function 18 Storage Device 20 PDU Encoding / Decoding Unit 22 Storage Device 24 Storage Device 26 User Program 28 Structure Generation Unit 30 VTL Function Generation Unit 32 AST generation unit

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 OSIアプリケーション層用の抽象構文
とOSIプレゼンテーション層用の転送構文との間の構
文変換に使用されるプロトコル符号化/復号化装置であ
って、前記抽象構文は抽象構文記法1(ASN.1)に
よって記述されたデータ型の集合からなり、前記プロト
コル符号化/復号化装置は、 前記抽象構文を格納する抽象構文記憶装置と、 該抽象構文記憶装置に接続され、前記抽象構文で表現さ
れたデータ構造に対応したデータ値を入力/参照するた
めの構造体の枠を自動的に生成する構造体生成ユニット
と、 該構造体生成ユニットに接続され、前記構造体の枠を格
納する構造体記憶装置と、 前記構造体生成ユニットと前記抽象構文記憶装置とに接
続され、前記構造体と前記抽象構文で表現された前記デ
ータ構造用の前記データ値との間の対応づけを示すテー
ブルである値木リスト(VTL)用のVTL関数を自動
的に生成するVTL関数生成ユニットと、 該VTL関数生成ユニットに接続され、前記VTL関数
を格納するVTL関数記憶装置と、 前記抽象構文記憶装置に接続され、前記抽象構文で表現
された前記データ構造からプログラム処理可能な木構造
であるASN.1構文木(AST)を自動的に生成する
AST生成ユニットと、 該AST生成ユニットに接続され、前記ASTを格納す
るAST記憶装置と、 該AST記憶装置と前記VTL関数記憶装置とに接続さ
れ、前記ASTに基づいて前記VTL関数から呼ばれた
プロトコルデータ単位(PDU)を符号化/復号化する
PDU符号化/復号化ユニットと、 前記VTL関数記憶装置と前記構造体記憶装置とに接続
され、前記VTL関数を利用して前記PDUの構成要素
である前記データ値を入力/参照する利用者プログラム
と有することを特徴とするプロトコル符号化/復号化装
置。
1. A protocol encoding / decoding device used for syntax conversion between an abstract syntax for an OSI application layer and a transfer syntax for an OSI presentation layer, wherein the abstract syntax is an abstract syntax notation 1 ( ASN.1), wherein the protocol encoding / decoding device is connected to the abstract syntax storage device for storing the abstract syntax and is connected to the abstract syntax storage device. A structure generation unit that automatically generates a frame of a structure for inputting / referencing a data value corresponding to a represented data structure, and a frame of the structure that is connected to the structure generation unit and stores the frame of the structure A structure storage device, the structure generation unit and the abstract syntax storage device, and the data for the data structure represented by the structure and the abstract syntax. A VTL function generating unit for automatically generating a VTL function for a value tree list (VTL), which is a table showing the correspondence between the VTL function and a VTL function, and is connected to the VTL function generating unit and stores the VTL function. A VTL function storage device, and ASN. Which is a tree structure that is connected to the abstract syntax storage device and can be programmed from the data structure expressed in the abstract syntax. 1. An AST generation unit that automatically generates one syntax tree (AST), an AST storage unit that is connected to the AST generation unit and stores the AST, and is connected to the AST storage unit and the VTL function storage unit, A PDU encoding / decoding unit for encoding / decoding a protocol data unit (PDU) called from the VTL function based on the AST; connected to the VTL function storage device and the structure storage device; A protocol encoding / decoding device having a user program for inputting / referring to the data value which is a component of the PDU by using the VTL function.
【請求項2】 前記プロトコル符号化/復号化装置は、
符号化モードと復号化モードのいづれか1つで動作し、
前記VTL関数生成ユニットは、前記符号化モードおよ
び前記復号化モードで、それぞれ、前記VTL関数とし
て、VTL生成関数およびVTL参照関数を生成する、
請求項1記載のプロトコル符号化/復号化装置。
2. The protocol encoding / decoding device comprises:
Operates in either encoding mode or decoding mode,
The VTL function generation unit generates a VTL generation function and a VTL reference function as the VTL function in the encoding mode and the decoding mode, respectively.
The protocol encoding / decoding device according to claim 1.
【請求項3】 前記VTL生成関数は、 前記構造体が変換される前記VTL用のVTL領域を確
保するVTL領域確保部と、 前記構造体記憶装置に接続され、前記構造体を参照する
ことによって前記抽象構文の前記データ構造に基づいて
前記VTLを生成して、前記VTL領域に前記VTLを
書き込むVTL生成部と、 前記PDU用のPDU領域を確保するPDU領域確保部
とを有する、請求項2記載のプロトコル符号化/復号化
装置。
3. The VTL generation function is connected to the VTL area reserving unit for reserving a VTL area for the VTL into which the structure is converted, and is connected to the structure storage device, and references the structure. The VTL generation unit that generates the VTL based on the data structure of the abstract syntax and writes the VTL in the VTL region, and the PDU region reservation unit that reserves the PDU region for the PDU. The described protocol encoding / decoding device.
【請求項4】 前記VTL参照関数は、 前記VTLが格納されるVTL領域を確保するVTL領
域確保部と、 前記構造体用の構造体領域を前記構造体記憶装置として
確保する構造体領域確保部と、 前記構造体記憶装置に接続され、前記VTL領域に記憶
された前記VTLを参照して前記構造体を変更するVT
L参照部とを有する、請求項2記載のプロトコル符号化
/復号化装置。
4. The VTL reference function includes a VTL area securing section that secures a VTL area in which the VTL is stored, and a structure area securing section that secures a structure area for the structure as the structure storage device. And a VT connected to the structure storage device and changing the structure with reference to the VTL stored in the VTL area.
The protocol encoding / decoding device according to claim 2, further comprising an L reference unit.
【請求項5】 OSIアプリケーション層用の抽象構文
をOSIプレゼンテーション層用の転送構文に符号化す
るために使用されるプロトコル符号化装置であって、前
記抽象構文は抽象構文記法1(ASN.1)によって記
述されたデータ型の集合からなり、前記プロトコル符号
化装置は、 前記抽象構文を格納する抽象構文記憶装置と、 該抽象構文記憶装置に接続され、前記抽象構文で表現さ
れたデータ構造に対応したデータ値を入力するための構
造体の枠を自動的に生成する構造体生成ユニットと、 該構造体生成ユニットに接続され、前記構造体の枠を格
納する構造体記憶装置と、 前記構造体生成ユニットと前記抽象構文記憶装置とに接
続され、前記構造体と前記抽象構文で表現された前記デ
ータ構造用の前記データ値との間の対応づけを示すテー
ブルである値木リスト(VTL)を生成するためのVT
L生成関数を自動的に生成するVTL関数生成ユニット
と、 該VTL関数生成ユニットに接続され、前記VTL生成
関数を格納するVTL関数記憶装置と、 前記VTL関数記憶装置と前記構造体記憶装置とに接続
され、前記VTL生成関数を利用してプロトコルデータ
単位(PDU)の構成要素である前記データ値を入力す
る利用者プログラムと、 前記抽象構文記憶装置に接続され、前記抽象構文で表現
された前記データ構造からプログラム処理可能な木構造
であるASN.1構文木(AST)を自動的に生成する
AST生成ユニットと、 該AST生成ユニットに接続され、前記ASTを格納す
るAST記憶装置と、 該AST記憶装置と前記VTL関数記憶装置とに接続さ
れ、前記ASTに基づいて前記VTL生成関数から呼ば
れた前記PDUを符号化するPDU符号化ユニットと有
することを特徴とするプロトコル符号化装置。
5. A protocol encoder used to encode an abstract syntax for an OSI application layer into a transfer syntax for an OSI presentation layer, the abstract syntax being Abstract Syntax Notation 1 (ASN.1). A set of data types described by the protocol encoding device, the protocol encoding device corresponding to an abstract syntax storage device storing the abstract syntax, and a data structure connected to the abstract syntax storage device and represented by the abstract syntax. A structure generation unit for automatically generating a frame of a structure for inputting the data value, a structure storage device connected to the structure generation unit for storing the frame of the structure, and the structure A correspondence between the generating unit and the abstract syntax storage device, between the structure and the data value for the data structure represented in the abstract syntax. VT for generating a table in which the value tree list (VTL) showing
A VTL function generation unit that automatically generates an L generation function, a VTL function storage device that is connected to the VTL function generation unit and stores the VTL generation function, and the VTL function storage device and the structure storage device. A user program that is connected and inputs the data value that is a component of a protocol data unit (PDU) using the VTL generation function; and a user program that is connected to the abstract syntax storage device and is expressed in the abstract syntax. ASN. Which is a tree structure that can be programmed from the data structure. 1. An AST generation unit that automatically generates one syntax tree (AST), an AST storage unit that is connected to the AST generation unit and stores the AST, and is connected to the AST storage unit and the VTL function storage unit, A protocol coding apparatus, comprising: a PDU coding unit that codes the PDU called from the VTL generation function based on the AST.
【請求項6】 前記VTL生成関数は、 前記構造体が変換される前記VTL用のVTL領域を確
保するVTL領域確保部と、 前記構造体記憶装置に接続され、前記構造体を参照する
ことによって前記抽象構文の前記データ構造に基づいて
前記VTLを生成して、前記VTL領域に前記VTLを
書き込むVTL生成部と、 前記PDU用のPDU領域を確保するPDU領域確保部
とを有する、請求項5記載のプロトコル符号化装置。
6. The VTL generation function is connected to the VTL area reserving unit for reserving a VTL area for the VTL to which the structure is converted, and is connected to the structure storage device, and references the structure. The VTL generation unit that generates the VTL based on the data structure of the abstract syntax and writes the VTL in the VTL region, and a PDU region reservation unit that reserves a PDU region for the PDU. The described protocol encoding device.
【請求項7】 OSIプレゼンテーション層用の転送構
文をOSIアプリケーション層用の抽象構文に復号化す
るために使用されるプロトコル復号化装置であって、前
記抽象構文は抽象構文記法1(ASN.1)によって記
述されたデータ型の集合からなり、前記プロトコル復号
化装置は、 前記抽象構文を格納する抽象構文記憶装置と、 該抽象構文記憶装置に接続され、前記抽象構文で表現さ
れたデータ構造に対応したデータ値を参照するための構
造体の枠を自動的に生成する構造体生成ユニットと、 該構造体生成ユニットに接続され、前記構造体の枠を格
納する構造体記憶装置と、 前記抽象構文記憶装置に接続され、前記抽象構文で表現
された前記データ構造からプログラム処理可能な木構造
であるASN.1構文木(AST)を自動的に生成する
AST生成ユニットと、 該AST生成ユニットに接続され、前記ASTを格納す
るAST記憶装置と、 プロトコルデータ単位(PDU)が供給され、該AST
記憶装置に接続され、前記ASTに基づいて前記PDU
を復号化して、前記構造体と前記抽象構文で表現された
前記データ構造用の前記データ値との対応づけを示すテ
ーブルである値木リスト(VTL)を生成するPDU復
号化ユニットと、 該PDU復号化ユニットに接続され、前記VTLの参照
用のVTL参照関数を自動的に生成するVTL関数生成
ユニットと、 該VTL関数生成ユニットに接続され、前記VTL参照
関数を格納するVTL関数記憶装置と、 前記VTL関数記憶装置と前記構造体記憶装置とに接続
され、前記VTL参照関数を利用して前記PDUの構成
要素である前記データ値を参照する利用者プログラムと
有することを特徴とするプロトコル復号化装置。
7. A protocol decoding device used to decode a transfer syntax for an OSI presentation layer into an abstract syntax for an OSI application layer, wherein the abstract syntax is Abstract Syntax Notation 1 (ASN.1). A set of data types described by the protocol decoding device, the protocol decoding device corresponding to an abstract syntax storage device storing the abstract syntax, and a data structure connected to the abstract syntax storage device and represented by the abstract syntax. A structure generation unit for automatically generating a frame of a structure for referring to the stored data value, a structure storage device connected to the structure generation unit for storing the frame of the structure, and the abstract syntax. ASN. Which is a tree structure connected to a storage device and programmable from the data structure expressed in the abstract syntax. 1 AST generation unit that automatically generates a syntax tree (AST), an AST storage device that is connected to the AST storage unit and that stores the AST, and a protocol data unit (PDU) are supplied.
The PDU is connected to a storage device and is based on the AST.
A PDU decoding unit that decodes the structure to generate a value tree list (VTL) that is a table showing the correspondence between the structure and the data value for the data structure represented by the abstract syntax; A VTL function generation unit connected to the decoding unit and automatically generating a VTL reference function for reference of the VTL; and a VTL function storage device connected to the VTL function generation unit and storing the VTL reference function, Protocol decoding, comprising a user program connected to the VTL function storage device and the structure storage device, and using the VTL reference function to refer to the data value that is a component of the PDU. apparatus.
【請求項8】 前記VTL参照関数は、 前記VTLが格納されるVTL領域を確保するVTL領
域確保部と、 前記構造体用の構造体領域を前記構造体記憶装置として
確保する構造体領域確保部と、 前記構造体記憶装置に接続され、前記VTL領域に記憶
された前記VTLを参照して前記構造体を変更するVT
L参照部とを有する、請求項7記載のプロトコル復号化
装置。
8. The VTL reference function includes a VTL area reservation unit that reserves a VTL area in which the VTL is stored, and a structure area reservation unit that reserves a structure area for the structure as the structure storage device. And a VT connected to the structure storage device and changing the structure with reference to the VTL stored in the VTL area.
The protocol decoding device according to claim 7, further comprising an L reference unit.
JP5091564A 1992-04-23 1993-04-19 Protocol coding / decoding device Expired - Lifetime JPH0773292B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5091564A JPH0773292B2 (en) 1992-04-23 1993-04-19 Protocol coding / decoding device

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP10445592 1992-04-23
JP4-104455 1992-04-23
JP5091564A JPH0773292B2 (en) 1992-04-23 1993-04-19 Protocol coding / decoding device

Publications (2)

Publication Number Publication Date
JPH0646099A JPH0646099A (en) 1994-02-18
JPH0773292B2 true JPH0773292B2 (en) 1995-08-02

Family

ID=26433001

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5091564A Expired - Lifetime JPH0773292B2 (en) 1992-04-23 1993-04-19 Protocol coding / decoding device

Country Status (1)

Country Link
JP (1) JPH0773292B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19717948C2 (en) * 1997-04-29 2003-07-31 Deutsche Telekom Ag Procedure for the transmission of information
KR100460645B1 (en) * 2002-09-13 2004-12-08 유티스타콤코리아 유한회사 Method for automatically packing message in wcdma asynchronous system
CN112188211A (en) * 2020-08-21 2021-01-05 北京新媒传信科技有限公司 Transcoding implementation method and device

Also Published As

Publication number Publication date
JPH0646099A (en) 1994-02-18

Similar Documents

Publication Publication Date Title
US5418963A (en) Protocol encoding/decoding device capable of easily inputting/referring to a desired data value
JP3272014B2 (en) Method and apparatus for creating a data processing dictionary including hierarchical data processing information
US6275570B1 (en) System and method of provisioning subscribers in a messaging environment comprising two messaging systems
US5087913A (en) Short-record data compression and decompression system
US6857008B1 (en) Arrangement for accessing an IP-based messaging server by telephone for management of stored messages
AU756264B2 (en) Message processing device and method thereof and storage medium storing message processing control program
CN100534071C (en) System and method for using packed compressed buffers for improved client server communication
US5574919A (en) Method for thinning a protocol
US5649227A (en) System for supporting a conversion between abstract syntax and transfer syntax
CN104899085B (en) A kind of data processing method and device
JPH03171243A (en) Data stream correcting method
US5418972A (en) Protocol data generator-analyzer
US20010056470A1 (en) Electronic mail transmission/reception system and devices therefor
JPH0773292B2 (en) Protocol coding / decoding device
CN109743643A (en) The processing method and processing device of building conversational system
EP0327058A2 (en) Protocol data unit encoding/decoding system
US5790812A (en) Method of encoding or decoding protocol data units (PDUS)
US5126738A (en) Circuit for decoding a sequentially and serially inputted, variable length code
US6151317A (en) Control type or service independent building block
Krishnakumar et al. The programmable protocol VLSI engine (PROVE)
EP1581869A2 (en) A method and system for dynamically creating parsers in a message broker
JP3044847B2 (en) Variable-length code decoding device
KR100566980B1 (en) UMS having a picture data transferring function and controlling method therefore
US20030095310A1 (en) Optical communication apparatus and method
KR100437180B1 (en) Apparatus and Method for parsing the SIP message and producing method there of

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19960123