1 / 15

網路模擬技術 使用 WiMAX 模組

網路模擬技術 使用 WiMAX 模組. Outline. Introduction 新增 WiMAX Module QoS and Network Entry 長庚模組 未實作的功能 DEMO. Introduction. 國內外WiMAX MAC模擬模組功能比較表. 項目. IEEE 802.16標準依據. 網路進場機制. 換手機制. 服務品質. 實體層. NIST. 16d及部分16e模組. 只提供16d進場機制. 只提供硬式換手. Best Effort. OFDM. CGU-III. 16d. 只提供16d進場機制. N/A.

srascon
Download Presentation

網路模擬技術 使用 WiMAX 模組

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 網路模擬技術 使用WiMAX模組

  2. Outline Introduction 新增WiMAX Module QoS and Network Entry 長庚模組 未實作的功能 DEMO

  3. Introduction 國內外WiMAX MAC模擬模組功能比較表 項目 IEEE 802.16標準依據 網路進場機制 換手機制 服務品質 實體層 NIST 16d及部分16e模組 只提供16d進場機制 只提供硬式換手 Best Effort OFDM CGU-III 16d 只提供16d進場機制 N/A 16d五種基本服務類別 OFDM KAIST 16d(Based on 802.11)‏ 只提供16d進場機制 N/A Best Effort DSSS(Base on 802.11)‏

  4. 新增WiMAX Module (1/2)‏ http://ndsl.csie.cgu.edu.tw/wimax_ns2.php Download the latest ns-2 WiMAX module source code. Unzip the ns-2 WiMAX module source code file which including three files : mac-802_16, common, and queue. Put the "mac-802_16" directory into c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\mac. Put the files which are in common and queue respectively into c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\common and c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\queue. Modify the Makefile.

  5. 新增WiMAX Module (2/2)‏ Add that after the sentence mac/mac-802_3.o in the Makefile. mac/mac-802_16/packet-802_16.o \mac/mac-802_16/timer-802_16.o \mac/mac-802_16/mac-802_16.o \mac/mac-802_16/traffic/UGS_traffic.o \mac/mac-802_16/traffic/ertPS_traffic.o \mac/mac-802_16/traffic/rtPS_traffic.o \mac/mac-802_16/traffic/nrtPS_traffic.o \mac/mac-802_16/traffic/BE_traffic.o \ To compile your files by excuting "make clean" then "make". An TCL example file is also available (TCL 5.75KB).

  6. Type of Service

  7. Network Entry

  8. Time relevance of DL_MAP and UL_MAP

  9. 長庚模組架構圖

  10. 管理訊息

  11. WiMAX MAC程式架構 802.16  recv  send message (UCD、MAP…)‏  scheduler  fragment  transmit burst profile  service flow  timer handler

  12. 未實作的功能 Sleeping Mode Packing ARQ OFDMA PKM

  13. 模擬/跑範例檔 解釋Example的TCL檔內容 看執行完後的Log檔 看主要的MAC code架構 跑SS連接BS的範例

  14. WiMAX Module Install (1/2)‏ http://ndsl.csie.cgu.edu.tw/wimax_ns2.php Download the latest ns-2 WiMAX module source code. Unzip the ns-2 WiMAX module source code file which including three files : mac-802_16, common, and queue. Put the "mac-802_16" directory into c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\mac. Put the files which are in common and queue respectively into c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\common and c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\queue. Modify the Makefile.

  15. WiMAX Module Install (2/2)‏ Add that after the sentence mac/mac-802_3.o in the Makefile. mac/mac-802_16/packet-802_16.o \mac/mac-802_16/timer-802_16.o \mac/mac-802_16/mac-802_16.o \mac/mac-802_16/traffic/UGS_traffic.o \mac/mac-802_16/traffic/ertPS_traffic.o \mac/mac-802_16/traffic/rtPS_traffic.o \mac/mac-802_16/traffic/nrtPS_traffic.o \mac/mac-802_16/traffic/BE_traffic.o \ To compile your files by excuting "make clean" then "make". An TCL example file is also available (TCL 5.75KB).

More Related