Skip to content

Integration: 2026.w24#162

Merged
rorsc merged 38 commits into
developfrom
integration_2026_w24
Jun 12, 2026
Merged

Integration: 2026.w24#162
rorsc merged 38 commits into
developfrom
integration_2026_w24

Conversation

rorsc and others added 4 commits June 9, 2026 08:50
Use the RLC API to fill a transport block for a given LCID with a single
lock-unlock cycle.

This is a (partial) recommit of 4426fb1
which had been reverted later in commit 8ed54d7.

See: 4426fb1 ("RLC data req: Add API to fill multiple RLC PDUs in
    one TB, use at gNB")
Fixes: 8ed54d7 ("Refactor DL scheduler into staged pipeline with
    pluggable function pointers")
Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
…r size 64

Signed-off-by: Francesco Mani <email@francescomani.it>
Assisted-by: Claude:claude-sonnet-4-6
  - Add ci-approval protection for docker/, charts/, openshift/,
    and build_oai and build_helper files
  - Update oai email contact to `oaicicdteam@openairinterface.org`
  - Change GitLab to GitHub in `GET_SOURCES.md`

Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org>
Signed-off-by: Francesco Mani <email@francescomani.it>
Assisted-by: Claude:claude-sonnet-4-6
@rorsc rorsc added 4G-LTE Perform 4G Tests 5G-NR Perform 5G Tests labels Jun 10, 2026
@durantabot

Copy link
Copy Markdown
Collaborator

CI Build: #193 | Failed on the following stages:
The pipeline may have failed due to CI, validation, or scripting error. See the build for more details.

Validation: Error: Following merge commits are found in the source branch history. Please rebase your branch.

8f93a9c

@rorsc

rorsc commented Jun 10, 2026

Copy link
Copy Markdown
Member Author

CI Build: #193 | Failed on the following stages: The pipeline may have failed due to CI, validation, or scripting error. See the build for more details.

Validation: Error: Following merge commits are found in the source branch history. Please rebase your branch.

8f93a9c

@sgarg00 @jfiedlerova Failed because the CI now passes the comimt ID instead of the branch name, so the integration branch is excluded. I pushed a fix in ed8d2c2 in which I try to infer the branch name. Please have a look

@durantabot

Copy link
Copy Markdown
Collaborator

CI Build: #196 | Failed on the following stages:
The pipeline may have failed due to CI, validation, or scripting error. See the build for more details.

Validation: Error: Following merge commits are found in the source branch history. Please rebase your branch.

8f93a9c

@rorsc rorsc force-pushed the integration_2026_w24 branch from ed8d2c2 to 93937fc Compare June 10, 2026 10:14
@durantabot

Copy link
Copy Markdown
Collaborator

CI Build: #197 | Failed on the following stages:
The pipeline may have failed due to CI, validation, or scripting error. See the build for more details.

Validation: Error: Following merge commits are found in the source branch history. Please rebase your branch.

8f93a9c

@rorsc rorsc force-pushed the integration_2026_w24 branch from 93937fc to 9e3101b Compare June 10, 2026 10:23
@rorsc rorsc added the retrigger-ci Re-run CI label Jun 10, 2026
@github-actions github-actions Bot removed the retrigger-ci Re-run CI label Jun 10, 2026
Comment thread ci-scripts/pre-ci-check.sh
rorsc added 3 commits June 10, 2026 14:38
RLC data req: Use API to fill multiple RLC PDUs at gNB (#145)

Use the RLC API to fill a transport block for a given LCID with a single
lock-unlock cycle.

This is a (partial) recommit of 4426fb1 which had been reverted later in
commit 8ed54d7.

Reviewed-by: Jaroslava Fiedlerova <jaroslava.fiedlerova@openairinterface.org>
Reviewed-by: Francesco Mani <email@francescomani.it>
After migration of github, we only use the commit ID for the
pre-ci-check script. This is problematic, because it checks for merges,
excluding the integration branch (expected to have merges), based on the
branch _name_.

In this commit, if a full SHA is detected as the branch "name", use "git
branch --points-at" to get a branch name, then use that to exclude
integration branches (or not).  If no branch name is found, the branch
name "" is used, which will trigger the normal merge check (because ""
does not match the integration branch name).

Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
…on_2026_w24

ci: maintainer approval for additional file changes and update maintainer's contact (#160)

Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
Reviewed-by: Jaroslava Fiedlerova <jaroslava.fiedlerova@openairinterface.org>
@rorsc rorsc force-pushed the integration_2026_w24 branch from 9e3101b to 79171c1 Compare June 10, 2026 12:39
Signed-off-by: Rupanjali <rupanjali.srivastava@openairinterface.org>
Signed-off-by: Rupanjali <rupanjali.srivastava@openairinterface.org>
… both gNB and UE. Disabled ML based LLR due to lareg compute time

Signed-off-by: Rupanjali <rupanjali.srivastava@openairinterface.org>
LaurentThomas and others added 13 commits June 11, 2026 09:59
…l frame parms

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
…l frame parms

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
…lobal frame parms

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
…g context. Also difficult to understand for about no cpu saving

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
…ch as frame_parms

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
…value passing

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
… after

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
@rorsc rorsc requested review from jfiedlerova and sgarg00 June 11, 2026 13:54
rorsc added 4 commits June 11, 2026 16:00
See 38.473.

Closes: #172

Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
…n_2026_w24

CI OCUDU configuration changes (#166)

1. Enable more logs in ocudu gnb.
2. Reduce tx amplitude to prevent clipping in OAI DFT.

Reviewed-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
…integration_2026_w24

fix(fhi72): add observability to the O-DU (#170)

This change adds printout to packet error/timing counters for the O-DU K
release. In F release these counters are either not present or not
implemented properly.

Reviewed-by: Teodora Vladić <teodora.vladic@openairinterface.org>
…n_2026_w24

fix(f1): DRB Information has criticality ignore (#173)

See 38.473: this IE is supposed to be "ignore".

Closes: #172
Reviewed-By: Guido Casati <guido.casati@openairinterface.org>
…ation_2026_w24

Local ssb detection (#171)

PSS/SSS detection in the UE code uses a global structure that describe
the cell parameters it is not logical because we will populate this
information from what we read in the MIB and the SIB1 later it also
blocks us to make a cell scanner in a logical manner, just calling pss
detection function with a set of detection parameters and a buffer of
digital radio

this MR fixes this and simplifies the code.

Reviewed-by: Sakthivel Velumani <s.velumani@northeastern.edu>
@rorsc rorsc force-pushed the integration_2026_w24 branch from 928cc11 to 05a2fdf Compare June 11, 2026 16:09
@luispereira106

Copy link
Copy Markdown
Collaborator

@rorsc @jfiedlerova on my setup, at this point, this integration branch is performing as expected, so, for me, it is OK to be merged.

@rorsc rorsc merged commit f3589d9 into develop Jun 12, 2026
25 of 35 checks passed
@rorsc rorsc deleted the integration_2026_w24 branch June 12, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4G-LTE Perform 4G Tests 5G-NR Perform 5G Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.