3266 Commits (a0fa2d5b017fcaa0d7344d998d1b5599793f1e30)
 

Author SHA1 Message Date
yagoda a0fa2d5b01 small fix in eMBMS MAC 6 years ago
Andre Puschmann ccf58a63ce reduce default log-level to warning 6 years ago
Andre Puschmann f6f47f0320 print srsLTE version name if no git details are found 6 years ago
Andre Puschmann 10469cd3a0 Merge branch 'master' of github.com:srsLTE/srsLTE 6 years ago
Andre Puschmann ac94b531ae only print build-info when string is filled 6 years ago
Andre Puschmann f1c5835133 fix eNB default config help text 6 years ago
Ismael Gomez 2d5cdc4f35 Add log to pool deallocate 6 years ago
Ismael Gomez a0d4650c2c Fix reestablish UM 6 years ago
Ismael Gomez 7df91e1283 Fix compilation error in previous commit 6 years ago
Ismael Gomez 08f7dda0f3 Consider the case of calling gtpu::add_bearer() before initialization 6 years ago
Ismael Gomez 3122d8e959 RLC reestablish to re-enable tx_enabled 6 years ago
Ismael Gomez 30dd539220 Add rwlock to sched class 6 years ago
Ismael Gomez d95d0e2e7a Fix issue #179 in master 6 years ago
Ismael Gomez 229569cd76 Fix Aperiodic CQI retx when TBS=0 6 years ago
Ismael Gomez 1a7e746a06 Minor cleanup 6 years ago
Ismael Gomez 9c5b9cef94 Set initial AGC gain correctly 6 years ago
Ismael Gomez 7d324306b3 Default RLC to UM 6 years ago
Ismael Gomez bd5c1fd83a deallocate dedicatedInfoNAS in rrc 6 years ago
Merlin Chlosta 2098aa0739 add keys to loglevel info to simplify PCAP analysis (#194) 6 years ago
Björn 23cc0ab011 enb: add bind address for s1ap connection (#128)
add s1c_bind_addr config option to specify the local bind address used for S1AP connections instead of using the GTP address.
This allows operation on setups with split S1U and S1C networks.
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