3214 Commits (67b8066239bd3724f9e7c160bf2fbd713fa1fea1)
 

Author SHA1 Message Date
Ismael Gomez 67b8066239 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Andre Puschmann a38abfbd47 make metrics great again 7 years ago
Ismael Gomez 85a7daa09d Move RLC buffer size to common 7 years ago
Ismael Gomez f40766a503 Fixed UE not printing RF metrics 7 years ago
Ismael Gomez 19ac35d933 Increased RLC UL buffer size 7 years ago
Ismael Gomez cf5a6f0580 Increased PUCCH RLF threshold and default number of errors 7 years ago
Ismael Gomez c64e26559e Dropped PDU log level to info 7 years ago
Ismael Gomez ebea1cd7fa Look only for required SIBs 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
Ismael Gomez 1248a4224a Initialize nof_coworkers 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 9d6c323001 Remove superfluous packing call in rrc capabilities 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
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 0321a967f2 Search SIB in all opportunities 7 years ago
Xavier Arteaga e837788ad4 Added initial Generic DL Phy test 7 years ago
Ismael Gomez 115244657f Set GTPU socket to non-blocking 7 years ago
Ismael Gomez a7574d288a Set a reasonable default rs_power 7 years ago
Andre Puschmann 05ede38ea6 remove obsolte config.h 7 years ago
Andre Puschmann 3dc5a40caf handle config parsing error gracefully and fix op/opc selection issue 7 years ago
Ismael Gomez 8c92f3fddc
Improvements and fixes on srsENB scheduler (#228) 7 years ago
Pedro Alvarez badbb1de77 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Pedro Alvarez aee66c3624 Merge branch 'ip_check' into next 7 years ago
Andre Puschmann 46436efb3b
Merge pull request #227 from softwareradiosystems/qci_epc
Qci epc
7 years ago
Pedro Alvarez 66757573c1 Making sure that QCI helper comments in user_dg.csv stay when file is overwritten. 7 years ago
Pedro Alvarez 99715dc6e2 Adding check for total length as well. 7 years ago
Andre Puschmann 1cba6b18ee
Merge pull request #221 from softwareradiosystems/op_vs_opc
Op vs opc
7 years ago
Pedro Alvarez 1826684372 Fixing a compile issue. 7 years ago
Pedro Alvarez 3d2f7d2adf Adding some checks to IP packets at SPGW. 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
Pedro Alvarez c07de1d9e1 Remove debug print. 7 years ago
Pedro Alvarez 0a6540d8bf Saving QCI into ESM context. Different QCIs should be working now. 7 years ago
Ismael Gomez e18ba937dc Limit uplink signal normalization to avoid clipping 7 years ago
Pedro Alvarez 66db3deeb4 Starting to add Bearer QoS parameter to create session request. 7 years ago
Andre Puschmann 91e1b27219 Merge branch 'master' into next 7 years ago
Andre Puschmann bd553ff173 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Andre Puschmann a1bf1a79e1 update changelog 7 years ago
Pedro Alvarez 1b43c40422 Starting to add Bearer QoS IE to Create Session Request. 7 years ago
Pedro Alvarez f9e3d3a1f7 Added mechanisms to read and write QCI from/to user_db.csv. 7 years ago
Pedro Alvarez fecdbcff4f Starting to add support to different QCI in EPC. 7 years ago