- Nov 28, 2017
-
-
Florian Kaltenberger authored
-
- Nov 23, 2017
-
-
Florian Kaltenberger authored
-
- Nov 22, 2017
-
-
oai authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- Nov 04, 2017
-
-
Raymond Knopp authored
-
- Oct 23, 2017
-
-
Cedric Roux authored
-
- Oct 22, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Oct 20, 2017
-
-
Raymond Knopp authored
-
Cedric Roux authored
basically the T_xx variables are int, not uint
-
- Oct 19, 2017
-
-
Cedric Roux authored
phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h maybe it's the opposite that should have been done? Functions used in one file and defined in another may have been declared in the wrong header file.
-
Raymond Knopp authored
modifications for TDD and IF4p5 (in particular TDD). Both in RRU and RAU components. Monolithic is unchanged.
-
- Oct 18, 2017
-
-
Raymond Knopp authored
added LUT for finer-grain ULSCH power measurement compensation based on TBS. Still seems too high, to be checked some more.
-
- Oct 17, 2017
-
-
Raymond Knopp authored
removed "short_offset" code from normal_prefix_mod. removed static declaration in PHY_ofdm_mod which was a cause for problems when parallelizing FFTs for FEP TX.
-
- Oct 15, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Oct 06, 2017
-
-
frtabu authored
-
- Oct 05, 2017
-
-
Raymond Knopp authored
switching some LOG_I to LOG_D, fixes for RRU IF4p5. It was broken after changes in configuration procedures. Some configuration file changes.
-
- Oct 03, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Oct 01, 2017
-
-
frtabu authored
remove getopt call in configuration module, it changes the argv order. Fix configuration module bugs (command line arguments sometimes not properly processed
-
- Sep 29, 2017
-
-
oai authored
-
- Sep 28, 2017
- Sep 27, 2017
-
-
Cedric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
Cedric Roux authored
-
- Sep 26, 2017
-
-
oai authored
-
- Sep 25, 2017
-
-
oai authored
-
- Sep 24, 2017
-
-
frtabu authored
Improve configuration module error management at init time, Fix command line help option processing, remove shotopt field from parameter structure
-
- Sep 22, 2017
-
-
Raymond Knopp authored
-
- Sep 21, 2017
-
-
Raymond Knopp authored
-
Francois TABURET authored
lte-softmodem -O <config file> will trigger legacy config mode ltesoftmodem -O libconfig:<config file> will trigger configuration module usage.
-
- Sep 19, 2017
-
-
Raymond Knopp authored
-
- Sep 14, 2017
-
-
Raymond Knopp authored
-
- Aug 29, 2017
-
-
Cedric Roux authored
- ENB_PHY_OUTPUT_SIGNAL to trace output signal - ENB_MAC_SCHEDULING_REQUEST to trace scheduling requests
-
- Aug 23, 2017
-
-
Florian Kaltenberger authored
-
Cedric Roux authored
How to use: 1 - compilation of softmodem: ./build_oai --eNB -t ETHERNET 2 - compilation of mobipass driver: cd cmake_targets/lte_build_oai/build make oai_mobipass ln -sf liboai_mobipass.so liboai_transpro.so 3 - configuration: edit the configuration file, set "node_timing" to "synch_to_mobipass_standalone" that is, have the line: node_timing = "synch_to_mobipass_standalone"; 4 - run: run as usual: sudo ./lte-softmodem -C <configuration file>
-
- Aug 18, 2017
-
-
Florian Kaltenberger authored
-