Draft: Stability improvements for O-RAN FH 7.2
- library:
- ignore if packets don't have payload instead of asserting => the gNB will show zero counters
- do not hard code FFT size and numerology (important for FR2)
- implement #732
- update documentation:
- describe counters
- update NUMA spelling
- reorganize configuration section (DPDK before gNB config because DPDK devices referenced in gnB config)
- explain layer mapping
- patch: update to not ignore user's
$(PKG_CONFIG_PATH)
, disable telemetry -> bumps version, need to recompile xran lib to force same version among users - gNB
- don't assert if PUCCH mismatches in frame/slot or activity to improve stability
- print diagnostics if SIB1 too big for TBS
@jfiedler we should test this also rebuilding the xran lib as per the instructions (the expected outcome being that everything works as before)
Merge request reports
Activity
changed milestone to %REVIEW_CAN_START
added documentation label
requested review from @arora
assigned to @jfiedler
OAI RAN-Container-Parent build (7590): passed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/7590/)
- Resolved by Sagar Arora
- Resolved by Robert Schmidt
OAI RAN-Container-Parent build (7591): passed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/7591/)
changed milestone to %REVIEW_COMPLETED_AND_APPROVED
changed milestone to %REVIEW_IN_PROGRESS
@schmidtr I would like to test it before you merge.
added 5 commits
Toggle commit listOAI RAN-Container-Parent build (7592): passed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/7592/)
Todo
- explain layer mapping
- put DPDK config before RU/gNB config because the gNB config references DPDK devices created in the DPDK config step
- add commit Raymond to improve handling of FFT size and FR2 config
- add #732
- fix for PUCCH assert
Edited by Robert Schmidtmentioned in issue #732
mentioned in merge request !2564 (merged)
added 5G-NR label and removed documentation label