- 13 Aug, 2017 1 commit
-
-
knopp authored
complete programming of Msg2/Msg4 procedures for eMTC. Addition of skeleton for PUCCH UCI (NFAPI) in L1. Some cleanup of eNB_scheduler.c
-
- 11 Aug, 2017 1 commit
-
-
knopp authored
-
- 10 Aug, 2017 1 commit
-
-
knopp authored
-
- 08 Aug, 2017 1 commit
-
-
knopp authored
L1/L2 scheduling extensions for BL/CE operation, BR random-access procedure, BR PRACH detection. Still untested, but compilation succeeds. Missing elements in L2 - PUSCH programming for Msg3, Msg4 retransmission programming for BL/CE. DLSCH/ULSCH programming for UE-specific DLSCH/ULSCH for BL/CE
-
- 25 Jul, 2017 2 commits
- 24 Jul, 2017 1 commit
-
-
knopp authored
-
- 19 Jul, 2017 1 commit
-
-
knopp authored
-
- 06 Jul, 2017 1 commit
-
-
knopp authored
Note: this commit is work in progress. Contains initial integration of NFAPI data structures which are tested for TX path. RX path to follow.
-
- 04 Jun, 2017 1 commit
-
-
knopp authored
-
- 22 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 19 May, 2017 4 commits
-
-
Cedric Roux authored
we can compute CCE_max_used_index out of the loop.
-
Cedric Roux authored
get_nCCE returns the number of available CCEs. We can put the CCEs numbers [ 0 .. get_nCCE-1 ], so we need to use <, not <=.
-
Bilel authored
config 4 tested with Amarisoft
-
Tomohiro Sakai authored
-
- 18 May, 2017 2 commits
-
-
Cedric Roux authored
those popped up thanks to previous commit
-
Cedric Roux authored
-
- 15 May, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 12 May, 2017 1 commit
-
-
---------------------------------------------------------- bug 37 Ttile: Sending side is as follows. rar[3] = (((mcs&0x7)<<5)) | ((TPC&7)<<2) | ((ULdelay&1)<<1) | (cqireq&1); So, 2 bit shift looks correct. Bug Location: ulsch->harq_processes[harq_pid]->TPC = (rar[3]>>3)&7;//rar->TPC; ----------------------------------------------------------
-
- 03 May, 2017 4 commits
- 02 May, 2017 1 commit
-
-
Bilel authored
-
- 26 Apr, 2017 1 commit
-
-
Bilel authored
-
- 25 Apr, 2017 4 commits
-
-
knopp authored
-
Gabriel authored
-
INOUE Yoshio authored
-
INOUE Yoshio authored
-
- 24 Apr, 2017 2 commits
-
-
Gabriel authored
-
HARADA Masayuki authored
-
- 21 Apr, 2017 1 commit
-
-
INOUE Yoshio authored
-
- 18 Apr, 2017 1 commit
-
-
knopp authored
-
- 17 Apr, 2017 1 commit
-
-
knopp authored
-
- 14 Apr, 2017 1 commit
-
-
Cedric Roux authored
In 20MHz the UE didn't do any uplink granted by DCI0. It was replying to RAR, so uplink decoding was okay. Turns out the DCI0 structure for TDD was wrong.
-
- 12 Apr, 2017 1 commit
-
-
INOUE Yoshio authored
-
- 08 Apr, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 04 Apr, 2017 1 commit
-
-
Gabriel authored
-
- 28 Mar, 2017 1 commit
-
-
Wilson authored
-