aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net.h3
1 files changed, 1 insertions, 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__));