diff options
author | Carlo Lobrano <c.lobrano@gmail.com> | 2022-08-10 15:37:16 +0200 |
---|---|---|
committer | Carlo Lobrano <c.lobrano@gmail.com> | 2022-09-29 07:03:37 +0000 |
commit | a55384d7b0053a3db07d5228f7e7fd85d7eeed2e (patch) | |
tree | 5f5ec6dc7199db5374920ed437ef8d3ca45eb138 /cli/mmcli-output.c | |
parent | 99cde83942cdea81b9bf1b72df08e7bffbaf7014 (diff) |
plugins,telit: refactor functions dealing with #BND
Currently functions dealing with #BND request
- mm_telit_parse_bnd_query_response
- mm_telit_parse_bnd_test_response
- mm_telit_build_bnd_request
have all a long list of arguments configuring how to deal with the BND
string.
This commit reworks this list of arguments into a single new structure
"MMTelitBNDParseConfig" with the following advantages
- shorter list of arguments for the above functions
- future changes to this arguments will be transparent for the functions
above that only pass the values
- one single point where the structure is created: a new function
mm_shared_telit_get_bnd_parse_config.
Diffstat (limited to 'cli/mmcli-output.c')
0 files changed, 0 insertions, 0 deletions