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

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

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

iCE1usb: Transmit AIS events to clients

Signed-off-by: Sylvain Munaut 
Change-Id: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
---
M src/usb.c
1 file changed, 22 insertions(+), 0 deletions(-)

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




diff --git a/src/usb.c b/src/usb.c
index e4ba6c0..bb1a294 100644
--- a/src/usb.c
+++ b/src/usb.c
@@ -420,6 +420,18 @@
}
}

+   if ((errcnt->flags & ICE1USB_ERR_F_AIS) != (last->flags & 
ICE1USB_ERR_F_AIS)) {
+   LOGPLI(line, DE1D, LOGL_ERROR, "AIS (BLUE) %s\n",
+   errcnt->flags & ICE1USB_ERR_F_AIS ? "PRESENT" : 
"ABSENT");
+   if (errcnt->flags & ICE1USB_ERR_F_AIS) {
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_AIS_ON,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   } else {
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_AIS_OFF,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   }
+   }
+
if ((errcnt->flags & ICE1USB_ERR_F_RAI) != (last->flags & 
ICE1USB_ERR_F_RAI)) {
LOGPLI(line, DE1D, LOGL_ERROR, "Remote Alarm (YELLOW) %s\n",
errcnt->flags & ICE1USB_ERR_F_RAI ? "PRESENT" : 
"ABSENT");

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36690?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: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
Gerrit-Change-Number: 36690
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 AIS 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/+/36690?usp=email )

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


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36690?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: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
Gerrit-Change-Number: 36690
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:44:08 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-e1d[master]: iCE1usb: Transmit AIS 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/+/36690?usp=email )

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


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36690?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: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
Gerrit-Change-Number: 36690
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Attention: tnt 
Gerrit-Comment-Date: Sat, 04 May 2024 10:15:01 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

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


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

iCE1usb: Transmit AIS events to clients

Signed-off-by: Sylvain Munaut 
Change-Id: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
---
M src/usb.c
1 file changed, 22 insertions(+), 0 deletions(-)



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

diff --git a/src/usb.c b/src/usb.c
index e4ba6c0..bb1a294 100644
--- a/src/usb.c
+++ b/src/usb.c
@@ -420,6 +420,18 @@
}
}

+   if ((errcnt->flags & ICE1USB_ERR_F_AIS) != (last->flags & 
ICE1USB_ERR_F_AIS)) {
+   LOGPLI(line, DE1D, LOGL_ERROR, "AIS (BLUE) %s\n",
+   errcnt->flags & ICE1USB_ERR_F_AIS ? "PRESENT" : 
"ABSENT");
+   if (errcnt->flags & ICE1USB_ERR_F_AIS) {
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_AIS_ON,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   } else {
+   osmo_e1dp_server_event(line->intf->e1d->srv, 
E1DP_EVT_AIS_OFF,
+  line->intf->id, line->id, 0, 
NULL, 0);
+   }
+   }
+
if ((errcnt->flags & ICE1USB_ERR_F_RAI) != (last->flags & 
ICE1USB_ERR_F_RAI)) {
LOGPLI(line, DE1D, LOGL_ERROR, "Remote Alarm (YELLOW) %s\n",
errcnt->flags & ICE1USB_ERR_F_RAI ? "PRESENT" : 
"ABSENT");

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36690?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: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
Gerrit-Change-Number: 36690
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-MessageType: newchange