LTE-Sim_R0_99

所属分类:3G/4G/5G开发
开发工具:Visual C++
文件大小:14136KB
下载次数:166
上传日期:2011-10-02 11:38:13
上 传 者reallb
说明:  维也纳大学的LTE仿真代码........................................................................................
(University of Vienna, LTE simulation code)

文件列表:
LTE-Sim_R0_99\AUTHORS (381, 2011-09-28)
LTE-Sim_R0_99\Debug\makefile (2375, 2011-09-28)
LTE-Sim_R0_99\Debug\objects.mk (230, 2011-09-28)
LTE-Sim_R0_99\Debug\sources.mk (1130, 2011-09-28)
LTE-Sim_R0_99\Debug\src\channel\propagation-model\subdir.mk (2384, 2011-09-28)
LTE-Sim_R0_99\Debug\src\channel\subdir.mk (731, 2011-09-28)
LTE-Sim_R0_99\Debug\src\componentManagers\subdir.mk (1045, 2011-09-28)
LTE-Sim_R0_99\Debug\src\core\cartesianCoodrdinates\subdir.mk (856, 2011-09-28)
LTE-Sim_R0_99\Debug\src\core\eventScheduler\subdir.mk (1309, 2011-09-28)
LTE-Sim_R0_99\Debug\src\core\idealMessages\subdir.mk (818, 2011-09-28)
LTE-Sim_R0_99\Debug\src\core\spectrum\subdir.mk (914, 2011-09-28)
LTE-Sim_R0_99\Debug\src\device\CqiManager\subdir.mk (1084, 2011-09-28)
LTE-Sim_R0_99\Debug\src\device\IPClassifier\subdir.mk (947, 2011-09-28)
LTE-Sim_R0_99\Debug\src\device\subdir.mk (978, 2011-09-28)
LTE-Sim_R0_99\Debug\src\flows\application\subdir.mk (1375, 2011-09-28)
LTE-Sim_R0_99\Debug\src\flows\QoS\subdir.mk (1038, 2011-09-28)
LTE-Sim_R0_99\Debug\src\flows\subdir.mk (1027, 2011-09-28)
LTE-Sim_R0_99\Debug\src\mobility\subdir.mk (1147, 2011-09-28)
LTE-Sim_R0_99\Debug\src\networkTopology\subdir.mk (753, 2011-09-28)
LTE-Sim_R0_99\Debug\src\phy\subdir.mk (1263, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\mac\packet-scheduler\subdir.mk (2930, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\mac\subdir.mk (1569, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\nas\subdir.mk (781, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\packet\subdir.mk (1457, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\pdcp\subdir.mk (789, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\protocols\subdir.mk (832, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\rlc\subdir.mk (1718, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\rrc\ho\subdir.mk (1114, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\rrc\subdir.mk (777, 2011-09-28)
LTE-Sim_R0_99\Debug\src\protocolStack\subdir.mk (773, 2011-09-28)
LTE-Sim_R0_99\Debug\src\subdir.mk (682, 2011-09-28)
LTE-Sim_R0_99\DOC\lte-sim-web.png (822428, 2011-09-28)
LTE-Sim_R0_99\DOC\simulator-uml.eps (928658, 2011-09-28)
LTE-Sim_R0_99\DOC\tutorial.aux (568, 2011-09-28)
LTE-Sim_R0_99\DOC\tutorial.log (6515, 2011-09-28)
LTE-Sim_R0_99\DOC\tutorial.pdf (384006, 2011-09-28)
LTE-Sim_R0_99\DOC\tutorial.tex (8315, 2011-09-28)
LTE-Sim_R0_99\DOC\uml.png (27488, 2011-09-28)
LTE-Sim_R0_99\LICENSE (35152, 2011-09-28)
LTE-Sim_R0_99\Makefile (143, 2011-09-28)
... ...

LTE-Sim an open source framework to simulate LTE networks ------------------------------------------------- Table of Contents: ------------------ 1) An overview 2) Getting LTE-Sim 3) Compiling LTE-Sim 4) Running LTE-Sim 5) LTE-Sim documentation 6) How to collaborate with us 1) An overview -------------- LTE-Sim is an open source framework to simulate LTE networks. It encompasses several aspects of LTE networks, including both the Evolved Universal Terrestrial Radio Access (E-UTRAN) and the Evolved Packet System (EPS). It supports single and multi-cell environments, QoS management, multi users environment, user mobility, handover procedures, and frequency reuse techniques. Three kinds of network nodes are modeled: user equipment (UE), evolved Node B (eNB) and Mobility Management Entity/Gateway (MME/GW). Four different traffic generators at the application layer have been implemented and the management of data radio bearer is supported. Finally, well-known scheduling strategies (such as Proportional Fair, Modified Largest Weighted Delay First, and Exponential Proportional Fair), AMC scheme, Channel Quality Indicator feedback, frequency reuse techniques, and models for physical layer have been developed. web page: http://telematics.poliba.it/LTE-Sim 2) Getting LTE-Sim ------------------ LTE-sim is available via Subversion at http://telematics.poliba.it/svn/LTE-Sim/ To obtain LTE-Sim enter into the your prefered folder and write the following syntax: $ svn co http://telematics.poliba.it/svn/LTE-Sim/ To synchronize the project repository with the local copy, you can run update sub-command. The syntax is as follows: $ svn update 3) Compiling LTE-Sim -------------------- On recent Linux systems, you can buil LTE-Sim with the following command: $ make To clear the project, you can use the following command: $ make clean 4) Running LTE-Sim ------------------ In this release several LTE scenarios have been developed. To run a simple simulation, you can use the following command: $ ./LTE-Sim Simple For more details about available LTE scenario, use $ ./LTE-Sim -h If you want to create a new LTE scenario, see tutorial and manual (you can find them into the DOC/ folder) for details. 5) LTE-Sim documentation ------------------------- All of that documentation should always be available from the LTE-Sim website: http:://telematics.poliba.it/LTE-Sim but we include it in this release for ease of use. You can find it in DOC folder. This documentation includes: - a tutorial - a manual (not yet available!) Moreover, a dedicated mailing list has been createt at http://groups.google.com/group/lte-sim/ 6) How to collaborate with us ------------------------------ Please, contact the author! -- Giuseppe Piro ============= Software manager and main developer 2010 TELEMATICS LAB - Politecnico di Bari g.piro@poliba.it peppe@giuseppepiro.com

近期下载者

相关文件


收藏者