JP2004350229A - Atm cell shaping device and atm cell shaping method - Google Patents

Atm cell shaping device and atm cell shaping method Download PDF

Info

Publication number
JP2004350229A
JP2004350229A JP2003147986A JP2003147986A JP2004350229A JP 2004350229 A JP2004350229 A JP 2004350229A JP 2003147986 A JP2003147986 A JP 2003147986A JP 2003147986 A JP2003147986 A JP 2003147986A JP 2004350229 A JP2004350229 A JP 2004350229A
Authority
JP
Japan
Prior art keywords
user data
atm cell
shaping
atm
base station
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003147986A
Other languages
Japanese (ja)
Inventor
Michiharu Sakurai
通陽 桜井
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
MX Mobiling Ltd
Original Assignee
NEC Corp
MX Mobiling 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, MX Mobiling Ltd filed Critical NEC Corp
Priority to JP2003147986A priority Critical patent/JP2004350229A/en
Publication of JP2004350229A publication Critical patent/JP2004350229A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To eliminate a gate array device and a physical memory accompanying the gate array device by carrying out a shaping process by a CPU. <P>SOLUTION: A decoded data frame is received and converted into in a shape of an ATM cell (step 12).The frame type of the converted ATM cell is determined (step 13), and if it is a control frame, the ATM cell is stored in a control frame area (step 19). If it is a data frame, the type of a channel is determined (step 14), and if it is a common channel, it is stored in a buffer for a common channel buffer (step 18). If it is a data frame, whether its VC is divided into two or more ATM cells or not is determined (step 15). If it is divided into two or more, it is stored into a shaping buffer (step 17), and if it is one, this one is set directly to a transmission queue (step 16). The main process is carried out by CPU and a processing memory is replaced by the memory of the CPU, so that a gate array device and a physical memory accompanying the gate array device can be eliminated. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、ATM(asynchronous transfer mode /非同期転送モード)セルシェーピング装置および同方法に関し、特に、CDMA(code division multiple access )無線基地局装置に係わり無線ネットワーク・コントローラへデータ送信処理するATMトラヒックシェーピング装置及び方法に関する。
【0002】
【従来の技術】
従来のATM転送方式では、セルと呼ばれる固定長のパケットを転送する。ATM網において、バーチャルチャネル(VC)上のセルはバーチャルパス(VP)に多重化して転送されるが、ATM転送方式における多重化は非同期で行う。このため、多重化装置やスイッチ等を経由すると、バッファ内での待ち時間の相違によりセル遅延ゆらぎが発生する。セル遅延ゆらぎにより間隔の小さくなるセルが発生し、VP上でバーストトラヒックとなり、網資源の使用効率を低下させる。この問題を解決する手段としてバーチャルパス(VP)シェーピング装置が提案されている(例えば、特許文献1参照)。なお、シェーピングとは、端末とネットワーク間で予め定めたセル送出速度に関するパラメータに沿うように、端末側でセル送出特性を制御することを言うものとする。
【0003】
この従来のVPシェーピング装置の概要を、図7を用いて説明する。図7において、#1、#2、#3はセルを表し、セルは図の左から右へ進行するものとする。本図7で、符号1はVPシェーピング装置を示し、このVPシェーピング装置51は、セルを蓄積するバッファ52と、このバッファ52からのセル出力タイミングを制御するセル出力制御部53を備える。符号54はVP多重装置であり、到来するVCを多重化してVPとしてVPシェーピング装置51に入力する。
【0004】
このVPシェーピング装置51の動作を説明する。
VP多重装置54で多重化されたセルは、#1、#2、#3の順序で、VPシェーピング装置51に到着し、バッファ52に格納される。セル出力制御部53があらかじめ定めた一定間隔でバッファ52からセルを読み出すことにより、セルをVP上で一定間隔になるように制御する。
【0005】
CDMA無線システムにおいて、無線移動局(MS)から送出された無線フレームは、無線基地局装置において復号処理され、ユーザデータに変換される。さらに、このユーザデータは、無線ネットワーク・コントローラ(RNC)へ伝送するためにATMセルに分割、変換される。このとき、ユーザデータは、各ユーザが用いているサービス種別によりデータ長が異なる。各ATMセルには、ATM回線上で用いられる識別子(VC)が付与される。
【0006】
また、VPI毎に出力インターフェース速度を基準としたピークセル間隔を求め、VCI毎にVPIのピークセル間隔を基準とした時刻に従って相対的な送出時刻を計算した後、出力インターフェース速度を基準としたセル送出時刻を決定し、セルバッファよりセルを送出しているものもある(例えば、特許文献2参照)。
【0007】
53ByteからなるATMセルは、ATMセル単位で回線上へ送出されるが、このとき、複数で同一の識別番号(VC)を持つATMセル(複数セルに分割されたユーザデータ)を連続して送出する。このことで、送信帯域を単一のVCで占有することは、複数のユーザデータ(複数のVC)を扱い、且つ、データ送受信のタイミングが非常に重要な本システムの性質上、避けなければならない。そこで用いられる処理が、シェーピング処理である。
【0008】
シェーピング処理は、受信した複数のユーザデータを、あるVCの送信順は入れ替えずに、設定されているVCのATMセルの送信順を入れ替え、VCのデータ長に依存せず、均等にATM回線上へ送出する処理である。図8は、その例を示す。
【0009】
図8において、A,B,C及び、Dの異なるユーザデータがATMセルに分割され、シェーピング処理され、それらのATMセルが無線ネットワーク・コントローラ(RNC)へ送信される手順を示す。本図8に示すようにCPUで処理されたユーザデータはATMセルに変換されるが、送信する順序はあるタイミングで受信したユーザデータをATMセル単位で均等に順序づけられる。この処理により、ある特定のユーザが長大なユーザデータを有していたとしても、それ以降に処理されたユーザデータの送信に大きな遅延が発生することはない。
【0010】
本システムは、従来よりゲートアレイ(G/A)を用いた論理回路と、データを格納する物理メモリとにより実現している。図9は、従来のシステムにおけるデータの流れと、CPU1とG/A3間でのデータフォーマットの変遷を示すものである。
【0011】
CPU1で受信した無線フレーム5は無線フレーム処理(DECODER処理)がなされ、ユーザデータ6の形で、一旦DSP1に付随するSRAM2にバッファリングされる。バッファリングされたデータは、無線フレーム処理された順にG/A3に送出され、G/AのSRAM4に格納される。格納されたユーザデータは、G/AにてATMセルに変換され(参照;図2)、シェーピング処理を行い回線上に送出される。
【0012】
【特許文献1】
特開平07−212367号公報
【特許文献2】
特開平08−125668号公報
【0013】
【発明が解決しようとする課題】
しかしながら、従来のシェーピング処理技術は、無線フレームから、ATMセルにするまで、図9に示すように、CPU−G/Aのインターフェース、ゲートアレイデバイス、さらに、それに付随する物理メモリが必要となる。そのため、部品実装面積と重量の増大、コストの増加、また、消費電力の増加などが課題となる。
【0014】
例えばCPUは、無線フレームを受信したのち、DECODER処理を行い、ユーザデータに変換する。このユーザデータには、それぞれ、各ユーザの識別情報である番号付けが為されている。この番号とVCとが対応し、シェーピング処理を行う際のバッファリング時のタグとなる。従来のバッファリング方法では、このVCに対応する全エリアをあらかじめ用意しておき、そこにユーザデータを格納する。このとき、確保すべきエリアサイズは、ユーザデータが取り得る最大のサイズを用意しておく必要がある。したがって、このバッファのサイズは、ユーザデータの取り得る最大サイズを”X”、割り当て可能なVCの数を”Y”とすると、X×Yのサイズがバッファとして必要となる。
【0015】
しかし、例えば、あるユーザが最大サイズのユーザデータを持つサービスを利用していた場合、そのCPUに設定可能なVC数は減少し、逆に、短いユーザデータをとるサービスのユーザが多い場合、多くのVCがDSPに設定可能となる。
図10は、VC符号1のユーザデータフレーム10とVC符号Xのユーザデータフレーム9の、夫々のVCを持つユーザが設定された時の、従来のバッファ使用法を現している。本従来例では、VC毎に最大Iubフレームサイズのバッファサイズを持つため、未使用バッファ11が生じ、多くのエリアが使用されていないことになる。
【0016】
本発明は、シェーピング処理をCPUで行い、また、シェーピング用物理メモリをCPUのメモリで賄うことにより、ゲートアレイデバイスとそれに付随する物理メモリを不要にする。また、メモリ使用法の最適化を行うことで、CPUで使用するメモリサイズの削減を図ったATMセルシェーピング装置およびATMセルシェーピング方法を提供することを目的とする。
【0017】
【課題を解決するための手段】
かかる目的を達成するため、本発明のATMセルシェーピング装置は、CDMA無線基地局(NODE−B)が無線移動機(MS)からユーザデータを受信するユーザデータ受信手段と、ユーザ毎にATMセル単位でバッファリングするメモリアドレスを決定するメモリアドレス決定手段と、受信したユーザデータを無線ネットワーク・コントローラ(RNC)へ送信するユーザデータ送信手段とを有して構成され、CDMA無線基地局(NODE−B)が無線移動機(MS)から受信したユーザデータを管理することを特徴としている。
【0018】
また、上記のメモリアドレス決定手段をソフトウェア上の処理スッテプとして構成し、CDMA無線基地局から無線ネットワーク・コントローラへのコントロールデータ(制御信号)の送信処理を、ユーザデータよりも優先的な送信順に割り当て、CDMA無線基地局においてシェーピング処理が行えない無線移動機(MS)から受信したユーザデータを識別し、該識別したユーザデータをバッファリングするとよい。
【0019】
さらに、上記ユーザデータの処理に、仮想的なマトリクス構成を持つ物理メモリを使用し、物理メモリの使用において、この物理メモリの有効利用を行うために、ユーザデータをバッファリングする際にデータ書き込みアドレスを決めるとよい。
【0020】
請求項7記載の発明のATMセルシェーピング方法は、CDMA無線基地局(NODE−B)が無線移動機(MS)からユーザデータを受信するユーザデータ受信ステップと、ユーザ毎にATMセル単位でバッファリングするメモリアドレスを決定するメモリアドレス決定ステップと、受信したユーザデータを無線ネットワーク・コントローラ(RNC)へ送信するユーザデータ送信ステップとを有して構成され、CDMA無線基地局(NODE−B)が無線移動機(MS)から受信したユーザデータを管理するとよい。
【0021】
【発明の実施の形態】
次に、添付図面を参照して本発明によるATMセルシェーピング装置およびATMセルシェーピング方法の実施の形態を詳細に説明する。図1から図6を参照すると、本発明のATMセルシェーピング装置およびATMセルシェーピング方法の一実施形態が示されている。
【0022】
本発明では、上記従来の問題点に対応すべくバッファの使用に、VC毎にバッファを持つのではなく、VCを意識することなく、処理したIubフレーム単位でバッファに格納する方法をとる。また、Iubフレームでも、1ATMセル内に収まるデータは、本バッファに格納することなく、送信キューに設定することとする。
【0023】
早急に送信処理を行う必要性の高いコントロールフレームのATMセルはシェーピングを行わず、受信した順に送信キューへ設定する。さらに、データフレームでも、共通チャネルは、同一のVCで同一のタイミングでIub処理されることがある。このため、シェーピングを行い、送信順を変えてしまうと上位でのIubフレームの再生ができなくなる可能性がある。故に、共通チャネルのデータフレームも、専用のバッファを用意することとする。
【0024】
(構成の説明及び動作の説明)
本発明では、ソフトウェアによりシェーピング処理を行う。本シェーピング処理を実施するために、CPUがデータフレームを受信してから、ATMセルを回線上に送出するまでのCPUでのソフトウェア制御を、図1のフローチャートも用いて示す。
【0025】
まず、復号処理されたデータフレームを受信し、それをATMセルの形に変換する[処理1(ステップ12)]。なお、ATMへの変換の方法は図2に示す。次に変換されたATMセルのフレームタイプを判別し[判断A(ステップ13)]、それが、コントロールフレームであれば、コントロールフレーム用エリアへATMセルを格納する[処理2(ステップ19)]。データフレームであればチャネル種別を判別し[判断B(ステップ14)]、共通チャネルであれば共通チャネル用バッファに格納する[処理3(ステップ18)]。そして、データフレームであれば、そのVCがいくつのATMセルに分割されたかを判断し[判断C(ステップ15)]、2つ以上であればシェーピングバッファへ格納し[処理4(ステップ17)]、1つであればそのまま送信キューへ設定する[処理5(ステップ16)]。
【0026】
それぞれのバッファに格納されたデータは、任意のタイミングで送信キューへ設定され、上位のATM回線へ送出される。[処理4(ステップ17)]でデータの格納する方法は、後述とする。以上の処理を行うために、CPUで用意すべきバッファの構成は、図3のように、コントロールフレーム用バッファ、共通チャネル用バッファ、及び、シェーピング用バッファの3エリアとなる(23)。
【0027】
次に、図1の[処理4]での、ATMセルをシェーピングバッファに格納する方法を、図4に簡略化した4×5のマトリクス構成のバッファで示す。バッファには、行番号(25)と列番号(24)が“0”から設定され、各列には、「書き込み済みエリア数(26)」というパラメータを持たせる。このパラメータは、列方向にデータを格納する度にインクリメントしていく。これより、ある任意のエリアのセルのアドレスは、(行番号,列番号)とする(例えば、図4の(1)で網掛けをしてあるセル(27)のアドレスは(2,3)で表す)。
【0028】
CPUは、あるデータフレームをATMセルに分割、変換したら、列番号の“0”より、書き込み済みエリア数(26)をサーチしていく。この書き込み済みエリア数がマトリクスの最大行数(ここでは4)より小さい場合、その列の書き込み済みエリア数が、そのまま格納する行番号となる。そして、以降のATMセルは、書き込み済みエリア数と列番号より算出できる。以上の処理について、図4を用いて説明する。
【0029】
図4の(2)「1〜3番目のIub(ATMセル変換後)を格納」は、3つのユーザデータ(28,29,30)の格納例を表している。この格納例において、各列の書き込み済みエリア数は、“0”列目より、「3,3,2,1,0」となる。次に、ATMセル数がさらに分割されるユーザデータを格納する場合、最初のセルは、書き込み済みエリア数を0列目からサーチすると、“0”列目が3であり、行数の4よりも小さいため、書き込みエリアは(3,0)と決定される。以降のセルは順次、書き込み済みエリア数より、(3,1),(2,2),(1,3),(0,4)と決定される。
【0030】
すなわち、あるユーザデータを格納する行番号は、その時点での、書き込み済みエリア数そのものとなる。これより、本処理では、VCを意識することなく、処理したユーザデータ毎、順次バッファに格納していくことになる。この方法より、全VC毎のエリアに最大長のエリアを持った全VC数分のバッファサイズを必要とせず、さらに、図4の(4)で示されるように、0行0列方向に詰められた形でデータがバッファリングされることになり、メモリの有効利用となる。
【0031】
以上より、図4のように格納されたデータは、メモリマップでは図5のように、コントロールフレーム[C1〜]、共通チャネル[R1〜]、及び、データフレーム[D1〜]の順でメモリマップされる。その後、任意のタイミングで送信キューへ設定されATM回線上へ送出されることになる。
【0032】
(実施例の動作の説明)
図6に本発明により、無線フレームからATMセルに変換し送出するまでの流れを示す。本システムは、CPU36で受信した無線フレーム37は、シェーピング処理を行いATM回線38上に送出される。本実施例では、従来例の図9と比較し、G/A(3)が不要なため処理の単純化が為されている。
【0033】
(実施例の効果)
以下に従来のゲートアレイを用いてシェーピング処理を行った場合と、本発明でそれを行った場合の比較結果を示し、その比較結果から生じる効果を示す。
【0034】
ゲートアレイとそれに付随する物理メモリを必要としない。その結果生じる効果として、例えば、部品実装面積の縮小、モジュール重量の軽減、ハード面のコスト低減、ゲートアレイと各デバイス間でのインターフェースの設計が不要となる。また、物理復号を行うCPUで行うため一連の処理が可能となり、処理の高速化、ソフトウェアで実現するため仕様変更への柔軟性が高い。さらに、マトリクス構造を持つシェーピングバッファとして必要とされるメモリサイズの削減を図り、隙間の少ないメモリ使用法により転送処理に有利となる。
【0035】
【発明の効果】
以上の説明より明らかなように、本発明のATMセルシェーピング装置およびATMセルシェーピング方法は、CDMA無線基地局(NODE−B)が無線移動機(MS)からユーザデータを受信し、ユーザ毎にATMセル単位でバッファリングするメモリアドレスを決定し、受信したユーザデータを無線ネットワーク・コントローラ(RNC)へ送信する。本手順により、CDMA無線基地局(NODE−B)が無線移動機(MS)から受信したユーザデータを管理する。
上記の手順に基づけば、ゲートアレイとそれに付随する物理メモリを必要としない。その結果、部品実装面積の縮小、モジュール重量の軽減、ハード面のコスト低減化、処理の高速化、等が可能となる。
【図面の簡単な説明】
【図1】本発明のATMセルシェーピング装置およびATMセルシェーピング方法の実施形態であり、ソフトウェア制御例を示すフローチャートである。
【図2】データフレームを受信してATMセルの形に変換する手順を表した図である。
【図3】CPUで用意すべきバッファの構成例を示す図である。
【図4】簡略化した4×5のマトリクス構成のバッファであり、ATMセルをシェーピングバッファに格納する方法を示している。
【図5】格納されたデータのメモリマップおよび送信キューへの設定例を示す。
【図6】無線フレームからATMセルに変換し送出するまでの流れを示す。
【図7】従来のVPシェーピング装置の構成例を示すブロック図である。
【図8】従来のVCのデータ長に依存せず均等にATM回線上へ送出する処理手順例を説明するための図である。
【図9】従来のシステムにおけるデータの流れと、CPUとG/A間でのデータフォーマットの変遷を示す図である。
【図10】従来のバッファ使用法を現した図である。
【符号の説明】
23 シェーピング用バッファの3エリア
24 列番号
25 行番号
26 書き込み済みエリア数
27 セル
28、29、30 ユーザデータ
36 CPU
37 無線フレーム
38 ATM回線
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an ATM (asynchronous transfer mode) cell shaping apparatus and method, and more particularly, to an ATM traffic shaping apparatus that performs data transmission processing to a radio network controller in connection with a CDMA (code division multiple access) radio base station apparatus. And methods.
[0002]
[Prior art]
In the conventional ATM transfer method, fixed-length packets called cells are transferred. In an ATM network, cells on a virtual channel (VC) are multiplexed and transferred to a virtual path (VP), but multiplexing in the ATM transfer method is performed asynchronously. Therefore, when the signal passes through a multiplexing device, a switch, or the like, a cell delay fluctuation occurs due to a difference in waiting time in the buffer. Due to the cell delay fluctuation, a cell having a small interval is generated, and the traffic becomes burst traffic on the VP, thereby reducing the use efficiency of the network resources. As means for solving this problem, a virtual path (VP) shaping device has been proposed (for example, see Patent Document 1). The shaping means that the terminal controls the cell transmission characteristics on the terminal side so as to conform to a parameter related to the cell transmission speed predetermined between the terminal and the network.
[0003]
An outline of this conventional VP shaping device will be described with reference to FIG. In FIG. 7, # 1, # 2, and # 3 represent cells, and the cells advance from left to right in the figure. In FIG. 7, reference numeral 1 denotes a VP shaping device. The VP shaping device 51 includes a buffer 52 for accumulating cells, and a cell output control unit 53 for controlling cell output timing from the buffer 52. Reference numeral 54 denotes a VP multiplexer, which multiplexes an incoming VC and inputs the multiplexed VC to the VP shaping device 51.
[0004]
The operation of the VP shaping device 51 will be described.
The cells multiplexed by the VP multiplexer 54 arrive at the VP shaping device 51 in the order of # 1, # 2, and # 3, and are stored in the buffer 52. The cell output control unit 53 reads out the cells from the buffer 52 at predetermined intervals, and controls the cells so that the cells have a constant interval on the VP.
[0005]
In a CDMA radio system, a radio frame transmitted from a radio mobile station (MS) is decoded in a radio base station apparatus and converted into user data. Further, the user data is split and converted into ATM cells for transmission to a radio network controller (RNC). At this time, the data length of the user data differs depending on the service type used by each user. Each ATM cell is provided with an identifier (VC) used on the ATM line.
[0006]
Further, a peak cell interval based on the output interface speed is obtained for each VPI, a relative transmission time is calculated for each VCI according to a time based on the VPI peak cell interval, and then the cell transmission time based on the output interface speed is calculated. Is determined, and cells are transmitted from the cell buffer (for example, see Patent Document 2).
[0007]
An ATM cell composed of 53 bytes is transmitted over the line in ATM cell units. At this time, ATM cells having a plurality of identical identification numbers (VC) (user data divided into a plurality of cells) are continuously transmitted. I do. Accordingly, occupying the transmission band by a single VC must be avoided due to the nature of the present system in which a plurality of user data (a plurality of VCs) are handled and the timing of data transmission / reception is very important. . The processing used there is shaping processing.
[0008]
In the shaping processing, the transmission order of the ATM cells of the set VC is changed without changing the transmission order of a certain VC, and the received user data is evenly transmitted on the ATM line without depending on the data length of the VC. This is the process of sending to. FIG. 8 shows an example.
[0009]
FIG. 8 shows a procedure in which user data of different types A, B, C, and D are divided into ATM cells, shaped, and the ATM cells are transmitted to a radio network controller (RNC). As shown in FIG. 8, the user data processed by the CPU is converted into ATM cells, and the transmission order is such that user data received at a certain timing is evenly arranged in ATM cell units. By this processing, even if a specific user has long user data, there is no large delay in transmission of user data processed thereafter.
[0010]
This system has conventionally been realized by a logic circuit using a gate array (G / A) and a physical memory for storing data. FIG. 9 shows a flow of data in a conventional system and a transition of a data format between the CPU 1 and the G / A 3.
[0011]
The wireless frame 5 received by the CPU 1 is subjected to wireless frame processing (DECODER processing), and is temporarily buffered in the form of user data 6 in the SRAM 2 attached to the DSP 1. The buffered data is transmitted to the G / A 3 in the order in which the radio frame processing has been performed, and is stored in the G / A SRAM 4. The stored user data is converted into an ATM cell by G / A (see FIG. 2), subjected to a shaping process, and sent out onto a line.
[0012]
[Patent Document 1]
Japanese Patent Application Laid-Open No. 07-212367 [Patent Document 2]
JP 08-125668 A
[Problems to be solved by the invention]
However, the conventional shaping processing technology requires a CPU-G / A interface, a gate array device, and an associated physical memory as shown in FIG. 9 from a wireless frame to an ATM cell. Therefore, problems such as an increase in component mounting area and weight, an increase in cost, an increase in power consumption, and the like become problems.
[0014]
For example, after receiving the wireless frame, the CPU performs a DECODER process to convert the data into user data. Each of the user data is numbered as identification information of each user. This number and the VC correspond to each other, and become a tag at the time of buffering when performing the shaping process. In the conventional buffering method, all areas corresponding to the VC are prepared in advance, and user data is stored therein. At this time, as the area size to be secured, it is necessary to prepare the maximum size that the user data can take. Therefore, assuming that the maximum size of the user data that can be taken by the user data is “X” and the number of assignable VCs is “Y”, a size of X × Y is required for the buffer.
[0015]
However, for example, when a certain user uses a service having user data of the maximum size, the number of VCs that can be set for the CPU decreases. VC can be set in the DSP.
FIG. 10 illustrates a conventional buffer usage when a user having each VC is set in the user data frame 10 of the VC code 1 and the user data frame 9 of the VC code X. In this conventional example, since each VC has a buffer size of the maximum Iub frame size, an unused buffer 11 is generated, and many areas are not used.
[0016]
According to the present invention, the shaping process is performed by the CPU, and the physical memory for shaping is covered by the memory of the CPU, thereby eliminating the need for the gate array device and the associated physical memory. It is another object of the present invention to provide an ATM cell shaping device and an ATM cell shaping method that reduce the size of a memory used by a CPU by optimizing a memory usage method.
[0017]
[Means for Solving the Problems]
In order to achieve this object, an ATM cell shaping apparatus according to the present invention comprises: a user data receiving means for receiving user data from a radio mobile station (MS) by a CDMA radio base station (NODE-B); CDMA radio base station (NODE-B), comprising: a memory address determining means for determining a memory address to be buffered in the CDMA radio base station (NODE-B); and a user data transmitting means for transmitting received user data to a radio network controller (RNC). ) Manages user data received from a wireless mobile device (MS).
[0018]
Further, the memory address determination means is configured as a processing step on software, and a process of transmitting control data (control signal) from the CDMA radio base station to the radio network controller is allocated in a transmission order having a higher priority than user data. It is preferable to identify user data received from a wireless mobile station (MS) that cannot perform shaping processing in the CDMA wireless base station, and buffer the identified user data.
[0019]
Further, a physical memory having a virtual matrix configuration is used for the processing of the user data. In the use of the physical memory, the data write address is used when buffering the user data in order to effectively use the physical memory. It is good to decide.
[0020]
An ATM cell shaping method according to a seventh aspect of the present invention is a user data receiving step in which a CDMA radio base station (NODE-B) receives user data from a radio mobile station (MS), and buffering is performed for each user on an ATM cell basis. And a user data transmitting step of transmitting received user data to a radio network controller (RNC). The CDMA radio base station (NODE-B) User data received from a mobile station (MS) may be managed.
[0021]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, an embodiment of an ATM cell shaping apparatus and an ATM cell shaping method according to the present invention will be described in detail with reference to the accompanying drawings. Referring to FIGS. 1 to 6, there is shown an embodiment of an ATM cell shaping apparatus and an ATM cell shaping method according to the present invention.
[0022]
In the present invention, in order to cope with the above-mentioned conventional problems, a method of storing a buffer in a processed Iub frame unit without using a VC instead of having a buffer for each VC is used for buffer use. Further, even in an Iub frame, data that fits within one ATM cell is set in a transmission queue without being stored in this buffer.
[0023]
ATM cells of control frames that need to be transmitted immediately are set in the transmission queue in the order of reception without performing shaping. Further, in a data frame, the common channel may be subjected to Iub processing at the same timing at the same VC. For this reason, if shaping is performed and the transmission order is changed, there is a possibility that Iub frames cannot be reproduced at a higher level. Therefore, a dedicated buffer is prepared for the data frame of the common channel.
[0024]
(Description of configuration and operation)
In the present invention, the shaping process is performed by software. The software control by the CPU from the reception of the data frame by the CPU to the transmission of the ATM cell to the line in order to perform the shaping process will be described with reference to the flowchart of FIG.
[0025]
First, a decrypted data frame is received and converted into an ATM cell format [Process 1 (Step 12)]. The method of conversion to ATM is shown in FIG. Next, the frame type of the converted ATM cell is determined [decision A (step 13)], and if it is a control frame, the ATM cell is stored in the control frame area [process 2 (step 19)]. If it is a data frame, the channel type is determined [decision B (step 14)], and if it is a common channel, it is stored in the common channel buffer [process 3 (step 18)]. If it is a data frame, it is determined how many ATM cells the VC has been divided into [determination C (step 15)]. If it is two or more, it is stored in the shaping buffer [processing 4 (step 17)]. If there is only one, it is set to the transmission queue as it is [Process 5 (Step 16)].
[0026]
The data stored in each buffer is set in a transmission queue at an arbitrary timing and transmitted to an upper ATM line. The method of storing data in [Process 4 (Step 17)] will be described later. In order to perform the above processing, the configuration of the buffer to be prepared by the CPU is, as shown in FIG. 3, three areas of a control frame buffer, a common channel buffer, and a shaping buffer (23).
[0027]
Next, the method of storing ATM cells in the shaping buffer in [Process 4] in FIG. 1 is shown in FIG. 4 using a simplified buffer having a 4 × 5 matrix configuration. In the buffer, a row number (25) and a column number (24) are set from "0", and each column has a parameter "number of written areas (26)". This parameter is incremented each time data is stored in the column direction. Thus, the address of a cell in an arbitrary area is (row number, column number) (for example, the address of cell (27) shaded in (1) of FIG. 4 is (2, 3) ).
[0028]
After dividing and converting a certain data frame into ATM cells, the CPU searches the number of written areas (26) from the column number “0”. When the number of written areas is smaller than the maximum number of rows of the matrix (here, 4), the number of written areas in that column is the row number to be stored as it is. Then, subsequent ATM cells can be calculated from the number of written areas and the column numbers. The above processing will be described with reference to FIG.
[0029]
(2) “Store first to third Iubs (after ATM cell conversion)” in FIG. 4 represents an example of storing three pieces of user data (28, 29, 30). In this storage example, the number of written areas in each column is “3, 3, 2, 1, 0” from the “0” column. Next, when storing user data in which the number of ATM cells is further divided, in the first cell, when the number of written areas is searched from the 0th column, the “0” column is 3 and the number of rows is 4 Therefore, the writing area is determined as (3, 0). Subsequent cells are sequentially determined as (3,1), (2,2), (1,3), (0,4) from the number of written areas.
[0030]
That is, the row number for storing certain user data is the number of written areas at that time. As a result, in this process, the processed user data is sequentially stored in the buffer without considering the VC. According to this method, the buffer size for the number of all VCs having the longest area in the area for all VCs is not required, and further, as shown in (4) of FIG. The data is buffered in the specified form, and the memory is effectively used.
[0031]
As described above, the data stored as shown in FIG. 4 is stored in the memory map in the order of the control frame [C1], the common channel [R1], and the data frame [D1] as shown in FIG. Is done. After that, it is set in the transmission queue at an arbitrary timing and transmitted to the ATM line.
[0032]
(Explanation of the operation of the embodiment)
FIG. 6 shows a flow from the conversion of a radio frame into an ATM cell to transmission according to the present invention. In this system, the wireless frame 37 received by the CPU 36 is subjected to a shaping process and sent out onto an ATM line 38. In this embodiment, the processing is simplified because G / A (3) is not required, as compared with the conventional example shown in FIG.
[0033]
(Effects of the embodiment)
Hereinafter, a comparison result between a case where the shaping process is performed using the conventional gate array and a case where the shaping process is performed according to the present invention will be described, and an effect resulting from the comparison result will be described.
[0034]
There is no need for a gate array and its associated physical memory. As a result, for example, the component mounting area, the module weight, the hardware cost, and the interface between the gate array and each device need not be designed. Further, a series of processes can be performed because the process is performed by the CPU that performs the physical decoding, and the process can be performed at high speed. Further, the memory size required as a shaping buffer having a matrix structure can be reduced, and a memory use method with a small gap is advantageous for transfer processing.
[0035]
【The invention's effect】
As is clear from the above description, in the ATM cell shaping apparatus and the ATM cell shaping method of the present invention, the CDMA radio base station (NODE-B) receives user data from the radio mobile station (MS), A memory address to be buffered for each cell is determined, and the received user data is transmitted to a radio network controller (RNC). According to this procedure, the CDMA radio base station (NODE-B) manages the user data received from the radio mobile station (MS).
Based on the above procedure, there is no need for a gate array and its associated physical memory. As a result, it is possible to reduce the component mounting area, reduce the module weight, reduce the hardware cost, increase the processing speed, and the like.
[Brief description of the drawings]
FIG. 1 is a flowchart illustrating an example of software control according to an embodiment of an ATM cell shaping apparatus and an ATM cell shaping method of the present invention.
FIG. 2 is a diagram showing a procedure for receiving a data frame and converting the data frame into an ATM cell.
FIG. 3 is a diagram illustrating a configuration example of a buffer to be prepared by a CPU;
FIG. 4 is a simplified 4 × 5 buffer having a matrix configuration and shows a method of storing ATM cells in a shaping buffer.
FIG. 5 shows an example of setting stored data in a memory map and a transmission queue.
FIG. 6 shows a flow from conversion of a radio frame to an ATM cell to transmission.
FIG. 7 is a block diagram illustrating a configuration example of a conventional VP shaping device.
FIG. 8 is a diagram for explaining an example of a conventional processing procedure for uniformly transmitting data to an ATM line without depending on the data length of a VC.
FIG. 9 is a diagram showing a data flow in a conventional system and a transition of a data format between a CPU and G / A.
FIG. 10 illustrates a conventional buffer usage method.
[Explanation of symbols]
23 3 areas of shaping buffer 24 column number 25 row number 26 number of written areas 27 cells 28, 29, 30 user data 36 CPU
37 Radio frame 38 ATM line

