Unused Value at packet-gsm_a_rr.c:7865 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_rr_ext_meas_report (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)![]() | ||||||
![]() | ||||||
7855 | dtap_rr_ext_meas_report(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
7856 | { | |||||
7857 | guint32 curr_offset; | |||||
7858 | guint32 consumed; | |||||
7859 | guint curr_len; | |||||
7860 | ||||||
7861 | curr_offset = offset; | |||||
7862 | curr_len = len; | |||||
7863 | ||||||
7864 | /* Extended Measurement Result 10.5.2.45 M V 16 */ | |||||
7865 | ELEM_MAND_V(GSM_A_PDU_TYPE_RR, DE_RR_EXT_MEAS_RESULT);
| |||||
7866 | } | |||||
![]() |