F1 NR-DC#254
Conversation
|
CI Build: #588 | Not performing CI due to the absence of one of the following mandatory labels:
|
|
i can't add a label, does not work |
43edf16 to
09ba739
Compare
09ba739 to
3606953
Compare
|
so i can't add a label myslef? |
|
github is a very nice website, me feels i will love work with this |
|
CI Build: #591 | Failed on the following stages: |
|
CI Build: #592 | Failed on the following stages: |
|
i have no idea what's wrong with OAI-CN5G-COTS-UE-Test, sorry I can't do anything to fix |
The cots-ue is disabled currently as Dogmatix is dead. We will replace it soon. |
|
CI Build: #596 | Failed on the following stages: |
|
by the way i can't add "milestone", this wonderful website does not give me a clickable zone in the right "milestone" display stuff to me it's on "review can start" state if i need to configure something to have the clickable something, please tell me i love github |
We have sent an invite to you as a collaborator |
b78637d to
88cde7a
Compare
|
CI Build: #692 | Failed on the following stages: |
|
CI Build: #693 | Failed on the following stages: |
88cde7a to
198bd44
Compare
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Those values exist in both LTE and NR, let's rename to NR_MAX_MEAS_XX and make them known to NR-UE only, they are not used in the gNB. Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
nr_ulsim and nr_dlsim need time_management_core to compile Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
send F1 UE Context Setup Request to DU when getting measurement from UE to transfer DRB 1 (hardcoded for the moment, maybe change in the future) Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
- create the UE - send F1 UE Context Setup Response to the CU Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Plus some modifications here and there. Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Samsung S25 does a PDU session release request when we do "airplane mode",
we have to deal with it (if not: crash of DU).
Code is not clean.
According to 38.331, it's forbidden to have SRB2 without DRB. So when the
UE asks to remove the last DRB present, we should do what? RRRelease?
With S25 in standard SA mode, we remove DRB + RLC entity + forward PDU
session release coming from core network, all of this in one RRC
Reconfiguration. Trying to do the same with NR-DC miserably fails. If I
understand 38.331 correctly, to remove the RLC that lives in the SCG DU
I have to embed an mrdc-SecondaryCellGroupConfig into the RRC Reconfiguration
one. This mrdc-SecondaryCellGroupConfig contains an RRC Reconfiguration
that contains a secondaryCellGroup. This secondaryCellGroup contains
rlc-BearerToReleaseList with the LCID of the RLC entity to remove.
This is to mimic the SA mode. But it fails. So instead, we only send
the core network PDU session release. Then the S25 is happy and follows
with a Deregistration.
But testing with a quectel module (without quectel-CM, only minicom), and
doing:
at+cgact=1,1 (activate a PDU session)
at+cgact=0,1 (release it)
at+cgact=1,1 (activate again)
fails for the second activation. When the quectel module gets the RRC
Reconfiguration that activates the second PDU session, it rejects it and
does RRC Reestablishment. Probably because we did not release the DRB
and the RLC entity in the previous step.
So be it for the time being, act/deact/act is not supported.
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
When the UE sends an SCG Failure Information, we remove the NR-DC setup and put back the SCG DRB to the MCG. Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
add this block (at top, outside of any other block) to the CU
configuration file:
nrdc = {
combinations = (
{ mcg = 77, scg = 261 },
{ mcg = 78, scg = 257 },
)
}
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
All configured NR-DC combinations are searched, the first one that is possible is chosen. A combination is possible if the MCG cell is the one where the UE is connected and the SCG cell exists (a DU using the SCG band is connected to the CU). Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
Signed-off-by: Cedric Roux <cedric.roux@eurecom.fr>
|
CI Build: #801 | Failed on the following stages: |
This is an F1AP-based NR-DC implementation.
Refer to commits for more details.
Anything can be changed according to the reviews, it was done over a long period of time, some code from six months ago may be bad now, some choices may be bad.