4447 Commits (f14bb1e760fb4a15d460e3d5cb57d574b7181fd1)
 

Author SHA1 Message Date
Ismael Gomez 2859a75ca0 Reset counter for sync lost when PSS is found 5 years ago
Andre Puschmann 7847c8da5e extend ue cap handler to support multiple RATs 5 years ago
Xavier Arteaga aee59977d3 SRSUE: Fixed inter-frequency Handover 5 years ago
Ismael Gomez d32739c315 Minor logging changes in PHY 5 years ago
Merlin Chlosta 277029adb1 Revert "Fix GW param name in ue.conf.example"
This reverts commit fcc91c5c2b.
5 years ago
Merlin Chlosta fcc91c5c2b Fix GW param name in ue.conf.example 5 years ago
Andre Puschmann 6cde228bc1 bump version and update changelog, readme, etc. 5 years ago
Andre Puschmann e0bd7f156d replace remaining warning macros with pragma message 5 years ago
Andre Puschmann 09610ce788 add type setter to sch_subh and use it for MCH PDUs 5 years ago
Andre Puschmann e60a4490d2 streamline embms parameters and fix MCS selection 5 years ago
Andre Puschmann c4bc151e14 rlc: fix MRB logging 5 years ago
Andre Puschmann e562dfed15 minor code formating and debug fixes 5 years ago
yagoda 408400bee6 adding fixes and tests for eMBMS 5 years ago
Francisco Paisana 424876c5e4 added DL TTI mask for MBMS 5 years ago
Andre Puschmann 2e9a981a8a fix home plmn extraction for PCSC USIM module 5 years ago
Paul Sutton 028b44c1af Minor edits to config file comments 5 years ago
Xavier Arteaga f653472aa8 SRSUE: SCell parameters condensed in a single structure 5 years ago
Xavier Arteaga 5729f37ebb SRSUE PHY: Fixed frequency change 5 years ago
Xavier Arteaga b5685c8f09 SRSUE: Fixed HO with carrier aggregation 5 years ago
Xavier Arteaga 19572b485c SRSUE RRC: fix single meas_obj in multiple meas_id 5 years ago
Xavier Arteaga f616e6f5ad SRSUE: Do not add srsue_help nor srsue_version test if the GUI is enabled 5 years ago
Xavier Arteaga d64264d954 SRSUE: Added init test and ue.conf.example integrity. Solved CLang Tidy warnings. 5 years ago
Ismael Gomez 98f52529f7 Minor change to ue.conf 5 years ago
yagoda b99178d8da updating timing advance values for lime 5 years ago
Ismael Gomez 0dac2ef59b Update SIB2 also when forcing p_b 5 years ago
Ismael Gomez 32bcbd6231 Minor modification of warning message 5 years ago
Ismael Gomez 50e1ed6cc6 Change order of radio stop to avoid locking on rf_ms() by async thread 5 years ago
Guillem Foreman 2574de4d2d Fixed soft demodulator 5 years ago
Ismael Gomez feafec2725 Fix srsENB PHY log and reorganized expert args 5 years ago
Ismael Gomez 126f2efb5c
Radio and UHD fixes to avoid changing master clock rate and fixes X300 (#589)
* Fixes X300 MIMO

* Do not change sampling rate and calibrate time_adv_nsamples for b210
5 years ago
Andre Puschmann 9ee415ac82 correct the max size for a single TB
since the size in bits is counted per TB we don't need to allocate
space for the 2x2 MIMO case. Both CW have their own buffer.
5 years ago
Andre Puschmann 21f8698397 fix MAC PDU packing for large TB sizes
update the byte_buffer length variable after updating the remaining
PDU length. This has caused an error when calculating the
remaing space in the PDU because the SDU length was counted twice.
5 years ago
Andre Puschmann 94cc61e4b1 add MAC PDU pack test for max size TB PDU 5 years ago
Ismael Gomez c9c43e44e9 Fixed PDU buffer size 5 years ago
Xavier Arteaga abad5c3bbf SRSUE: Handle 256qam for CA (#585) 5 years ago
Andre Puschmann 62eba8f3d8 fix default radio, channel and rx antenna setting in eNB (#594) 5 years ago
Andre Puschmann f1387d8cf8 fix uninitialized vars in scheduler_grid 5 years ago
Andre Puschmann 86f43b008c
Fix missing general section 5 years ago
Ismael Gomez 1b970fa978 Modified comments 5 years ago
Andre Puschmann 886858a30a remove expert config and split into PHY and general config, cleanup ue.conf.example 5 years ago
Andre Puschmann bfb16e2545 remove general UE config from example 5 years ago
Ismael Gomez b81d4c5c9c Fix MAC test 5 years ago
Andre Puschmann e9342969f8 fix typo 5 years ago
Andre Puschmann 2ae35e4ce0 make sure status PDU doens't exceed grant size 5 years ago
Pedro Alvarez 739853e9e6 Update README to have the correct directory for the config files. 5 years ago
Pedro Alvarez 9597cc4c14 Clang-formated liblte_* 5 years ago
Andre Puschmann b46a71c2d8 add RRC metrics and remove extra methods to query RRC state 5 years ago
Xavier Arteaga 5e49aca835
Merge pull request #570 from softwareradiosystems/feature_256qam_fix
Resource allocation extended tables and PDSCH table 2 for 256QAM
5 years ago
Ismael Gomez 6d2c6ec58d Do not change master clock rate in UHD if dynamic rate is supported 5 years ago
Xavier Arteaga 04ab6caf69 SRSUE: fix for 64QAM CA 5 years ago