Pedro Alvarez
d00662708f
Added srslte_debug_handle_crash to EPC.
6 years ago
Pedro Alvarez
7aaa9a1789
Moved srslte_debug_handle_crash to common/debug.c
6 years ago
Pedro Alvarez
96786e96da
Splitting the lib debug into phy and common debug.
6 years ago
Ismael Gomez
f273ec959b
Set initial AGC gain correctly
6 years ago
Ismael Gomez
67d4096e9e
Default RLC to UM
6 years ago
Ismael Gomez
7c7eed3ad1
Fix issue #179 in master
6 years ago
Ismael Gomez
50742195b5
Update README.md
6 years ago
Ismael Gomez
4762483396
Fix compilation warnings
6 years ago
Andre Puschmann
68e95f7fab
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Ismael Gomez
1aa9951a04
Increased default inactivity timer to 60s
6 years ago
Andre Puschmann
1c29f27f2d
bump version to 18.6
6 years ago
Ismael Gomez
493706eab1
Incorrect default value in buffer pool
6 years ago
Ismael Gomez
0dae08f812
Removed printf
6 years ago
Ismael Gomez
2da9787907
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Ismael Gomez
f394dc7aa6
Fix deadlock issue in rach_detect
6 years ago
Ismael Gomez
a2615628aa
Increase buffer pool size for enb
6 years ago
Ismael Gomez
efea8f4436
Set Dropped to debug level and reduce eNodeB RLC TX size
6 years ago
Pedro Alvarez
3d24094829
Merge branch 'next' into epc_sigpipe
6 years ago
Pedro Alvarez
b460ece601
Merge branch 'mbms_tun' into next
6 years ago
Pedro Alvarez
a74d1905b4
Fix command line parsing in mbms-gw
6 years ago
Pedro Alvarez
712a1b7639
Fix compiling bug
6 years ago
Andre Puschmann
355330dab9
Merge pull request #234 from softwareradiosystems/log_fix
...
Log fix
6 years ago
Andre Puschmann
f4768eb267
Merge branch 'soapy' into next
6 years ago
Andre Puschmann
5a0de01905
adding async thread to soapy
6 years ago
Pedro Alvarez
1dc5836365
Adding SGi-mb mask to config
6 years ago
Andre Puschmann
9ef12859b0
register rf error handler in radio benchmark
6 years ago
Andre Puschmann
d7e4797f3f
add rf error handler in soapy
6 years ago
Ismael Gomez
67b8066239
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Andre Puschmann
a38abfbd47
make metrics great again
6 years ago
Ismael Gomez
85a7daa09d
Move RLC buffer size to common
6 years ago
Ismael Gomez
f40766a503
Fixed UE not printing RF metrics
6 years ago
Ismael Gomez
19ac35d933
Increased RLC UL buffer size
6 years ago
Ismael Gomez
cf5a6f0580
Increased PUCCH RLF threshold and default number of errors
6 years ago
Ismael Gomez
c64e26559e
Dropped PDU log level to info
6 years ago
Ismael Gomez
ebea1cd7fa
Look only for required SIBs
6 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
6 years ago
Ismael Gomez
546b631c93
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Ismael Gomez
fae5531bcc
Correction to commit 2a4a84a578
. We don't check for tailroom but for read space
6 years ago
Andre Puschmann
1634072ef7
add signal handler to benchmark_radio and fix runtime
6 years ago
Ismael Gomez
1248a4224a
Initialize nof_coworkers
6 years ago
Pedro Alvarez
ec0d7b0c7b
Making sure that MME updates the eNB SCTP info when it receives GUTI attach from attached user.
6 years ago
Andre Puschmann
9b9a56e543
fix printf in RLC_AM
6 years ago
Andre Puschmann
f7a791866d
turn sanity check in RLC_AM into info rather then error
6 years ago
Ismael Gomez
2a4a84a578
Add check for rx_window tailroom
6 years ago
Ismael Gomez
9d6c323001
Remove superfluous packing call in rrc capabilities
6 years ago
Ismael Gomez
c32ee8944f
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Ismael Gomez
1a1471955e
Fix incorrect MIB generation. Fixes issue #232
6 years ago
Ismael Gomez
a8f6081837
Minor changes in scheduler logs and style
6 years ago
Pedro Alvarez
ced47af7ba
Chenging the MBMS-Gw to pass the log to the gtpu_write_header.
6 years ago
Xavier Arteaga
92954c1aa4
Fixed UCI decoder defect in eNb. Improved PUSCH Unit Test. PUSCH CQI is printed like UE.
6 years ago