mirror of https://gerrit.osmocom.org/libosmocore
gsm 04.80: fix typo (256, not 265!)
This was introduced by me in commit
79599ba0eb
Thanks to Alexander Huemer for detecting it
jolly/7bit_ussd
parent
39b44bbca7
commit
e0aa5bb9f7
|
@ -236,11 +236,11 @@ struct tlv_def {
|
|||
};
|
||||
|
||||
struct tlv_definition {
|
||||
struct tlv_def def[265];
|
||||
struct tlv_def def[256];
|
||||
};
|
||||
|
||||
struct tlv_parsed {
|
||||
struct tlv_p_entry lv[265];
|
||||
struct tlv_p_entry lv[256];
|
||||
};
|
||||
|
||||
extern struct tlv_definition tvlv_att_def;
|
||||
|
|
Loading…
Reference in New Issue