bugfix in function channelmod_modify_cmd
In "random_channel.c" there is a typo in the function channelmod_modify_cmd , it should be "int s = sscanf(buff, "%i %ms %ms \n", &cd_id, ¶m, &value);" instead of "int s = sscanf(buff, "%*s %*s %i %ms %ms \n", &cd_id, ¶m, &value);.
Merge request reports
Activity
added bugfix label
OAI RAN-Container-Parent build (3697): Your merge request should have one of the mandatory labels:
- documentation (don't perform any stages)
- BUILD-ONLY (execute only build stages)
- 4G-LTE (perform 4G tests)
- 5G-NR (perform 5G tests)
- CI (perform both 4G and 5G tests)
Not performing CI due to lack of labels
OAI RAN-Container-Parent build (3697): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3697/)
added BUILD-ONLY label
requested review from @schmidtr
changed milestone to %REVIEW_COMPLETED_AND_APPROVED
Review by @schmidtr
- thanks, looks good.
- I triggered the CI for build. If all works, will merge
OAI RAN-Container-Parent build (3698): passed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/3698/)
changed milestone to %OK_TO_BE_MERGED
mentioned in merge request !1906 (merged)
mentioned in commit 214aa505