aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 7d5e50277..eec189ac5 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -595,8 +595,8 @@ struct gsm_network {
} rrlp;
/* a hack for On Waves. It must be signed */
- u_int32_t core_country_code;
- u_int32_t core_network_code;
+ int32_t core_country_code;
+ int32_t core_network_code;
};
#define SMS_HDR_SIZE 128