- 03 Feb, 2021 2 commits
-
-
masayuki.harada authored
-
Xue Song authored
Conflicts: openair2/GNB_APP/gnb_config.c openair2/RRC/NR/rrc_gNB.c openair2/RRC/NR/rrc_gNB_NGAP.c openair2/RRC/NR_UE/rrc_UE.c
-
- 01 Feb, 2021 7 commits
-
-
yoshio.inoue authored
-
yoshio.inoue authored
-
wujing authored
-
heshanyun authored
-
Xue Song authored
fix some problems
-
yincong authored
-
- 29 Jan, 2021 8 commits
-
-
Remi Hardy authored
MR1006 : itti enhancement -new feature: creates itti queue during runtime -modified itti message instance MR1012 : 5G NR: UL transform precoding (SC-FDMA) MR1022 : Wireshark t hack ueid MR997 : LTE uplink improvement -LTE update about uplink performance improvement and some bug fixes from Fujitsu. -Fix uplink calculation error in SCD and PHY layer. -Add interference calculation for PUSCH. -Update TPC control. -Fix nFAPI hang-up -Fix DRB is non active after Re-establishment. -Msg3 PHICH problem. -Add statistical logs. MR1030 : CI RHEL container update -CI adaptation to build the shared and target images on asterix and obelix Python framework MR1023 : ci ue parallel -Enables OAI UE parallelization in CI tests (where applicable)
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 28 Jan, 2021 1 commit
-
-
Xue Song authored
-
- 26 Jan, 2021 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 25 Jan, 2021 1 commit
-
-
Mohammed Ismail authored
fix ssh connection when remote server has public key Signed-off-by: Mohammed Ismail <mohammed.ismail@eurecom.fr>
-
- 22 Jan, 2021 2 commits
-
-
hardy authored
-
Mohammed Ismail authored
Signed-off-by: Mohammed Ismail <mohammed.ismail@eurecom.fr>
-
- 21 Jan, 2021 6 commits
-
-
Thomas Schlichter authored
-
hardy authored
-
Laurent Thomas authored
-
Cedric Roux authored
Same logic as previous commit, same caveats.
-
Cedric Roux authored
There was a problem with several UEs in the wireshark log. It seems that wireshark needs the UE id otherwise it gets confused and sees retransmissions where it's just another UE connecting and doing the same as a previous UE. Let's put kind of a UE id. Each RNTI seen by macpdu2wireshark gets an UE id assigned the first time it's seen in a trace. This is a bit hackish but seems to be fine. We could have added UE_id in all the traces, that is change the T() calls in the softmodem. It was less work to do it as it is, ie. only touch macpdu2wireshark.c. The RAR uses the same UE id all the time, may be a problem. To be refined if needed.
-
Cedric Roux authored
You need a recent version of wireshark for this to work properly. Successfully tested with 3.3.2.
-
- 20 Jan, 2021 2 commits
-
-
yoshio.inoue authored
-
heshanyun authored
-
- 18 Jan, 2021 1 commit
-
-
masayuki.harada authored
-
- 16 Jan, 2021 1 commit
-
-
heshanyun authored
-
- 15 Jan, 2021 4 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
Conflicts: openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
-
Remi Hardy authored
If we NACK without SOstart/SOend then the other end of the RLC channel will consider all the bytes as NACKed and will have to resend them all. If another status is then reported before all the bytes are sent, and because we don't use SOstart/SOend this status will NACK all the bytes again, then all the bytes are to be sent again. And the cycle repeats. It will end with a max retx reached (which triggers RLF, Radio Link Failure). MR1010 : NR UE: Fix for error message - no active DLSCH - Fixes for the following error message at UE: [PHY] [UE][FATAL] nr_slot_rx 1: no active DLSCH MR994 : Cleanup softmodem main - Introduces --dlsch-parallel command line option to set the number of threads for dlsch decoding. If set to 0 (default) no parallelization. - Some cleanup in tracing and in nr-uesoftmodem.c data. MR999 : NR FR2 RA - Temporary Fix of RA procedure for FR2 (both gNB and UE) - Fixes in gold sequence initialization at UE - Moves 2nd downlink to slot 3 instead of 2 to avoid clash with UL DCI (only 1 candidate per slot in FR2 currently) MR988 : SIB1 Initial implementation of SIB1
-
- 14 Jan, 2021 1 commit
-
-
hardy authored
Conflicts: openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
-
- 11 Jan, 2021 3 commits