- 27 Jan, 2017 5 commits
- 
- 
Cedric Roux authoredAlso included some source files not related to this branch. modified: openair1/PHY/LTE_ESTIMATION/lte_dl_bf_channel_estimation.c modified: openair1/PHY/LTE_TRANSPORT/pilots_ue_spec.c modified: openair1/PHY/MODULATION/beamforming.c modified: openair1/PHY/TOOLS/twiddle18432.h modified: openair1/SIMULATION/LTE_PHY/dlsim_tm7.c modified: openair3/NAS/TOOLS/nvram.c modified: openair3/NAS/TOOLS/usim.c modified: openair3/NAS/UE/user_defs.h 
- 
Cedric Roux authoredThe previous version did not compile on ubuntu 16.04. I left the old version, commented, just in case. 
- 
Cedric Roux authoredThat's not the end of the story though. 
- 
Cedric Roux authoredI am not sure if it's the right way to solve the problem, so I keep the definitions here and put them inside #if 0 #endif 
- 
Cedric Roux authoredmodified: targets/COMMON/openairinterface5g_limits.h 
 
- 
- 25 Jan, 2017 35 commits
- 
- 
Imad ALAWE authoredIp table clean use to run on oaisim shutdown. It is moved to run on oaisim starts. 
- 
Imad ALAWE authored
- 
Imad ALAWE authoredIn openairinterface5g many definitions in many layers of UE or eNB NB_MAX. We created a file called openairinterface5g_limits.h located at openairinterface5g_dir/targets/COMMON/ declaring the number max of UE and eNB to be used in ALL layers depending on launching conditions (LARGE_SCALE for example). 
- 
Imad ALAWE authoredWhen using abstraction mode, layer2_init_UE() and openair_rrc_ue_init() are called according to first_sync state and only without MME support. We added the global variable abstraction_flag to allow abstraction mode when MME is enabled. Openair2 is also used in lte-softmodem, so it must have a global variable abstraction_flag. So we moved it out from the main() scope. 
- 
Frédéric Leroy authoredThis commit reverts behaviour of data generation as before commit 7207c65b05fd812a18371827f2bfb1431fc58696: fix .ue* filenames in scripts and documentation TODO add option to conf2uedata and adapt script
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authoredThis remove the old static lists 
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authoredThere was a side effect corrupting data because hplmn_index was not computed. 
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authored
- 
Frédéric Leroy authoredTODO add option to conf2uedata and adapt script 
- 
Imad ALAWE authoredThis patch adds the conf2uedata tool for generating .ue.nvram* .ue.emm.nvram* and .usim.nvram* files from a textual configuration file. The configuration file define most usefull values like plmns, mnc, mcc, msin, K, OPc for several users. The files generated will always ends with a number corresponding to the user entry in the configuration file. This breaks oai5g because other script have not be updated for using conf2uedata. This breaks also the at_nas_ue command. Examples of configuration files are in openair3/NAS/TOOLS/ 
- 
Frédéric Leroy authored
 
- 
