Francisco Paisana
|
ff7811c822
|
remove unused member variable from sched tester
|
4 years ago |
Francisco Paisana
|
3407ac6741
|
fix ca sched test
|
4 years ago |
Francisco Paisana
|
e8ac98d06f
|
added extra tbs and dci aggregation level checks to sched test suite
|
4 years ago |
Francisco Paisana
|
5467ee9f83
|
moved more tests to ue-dedicated test suite
|
4 years ago |
Francisco Paisana
|
992ea7fd29
|
moved UE-dedicated RA sched test to separate test suite file.
|
4 years ago |
Francisco Paisana
|
d5f6ccc0c4
|
integrated UL UE-dedicated sched tests in random test
|
4 years ago |
Francisco Paisana
|
eb327183d3
|
moved harq tests from scheduler_test_common.cc to separate test suite file. Created a class ue_sim, whose role is to emulate a UE behavior
|
4 years ago |
Francisco Paisana
|
64fca23eb3
|
extended dci content checks of DL and UL grants in the scheduler random tester.
|
4 years ago |
Francisco Paisana
|
88105c1577
|
change the namespace of tti point helper functions for the eNB
|
4 years ago |
Francisco Paisana
|
114932b4c6
|
extended common sched test suite api to multi carrier
|
4 years ago |
Francisco Paisana
|
f24e5aadaf
|
clean common sched output tests
|
4 years ago |
Francisco Paisana
|
d8203acd56
|
implement harq resuming functionality
|
4 years ago |
Francisco Paisana
|
510959b50f
|
update nr asn1 files, and asn1 tests
|
4 years ago |
Francisco Paisana
|
42cdc5e340
|
Allocate all the leftover bytes of the TBS to last allocated MAC SDU.
Fix the way the RLC header is accounted for depending on the bearer id.
For instance, the SRB0 does not require any RLC header.
|
4 years ago |
Francisco Paisana
|
78e580a89f
|
fix rrc_mobility_test failure due to access to uninit variable
|
4 years ago |
Francisco Paisana
|
f1bdf33d10
|
addition of cells provided in cell_meas_list of rr.conf to cellsToAddModList in the rrc reconfiguration message
|
4 years ago |
Francisco Paisana
|
c5c7700cb7
|
implemented DL logical channel prioritization test for finite PBRs
|
4 years ago |
Francisco Paisana
|
2d3681699a
|
added test for DL sched logical channel prioritization. At the moment only PBR=infinity is tested
|
4 years ago |
Francisco Paisana
|
c46402c836
|
fix phy configuration during handover on srsenb. The function srsenb::rrc::ue::fill_scell_to_addmod_list assumes that the phy_cfg of the PCell is up-to-date, which was not the case. With this PR, the srsenb rrc updates the phy_cfg before the ho cmd is sent, but, in the case of intra-enb ho, the updates are not submitted to the phy before the reception of the crnti mac ce
|
4 years ago |
faluco
|
d53f69bf0a
|
- Initialize the log backend, otherwise no log entries are generated.
|
4 years ago |
Francisco Paisana
|
688dda30a4
|
favour carriers with best channel conditions for UL grants due to SRs
|
4 years ago |
Francisco Paisana
|
137e554eb3
|
reestablish pdcp bearers is required in case of AM bearers
|
4 years ago |
Francisco Paisana
|
da70c0fdaf
|
fix cellsToAddModList handling. Now the eNB always adds PCell+SCells as measObjects in the RRC Reconfiguration messages. It may also further include cellsToAddModList if they are provided in the rr.conf file
|
4 years ago |
Francisco Paisana
|
141960fbda
|
remove unnecessary shared_ptrs and use value semantics instead for the var_meas_cfg of the different enb cells
|
4 years ago |
Francisco Paisana
|
098172c911
|
fix cellIndex assignment in srsENB to not necessarily copy cell ID
|
4 years ago |
Ismael Gomez
|
e2154d2213
|
Renamed constants to SRSLTE and use SRSLTE_CFI macros
|
4 years ago |
Francisco Paisana
|
cbac98c89e
|
fix ack delay checks in scheduler tests
|
4 years ago |
Xavier Arteaga
|
080543815f
|
Solved compilation warnings and enb_phy_test stop
|
4 years ago |
Ismael Gomez
|
a4835dd2c8
|
More accurate MCS reduction when PUSCH carries UCI (#1630)
|
4 years ago |
Francisco Paisana
|
b47f8e6c1a
|
increased rrc inactivity timer to avoid unnecessary pagings while
setting up an initial enb-ue iperf connection
|
4 years ago |
Francisco Paisana
|
bb5dd92dca
|
implemented s1 handover cancellation procedure to force the target enb to release the ue ctxt
|
4 years ago |
Francisco Paisana
|
8c9e596f89
|
refactored s1ap handover request interface. cleaned up rrc tenb s1 handover code
|
4 years ago |
Francisco Paisana
|
2d55691173
|
extended rrc mobility test to check security configuration of pdcp bearers
|
4 years ago |
Francisco Paisana
|
5d1343fe75
|
implemented S1 bearer status transfer
|
4 years ago |
Francisco Paisana
|
db8af399f8
|
extended rrc tenb s1 handover test. implemented layer reconfig during s1 handover
|
4 years ago |
Francisco Paisana
|
7605c7df23
|
added s1ap handover notification, fixed s1ap asn1 bug, and fixed bad fields for admitted erabs in ho req ack
|
4 years ago |
Francisco Paisana
|
8b174ce2f4
|
changed interval interface to disallow interval::stop < interval::start via an assertion
|
4 years ago |
Francisco Paisana
|
c1755727d7
|
changed interval method names, and added comments and assertions
|
4 years ago |
Francisco Paisana
|
20b69fb22e
|
substitution of ul_alloc_t for prb_interval
|
4 years ago |
Francisco Paisana
|
26f46ea067
|
add S1 Handover Request handling in target eNB
|
4 years ago |
Ismael Gomez
|
382811e10e
|
Update S1AP RNTI context when doing Reestablishment (#1582)
|
4 years ago |
faluco
|
072e84cec8
|
- Simplified the usage of span now with implicit constructors as it should be.
- Added overload for generic containers that have size and data members like vector.
- Removed unnecessary uses of make_span.
|
4 years ago |
faluco
|
eb4b2d4e43
|
- Added a clarification comment on why to use make_span.
- Moved byte_buffer utilities to common.h thus breaking the dependency of ADT to COMMON.
- Fixed compilation failures in tests.
|
4 years ago |
Francisco Paisana
|
76a62909c1
|
use of span type for universal array views
|
4 years ago |
faluco
|
cfd3f51931
|
Import of srslog into srsepc and srsenb. (#1574)
* - Import of srslog into srsepc and srsenb.
* - Removed logger_file and logger_stdout files.
|
4 years ago |
Xavier Arteaga
|
0192130742
|
SRSUE/SRSENB: UCI bits are carrier by the lowest serving cell index
SRSENB: Fix UCI in lowest serving cell index PUSCH transmission
|
4 years ago |
Francisco Paisana
|
5e06430455
|
removal of stack handler interface
|
4 years ago |
Francisco Paisana
|
fe8f8be62d
|
apply separate cqi configurations to scells
|
4 years ago |
Francisco Paisana
|
504e3a1b7a
|
fix max retx configuration in scheduler and updated tester to catch the error
|
4 years ago |
Francisco Paisana
|
84f34bc736
|
changed to a label filtering approach for ctest
|
4 years ago |