This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11207
Change subject: e1_input.h: Set correct type for input_signal_data->link_type
......................................................................
e1_input.h: Set correct type for input_signal_data->link_type
link_type field holds values from link->type as set in
e1inp_int_snd_event().
Change-Id: Iaa33b793f89f2d16c9d949503c5ecc195bbcd2a4
---
M include/osmocom/abis/e1_input.h
1 file changed, 1 insertion(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/07/11207/1
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index f9b4850..e6d5154 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -314,7 +314,7 @@
 
 /* XXX */
 struct input_signal_data {
-	int link_type;
+	enum e1inp_sign_type link_type;
 	uint8_t tei;
 	uint8_t sapi;
 	uint8_t ts_nr;
-- 
To view, visit https://gerrit.osmocom.org/11207
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa33b793f89f2d16c9d949503c5ecc195bbcd2a4
Gerrit-Change-Number: 11207
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181003/9ed6c32f/attachment.htm>