[MERGED] osmo-msc[master]: a_iface: correct data type for a.conn_id in gsm_subscriber_c...

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
Mon Feb 5 22:20:21 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: a_iface: correct data type for a.conn_id in gsm_subscriber_connection
......................................................................


a_iface: correct data type for a.conn_id in gsm_subscriber_connection

conn_id is modeled as int, but should be uint32_t.

- change conn_id from int to uint32_t

Change-Id: Ibf14d7c9a547c4eeb873975e7dcddef223e7df46
Related: OS#2769
---
M include/osmocom/msc/gsm_data.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 16e83f3..2cddd25 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -212,7 +212,7 @@
 		/* The connection identifier that is used
 		 * to reference the SCCP connection that is
 		 * associated with this subscriber connection */
-		int conn_id;
+		uint32_t conn_id;
 	} a;
 };
 

-- 
To view, visit https://gerrit.osmocom.org/6191
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibf14d7c9a547c4eeb873975e7dcddef223e7df46
Gerrit-PatchSet: 2
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list