All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gprs: netreg_status_changed: output the status as human readable string
@ 2019-04-28 11:28 Alexander Couzens
  2019-04-28 11:28 ` [PATCH 2/2] qmi: netmon: fix crashs on get_rssi_cb when BER or RSSI are empty Alexander Couzens
  2019-04-28 15:14 ` [PATCH 1/2] gprs: netreg_status_changed: output the status as human readable string Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Couzens @ 2019-04-28 11:28 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

---
 src/gprs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gprs.c b/src/gprs.c
index 148cbc979dfb..5f66cad591c1 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -1700,7 +1700,7 @@ static void netreg_status_changed(int status, int lac, int ci, int tech,
 {
 	struct ofono_gprs *gprs = data;
 
-	DBG("%d", status);
+	DBG("%d (%s)", status, registration_status_to_string(status));
 
 	gprs->netreg_status = status;
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-28 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-28 11:28 [PATCH 1/2] gprs: netreg_status_changed: output the status as human readable string Alexander Couzens
2019-04-28 11:28 ` [PATCH 2/2] qmi: netmon: fix crashs on get_rssi_cb when BER or RSSI are empty Alexander Couzens
2019-04-28 15:14 ` [PATCH 1/2] gprs: netreg_status_changed: output the status as human readable string Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.