- Feb 12, 2018
-
-
Robert Schmidt authored
-
- Feb 09, 2018
-
-
Cedric Roux authored
'_' is not a valid character. S1AP specs say: ENBname ::= PrintableString (SIZE (1..150,...)) And X.680 (08/2015) 41.4 table 10 lists the valid characters for PrintableString. '_' is not there. We replace by '-' which is there. Connection of eNB to ppenair-cn has not been tested. There is no reason why it would fail.
-
- Jan 24, 2018
-
-
Robert Schmidt authored
-
- Jan 15, 2018
-
-
Cedric Roux authored
This commit fixes issues introduced by the previous commit. Summary of work: - cleanup: - fix LOG_XX to be less verbose - fix cmake_targets/CMakeLists.txt - fix oaienv - remove dead code - bug fixes: - in openair1/SCHED/fapi_l1.c we had: eNB->pdcch_vars[subframe&1].num_dci = number_dci; should be: eNB->pdcch_vars[subframe&1].num_dci = 0; This bug let the PHY send more DCIs than what should have been sent because num_dci is incremented later on in the code. This fix may be a problem for fapi mode, to be checked. - add new T VCD traces - revert openair1/PHY/TOOLS/file_output.c to 'develop' version - remove thread_id in logRecord/logRecord_mt - revert (and adapt) configuration files - be careful when doing frame++, we need to % 1024 - revert target_rx_power in openair2/LAYER2/MAC/eNB_scheduler_ulsch.c - NFAPI: - the open-nFAPI code has been included in the repository. See nfapi/README. Maybe we should "git clone" the Cisco repository instead. We have to be careful of availability though. What has been tested: - monolithic eNB FDD 5/10MHz with one UE, iperf UDP/TCP uplink/downlink Anything else may fail to work, especially the FAPI mode, which has not been tested at all.
-
Cedric Roux authored
It has been chosen to not include the full history of commits from David. He included a binary version of wireshark, probably a modified one that understands NFAPI. Wireshark is released under the GPL license, we cannot include it in the repository. We could have done a next commit to remove this binary. But then it would still be present in the history of commits, which may not be allowed. And it would take space on disk. We could edit the history to remove wireshark entirely. But this operation is too complicated. There was also a pcap capture file, which has nothing to do in the history of commits and would take space on disk. There again, it's too difficult to edit the history to remove it. There was a file .gitignore that was also removed. The original history can be found on David's repository: https://gitlab.eurecom.fr/daveprice/openairinterface5g/ The branch is: nfapi-ru-rau-split. A copy of that branch has been included in the internal OAI repository, for those who have access to it. The branch is the same. The last commit ID is 9106438239e0bc626ff1fa1d97d911caadd0fbb9. You can compare the current commit with the commit 9106... to see what differs. The current commit has to be considered non-working. The commit following the current commit will fix problems with the work in the current commit. If you use git bisect, don't spend time analyzing the current commit.
-
- Oct 18, 2017
-
-
Cedric Roux authored
see commit 622b919b
-
- Oct 08, 2017
-
-
Raymond Knopp authored
put 50 PRB back in default enb configuration. added handling of UE release in L1/L2. detection of stale ULSCH configuration
-
- Oct 07, 2017
-
-
Raymond Knopp authored
removal of LOG_I put for debugging.
-
- Sep 20, 2017
-
-
Raymond Knopp authored
-
- Jul 24, 2017
-
-
Raymond Knopp authored
-
- Jan 07, 2017
-
-
Raymond.Knopp authored
fixes for precoding (turning off if nb_antennas_tx=1), configuration files, timing advance with 3/4 sampling on 20 MHz, logging in MAC
-
- Sep 26, 2016
-
-
Rohit Gupta authored
-
- Sep 22, 2016
-
-
Raymond Knopp authored
-
- Sep 20, 2016
-
-
Raymond Knopp authored
-
- Aug 06, 2016
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Jul 27, 2016
-
-
Raymond Knopp authored
-
- Jul 26, 2016
-
-
Raymond Knopp authored
-
- Jul 24, 2016
-
-
Raymond Knopp authored
Result of testing as eNodeB. modifications for .vcd logging, bugfix in eNB_thread_FH (subframe counter), update of .conf file for new threading parameters. Updates to gtkwave configuration file for new threading.
-
- May 11, 2016
-
-
Raymond Knopp authored
-
- May 10, 2016
-
-
Raymond Knopp authored
-
- Apr 12, 2016
-
-
gauthier authored
-
- Apr 02, 2016
-
-
Raymond Knopp authored
-
- Mar 25, 2016
-
-
gauthier authored
-
- Mar 18, 2016
-
-
Raymond Knopp authored
added Timing advance tracing to .vcd output. Increase maximum UL RB count to 45. Measured UL throughput @ 15 Mbit/s (40 PRBs).
-
- Mar 15, 2016
-
-
gauthier authored
-
- Mar 13, 2016
-
-
Raymond Knopp authored
-
- Mar 11, 2016
-
-
gauthier authored
-
- Feb 26, 2016
-
-
Raymond Knopp authored
-
- Feb 17, 2016
-
-
Raymond Knopp authored
-
- Feb 15, 2016
-
-
kaltenbe authored
-
- Feb 14, 2016
-
-
kaltenbe authored
added configuration file for lowband of SoDeRa
-
- Feb 03, 2016
-
-
gauthier authored
increase maximum users in eNodeB to 16
-
- Feb 01, 2016
-
-
kaltenbe authored
some changes in logging for XFORMS and UL scheduling (activation in all subframes and retransmissions only via PHICH)
-
- Jan 11, 2016
-
-
Raymond Knopp authored
-
- Jan 06, 2016
-
-
gauthier authored
handling of timing advance is improved. MAC retrieves timing advance from phy once prior to DL scheduling and clears the statistic in PHY. A timer for controlling the timing advance periodicity was introduced.
-
- Dec 30, 2015
-
-
Raymond Knopp authored
-
- Sep 04, 2015
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7800 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Jun 29, 2015
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7670 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Feb 09, 2015
-
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6494 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-