[PATCH 0/3] uqmi: sync libqmi and add more diagnostic commands

Oskari Lemmelä oskari at lemmela.net
Sun Oct 24 11:07:06 PDT 2021


On 24.10.2021 18.05, Oskari Lemmela wrote:
> First patch updates dynamic code generator to handle newer data from
> libqmi project. After data is synced from libqmi project, more connection
> diagnostic commands are added to uqmi.
> 
> Oskari Lemmela (3):
>   uqmi: update code generator
>   uqmi: sync data from libqmi project
>   uqmi: add more diagnostics commands
> 
>  commands-nas.c            |  663 +++++++++++-
>  commands-nas.h            |   10 +-
>  commands-uim.c            |    8 +-
>  commands-wda.c            |    3 +-
>  commands-wds.c            |   16 +-
>  commands-wds.h            |    2 +-
>  data/gen-code.pl          |   11 +-
>  data/gen-common.pm        |   10 +
>  data/gen-error-list.pl    |    2 +-
>  data/gen-header.pl        |    5 +-
>  data/qmi-service-ctl.json |   40 +-
>  data/qmi-service-dms.json |  533 +++++++---
>  data/qmi-service-nas.json | 1703 +++++++++++++++++++++++++------
>  data/qmi-service-oma.json |   52 +-
>  data/qmi-service-pbm.json |   47 +-
>  data/qmi-service-pds.json |  104 +-
>  data/qmi-service-uim.json |  746 ++++++++++----
>  data/qmi-service-wda.json |  144 ++-
>  data/qmi-service-wds.json | 2039 +++++++++++++++++++++++++++++--------
>  data/qmi-service-wms.json |  218 ++--
>  qmi-enums-dms.h           |  234 ++++-
>  qmi-enums-nas.h           |  856 +++++++++++++++-
>  qmi-enums-pds.h           |   34 +-
>  qmi-enums-private.h       |    3 +
>  qmi-enums-uim.h           |  246 ++++-
>  qmi-enums-wda.h           |   19 +-
>  qmi-enums-wds.h           | 1286 +++++++++++++++++++----
>  qmi-enums-wms.h           |  215 ++--
>  qmi-enums.h               |  228 +++--
>  qmi-errors.h              |  197 ++--
>  qmi-flags64-dms.h         |   28 +-
>  qmi-flags64-nas.h         |   34 +-
>  32 files changed, 7878 insertions(+), 1858 deletions(-)
> 

Second patch was too big for mailing list.

Patches are also available in https://github.com/olemmela/uqmi.git
upstream branch.

Oskari



More information about the openwrt-devel mailing list