- 10 Apr, 2017 2 commits
- 
- 
Cedric Roux authoredUsing "system" to call "git log" is too error-prone. In the test setup, lte-softmodem was blocked because "git log" uses a pager ("less") and the pager was waiting for the user to press enter. We could pass "--no-pager" to "git log" but then what if someone runs the softmodem out of the source tree? cmake defines PACKAGE_VERSION, we can use that instead, as is done in openair-cn.
- 
Cedric Roux authored
 
- 
- 08 Apr, 2017 1 commit
- 
- 
Florian Kaltenberger authored
 
- 
- 07 Apr, 2017 2 commits
- 
- 
Cedric Roux authored
- 
Cedric Roux authored
 
- 
- 03 Apr, 2017 4 commits
- 
- 
Cedric Roux authoredThis reverts commit 7f24927c. With value 13 uplink TDD for a 10MHz configuration was not working. UDP traffic sent with: "iperf -c XX -u -b10M" was crashing the eNB. 
- 
gabrielC authored
- 
Cedric Roux authoredDevelop integration w13 Summary of changes: - RLC AM reworking (a lot has changed) - several bug fixes * support processing multiple MAC RAR control elements in a single MSG2 * fix ACK/NACK resetting * do not correct USRP frequency from carrier offset estimation when --ue-carrier-scan == off * fix TDD uplink due to incorrect PUCCH format for SR in TDD * several other simple fixes - better support for LMS SDR See merge request !168 
- 
Cedric Roux authored- define _GNU_SOURCE before including pthread.h - do not use static for the array 'threadname' used to store the name, it makes it a global variable accessed by several threads in parallel - increase size of 'threadname' (maybe not necessary) - properly indent #define / #under (# should be at column 1) 
 
- 
- 30 Mar, 2017 1 commit
- 
- 
Cedric Roux authored
 
- 
- 29 Mar, 2017 1 commit
- 
- 
hbilel authored
 
- 
- 28 Mar, 2017 29 commits
- 
- 
hbilel authored
- 
hbilel authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authoredWhen you ran it with the scope as: ./dlsim -X you saw no activity in the "PDSCH I/Q of MF Output" window, so matter what SNR you put (even for very high SNR, say: ./dlsim -X -s40) this commit seems to fix it. I am not sure it is the end of story. The 2 threads PDCCH/PDSCH structures may still not be used correctly everywhere.
- 
Florian Kaltenberger authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Cedric Roux authored
- 
Wilson Thong authored
- 
Wilson Thong authored
- 
Wilson Thong authored
- 
Wilson Thong authored
- 
Wilson Thong authored
- 
Wilson W.K. Thong authored
- 
Wilson W.K. Thong authored#221 fixed RRC crash when parsing the RRCConnectionReconfiguration message with empty neighCellConfig in measObjectEUTRA 
- 
Wilson Thong authored
- 
Vincent Ng authored
- 
Wilson W.K. Thong authored
- 
Wilson Thong authored
- 
Wilson Thong authored
 
- 
