Use F1AP to transfer SRB1 messages in monolithic mode
Use F1AP to transfer SRB1 messages in monolithic mode
This is the second MR (of multiple MRs) for the implementation of RRCReestablishment procedures
Merge request reports
Activity
changed milestone to %REVIEW_CAN_START
added 5G-NR label
assigned to @Cedric.Roux
OAI RAN-CI-develop build (4908): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4908/)
- Resolved by Cédric Roux
changed milestone to %REVIEW_IN_PROGRESS
changed milestone to %REVIEW_COMPLETED_AND_APPROVED
added 1 commit
- 83da5359 - Use F1AP to transfer SRB1 messages in monolithic mode
@Cedric.Roux I added the RNTIs also for SRB0 because when we have more than 1 UE that information is important. And by the way, thanks for the review.
requested review from @Cedric.Roux
OAI RAN-Container-Parent build (3501): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3501/)
OAI RAN-CI-develop build (4909): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4909/)
OAI RAN-CI-develop build (4910): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4910/)
OAI RAN-Container-Parent build (3502): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3502/)
OAI RAN-Container-Parent build (3503): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3503/)
- Resolved by Cédric Roux
added 1 commit
- 4cbd7546 - Use F1AP to transfer SRB1 messages in monolithic mode
changed milestone to %REVIEW_CAN_START
added NSA label
unassigned @Cedric.Roux
- Resolved by Cédric Roux
OAI RAN-CI-develop build (4913): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4913/)
OAI RAN-Container-Parent build (3506): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3506/)
added 61 commits
-
4cbd7546...a97dfedb - 60 commits from branch
develop
- adb00e22 - Use F1AP to transfer SRB1 messages in monolithic mode
-
4cbd7546...a97dfedb - 60 commits from branch
@Cedric.Roux after a deeper check on the F1AP standard, I want to propose to keep this MR as it is now, basically just to move the RLC procedures for SRB1 to the DU when in monolithic mode. Later I will add and handle the UE Context Management messages in other MRs Let me know your opinion on this.
OAI RAN-CI-develop build (4921): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4921/)
- Resolved by Robert Schmidt
OAI RAN-Container-Parent build (3514): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3514/)
added 1 commit
- 7c3b0030 - Use F1AP to transfer SRB1 messages in monolithic mode
OAI RAN-CI-develop build (4928): passed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4928/)
OAI RAN-Container-Parent build (3521): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3521/)
removed NSA label
- Resolved by Robert Schmidt
- Resolved by Robert Schmidt
just for my own understanding: SRB1 goes through PDCP, so in here we simply send the message through F1 by reusing the existing DL RRC message transfer handler?
Otherwise looks ok for me, I let Cedric review and we can merge this week if he is ok.