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
Pedro Alvarez
dc3cc43e02
Changing SPGW to pass log to lib function.
6 years ago
Pedro Alvarez
0e135adc6f
Starting to change gtpu_read_header and gtpu_write_header to lib.
6 years ago
Pedro Alvarez
27dbbcca02
Stripping GTPU in eNB's M1-U.
6 years ago
Andre Puschmann
87fd218c72
remove unused cond variable in logger
6 years ago
Andre Puschmann
4deb251071
remove duplicate run-state variable in logger_file
6 years ago
Pedro Alvarez
7454097611
Merge branch 'next' into mbms_tun
6 years ago
Xavier Arteaga
2c1608f6f1
Fixed UCI short CQI decoder. Fixed possible interleaver segfault. PUSCH Unit test tidied up.
6 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.
6 years ago
Ismael Gomez
0321a967f2
Search SIB in all opportunities
6 years ago
Xavier Arteaga
e837788ad4
Added initial Generic DL Phy test
6 years ago
Ismael Gomez
115244657f
Set GTPU socket to non-blocking
6 years ago
Ismael Gomez
a7574d288a
Set a reasonable default rs_power
6 years ago
Andre Puschmann
05ede38ea6
remove obsolte config.h
6 years ago
Andre Puschmann
3dc5a40caf
handle config parsing error gracefully and fix op/opc selection issue
6 years ago
Pedro Alvarez
e2e82cc464
Removing broadcats hack. Returning to a simple TUN insterface on the MBMS-GW.
6 years ago
Ismael Gomez
8c92f3fddc
Improvements and fixes on srsENB scheduler ( #228 )
6 years ago
Pedro Alvarez
58823b1611
Destroying condition variable.
6 years ago
Pedro Alvarez
28844b54dd
Possible fix for #164 .
6 years ago
Pedro Alvarez
badbb1de77
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Pedro Alvarez
aee66c3624
Merge branch 'ip_check' into next
6 years ago
Andre Puschmann
46436efb3b
Merge pull request #227 from softwareradiosystems/qci_epc
...
Qci epc
6 years ago
Pedro Alvarez
66757573c1
Making sure that QCI helper comments in user_dg.csv stay when file is overwritten.
6 years ago
Pedro Alvarez
99715dc6e2
Adding check for total length as well.
6 years ago
Andre Puschmann
1cba6b18ee
Merge pull request #221 from softwareradiosystems/op_vs_opc
...
Op vs opc
6 years ago
Pedro Alvarez
1826684372
Fixing a compile issue.
6 years ago
Pedro Alvarez
3d2f7d2adf
Adding some checks to IP packets at SPGW.
6 years ago
Ismael Gomez
d81062145f
Fixed phy_log was allocating memory dynamically on every call even when not enabled
6 years ago
Xavier Arteaga
f01f7b4945
Added Vector max abs SIMD function
6 years ago
Pedro Alvarez
c07de1d9e1
Remove debug print.
6 years ago
Pedro Alvarez
0a6540d8bf
Saving QCI into ESM context. Different QCIs should be working now.
6 years ago
Ismael Gomez
e18ba937dc
Limit uplink signal normalization to avoid clipping
6 years ago