An error occurred fetching the project authors.
- 23 Apr, 2019 2 commits
- 21 Mar, 2019 2 commits
-
-
Florian Kaltenberger authored
removing unncesessary sleeps and mallocs, improving error messages in nr-ue.c
-
laurent authored
-
- 22 Feb, 2019 1 commit
-
-
laurent authored
-
- 18 Feb, 2019 1 commit
-
-
laurent authored
-
- 10 Feb, 2019 1 commit
-
-
laurent authored
-
- 08 Feb, 2019 1 commit
-
-
laurent authored
-
- 06 Feb, 2019 1 commit
-
-
laurent authored
-
- 09 Jan, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 27 Nov, 2018 1 commit
-
-
Hongzhi Wang authored
-
- 16 Nov, 2018 2 commits
-
-
frobinet authored
-
frobinet authored
- remove size limitation of 307200 in trx_read_func (SYRIQ library) - update to new openair0 interface (./targets/ARCH/COMMON/common_lib.h) - add gNB band22 configuration file (./targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band22.tm1.106PRB.adrv9371zc706.conf) please read ./targets/ARCH/ADRV9371_ZC706/SYRTEM_IQ_QuickStart.readme for more details
-
- 08 Nov, 2018 1 commit
-
-
hongzhi wang authored
-
- 25 Oct, 2018 1 commit
-
-
Florian Kaltenberger authored
-
- 16 Oct, 2018 1 commit
-
-
Wolfgang A. Mozart authored
-
- 28 Sep, 2018 2 commits
-
-
Florian Kaltenberger authored
new interpretation of sdr_addrs string in RU config file: this is now directly passed to the uhd to specify a device. It may contain a device type (i.e., "type=x300") or an IP address (i.e., "addr=192.168.10.2")
-
Florian Kaltenberger authored
-
- 20 Sep, 2018 1 commit
-
-
Raymond Knopp authored
-
- 14 Sep, 2018 2 commits
-
-
Cedric Roux authored
In TDD mode the eNB does not output data all the time, only in downlink and special subframes. The basic simulator needs a continuous stream of samples. So let's fill the blank with silence.
-
Florian Kaltenberger authored
-
- 31 Aug, 2018 1 commit
-
-
Cedric Roux authored
-
- 27 Aug, 2018 1 commit
-
-
Cedric Roux authored
-
- 24 Aug, 2018 1 commit
-
-
frtabu authored
-
- 16 Aug, 2018 1 commit
-
-
Eino Virtanen authored
USRP addressess and clock sources can be configured in the configuration file with the RU section with comma separated IP addresses in 'sdr_addrs' and with strings "internal"/"external"/"gpsdo" in 'clock_src'. TODO: Currently the driver picks the two first RX and TX channels when nb_tx and nb_rx are both set to 2. If a developers wants to force usage of two devices, 'set_rx_subdev_spec' and 'set_tx_subdev_spec' can be used to indicate to the driver so that antennas from separate devices will be used. To rephrase: until 4 antennas are supported by OAI, testing with two devices, so that antennas from both devices are used, requires manual configuration of which subdevices' antennas are used. Conflicts: targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp
-
- 30 Jul, 2018 3 commits
-
-
frtabu authored
-
frtabu authored
log.c simplification, fix usefull functionality which never worked, move all log code from openair2 to common
-
Wang Tsu-Han authored
-
- 26 Jul, 2018 1 commit
-
-
Cedric Roux authored
The power estimation of the UE has to be debugged (calibrated?). In the meantime, using "--ue-rxgain 140" lets the UE and eNB talk to each other in the basic simulator.
-
- 23 Jul, 2018 2 commits
-
-
bruno mongazon-cazavet authored
-
Cedric Roux authored
-
- 28 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 25 Jun, 2018 1 commit
-
-
bruno mongazon authored
-
- 21 Jun, 2018 1 commit
-
-
Cedric Roux authored
-
- 05 Jun, 2018 1 commit
-
-
hongzhi wang authored
-
- 04 Jun, 2018 2 commits
-
-
hongzhi wang authored
-
bruno mongazon authored
-
- 30 May, 2018 1 commit
-
-
Hongzhi Wang authored
-
- 18 May, 2018 1 commit
-
-
Haruki NAOI authored
-
- 02 May, 2018 1 commit
-
-
Cedric Roux authored
This commit introduces a 'basic simulator'. This basic simulator is made of: - the standard eNB code using a special driver that mimics the USRP driver - the standard UE code using a special driver that mimics the USRP driver - no channel simulation - some special code to deal with faster-than-realtime behaviour of this basic simulator It connects one UE to one eNB. It requires an EPC, populated with the correct configuration for the UE. This is the initial release and may contain bugs (most probably race conditions due to the faster-than-realtime behaviour). To use it, see the documentation at: targets/ARCH/tcp_bridge/README.tcp_bridge_oai. It has been tested with 25, 50 and 100 RBs, FDD mode. (No check at all has been done to know if it could work in TDD mode.)
-