aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 4e1977e38..c34d4af10 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -593,6 +593,9 @@ struct gsm_network {
struct {
enum rrlp_mode mode;
} rrlp;
+
+ /* a hack for On Waves. It must be signed */
+ u_int32_t core_network_code;
};
#define SMS_HDR_SIZE 128