Clone
1
EmosCompile
Cedric Roux edited this page 2016-01-17 19:13:39 +01:00

---+++ Compiling EMOS modules and GUI

To operate EMOS you need the kernel module openair_rf_cbmimo1_softmodem_emos.ko. To compile it type

#make openair_rf_cbmimo1_softmodem_emos.ko

from the openair1 directory. Further you need to compile the GUI in EMOS/GUI/ using

#./configure

#make

Last but not least you need to set up the config files config.cfg and scenario.scn in the EMOS/GUI/src subdirectory. Example configuration files are located in are located in PHY/CONIFG/. You can create symbolic links to the configuration files by typing

#ln -s ../../PHY/CONFIG/chorist.cfg config.cfg

#ln -s ../../PHY/CONFIG/chorist.scn scenario.scn ---+++ Compiling EMOS modules and GUI (LTE branch)

To operate EMOS you need the kernel module openair_rf_cbmimo1_softmodem_lte_emos.ko. To compile it type

#make openair_rf_cbmimo1_softmodem_lte_emos.ko

from the openair1 directory. Further you need to compile the GUI in EMOS/LTE/GUI/ using

#make

Last but not least you need to set up the config files config.cfg and scenario.scn in the EMOS/LTE/GUI/ subdirectory. Example configuration files are located in are located in PHY/CONIFG/. You can create symbolic links to the configuration files by typing

#ln -s ../../PHY/CONFIG/lte5MHz.cfg config.cfg

#ln -s ../../PHY/CONFIG/lte5MHz.scn scenario.scn

-- User.FlorianKaltenberger - 06 Apr 2010