Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_bsslap.c:693

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_gsm_bsslap_ta_layer3

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_bsslap.c)expand/collapse
Show more  
 677  dissect_gsm_bsslap_ta_layer3(tvbuff_t *tvb, proto_tree *tree, int offset)
 678  {
 679          guint32 curr_offset;
 680          guint32 consumed;
 681          guint   curr_len;
 682   
 683          curr_offset = offset;
 684          curr_len = tvb_length_remaining(tvb,offset);
 685   
 686          /* Timing Advance IE / 5.2 M TV 2 */
 687          ELEM_MAND_TV(BSSLAP_PARAM_TIMING_ADVANCE, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_TA, "");
 688          /* Measurement Report IE / 5.12 O TLV 18 */
 689          ELEM_OPT_TLV(BSSLAP_PARAM_MEASUREMENT_REPORT, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_MEAS_REP, " BSSLAP");
 690          /* Enhanced Measurement Report IE / 5.18 O TLV 4-n */
 691          ELEM_OPT_TLV(BSSLAP_PARAM_ENHANCED_MEASUREMENT_REPORT, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_ENH_MEAS_REP, "");
 692          /*Cell Identity List IE / 5.17 O TLV 6-n */
 693          ELEM_OPT_TLV(BSSLAP_PARAM_CELL_IDENTITY_LIST, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_CELL_ID_LIST, "-Measured Cell");
 694          return;
 695  }
Show more  




Change Warning 2588.31558 : Unused Value

Priority:
State:
Finding:
Owner:
Note: