Ismael Gomez
|
ff1269add3
|
HO working
|
7 years ago |
Ismael Gomez
|
edd9cbf4dc
|
Merge branch 'next' into sync_states
|
7 years ago |
David Rupprecht
|
06d4559294
|
Change include path absolut to project dir
|
7 years ago |
Andre Puschmann
|
ff85e8b77f
|
fixing remaining printf formating issues
|
7 years ago |
Joseph Giovatto
|
49da57c8a1
|
Changed log methods to take string literal vs string object
to allow for format checking and save on object copy.
Fixed log format specifier warnings.
|
7 years ago |
Andre Puschmann
|
0435e996f3
|
print PUSCH payload as hex
|
7 years ago |
Ismael Gomez
|
b3be54b274
|
Attach and paging ok. Reselection on IDLE not working
|
7 years ago |
Ismael Gomez
|
2c3386a486
|
Updated missing changes
|
7 years ago |
Ismael Gomez
|
28e12dbf7d
|
Merge branch 'next' into sync_states
|
7 years ago |
Ismael Gomez
|
f88f465c97
|
Refactored NAS/RRC/PHY cell_search/selection procedures
|
7 years ago |
Andre Puschmann
|
8b04d7c308
|
fix compile warning
|
7 years ago |
Ismael Gomez
|
24b1096209
|
Fixed bug in compute_ri() when passed NULL parameter causing segfault in MIMO
|
7 years ago |
Ismael Gomez
|
86d4ce52e0
|
Make intra-frequency measurement period/length a parameter
|
7 years ago |
Ismael Gomez
|
df0dcb27e7
|
Revert "PHCH Receive is reset, the current EARFCN becomes the first one in the list."
This reverts commit f3c04949b7 .
|
7 years ago |
Ismael Gomez
|
5772f61aaf
|
Revert "fix issue when cell search doesn't set rx frequency because phy init takes too long"
This reverts commit 25ccd29646 .
|
7 years ago |
Andre Puschmann
|
25ccd29646
|
fix issue when cell search doesn't set rx frequency because phy init takes too long
See commit f3c04949b7 for reference and a more
detailed description.
|
7 years ago |
Ismael Gomez
|
f9d770e50e
|
Added option for Doppler frequency correction
|
7 years ago |
Ismael Gomez
|
c0aea5ae13
|
Neighbour cell RSRP measurement always and only with correlation method
|
7 years ago |
Ismael Gomez
|
c815051238
|
Increased str buffer for DCI printing
|
7 years ago |
Ismael Gomez
|
33ebde5387
|
Fixed bug SIB3 loop and window_start 10s wait in disconnect
|
7 years ago |
Ismael Gomez
|
0fbeee72a1
|
Fixed offset int in previous commit
|
7 years ago |
Ismael Gomez
|
b77e3b0be5
|
Avoid negative offset in neighbour cell search
|
7 years ago |
Ismael Gomez
|
dc21580695
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
809c550ca2
|
Use RS power estimation for serving cell RSRP/SNR measurements. Use correlation of RS sequences for neighbour cell verification of Cell ID
|
7 years ago |
Ismael Gomez
|
c2098ad626
|
Removed unused sample offset correction
|
7 years ago |
Xavier Arteaga
|
8bda956330
|
Solved logging error trace
|
7 years ago |
Andre Puschmann
|
cbda94f0a6
|
fix mem leak in phch_recv
|
7 years ago |
Andre Puschmann
|
9553784e2f
|
change phy_log in UE to log_filter
|
7 years ago |
Xavier Arteaga
|
f3c04949b7
|
PHCH Receive is reset, the current EARFCN becomes the first one in the list.
|
7 years ago |
Andre Puschmann
|
57e0c01fc4
|
check max buffer length in hex print
|
7 years ago |
Andre Puschmann
|
04f6634b49
|
fix condition check in cell HO
|
7 years ago |
Ismael Gomez
|
99e088ee5b
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
ac95976a6b
|
Check Cell is valid before HO. Do cell search if going back to source fails
|
7 years ago |
Ismael Gomez
|
3adc6b5cbc
|
Merge pull request #158 from softwareradiosystems/csi
Csi
|
7 years ago |
Ismael Gomez
|
bdf379ee1c
|
Fixed roaming PLMN attach. Add out-of-sync debugging
|
7 years ago |
Ismael Gomez
|
13efa740e8
|
Changed logic in RRC/NAS/PHY for cell/plmn search to avoid stucking in IDLE
|
7 years ago |
Ismael Gomez
|
5a8454f5a8
|
Fix for staying on PLMN search after disconnect
|
7 years ago |
Ismael Gomez
|
b5166e10cd
|
Do not restart insync/outsync counters after multiple events
|
7 years ago |
Ismael Gomez
|
acd78dbb85
|
Change in-sync snr threshold and pass PCCH only if ack=true
|
7 years ago |
Ismael Gomez
|
0ce4e30905
|
Minor looging edits
|
7 years ago |
Ismael Gomez
|
defe167672
|
Do not lock on set_crnti worker
|
7 years ago |
Ismael Gomez
|
76ed6fd8d8
|
Check cell state before infra_freq.meas
|
7 years ago |
Ismael Gomez
|
73602a8558
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
90553e830d
|
Fixed cell search for non-home PLMN
|
7 years ago |
Andre Puschmann
|
8fcf25360e
|
fix missing newline
|
7 years ago |
Ismael Gomez
|
b257ab96bf
|
Locking on worker::reset() causes dead-lock
|
7 years ago |
Ismael Gomez
|
ed52604d30
|
Restart rx_stream on radio error
|
7 years ago |
Ismael Gomez
|
91664ef2be
|
Do sell reselection on IDLE by phch_recv thread instead of worker
|
7 years ago |
Ismael Gomez
|
650f433532
|
Add mutex to worker_imp/set_cell worker
|
7 years ago |
Ismael Gomez
|
df1a0c68e2
|
Disable ul_reset
|
7 years ago |