Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openairinterface5G openairinterface5G
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 69
    • Issues 69
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • oaioai
  • openairinterface5Gopenairinterface5G
  • Merge requests
  • !1903

bugfix in function channelmod_modify_cmd

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adeel Malik requested to merge bugfix_channelmod_modify_cmd into develop Jan 11, 2023
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

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, &param, &value);" instead of "int s = sscanf(buff, "%*s %*s %i %ms %ms \n", &cd_id, &param, &value);.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix_channelmod_modify_cmd