Ismael Gomez
1a7e746a06
Minor cleanup
7 years ago
Ismael Gomez
9c5b9cef94
Set initial AGC gain correctly
7 years ago
Ismael Gomez
4762483396
Fix compilation warnings
7 years ago
Ismael Gomez
0dae08f812
Removed printf
7 years ago
Ismael Gomez
2da9787907
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
a2615628aa
Increase buffer pool size for enb
7 years ago
Ismael Gomez
efea8f4436
Set Dropped to debug level and reduce eNodeB RLC TX size
7 years ago
Pedro Alvarez
b460ece601
Merge branch 'mbms_tun' into next
7 years ago
Andre Puschmann
355330dab9
Merge pull request #234 from softwareradiosystems/log_fix
...
Log fix
7 years ago
Andre Puschmann
f4768eb267
Merge branch 'soapy' into next
7 years ago
Andre Puschmann
5a0de01905
adding async thread to soapy
7 years ago
Andre Puschmann
9ef12859b0
register rf error handler in radio benchmark
7 years ago
Andre Puschmann
d7e4797f3f
add rf error handler in soapy
7 years ago
Ismael Gomez
85a7daa09d
Move RLC buffer size to common
7 years ago
Ismael Gomez
19ac35d933
Increased RLC UL buffer size
7 years ago
Ismael Gomez
c64e26559e
Dropped PDU log level to info
7 years ago
Ismael Gomez
589e569ce9
Changes on srsENB mutexing logic to fix general race condition and deadlock issues ( #229 )
...
* fixed some issues with the UL scheduling
* Hack to fix UL scheduler
* minor fix
* Cleaned up code and fixed issue with the update_allocation function
* fixed the console printing in the enb
* log/console fix
* fixed the log print
* added a normalization factor
* RLC: entity uses dynamic instances. Simplified stop/reset/reestablish procedure. Added non-blocking interface
* Limit decimals in metrics stdout
* Changed mutexes to rwlock in RLC/RRC/MAC/PDCP to fix race conditions when removing users
* Fix deadlock bug for MIMO
* Remove headers
* Fix missing unlock causing overflows
* Do not decrease CQI when PUCCH (this is a temporal fix, requires to reduce the maximum MCS)
* Fix mutex unlock in worker
* Configurable RLC tx buffer. Default to 512 for enodeb
* Check NULL SDU in write_sdu()
* Protect RLC objects and tx_queue from being destroyed while using it
* Remove superfluous code
* Disable SIB logging
* Fix block_queue for enb
7 years ago
Ismael Gomez
546b631c93
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
fae5531bcc
Correction to commit 2a4a84a578
. We don't check for tailroom but for read space
7 years ago
Andre Puschmann
1634072ef7
add signal handler to benchmark_radio and fix runtime
7 years ago
Andre Puschmann
9b9a56e543
fix printf in RLC_AM
7 years ago
Andre Puschmann
f7a791866d
turn sanity check in RLC_AM into info rather then error
7 years ago
Ismael Gomez
2a4a84a578
Add check for rx_window tailroom
7 years ago
Ismael Gomez
c32ee8944f
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
1a1471955e
Fix incorrect MIB generation. Fixes issue #232
7 years ago
Ismael Gomez
a8f6081837
Minor changes in scheduler logs and style
7 years ago
Xavier Arteaga
92954c1aa4
Fixed UCI decoder defect in eNb. Improved PUSCH Unit Test. PUSCH CQI is printed like UE.
7 years ago
Pedro Alvarez
0e135adc6f
Starting to change gtpu_read_header and gtpu_write_header to lib.
7 years ago
Andre Puschmann
87fd218c72
remove unused cond variable in logger
7 years ago
Andre Puschmann
4deb251071
remove duplicate run-state variable in logger_file
7 years ago
Xavier Arteaga
2c1608f6f1
Fixed UCI short CQI decoder. Fixed possible interleaver segfault. PUSCH Unit test tidied up.
7 years ago
jctallon
50589108c6
Mbms fixes ( #225 )
...
* fixing the threading structure for mbms in the gtpu
fixing some leaks in pmch tests
fixing stack overflow caused by radio objext
* adding sib.conf.mbsfn.example
* creating a different thread_mch object for the gtpu
* Make mch_thread an isolated class
* excluding mbsfn subframes from noise estimation and cfo estimation
* fixing pdsch ue plotting to only show pmch constellation when mbsfn is activated.
7 years ago
Ismael Gomez
8c92f3fddc
Improvements and fixes on srsENB scheduler ( #228 )
7 years ago
Pedro Alvarez
58823b1611
Destroying condition variable.
7 years ago
Pedro Alvarez
28844b54dd
Possible fix for #164 .
7 years ago
Andre Puschmann
1cba6b18ee
Merge pull request #221 from softwareradiosystems/op_vs_opc
...
Op vs opc
7 years ago
Ismael Gomez
d81062145f
Fixed phy_log was allocating memory dynamically on every call even when not enabled
7 years ago
Xavier Arteaga
f01f7b4945
Added Vector max abs SIMD function
7 years ago
Ismael Gomez
e18ba937dc
Limit uplink signal normalization to avoid clipping
7 years ago
Andre Puschmann
91e1b27219
Merge branch 'master' into next
7 years ago
Ismael Gomez
ea3fdf7f51
Increased uhd timeout
7 years ago
Pedro Alvarez
f301bb6373
Merging next into op_vs_opc and resolving conflicts.
7 years ago
Andre Puschmann
0fcb27de53
soapy: make soapy log level a device param and fix issue in setting tx bandwidth
7 years ago
Ismael Gomez
c04c147451
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
9d18349a08
Reduced uhd timeout
7 years ago
Andre Puschmann
ddf7d2b2f7
soapy: rework driver init and add option to load config file
7 years ago
Xavier Arteaga
5e4fb48184
Refactored CQI reporting logging in UE. Fixes #199
7 years ago
Francisco Paisana
337857df5f
added a normalization factor
7 years ago
Xavier Arteaga
22c0a67b97
Fixed minor issues
7 years ago
Paul Sutton
2a0c98c82a
minor uninitialized variable fix
7 years ago