From 8bf64ef07da99cce57142bdb6ce8274f0690ec5e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 2 Oct 2009 17:47:44 -0500 Subject: Add utility to parse 3G get response data Based on ETSI 102.221 --- src/simutil.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/simutil.h') 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); -- cgit v1.2.3