From b3b426369b56ce64527d2fed9bda880a25441931 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 19 May 2014 22:57:21 +0200 Subject: net: PLMN is always 6 bytes Signed-off-by: Paul Kocialkowski --- include/net.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/net.h b/include/net.h index 69ec91f..c70bb2b 100644 --- a/include/net.h +++ b/include/net.h @@ -90,8 +90,7 @@ struct ipc_net_plmn_sel_request_data { struct ipc_net_serving_network_data { unsigned char unknown[3]; - char plmn[5]; - unsigned char type; + char plmn[6]; unsigned short lac; } __attribute__((__packed__)); -- cgit v1.1