- 08 Mar, 2023 1 commit
-
-
Sebastian Wagner authored
-
- 06 Mar, 2023 2 commits
-
-
Sebastian Wagner authored
Improved CN processing: BG1 CNG19 is bottleneck in computation. Replaced nested loop with 2-min approach. Is about 3 times as fast for CNG19.
-
Sebastian Wagner authored
-
- 24 Feb, 2023 1 commit
-
-
Sebastian Wagner authored
BN processing works now without memcpy which is replaced by a loadu operation. Runs faster now. Tested several algos to replace memcpy, but loadu was performing best, even tough there are load/store stalls associated... Code still needs a lot of cleanup.
-
- 16 Feb, 2023 1 commit
-
-
Sebastian Wagner authored
Now the optimization works for 2 configurations: BG1,Z=384 and BG2,Z=128. Still a lot of cleanup ... results are better now.
-
- 14 Feb, 2023 3 commits
-
-
Sebastian Wagner authored
-
Sebastian Wagner authored
-
Sebastian Wagner authored
-
- 13 Feb, 2023 3 commits
-
-
Sebastian Wagner authored
-
Sebastian Wagner authored
Activated PC, now similar performance than develop only slightly worse decoding time to due to modified PC.
-
Sebastian Wagner authored
-
- 08 Feb, 2023 3 commits
-
-
Sebastian Wagner authored
Merge branch '602-ldpc-decoder-enhancements' of gitlab.eurecom.fr:oai/openairinterface5g into 602-ldpc-decoder-enhancements
-
Sebastian Wagner authored
-
Sebastian Wagner authored
-
- 07 Feb, 2023 1 commit
-
-
Sebastian Wagner authored
-
- 06 Feb, 2023 1 commit
-
-
Sebastian Wagner authored
-
- 31 Jan, 2023 1 commit
-
-
Sebastian Wagner authored
Cyclic extension of CN buffers. Attention Z =384 will result in segmentation fault since overall buffer size has not increased yet.
-
- 26 Jan, 2023 1 commit
-
-
Sebastian Wagner authored
-
- 25 Jan, 2023 1 commit
-
-
Sebastian Wagner authored
-
- 23 Jan, 2023 2 commits
-
-
Sebastian Wagner authored
-
Sebastian Wagner authored
-
- 14 Jan, 2023 1 commit
-
-
Robert Schmidt authored
integration_2023_w02 See merge request oai/openairinterface5g!1906 !1796 Make SFN dependent on GPS time !1874 Processing time optimization for SRS !1881 Fix documentation of dot_product() !1884 Prevent Msg3 to be scheduled in downlink slot when nrofUplinkSymbols = 0 and DDDSU !1888 Adopting new BWP structure at UE (first MR) !1890 Fix setup_time overflow in VNF processing thread !1892 system.c cleaning check result of system call !1893 fix buildhelper Soapy folder name, case not respected, reinstall was broken !1894 doc(ci): adding constraint on the branch name !1895 ASN_SEQUENCE_ADD return code was checked only in 0.5% of calls !1900 bugfix CU/DU: use correct IP address for GTP-U !1901 Adding NRPPA ASN1 definitions and library !1903 bugfix in function channelmod_modify_cmd !1867 CI: new Python classes for SSH & Local execution restore LDPC docs
-
- 13 Jan, 2023 1 commit
-
-
Robert Schmidt authored
-
- 12 Jan, 2023 17 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/FAPI_fix_setup_time_from_overflowing' into integration_2023_w02
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Karim Harouat authored
-
Rúben Soares da Silva authored
Fix setup_time overflow in vnf processing thread, preventing gNB from stopping message processing once setup_time overflowed
-