Orange-OpenSource / Orange-OpenSource/ns-O-RAN-flexric
KPM Indication Format Mismatch Causes m_cellMeasurementItems to be Null
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 72
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Description
While working on kpm-indication.cc, we noticed an inconsistency between the indication message format defined in the source file and the header file.
Issue Details
In kpm-indication.cc, Indication Message Format 1 was commented out.
However, in the corresponding header file, the switch statement was always set to use Format 3.
We then implemented the source file logic according to Format 3 (to match the header).
After doing this, the following issue occurred:
values.m_cellMeasurementItems
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the Indication Message Format 3 logic in kpm-indication.cc with the corresponding header-file switch and trace how values.m_cellMeasurementItems is populated. Confirm the expected format from both files and reproduce the null value before determining the change needed to make the source and header consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100