Change in libosmo-abis[master]: e1_input.h: Set correct type for input_signal_data->link_type

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Oct 9 10:29:11 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: Iaa33b793f89f2d16c9d949503c5ecc195bbcd2a4
Gerrit-Change-Number: 11207
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181009/36b18fd5/attachment.htm>


More information about the gerrit-log mailing list