From a330170e90776dc9c736d6b987323835eae5e1ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 08:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Sync=202026-05-30=2008:42:39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qminfo/Makefile | 2 +- qminfo/src/qminfo.c | 6 +++--- quickfile/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/qminfo/Makefile b/qminfo/Makefile index e2f06958..8edde4c1 100644 --- a/qminfo/Makefile +++ b/qminfo/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qminfo PKG_VERSION=0.0.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 include $(INCLUDE_DIR)/package.mk diff --git a/qminfo/src/qminfo.c b/qminfo/src/qminfo.c index 03660595..5f4802fe 100644 --- a/qminfo/src/qminfo.c +++ b/qminfo/src/qminfo.c @@ -450,7 +450,7 @@ static void emit_results(void) if (info.nr_nsa && !info.dcnr_restricted) json_mode_str = "LTE+NR"; else if (info.nr_sa) - json_mode_str = "5G NR"; + json_mode_str = "5GNR"; else json_mode_str = info.mode[0] ? info.mode : ""; @@ -491,11 +491,11 @@ static void emit_results(void) printf(" \"scc\" : \"%s\",\n", b_scc); printf(" \"bwca\" : \"%u\",\n", info.has_ca ? info.bw_ca_total / 1000 : 0); printf(" \"iccid\" : \"%s\",\n", b_iccid); + printf(" \"imsi\" : \"%s\",\n", b_imsi); if (info.has_pci) printf(" \"pci\" : \"%u\"\n", info.pci); else printf(" \"pci\" : \"\"\n"); - printf(" \"imsi\" : \"%s\"\n", b_imsi); printf("}\n"); } @@ -708,7 +708,7 @@ static void on_lte_ca(QmiClientNas *client, GAsyncResult *res, gpointer ud) if (i > 0) g_strlcat(info.scc_bands, ",", sizeof(info.scc_bands)); snprintf(tmp, sizeof(tmp), "B%u", active_band_to_lte_band(el->lte_band)); g_strlcat(info.scc_bands, tmp, sizeof(info.scc_bands)); - snprintf(tmp, sizeof(tmp), "+%u ", active_band_to_lte_band(el->lte_band)); + snprintf(tmp, sizeof(tmp), "+%u", active_band_to_lte_band(el->lte_band)); g_strlcat(info.scc_bands_json, tmp, sizeof(info.scc_bands_json)); total += bw_index_to_khz((guint8)el->dl_bandwidth); diff --git a/quickfile/Makefile b/quickfile/Makefile index 37cee5db..8b22c2e4 100644 --- a/quickfile/Makefile +++ b/quickfile/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quickfile -PKG_VERSION:=1.0.18 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.19 +PKG_RELEASE:=4 PKG_SOURCE:=quickfile-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://r2.cooluc.com/source