aboutsummaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net.h b/include/net.h
index 9fbf698..969c243 100644
--- a/include/net.h
+++ b/include/net.h
@@ -57,9 +57,10 @@
#define IPC_NET_REGISTRATION_STATE_ROAMING 0x06
struct ipc_net_current_plmn {
- char unk;
+ char unk0;
unsigned char slevel;
- char plmn[6];
+ char unk1;
+ unsigned char plmn[5];
unsigned char type; // IPC_NET_SERVICE_TYPE_... ?
unsigned short lac;
} __attribute__((__packed__));