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 |
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 |
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 |
Francisco Paisana
|
1899c468d3
|
updated rrc mobility test
|
4 years ago |
Francisco Paisana
|
857c4de420
|
extended handover test to check for correct SR/CQI resource setup
|
4 years ago |
Francisco Paisana
|
e8aff22e1b
|
using new rrc obj id util methods in handover code
|
5 years ago |
Francisco Paisana
|
f43985b6cd
|
small updates for testing handover and configuring the rrc
|
5 years ago |
Francisco Paisana
|
1ac91f2f93
|
updated erab_setup_test
|
5 years ago |
Francisco Paisana
|
0526ae8ab1
|
updated rrc mobility parsing. added some utility methods
|
5 years ago |
Andre Puschmann
|
dff00c77c0
|
srsenb: fix mobility test after adding UE cap enquiry
|
5 years ago |
Xavier Arteaga
|
e832769ae6
|
Updated copyright
|
5 years ago |
Francisco Paisana
|
c8cd12ac53
|
updated the test logging utils
|
5 years ago |
Francisco Paisana
|
5ae3afd2b8
|
created cbit_ref for unpacking const buffers
|
5 years ago |
Francisco Paisana
|
ee24b59924
|
converted s1ap to new s1ap asn1 lib. Cleaned up bitstring packing/unpacking and bitstring types
|
5 years ago |
Andre Puschmann
|
7e294f7325
|
move common helper for eNB tests into own header file and split mobility and erab tests
|
5 years ago |