Claims (7)

CDMA無線基地局が無線移動機からユーザデータを受信するユーザデータ受信手段と、
前記ユーザ毎にATMセル単位でバッファリングするメモリアドレスを決定するメモリアドレス決定手段と、
前記受信したユーザデータを無線ネットワーク・コントローラへ送信するユーザデータ送信手段とを有して構成され、
前記CDMA無線基地局が前記無線移動機から受信したユーザデータを管理することを特徴とするATMセルシェーピング装置。
User data receiving means for the CDMA radio base station to receive user data from the radio mobile device;
A memory address determining means for determining a memory address to be buffered in an ATM cell unit for each user;
User data transmitting means for transmitting the received user data to the wireless network controller,
An ATM cell shaping device, wherein the CDMA radio base station manages user data received from the radio mobile station.
前記メモリアドレス決定手段を、ソフトウェア上の処理スッテプとして構成したことを特徴とする請求項1記載のATMセルシェーピング装置。2. The ATM cell shaping device according to claim 1, wherein said memory address determining means is configured as a processing step on software. 前記CDMA無線基地局から前記無線ネットワーク・コントローラへのコントロールデータ(制御信号)の送信処理を、前記ユーザデータよりも優先的な送信順に割り当てることを特徴とする請求項1または2に記載のATMセルシェーピング装置。The ATM cell according to claim 1, wherein a process of transmitting control data (control signal) from the CDMA radio base station to the radio network controller is assigned in a transmission order having a higher priority than the user data. 4. Shaping device. 前記CDMA無線基地局においてシェーピング処理が行えない前記無線移動機から受信したユーザデータを識別し、該識別したユーザデータをバッファリングすることを特徴とする請求項1から3の何れかに記載のATMセルシェーピング装置。The ATM according to any one of claims 1 to 3, wherein the CDMA wireless base station identifies user data received from the wireless mobile device that cannot perform shaping processing, and buffers the identified user data. Cell shaping device. 前記ユーザデータの処理に、仮想的なマトリクス構成を持つ物理メモリを使用することを特徴とする請求項1から4の何れかに記載のATMセルシェーピング装置。5. The ATM cell shaping device according to claim 1, wherein a physical memory having a virtual matrix configuration is used for processing the user data. 前記物理メモリの使用において、該物理メモリの有効利用を行うために、前記ユーザデータをバッファリングする際にデータ書き込みアドレスを決めることを特徴とする請求項5に記載のATMセルシェーピング装置。6. The ATM cell shaping apparatus according to claim 5, wherein in using the physical memory, a data write address is determined when buffering the user data in order to effectively use the physical memory. CDMA無線基地局が無線移動機からユーザデータを受信するユーザデータ受信ステップと、
前記ユーザ毎にATMセル単位でバッファリングするメモリアドレスを決定するメモリアドレス決定ステップと、
前記受信したユーザデータを無線ネットワーク・コントローラへ送信するユーザデータ送信ステップとを有して構成され、
前記CDMA無線基地局が前記無線移動機から受信したユーザデータを管理することを特徴とするATMセルシェーピング方法。
A user data receiving step in which the CDMA wireless base station receives user data from the wireless mobile device;
A memory address determining step of determining a memory address to be buffered in an ATM cell unit for each user;
Transmitting the received user data to a wireless network controller.
The ATM cell shaping method, wherein the CDMA wireless base station manages user data received from the wireless mobile device.
JP2003147986A 2003-05-26 2003-05-26 Atm cell shaping device and atm cell shaping method Pending JP2004350229A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003147986A JP2004350229A (en) 2003-05-26 2003-05-26 Atm cell shaping device and atm cell shaping method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003147986A JP2004350229A (en) 2003-05-26 2003-05-26 Atm cell shaping device and atm cell shaping method

