diff options
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index cc2915dd..57952ba5 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -629,6 +629,13 @@ struct stk_device_filter { unsigned int len; }; +/* Defined in TS 102.223 Section 8.65 */ +struct stk_service_search { + unsigned char tech_id; + unsigned char *ser_search; + unsigned int len; +}; + /* * According to 102.223 Section 8.72 the length of text attribute CTLV is 1 * byte. This means that the maximum size is 127 according to the rules |