All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci
@ 2019-04-27 14:16 Alexander Couzens
  2019-04-27 14:16 ` [PATCH 2/2] network: debug log the network time on update Alexander Couzens
  2019-04-28 15:13 ` [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Couzens @ 2019-04-27 14:16 UTC (permalink / raw)
  To: ofono

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

---
 src/network.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/network.c b/src/network.c
index ae3175d4a7e9..19e7e7824067 100644
--- a/src/network.c
+++ b/src/network.c
@@ -1351,8 +1351,8 @@ void ofono_netreg_status_notify(struct ofono_netreg *netreg, int status,
 	if (netreg == NULL)
 		return;
 
-	DBG("%s status %d tech %d", __ofono_atom_get_path(netreg->atom),
-							status, tech);
+	DBG("%s status %d tech %d lac %d ci %d",
+	    __ofono_atom_get_path(netreg->atom), status, tech, lac, ci);
 
 	if (netreg->status != status) {
 		struct ofono_modem *modem;
-- 
2.21.0


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

* [PATCH 2/2] network: debug log the network time on update
  2019-04-27 14:16 [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Alexander Couzens
@ 2019-04-27 14:16 ` Alexander Couzens
  2019-04-28 15:13 ` [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Denis Kenzior
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Couzens @ 2019-04-27 14:16 UTC (permalink / raw)
  To: ofono

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

---
 src/network.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/network.c b/src/network.c
index 19e7e7824067..2824eae6c35e 100644
--- a/src/network.c
+++ b/src/network.c
@@ -1407,6 +1407,11 @@ void ofono_netreg_time_notify(struct ofono_netreg *netreg,
 	if (info == NULL)
 		return;
 
+	DBG("net time %d-%02d-%02d %02d:%02d:%02d utcoff %d dst %d",
+	    info->year, info->mon, info->mday,
+	    info->hour, info->min, info->sec,
+	    info->utcoff, info->dst);
+
 	__ofono_nettime_info_received(modem, info);
 }
 
-- 
2.21.0


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

* Re: [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci
  2019-04-27 14:16 [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Alexander Couzens
  2019-04-27 14:16 ` [PATCH 2/2] network: debug log the network time on update Alexander Couzens
@ 2019-04-28 15:13 ` Denis Kenzior
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2019-04-28 15:13 UTC (permalink / raw)
  To: ofono

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

Hi Alexander,

On 04/27/2019 09:16 AM, Alexander Couzens wrote:
> ---
>   src/network.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Both applied, thanks.

Regards,
-Denis


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27 14:16 [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Alexander Couzens
2019-04-27 14:16 ` [PATCH 2/2] network: debug log the network time on update Alexander Couzens
2019-04-28 15:13 ` [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci 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.