| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-24 | Adding AGPL copyright to new files | Codebot | |
| 2022-04-29 | Adding AGPL copyright to new files | Codebot | |
| 2022-02-13 | Merge branch 'next' into agpl_next | Codebot | |
| 2022-02-07 | rrc,gnb: remove phy flat pdcch cfg struct from rrc nr cfg | Francisco Paisana | |
| 2022-01-26 | rrc-nr: remove comments/dead code | Carlo Galiotto | |
| Signed-off-by: Carlo Galiotto <carlo@srs.io> | |||
| 2022-01-26 | rrc-nr: add conversion for pucch_cfg | Carlo Galiotto | |
| Signed-off-by: Carlo Galiotto <carlo@srs.io> | |||
| 2022-01-26 | TMP WIP | Carlo Galiotto | |
| Signed-off-by: Carlo Galiotto <carlo@srs.io> | |||
| 2022-01-23 | Merge branch 'next' into agpl_next | Codebot | |
| # Conflicts: # lib/include/srsran/phy/channel/ch_awgn.h | |||
| 2022-01-20 | sched,nr: pass asn1 TDD configuration to scheduler as defined in ORAN | Francisco | |
| 2022-01-20 | sched,nr: change UE configuration Request struct to better match ORAN specs | Francisco | |
| 2022-01-16 | Merge branch 'next' into agpl_next | Codebot | |
| 2022-01-12 | Fix successful related typos | Xavier Arteaga | |
| 2022-01-12 | Minor changes on UE SA PHY | Xavier Arteaga | |
| 2022-01-12 | Fix TSAN concurrency issue in nr_phy_test | Xavier Arteaga | |
| 2022-01-12 | Fix multiple nr_phy_test tests | Xavier Arteaga | |
| 2022-01-12 | Created dummy radio and moved UE dummy PHY into real UE SA PHY | Xavier Arteaga | |
| 2022-01-12 | Implement and test initial SFN synchronization for UE standalone mode | Xavier Arteaga | |
| 2022-01-12 | Added more information in NR PHY SA cell search test | Xavier Arteaga | |
| 2022-01-10 | NR UE PHY: interfaced fix wideband CQI reporting in nr_phy_test | Xavier Arteaga | |
| 2021-12-19 | Adding AGPL copyright to new files | Codebot | |
| 2021-12-19 | Merge branch 'next' into agpl_next | Codebot | |
| # Conflicts: # srsue/hdr/phy/ue_lte_phy_base.h # srsue/hdr/phy/ue_nr_phy_base.h | |||
| 2021-12-03 | Merge branch 'next' into agpl_next | Codebot | |
| 2021-11-30 | srsue,sa: dummy rrc_nr to initiate dummy cell_select and phy_cfg | Ismael Gomez | |
| 2021-11-30 | add missing library to nr_phy_test | Ismael Gomez | |
| 2021-11-30 | add missing file | Ismael Gomez | |
| 2021-11-30 | Completed basic sync module with bypass camping. Removed ue_phy_nr and ↵ | Ismael Gomez | |
| ue_phy_lte base classes | |||
| 2021-11-30 | Refactor PHY interfaces to remove difference between SA and NSA PHY | Ismael Gomez | |
| 2021-11-30 | Added multi gNb simulation and RF | Ismael Gomez | |
| 2021-11-29 | Fix some clang-tidy warnings | dvdgrgrtt | |
| 2021-11-29 | Fix typos | dvdgrgrtt | |
| 2021-11-29 | Improve nr_phy_test user interface | dvdgrgrtt | |
| The program was not reading configuration files. Also, it exited with a segmentation fault when given the option "--help". Fix a couple of typos in messages. | |||
| 2021-11-29 | Fix nr_phy_test printed metrics | dvdgrgrtt | |
| Some tables displayed the min value twice instead of min and max. | |||
| 2021-11-14 | Merge branch 'next' into agpl_next | Codebot | |
| # Conflicts: # srsenb/hdr/stack/rrc/nr/rrc_config_nr.h # srsenb/hdr/stack/rrc/rrc_nr.h # srsenb/src/stack/mac/nr/sched_nr_signalling.cc # srsenb/test/rrc/rrc_nr_test.cc | |||
| 2021-11-11 | nr,gnb,rrc: implement NR RRCSetup in RRC and wrote unit test | Francisco | |
| 2021-11-07 | Merge branch 'next' into agpl_next | Codebot | |
| 2021-11-05 | gnb,stack: move gNB components into own folder | Andre Puschmann | |
| * move RRC, MAC, NGAP, SDAP into gnb folder * move testing code below respective layers | |||
| 2021-11-03 | nr,gnb,mac: implement zero-copy get_dl_sched/get_ul_sched NR scheduler interface | Francisco | |
| 2021-11-02 | nr,gnb,sched: Simplify sched api and locking design to better reflect the ↵ | Francisco | |
| mac-phy FAPI interface - removal of condition variables from sched main calls - addition of sched sched::slot_indication call as a point of synchronization per slot - removal of sched_worker_manager class - removal of serv_cell_manager class - centralization of cc-specific functionality and components in cc_worker | |||
| 2021-10-28 | Merge branch 'next' into agpl_next | Codebot | |
| 2021-10-27 | Fix coverty defects. | Fabian Eckermann | |
| 2021-10-26 | Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable. | faluco | |
| 2021-10-26 | Fix an ODR issue detected by ASAN in arch, where the global variable ↵ | faluco | |
| handler_registered was defined multiple times. | |||
| 2021-10-26 | Merge branch 'next' into agpl_next | Codebot | |
| 2021-10-25 | nr,sched: push BSRs into the scheduler when nr_phy_test is run with PUSCH ↵ | Francisco | |
| enabled | |||
| 2021-10-25 | Asynchronous NR PHY configuration (#3527) | Xavier Arteaga | |
| * Fix a race condition when accessing the NR PHY cfg by the RRC and phy workers. Rework how the phy cfg is handled, now workers have their own copy that gets updated after a reconfig moving it out of the state class. * Default initialize sf_len member in sf_worker for consistency. * Asynchronous NR PHY configuration * Fix compilation * Corrected method override and fix unitialised value * Added carrier equal comparison to avoid aligment byte padding comparison Co-authored-by: faluco <borja.ferrer@softwareradiosystems.com> | |||
| 2021-10-21 | Fix gNb dummy stack process ID selection | Xavier Arteaga | |
| 2021-10-21 | Merge branch 'next' into agpl_next | Codebot | |
| # Conflicts: # lib/include/srsran/common/signal_handler.h | |||
| 2021-10-20 | Read max turbo decoder iterations from conf. | Fabian Eckermann | |
| 2021-10-15 | Removed redundant metric trace and add PUCCH SNR assertion | Xavier Arteaga | |
| 2021-10-15 | sched,nr: when sched allocates PUSCH, SR doesn't need to be decoded | Francisco | |
