aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/msc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 16e83f3bb..2cddd2548 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -212,7 +212,7 @@ struct gsm_subscriber_connection {
/* 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;
};