[S] Change in osmo-e1d[master]: Update ice1usb_proto.h

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

Change subject: Update ice1usb_proto.h
..

Update ice1usb_proto.h

Signed-off-by: Sylvain Munaut 
Change-Id: I8e041b3d94723eba9d3d30b9f03815d46dacf995
---
M src/ice1usb_proto.h
1 file changed, 17 insertions(+), 0 deletions(-)

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




diff --git a/src/ice1usb_proto.h b/src/ice1usb_proto.h
index 54b91ab..ee1c307 100644
--- a/src/ice1usb_proto.h
+++ b/src/ice1usb_proto.h
@@ -16,8 +16,14 @@

 /*! returns a bit-mask of optional device capabilities (see enum 
e1usb_dev_capability) */
 #define ICE1USB_DEV_GET_CAPABILITIES   0x01
+
+/*! returns a string describing the firmware version */
 #define ICE1USB_DEV_GET_FW_BUILD   0x02

+/*! performs an I2C register access (read/write depends on direction) */
+#define ICE1USB_DEV_I2C_REG_ACCESS 0x10
+
+
 enum e1usb_dev_capability {
/*! Does this board have a GPS-DO */
ICE1USB_DEV_CAP_GPSDO,
@@ -137,6 +143,7 @@
 #define ICE1USB_ERR_F_ALIGN_ERR0x01
 #define ICE1USB_ERR_F_LOS  0x02
 #define ICE1USB_ERR_F_RAI  0x04
+#define ICE1USB_ERR_F_AIS  0x08

 struct ice1usb_irq_err {
/* 16-bit little-endian counters */

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/36688?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: I8e041b3d94723eba9d3d30b9f03815d46dacf995
Gerrit-Change-Number: 36688
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]: Update ice1usb_proto.h

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/+/36688?usp=email )

Change subject: Update ice1usb_proto.h
..


Patch Set 1: Code-Review+2


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


[S] Change in osmo-e1d[master]: Update ice1usb_proto.h

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/+/36688?usp=email )

Change subject: Update ice1usb_proto.h
..


Patch Set 1: Code-Review+1


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


[S] Change in osmo-e1d[master]: Update ice1usb_proto.h

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


Change subject: Update ice1usb_proto.h
..

Update ice1usb_proto.h

Signed-off-by: Sylvain Munaut 
Change-Id: I8e041b3d94723eba9d3d30b9f03815d46dacf995
---
M src/ice1usb_proto.h
1 file changed, 17 insertions(+), 0 deletions(-)



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

diff --git a/src/ice1usb_proto.h b/src/ice1usb_proto.h
index 54b91ab..ee1c307 100644
--- a/src/ice1usb_proto.h
+++ b/src/ice1usb_proto.h
@@ -16,8 +16,14 @@

 /*! returns a bit-mask of optional device capabilities (see enum 
e1usb_dev_capability) */
 #define ICE1USB_DEV_GET_CAPABILITIES   0x01
+
+/*! returns a string describing the firmware version */
 #define ICE1USB_DEV_GET_FW_BUILD   0x02

+/*! performs an I2C register access (read/write depends on direction) */
+#define ICE1USB_DEV_I2C_REG_ACCESS 0x10
+
+
 enum e1usb_dev_capability {
/*! Does this board have a GPS-DO */
ICE1USB_DEV_CAP_GPSDO,
@@ -137,6 +143,7 @@
 #define ICE1USB_ERR_F_ALIGN_ERR0x01
 #define ICE1USB_ERR_F_LOS  0x02
 #define ICE1USB_ERR_F_RAI  0x04
+#define ICE1USB_ERR_F_AIS  0x08

 struct ice1usb_irq_err {
/* 16-bit little-endian counters */

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