跳到主要內容

臺灣博碩士論文加值系統

(18.97.14.91) 您好!臺灣時間:2025/01/15 10:43
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:李俊德
研究生(外文):Chun-te Lee
論文名稱:在OAI平台的LWA網路上使用UDP隧道實作影音串流的雙介面傳送機制
論文名稱(外文):Implementation of Dual-Mode Video Streaming Using UDP Tunnels in OAI-based LWA Networks
指導教授:許蒼嶺
指導教授(外文):Tsang-Ling Sheu
學位類別:碩士
校院名稱:國立中山大學
系所名稱:電機工程學系研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2017
畢業學年度:105
語文別:中文
論文頁數:96
中文關鍵詞:PDCPUDP TunnelOAILWADual-Mode
外文關鍵詞:Dual-ModeOAIUDP TunnelPDCPLWA
相關次數:
  • 被引用被引用:1
  • 點閱點閱:235
  • 評分評分:
  • 下載下載:6
  • 收藏至我的研究室書目清單書目收藏:2
LTE與Wi-Fi整合技術(LTE-WLAN Aggregation, LWA)在數據聚合協定(Packet Data Convergence Protocol, PDCP)中將資料進行分流與重組,本論文在開放原始碼的OpenAirInterface (OAI)平台上實作LWA的雙介面(Dual-Mode)傳送機制(LWA-DM),並且在UE端採用srsUE軟體實作PDCP層的封包重組。在OAI平台的eNB上,我們實作兩種雙介面傳送的技術,並且使用影音串流的資料來傳輸,其中第一種是以串流為基礎,我們是將整條串流經由LTE介面或Wi-Fi介面傳送,第二種是以支流為基礎,我們是將一條串流分成LTE及Wi-Fi兩條支流,並且將兩條支流分別經由LTE及Wi-Fi介面傳送,這兩種技術我們都會解讀封包的目的地IP住址來判斷串流的不同,若要將eNB上的資料流經由Wi-Fi介面傳送給UE,我們會在PDCP層建立UDP Tunnel。為了同時接收從LTE與Wi-Fi介面傳送的資料流,我們必須在UE端多加入一個執行緒來處理經由Wi-Fi介面傳送的封包,接著為了要在PDCP層進行封包序列的重組,我們使用兩個Buffer來分別緩衝LTE介面與Wi-Fi介面的封包。在實作完成後,我們比較有無使用LWA-DM機制在eNB及UE的單位時間吞吐量以及eNB的負載變化與封包處理延遲時間的變化。
LTE-WLAN Aggregation (LWA) splits a stream or streams in the Packet Data Convergence Protocol (PDCP) layer. In this thesis, LTE-WLAN Aggregation Dual-Mode (LWA-DM) is implemented on an open-source platform - OpenAirInterface (OAI), and srsUE software is used in UE to reassemble packets in the PDCP layer. In the eNB of OAI platform, we implement two kinds of dual-mode stream transmission technologies and use video streaming to transmit. The first one is for a number of single streams, an entire stream is transmitted via LTE interface or via Wi-Fi interface. The second one is for a single stream, we split a single stream into two substreams, one substream over LTE and another substream over Wi-Fi interface. In these two technologies, PDCP layer interprets packet’s destination IP address to differentiate different streams. To transmit a stream from eNB to UE via the Wi-Fi interface, in PDCP layer, an UDP tunnel is built. In order to receive a stream from LTE and Wi-Fi interfaces at the same time, we must add a process thread at UE to receive packets over the Wi-Fi interface. In order to reassemble packets at the PDCP layer, we use two buffers to temporily store packets which came from the LTE interface and the Wi-Fi interface, respectively. After the implementation, we compare the throughput of eNB and UE, the load of eNB, and the average packet processing delay with and without LWA-DM.
致謝 i
摘要 ii
Abstract iii
目錄 iv
圖表目錄 vii
第一章 導論 1
1.1 研究動機 1
1.2 研究方法 2
1.3 章節介紹 3
第二章 LWA與OAI平台 4
2.1 3GPP-LTE 4
2.1.1 GTP IP、GTP UDP與GTP-U 5
2.1.2 PDCP與RLC 6
2.2 LWA的網路架構 8
2.3 OAI實作平台 10
2.4 相關研究 10
2.5 本論文的機制 12
第三章 LWA的雙介面傳送機制 14
3.1 LWA-DM的系統架構 14
3.1.1 eNB完成雙介面傳送的模組 16
3.1.2 UE完成雙介面傳送的模組 17
3.2 eNB的雙介面傳送 18
3.2.1 以串流為基礎的雙介面傳送 19
3.2.2 以支流為基礎的雙介面傳送 21
3.3 UDP Tunnel 23
3.3.1 建立UDP Tunnel 25
3.3.2 使用NAT做IP住址轉換 26
3.3.3 解除UDP Tunnel 26
3.4 UE的封包重組 27
3.4.1 以PDCP序列號碼重組封包 27
3.4.2 逾時封包的判斷 31
第四章 OAI平台的實作與分析 35
4.1 實驗環境與設備規格 35
4.2 OAI平台上的實作 37
4.2.1 雙介面傳送模組的程式實作 38
4.2.2 建立UDP Tunnel模組的程式實作 43
4.2.3 解除UDP Tunnel模組的程式實作 46
4.2.4 封包重組模組的程式實作 48
4.3 實作結果與分析 54
4.3.1 參數設定與實作環境 55
4.3.2 結果分析 58
第五章 結論與未來工作 73
5.1 結論 73
5.2 未來工作 74
Reference 76
Acronyms 81
Index 83
[1] “LTE: Evolved Universal Terrestrial Radio Access (E-UTRA) and Evolved Universal Terrestrial Radio Access Network (E-UTRAN); Overall description; Stage 2,” France, 3GPP TS 36.300, ver. 13.5.0, Nov. 2016.
[2] “Digital Cellular Telecommunications System (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); General Packet Radio Service (GPRS); GPRS Tunnelling Protocol (GTP) across the Gn and Gp Interface,” France, 3GPP TS 29.060, ver. 13.5.0, Aug. 2016.
[3] “LTE: Evolved Universal Terrestrial Radio Access (E-UTRA); Packet Data Convergence Protocol (PDCP) Specification,” France, 3GPP TS 36.323, ver. 13.2.1, Aug. 2016.
[4] “LTE: Evolved Universal Terrestrial Radio Access (E-UTRA); Radio Link Control (RLC) Protocol Specification,” France, 3GPP TS 36.322, ver. 13.2.0, Aug. 2016.
[5] N. Nikaein, M. Marina, S. Manickam, A. Dawson, R. Knopp, and C. Bonnet, “OpenAirInterface: A Flexible Platform for 5G Research,” ACM SIGCOMM Computer Communication Review, vol. 44, no. 5, pp. 33-38, Oct. 2014.
[6] K. J. Grinnemo and A. Brunstrom, “A First Study on Using MPTCP to Reduce Latency for Cloud based Mobile Applications,” IEEE Symposium on Computers and Communication (2015 ISCC), Larnaca, Cyprus, pp. 64-69, 6-9 July 2015.
[7] M. Fukuyama, N. Yamai, and N. Kitagawa, “Throughput Improvement of MPTCP Communication by Bicasting on Multihomed Network,” Fifth ICT International Student Project Conference (2016 ICT-ISPC), Nakhon Pathom, Thailand, pp. 9-12, 27-28 May 2016.
[8] C. James, E. Halepovic, M. Wang, R. Jana, and N. K. Shankaranarayanan, “Is Multipath TCP (MPTCP) Beneficial for Video Streaming over DASH?,” IEEE International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunication Systems (2016 MASCOTS), London, UK, pp. 331-336, 19-21 Sep. 2016.
[9] T. Dreibholz, X. Zhou, and F. Fa, “Multi-Path TCP in Real-World Setups – An Evaluation in the NORNET CORE Testbed,” 29th International Conference on Advanced Information Networking and Applications (2015 AINA), Guwangiu, South Korea, pp. 617-622, 24-27 March 2015.
[10] N. Kukreja, G. Maier, R. Alvizu, and A. Pattavina, “SDN based Automated Testbed for Evaluating Multipath TCP,” IEEE International Conference on Communications (2016 ICC), Kuala Lumpur, Malaysia, pp. 718-723, 23-27 May 2016.
[11] S. Seo, “KT’s GiGA LTE,” IETF 93 Multipath TCP Working Group Meeting, 21 July 2015.
[12] B. Jeon and H. J. Son, “Netvision Telecom''s LTE/Wi-Fi Multipath Aggregation Solution,” Netvision Telecom, White Paper, Oct. 2015.
[13] “Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks,” Cisco, White Paper, April 2016.
[14] S. Gadgil, S. Ranjan, D. Joshi, M. Mehta, N. Akhtar, and A. Karandikar, “Performance Evaluation and Viability of IFOM in Heterogeneous LTE - WLAN Network,” IEEE Wireless Communications and Networking Conference (2015 WCNC), New Orleans, USA, pp. 1524-1529, 9-12 March 2015.
[15] D. R. Purohith, A. Hegde, and K. M. Sivalingam, “Network Architecture Supporting Seamless Flow Mobility between LTE and WiFi Networks,” IEEE International Symposium on a World of Wireless, Mobile and Multimedia Networks (2015 WoWMoM), Boston, USA, pp. 1-9, 14-17 June 2015.
[16] S. Chandrashekar, A. Maeder, C. Sartori, T. Höhne, B. Vejlgaard, and D. Chandramouli, “5G Multi-RAT Multi-connectivity Architecture,” IEEE International Conference on Communications (2016 ICC), Kuala Lumpur, Malaysia, pp. 1-7, 23-27 May 2016.
[17] Y. Kojima, J. Suga, T. Kawasaki, M. Okuda, and R. Takechi, “LTE-WiFi Link Aggregation at Femtocell Base Station,” World Telecommunications Congress (2014 WTC), Berlin, Germany, pp. 1-6, 1-3 June 2014.
[18] N. Himayat, S. Yeh, A. Y. Panah, S. Talwar, M. Gerasimenko, S. Andreev, and Y. Koucheryavy, “Multi-Radio Heterogeneous Networks: Architectures and Performance,” International Conference on Computing, Networking and Communications (2014 ICNC), Honolulu, USA, pp. 252-258, 3-6 Feb. 2014.
[19] M. M. Do and H. J. Son, “Netmanias Interview with KT at MWC 2015: KT''s Demonstrations of LTE-H and LTE-U,” Korea Communication Review, pp. 30-33, April 2015.
[20] “Intel LTE Wi-Fi Aggregation Demo,” IEEE Global Communications Conference (2015 GLOBECOM), San Diego, USA, 6-10 Dec. 2015.
[21] 梁慶豐, “Make a Few Observations on LTE vs Wi-Fi & Licensed vs Unlicensed,” 國際交流論壇暨種子教師訓練營, 26 Dec. 2015.
[22] B. Jin, S. Kim, D. Yun, Y. Yi, H. Lee, and W. Kim, “Aggregating LTE and Wi-Fi: Fairness and Split-Scheduling,” 14th International Symposium on Modeling and Optimization in Mobile, Ad Hoc, and Wireless Networks (2016 WiOpt), Tempe, USA, pp. 1-8, 9-13 May 2016.
[23] H. Peng, T. Yamamoto, and Y. Suegara, “Extended User/Control Plane Architectures for Tightly Coupled LTE/WiGig Interworking in Millimeter-wave Heterogeneous Networks,” IEEE Wireless Communications and Networking Conference (2015 WCNC), New Orleans, USA, pp. 1548-1553, 9-12 March 2015.
[24] Y. Ohta, N. Michiharu, S. Aikawa, and T. Ode, “Link Layer Structure for LTE-WLAN Aggregation in LTE-Advanced and 5G Network,” IEEE Conference on Standards for Communications and Networking (2015 CSCN), Tokyo, Japan, pp. 83-88, 28-30 Oct. 2015.
[25] “LTE Aggregation Unlicensed Spectrum,” 4G Americas, White Paper, Nov. 2015.
[26] Y. Khadraoui, X. Lagrange, and A. Gravey, “Very Tight Coupling between LTE and WiFi: From Theory to Practice,” International Conference on Wireless Days (2016 WD), Toulouse, France, pp. 1-3, 23-25 March 2016.
[27] T. V. Pasca, S. Patro, B. R. Tamma, and A. Franklin, “Tight Coupling of LTE WiFi Radio Access Networks – A Testbed Evaluation,” Networked Wireless Systems (NeWS) Lab, White Paper, Sep. 2016.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top