[PATCH] 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/.

dexter gerrit-no-reply at lists.osmocom.org
Tue Jan 30 10:47:18 UTC 2018


Review at  https://gerrit.osmocom.org/6191

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/91/6191/1

diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 27324d7..f50ebd6 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -209,7 +209,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: newchange
Gerrit-Change-Id: Ibf14d7c9a547c4eeb873975e7dcddef223e7df46
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list