summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-04-24Adding AGPL copyright to new filesCodebot
2022-04-29Adding AGPL copyright to new filesCodebot
2022-02-13Merge branch 'next' into agpl_nextCodebot
2022-02-07rrc,gnb: remove phy flat pdcch cfg struct from rrc nr cfgFrancisco Paisana
2022-01-26rrc-nr: remove comments/dead codeCarlo Galiotto
Signed-off-by: Carlo Galiotto <carlo@srs.io>
2022-01-26rrc-nr: add conversion for pucch_cfgCarlo Galiotto
Signed-off-by: Carlo Galiotto <carlo@srs.io>
2022-01-26TMP WIPCarlo Galiotto
Signed-off-by: Carlo Galiotto <carlo@srs.io>
2022-01-23Merge branch 'next' into agpl_nextCodebot
# Conflicts: # lib/include/srsran/phy/channel/ch_awgn.h
2022-01-20sched,nr: pass asn1 TDD configuration to scheduler as defined in ORANFrancisco
2022-01-20sched,nr: change UE configuration Request struct to better match ORAN specsFrancisco
2022-01-16Merge branch 'next' into agpl_nextCodebot
2022-01-12Fix successful related typosXavier Arteaga
2022-01-12Minor changes on UE SA PHYXavier Arteaga
2022-01-12Fix TSAN concurrency issue in nr_phy_testXavier Arteaga
2022-01-12Fix multiple nr_phy_test testsXavier Arteaga
2022-01-12Created dummy radio and moved UE dummy PHY into real UE SA PHYXavier Arteaga
2022-01-12Implement and test initial SFN synchronization for UE standalone modeXavier Arteaga
2022-01-12Added more information in NR PHY SA cell search testXavier Arteaga
2022-01-10NR UE PHY: interfaced fix wideband CQI reporting in nr_phy_testXavier Arteaga
2021-12-19Adding AGPL copyright to new filesCodebot
2021-12-19Merge branch 'next' into agpl_nextCodebot
# Conflicts: # srsue/hdr/phy/ue_lte_phy_base.h # srsue/hdr/phy/ue_nr_phy_base.h
2021-12-03Merge branch 'next' into agpl_nextCodebot
2021-11-30srsue,sa: dummy rrc_nr to initiate dummy cell_select and phy_cfgIsmael Gomez
2021-11-30add missing library to nr_phy_testIsmael Gomez
2021-11-30add missing fileIsmael Gomez
2021-11-30Completed basic sync module with bypass camping. Removed ue_phy_nr and ↵Ismael Gomez
ue_phy_lte base classes
2021-11-30Refactor PHY interfaces to remove difference between SA and NSA PHYIsmael Gomez
2021-11-30Added multi gNb simulation and RFIsmael Gomez
2021-11-29Fix some clang-tidy warningsdvdgrgrtt
2021-11-29Fix typosdvdgrgrtt
2021-11-29Improve nr_phy_test user interfacedvdgrgrtt
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-29Fix nr_phy_test printed metricsdvdgrgrtt
Some tables displayed the min value twice instead of min and max.
2021-11-14Merge branch 'next' into agpl_nextCodebot
# 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-11nr,gnb,rrc: implement NR RRCSetup in RRC and wrote unit testFrancisco
2021-11-07Merge branch 'next' into agpl_nextCodebot
2021-11-05gnb,stack: move gNB components into own folderAndre Puschmann
* move RRC, MAC, NGAP, SDAP into gnb folder * move testing code below respective layers
2021-11-03nr,gnb,mac: implement zero-copy get_dl_sched/get_ul_sched NR scheduler interfaceFrancisco
2021-11-02nr,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-28Merge branch 'next' into agpl_nextCodebot
2021-10-27Fix coverty defects.Fabian Eckermann
2021-10-26Fix ODR issue detected by ASAN in arch for the srsran_verbose global variable.faluco
2021-10-26Fix an ODR issue detected by ASAN in arch, where the global variable ↵faluco
handler_registered was defined multiple times.
2021-10-26Merge branch 'next' into agpl_nextCodebot
2021-10-25nr,sched: push BSRs into the scheduler when nr_phy_test is run with PUSCH ↵Francisco
enabled
2021-10-25Asynchronous 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-21Fix gNb dummy stack process ID selectionXavier Arteaga
2021-10-21Merge branch 'next' into agpl_nextCodebot
# Conflicts: # lib/include/srsran/common/signal_handler.h
2021-10-20Read max turbo decoder iterations from conf.Fabian Eckermann
2021-10-15Removed redundant metric trace and add PUCCH SNR assertionXavier Arteaga
2021-10-15sched,nr: when sched allocates PUSCH, SR doesn't need to be decodedFrancisco