[S] Change in osmo-e1d[master]: iCE1usb: Transmit LOS events to clients

2024-05-06 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email )

Change subject: iCE1usb: Transmit LOS events to clients
..

iCE1usb: Transmit LOS events to clients

Signed-off-by: Sylvain Munaut 
Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
---
M src/usb.c
1 file changed, 17 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified
  jolly: Looks good to me, but someone else must approve




diff --git a/src/usb.c b/src/usb.c
index 3b77b94..e4ba6c0 100644
--- a/src/usb.c
+++ b/src/usb.c
@@ -410,8 +410,14 @@
if ((errcnt->flags & ICE1USB_ERR_F_LOS) != (last->flags & 
ICE1USB_ERR_F_LOS)) {
LOGPLI(line, DE1D, LOGL_ERROR, "Rx Clock %s\n",
errcnt->flags & ICE1USB_ERR_F_LOS ? "LOST" : 
"REGAINED");
-   if (errcnt->flags & ICE1USB_ERR_F_LOS)
+   if (errcnt->flags & ICE1USB_ERR_F_LOS) {
line_ctr_add(line, LINE_CTR_LOS, 1);
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_LOS_ON,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   } else {
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_LOS_OFF,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   }
}

if ((errcnt->flags & ICE1USB_ERR_F_RAI) != (last->flags & 
ICE1USB_ERR_F_RAI)) {

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
Gerrit-Change-Number: 36689
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


[S] Change in osmo-e1d[master]: iCE1usb: Transmit LOS events to clients

2024-05-06 Thread laforge
Attention is currently required from: tnt.

laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email )

Change subject: iCE1usb: Transmit LOS events to clients
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
Gerrit-Change-Number: 36689
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Reviewer: laforge 
Gerrit-Attention: tnt 
Gerrit-Comment-Date: Mon, 06 May 2024 18:43:59 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-e1d[master]: iCE1usb: Transmit LOS events to clients

2024-05-04 Thread jolly
Attention is currently required from: tnt.

jolly has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email )

Change subject: iCE1usb: Transmit LOS events to clients
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
Gerrit-Change-Number: 36689
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Attention: tnt 
Gerrit-Comment-Date: Sat, 04 May 2024 10:12:59 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-e1d[master]: iCE1usb: Transmit LOS events to clients

2024-04-30 Thread tnt
tnt has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email )


Change subject: iCE1usb: Transmit LOS events to clients
..

iCE1usb: Transmit LOS events to clients

Signed-off-by: Sylvain Munaut 
Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
---
M src/usb.c
1 file changed, 17 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/89/36689/1

diff --git a/src/usb.c b/src/usb.c
index 3b77b94..e4ba6c0 100644
--- a/src/usb.c
+++ b/src/usb.c
@@ -410,8 +410,14 @@
if ((errcnt->flags & ICE1USB_ERR_F_LOS) != (last->flags & 
ICE1USB_ERR_F_LOS)) {
LOGPLI(line, DE1D, LOGL_ERROR, "Rx Clock %s\n",
errcnt->flags & ICE1USB_ERR_F_LOS ? "LOST" : 
"REGAINED");
-   if (errcnt->flags & ICE1USB_ERR_F_LOS)
+   if (errcnt->flags & ICE1USB_ERR_F_LOS) {
line_ctr_add(line, LINE_CTR_LOS, 1);
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_LOS_ON,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   } else {
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_LOS_OFF,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   }
}

if ((errcnt->flags & ICE1USB_ERR_F_RAI) != (last->flags & 
ICE1USB_ERR_F_RAI)) {

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36689?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
Gerrit-Change-Number: 36689
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-MessageType: newchange