Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • libmbim libmbim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mobile broadband connectivityMobile broadband connectivity
  • libmbimlibmbim
  • Merge requests
  • !164

codegen: structure with variable size is not considered for its size calculation in base station cid

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Somashekhar requested to merge Som_SP/libmbim:base_station_fix into main Oct 17, 2022
  • Overview 9
  • Commits 1
  • Pipelines 8
  • Changes 5

In case of base station info structures containing the string, size of the structure is passed as zero. Only fixed length parameter is considered for size calculation. This is fixed by passing the length of the string in the structure to calculate the size of the structure.

Co-author: Bestha, Lakshminarayana

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