From 06f795c56f7c839f5e410b5909ad3618ea96c205 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 23 Jul 2010 18:20:02 +0800 Subject: gsm0808: Import unaligned mem access fix from on-waves/bsc-master --- include/osmocore/gsm0808.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocore') 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); -- cgit v1.2.3