diff options
Diffstat (limited to 'src/simutil.h')
-rw-r--r-- | src/simutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/simutil.h b/src/simutil.h index 805ead03..843490fa 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -107,6 +107,11 @@ void sim_adn_build(unsigned char *data, int length, struct sim_ef_info *sim_ef_db_lookup(unsigned short efid); +gboolean sim_parse_3G_get_response(unsigned char *data, int len, + int *file_len, int *record_len, + int *structure, unsigned char *access, + unsigned short *efid); + gboolean sim_parse_2G_get_response(unsigned char *response, int len, int *file_len, int *record_len, int *structure, unsigned char *access); |