Publications (1)

Publication Number Publication Date
JP2004350229A true JP2004350229A (en) 2004-12-09

Family

ID=33534357

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003147986A Pending JP2004350229A (en) 2003-05-26 2003-05-26 Atm cell shaping device and atm cell shaping method

Country Status (1)

Country Link
JP (1) JP2004350229A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7608825B2 (en) 2006-12-14 2009-10-27 Sumitomo Electric Industries, Ltd. Image pickup device, vision enhancement apparatus, night-vision apparatus, navigation support apparatus, and monitoring apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7608825B2 (en) 2006-12-14 2009-10-27 Sumitomo Electric Industries, Ltd. Image pickup device, vision enhancement apparatus, night-vision apparatus, navigation support apparatus, and monitoring apparatus

Similar Documents

Publication Publication Date Title
CA2173252C (en) Device for processing data packets
US6259698B1 (en) Input buffer controller using back-pressure signals in ATM switches and a method for determining the logical queue size
US6611527B1 (en) Packet switching apparatus with a common buffer
JPH0728314B2 (en) Hybrid packet switching method and apparatus
JPH04245742A (en) Method and device for transmitting packet data traffic
JPH05207062A (en) Packet switching system
JP2006311610A (en) Information transfer method and exchange device for information transfer
US6445683B1 (en) Host system for base station
JPH08307432A (en) Communication method
JPH10285185A (en) Method for scheduling data cell transmission in atm network
JP2001045005A (en) Method for generating atm cell for low bit rate application
US7082302B1 (en) Methods and systems for combining data frames in diversity hand-off
JP2004350229A (en) Atm cell shaping device and atm cell shaping method
US6914901B1 (en) System and method for communicating using multiple memory banks
CN1118991C (en) ATM cell converting apparatus and method using the same
KR100374844B1 (en) Timer circuit in aal2 protocol service logic
JP5924208B2 (en) Cell multiplexing apparatus and method
EP2533440B1 (en) Method and device for sequencing members of multiple virtual concatenation groups
JPH022766A (en) Exchange network
JP2002057704A (en) Packet transfer method
KR100307926B1 (en) Multicast Service Possible Shared Memory Type ATM Switch
JP3589573B2 (en) Cell transmission timing control system
JP4074069B2 (en) Transmission equipment
KR100810372B1 (en) Apparatus for processing a cell in a digital signal process of telecommunication system
JPH1155291A (en) Atm transmitting device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060213

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20060411

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070904

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070911

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080122