Unused Value at packet-gsm_a_rr.c:7351 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_rr_meas_rep (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)![]() | ||||||
![]() | ||||||
7341 | dtap_rr_meas_rep(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
7342 | { | |||||
7343 | guint32 curr_offset; | |||||
7344 | guint32 consumed; | |||||
7345 | guint curr_len; | |||||
7346 | ||||||
7347 | curr_offset = offset; | |||||
7348 | curr_len = len; | |||||
7349 | ||||||
7350 | /* Measurement Results 10.5.2.20 M V 16 */ | |||||
7351 | ELEM_MAND_V(GSM_A_PDU_TYPE_RR, DE_RR_MEAS_RES);
| |||||
7352 | } | |||||
![]() |