remove duplicate code for metric versions
Open
@defaziogiancarlo is already working on this.
Since Apr 4, 2022.
- Dominant language
- C
- Stars
- 77
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
There are functions that differ by only a metric version number. These duplicated (or triplicated or more) functions could be a single function. The metric version would have to get passed as an argument more than it currently is.
A good example is `lmt_mdt_decode_v2_mdtinfo` and `lmt_mdt_decode_v3_mdtinfo`.
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.
Assessment
This issue has not been assessed yet.