Unused Value at packet-gsm_a_bssmap.c:1411 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
be_lsa_id (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_bssmap.c)![]() | ||||||
![]() | ||||||
1398 | be_lsa_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_) | |||||
1399 | { | |||||
1400 | guint32 curr_offset; | |||||
1401 | ||||||
1402 | curr_offset = offset; | |||||
1403 | ||||||
1404 | /* TS 23.003: | |||||
1405 | * The LSA ID consists of 24 bits, numbered from 0 to 23, with bit 0 being the LSB. | |||||
1406 | * Bit 0 indicates whether the LSA is a PLMN significant number or a universal LSA. | |||||
1407 | * If the bit is set to 0 the LSA is a PLMN significant number; if it is set to | |||||
1408 | * 1 it is a universal LSA. | |||||
1409 | */ | |||||
1410 | proto_tree_add_item(tree, hf_gsm_a_bssmap_lsa_id, tvb, curr_offset, 3, FALSE); | |||||
1411 | curr_offset+=3;
| |||||
1412 | ||||||
1413 | ||||||
1414 | return(len); | |||||
1415 | } | |||||
![]() |