IgnasJ
67c8bf1368
Fixes for srsLTE on ARM ( #229 )
...
* Fix ARM NEON code compilation
Fix LV_HAVE_NEON defintion incorrecly used instead of HAVE_NEON in some places
Replace vqabsq_s32 with vabsq_f32 as vqabsq_s32 requires int type (fails to compile)
Fix missing NEON code path in mat.h in srslte_mat_2x2_mmse_csi_simd()
* Fix timestamp overflow issue on 32-bit systems with Soapy driver
'time_t secs' can be 32-bit on some systems. This causes calculation:
'secs * 1000000000;' to overflow.
6 years ago
Igor Kim
8d48613c38
fix typo in metrics rssi CMA calculation ( #230 )
6 years ago
Eric Schreiber
470953bf9c
Change the calculation of UE group A random access preamble selection to choose a random number from [0 nof_groupA_preambles) rather than incrementing on the preambleTransmissionCounter. ( #200 )
7 years ago
wangqiang1588
dfce3ea155
Fix crash if args is NULL ,enable multi rx channels setting ( #198 )
7 years ago
Merlin Chlosta
deab23c9ec
Fix non-blocking rf_uhd_recv_with_time_multi ( #195 )
...
Return the number of actually received samples, not the requested samples.
7 years ago
David Rupprecht
bf4c84ef7b
Fixed clear function in blocked queue ( #199 )
7 years ago
Andre Puschmann
da387b6930
update changelog for 18.06.1
7 years ago
Andre Puschmann
eb8a71f85b
update debian files
7 years ago
Andre Puschmann
3dcddf92e3
update debian files (remove obsolete install script)
7 years ago
Andre Puschmann
6d4bb7f6b1
update debian files
7 years ago
Andre Puschmann
190634680c
bump version to 18.6.1
7 years ago
yagoda
a0fa2d5b01
small fix in eMBMS MAC
7 years ago
Andre Puschmann
ccf58a63ce
reduce default log-level to warning
7 years ago
Andre Puschmann
f6f47f0320
print srsLTE version name if no git details are found
7 years ago
Andre Puschmann
10469cd3a0
Merge branch 'master' of github.com:srsLTE/srsLTE
7 years ago
Andre Puschmann
ac94b531ae
only print build-info when string is filled
7 years ago
Andre Puschmann
f1c5835133
fix eNB default config help text
7 years ago
Ismael Gomez
2d5cdc4f35
Add log to pool deallocate
7 years ago
Ismael Gomez
a0d4650c2c
Fix reestablish UM
7 years ago
Ismael Gomez
7df91e1283
Fix compilation error in previous commit
7 years ago
Ismael Gomez
08f7dda0f3
Consider the case of calling gtpu::add_bearer() before initialization
7 years ago
Ismael Gomez
3122d8e959
RLC reestablish to re-enable tx_enabled
7 years ago
Ismael Gomez
30dd539220
Add rwlock to sched class
7 years ago
Ismael Gomez
d95d0e2e7a
Fix issue #179 in master
7 years ago
Ismael Gomez
229569cd76
Fix Aperiodic CQI retx when TBS=0
7 years ago
Ismael Gomez
1a7e746a06
Minor cleanup
7 years ago
Ismael Gomez
9c5b9cef94
Set initial AGC gain correctly
7 years ago
Ismael Gomez
7d324306b3
Default RLC to UM
7 years ago
Ismael Gomez
bd5c1fd83a
deallocate dedicatedInfoNAS in rrc
7 years ago
Merlin Chlosta
2098aa0739
add keys to loglevel info to simplify PCAP analysis ( #194 )
7 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.
7 years ago
Ismael Gomez
50742195b5
Update README.md
7 years ago
Ismael Gomez
4762483396
Fix compilation warnings
7 years ago
Andre Puschmann
68e95f7fab
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
1aa9951a04
Increased default inactivity timer to 60s
7 years ago
Andre Puschmann
1c29f27f2d
bump version to 18.6
7 years ago
Ismael Gomez
493706eab1
Incorrect default value in buffer pool
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
f394dc7aa6
Fix deadlock issue in rach_detect
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
3d24094829
Merge branch 'next' into epc_sigpipe
7 years ago
Pedro Alvarez
b460ece601
Merge branch 'mbms_tun' into next
7 years ago
Pedro Alvarez
a74d1905b4
Fix command line parsing in mbms-gw
7 years ago
Pedro Alvarez
712a1b7639
Fix compiling bug
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
Pedro Alvarez
1dc5836365
Adding SGi-mb mask to config
7 years ago