diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-23 18:20:02 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-23 18:20:02 +0800 |
commit | 06f795c56f7c839f5e410b5909ad3618ea96c205 (patch) | |
tree | 743ceaaa74065ec466775c859a7bb189f658b607 /include/osmocore | |
parent | dd02a4723498d17cfca1d05a068cf434b17bbafa (diff) |
gsm0808: Import unaligned mem access fix from on-waves/bsc-master
Diffstat (limited to 'include/osmocore')
-rw-r--r-- | include/osmocore/gsm0808.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/gsm0808.h b/include/osmocore/gsm0808.h index 9166e54f..82f17cad 100644 --- a/include/osmocore/gsm0808.h +++ b/include/osmocore/gsm0808.h @@ -24,7 +24,7 @@ struct msgb; -struct msgb *gsm0808_create_layer3(struct msgb *msg, uint16_t netcode, uint16_t countrycode, int lac, int ci); +struct msgb *gsm0808_create_layer3(struct msgb *msg, uint16_t netcode, uint16_t countrycode, int lac, uint16_t ci); struct msgb *gsm0808_create_reset(void); struct msgb *gsm0808_create_clear_complete(void); struct msgb *gsm0808_create_cipher_complete(struct msgb *layer3, uint8_t alg_id); |