Francisco
|
3d80ff4831
|
fix activation of PDCCH for adaptive retxs.
|
4 years ago |
Francisco
|
fc81a5c6ba
|
harq ack state can now only be NACK or ACK. The ul_harq pending phich flag is now reset after phich scheduling. Thus, the existence of a crc_info(...) signal from the PHY is not required.
|
4 years ago |
Francisco
|
66712023bb
|
remove unneeded includes of full rrc asn1 lib
|
4 years ago |
Francisco
|
bb96625129
|
renaming lch_manager -> lch_ue_manager
|
4 years ago |
Francisco
|
a348508072
|
simplified sched_ue pending DL bytes calculation API
|
4 years ago |
Francisco
|
eae0dc93ad
|
rename scheduler files. scheduler -> sched
|
4 years ago |
Francisco
|
68eda336bd
|
remove ENB_METRICS_MAX_USERS compile time macro and use run-time variable to set maximum number of UEs the srseNB can have connected at a given instant.
|
4 years ago |
Francisco
|
324cb80cac
|
rename cell_info_common->enb_cell_common and cell_ctxt_dedicated->ue_cell_ded
|
4 years ago |
yagoda
|
bdc1964335
|
consolidating RRC eMBMS configuration into single function, setting some parameters to const
|
4 years ago |
yagoda
|
b90574975b
|
refactoring asn1 eMBMS code, removing asn1 from PHY and MAC in eNodeB
|
4 years ago |
Francisco
|
92c1c2a182
|
more efficient measObjToAddModList reconfiguration by ensuring consistency in EARFCN ordering
|
4 years ago |
Francisco
|
e88ba6dfc8
|
move rrc measconfig handling functions to separate file. Update measconfig tests
|
4 years ago |
Francisco
|
25bfb6d84d
|
move rrc measconfig handling functions to separate file. Update measconfig tests
|
4 years ago |
Francisco
|
1cb65f07f1
|
enable meas gaps in RRC and enb parser
|
4 years ago |
Francisco Paisana
|
9ff0a9b254
|
fix random array index picker
|
4 years ago |
Francisco Paisana
|
49a48c0130
|
add measgap awareness to scheduler metric and sf_sched. Add measGap test to random sched test suite.
|
4 years ago |
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 |