Codebot
|
8c3332f894
|
Merge branch 'next' into agpl_next
# Conflicts:
# srsenb/hdr/stack/upper/pdcp_nr.h
# srsenb/hdr/stack/upper/rlc_nr.h
# srsenb/src/stack/upper/pdcp_nr.cc
# srsenb/src/stack/upper/rlc_nr.cc
|
3 years ago |
Codebot
|
ecd0580b9e
|
Merge branch 'next' into agpl_next
|
3 years ago |
Andre Puschmann
|
88212ed3e0
|
fix NR sched configuration of UE generated in RRC
|
3 years ago |
Francisco Paisana
|
a952f0f62d
|
sched,nr: expose sched nr UE bearer configuration in sched interface
|
3 years ago |
Francisco Paisana
|
70fe48a5ab
|
sched,nr: change NR sched configuration api
|
3 years ago |
Xavier Arteaga
|
0324806d6c
|
Packed NR TDD config in duplex configuration and created test case for FDD
|
3 years ago |
Xavier Arteaga
|
53bf29a540
|
Add nr label to MAC NR tests
|
3 years ago |
Codebot
|
b87b760326
|
Merge branch 'next' into agpl_next
|
3 years ago |
Andre Puschmann
|
88878e07c6
|
sched_nr_test: enable auto-refill for failing NR sched tests
|
3 years ago |
Codebot
|
71098315ca
|
Adding AGPL copyright to new files
|
3 years ago |
Codebot
|
de59c88954
|
Merge branch 'next' into agpl_next
# Conflicts:
# srsue/hdr/stack/bearer_manager.h
# srsue/src/stack/bearer_manager.cc
|
3 years ago |
Francisco Paisana
|
510a87e4b2
|
sched,nr: added logic to update UE DL and UL buffer status
|
3 years ago |
Francisco Paisana
|
2fb2598f8c
|
sched,nr: avoid extra copy of DL result and other small fixes
|
3 years ago |
Francisco Paisana
|
04e5c81edf
|
sched,nr: nr_phy_test now uses the whole mac class rather than just the scheduler
|
3 years ago |
Francisco Paisana
|
05a5f4115f
|
sched,nr: extended sched nr DL output to account for RAR content and assist with RAR encoding in the mac_nr class
|
3 years ago |
Francisco Paisana
|
b486d2a1b5
|
sched,nr: implement prb grant fmt formatting
|
3 years ago |
Francisco Paisana
|
8686a17f69
|
sched,nr: fill remaining DCI fields of RAR in NR scheduler
|
3 years ago |
Francisco Paisana
|
da4b7e4f80
|
sched,nr: fix sched RAR NR test; update test assert macros
|
3 years ago |
Francisco Paisana
|
8f00c9363c
|
sched,nr: change ra nr sched and bwp allocator interfaces
|
3 years ago |
Francisco Paisana
|
3d810bc88a
|
sched,nr: fix RAR DCI values and extended RAR test
|
3 years ago |
Francisco Paisana
|
2b114cb7b9
|
sched,nr: create simple NR scheduler RAR test
|
3 years ago |
Codebot
|
83f103fe4b
|
Merge branch 'next' into agpl_next
|
3 years ago |
Francisco Paisana
|
24cbf1a0c1
|
sched,nr: fix msg3 retransmissions and add it to the sched nr random test.
|
3 years ago |
Francisco Paisana
|
eecfee365b
|
sched,nr: fix softbuffer dimensioning for NR scheduler. Renamed sched_nr_rb_grid file
|
3 years ago |
Codebot
|
635d0bc6e9
|
Merge branch 'next' into agpl_next
|
3 years ago |
Xavier Arteaga
|
b728367149
|
Fix Scheduler NR cell config generator for variable number of PRB
|
3 years ago |
Xavier Arteaga
|
4bc7df45c6
|
Added R.PDSCH.2-1.1 TDD reference for NZP-CSI-RS testing
|
3 years ago |
Francisco Paisana
|
12e33483e1
|
sched,nr: add slot_point to sched nr
|
3 years ago |
Codebot
|
2dd440bb76
|
Adding AGPL copyright to new files
|
3 years ago |
Codebot
|
a8ef3ba6b2
|
Merge branch 'next' into agpl_next
# Conflicts:
# srsenb/test/common/dummy_nr_classes.h
|
3 years ago |
Francisco Paisana
|
592d9332ba
|
sched,nr: add logic for allocation of RAR and Msg3 grants
|
3 years ago |
Francisco Paisana
|
660b66dbe3
|
sched,nr: add option to run phy nr test with real NR scheduler
|
3 years ago |
Codebot
|
3a5ee8d41a
|
Adding AGPL copyright to new files
|
3 years ago |
Codebot
|
ccf8cfb65f
|
Merge branch 'next' into agpl_next
# Conflicts:
# lib/include/srsran/common/basic_pnf.h
# lib/include/srsran/common/basic_vnf.h
# lib/include/srsran/common/basic_vnf_api.h
# lib/src/common/basic_vnf.cc
# lib/test/common/pnf_bridge.cc
# lib/test/common/pnf_dummy.cc
# srsenb/hdr/phy/vnf_phy_nr.h
# srsenb/hdr/stack/mac/nr/sched_nr_common.h
# srsenb/hdr/stack/mac/nr/sched_nr_phy_helpers.h
# srsenb/src/phy/vnf_phy_nr.cc
# srsenb/src/stack/mac/nr/sched_nr_common.cc
# srsenb/src/stack/mac/nr/sched_nr_phy_helpers.cc
# srsue/hdr/phy/vnf_phy_nr.h
# srsue/src/phy/vnf_phy_nr.cc
|
3 years ago |
Francisco Paisana
|
e6683b7387
|
sched,nr: simplify scheduler threading architecture to reflect the new cc-based parallelism model
|
4 years ago |
Francisco Paisana
|
09c7000201
|
sched,nr: update nr scheduler to use new mac nr interface types
|
4 years ago |
Francisco Paisana
|
8a34a3c41a
|
sched,nr: fix compilation issues in centos7 and removed unused variables
|
4 years ago |
Francisco Paisana
|
d9336bcd9e
|
sched,nr: creation of pool of softbuffers for NR. Now the sched NR harq manages the lifetime of the softbuffer and its forwarding to the PHY
|
4 years ago |
Francisco Paisana
|
1535e6b205
|
sched,nr: extend sched nr testing suite. restrict paralllelization for correct DAI generation
|
4 years ago |
Francisco Paisana
|
323703c2f3
|
sched,nr: measure latency of sched nr in test
|
4 years ago |
Francisco Paisana
|
d63ea00a5d
|
sched,nr: use PRBs instead of RBGs as the basic unit for PRB grants in the NR scheduler
|
4 years ago |
Francisco Paisana
|
b81cbd1334
|
sched,nr: redesign the order available search spaces/coresets are found in the scheduler
|
4 years ago |
Francisco Paisana
|
dd3c9b4d7e
|
sched,nr: utilization of common bwp params structure across multiple sched objects
|
4 years ago |
Francisco Paisana
|
4f0b954cde
|
sched,nr: changed scheduler nr api to not require slot_indication function
|
4 years ago |
Francisco Paisana
|
23afc66a86
|
sched,nr: implementation of PUCCH HARQ allocation in NR
|
4 years ago |
Francisco Paisana
|
bcc374c2cd
|
implement TDD DL vs UL slot activation
|
4 years ago |
Francisco Paisana
|
f87f898641
|
sched,nr: extend coreset pdcch allocation to UL
|
4 years ago |
Codebot
|
516951c41c
|
Merge branch 'next' into agpl_next
# Conflicts:
# lib/include/srsran/interfaces/rrc_nr_interface_types.h
# lib/include/srsran/phy/enb/enb_dl_nr.h
# test/phy/nr_dl_flood.cc
|
4 years ago |
Codebot
|
58ca99d22a
|
Adding AGPL copyright to new files
|
4 years ago |
David Rupprecht
|
f90e359208
|
Moved cp to test common
|
4 years ago |