aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-07-16 19:59:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-07-16 19:59:21 +0000
commitc0de9d912b06916a5a8788591e08cf12b67087d2 (patch)
tree890e40f53c7abd1fbbadf138d6355298c6ef93c5 /epan
parent53ff940b135cad52e456278ad9e9d9413f11328e (diff)
Remove some unused variables.
svn path=/trunk/; revision=14940
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gsm_a.c4
-rw-r--r--epan/dissectors/packet-gsm_a.h1
-rw-r--r--epan/dissectors/packet-uma.c34
3 files changed, 0 insertions, 39 deletions
diff --git a/epan/dissectors/packet-gsm_a.c b/epan/dissectors/packet-gsm_a.c
index b8fc0e6a7c..7f8d870603 100644
--- a/epan/dissectors/packet-gsm_a.c
+++ b/epan/dissectors/packet-gsm_a.c
@@ -2322,7 +2322,6 @@ be_cell_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *ad
guint8 oct;
guint8 disc;
guint32 curr_offset;
- const gchar *str = NULL;
len = len;
add_string = add_string;
@@ -2529,7 +2528,6 @@ be_cell_id_list(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gcha
guint32 curr_offset;
proto_item *item = NULL;
proto_tree *subtree = NULL;
- const gchar *str = NULL;
curr_offset = offset;
@@ -10322,8 +10320,6 @@ de_gmm_rai(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *ad
guint32 lac;
guint32 rac;
guint32 curr_offset;
- proto_item *tf = NULL;
- proto_tree *gmm_rai_tree = NULL;
len = len;
add_string = add_string;
diff --git a/epan/dissectors/packet-gsm_a.h b/epan/dissectors/packet-gsm_a.h
index 8480e1ad5f..60fae2a2a7 100644
--- a/epan/dissectors/packet-gsm_a.h
+++ b/epan/dissectors/packet-gsm_a.h
@@ -98,5 +98,4 @@ ETH_VAR_IMPORT const value_string gsm_a_dtap_msg_sms_strings[];
ETH_VAR_IMPORT const value_string gsm_a_dtap_msg_sm_strings[];
ETH_VAR_IMPORT const value_string gsm_a_dtap_msg_ss_strings[];
ETH_VAR_IMPORT const gchar *gsm_a_pd_str[];
-ETH_VAR_IMPORT const value_string gsm_a_msc_rev_vals[];
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 41cd18a177..1f4eb3172c 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -144,7 +144,6 @@ static int hf_uma_urr_TU3902_timer = -1;
static int hf_uma_urr_communication_port = -1;
static int hf_uma_urr_L3_Message = -1;
static int hf_uma_urr_L3_protocol_discriminator = -1;
-static int hf_uma_urr_channel_mode = -1;
static int hf_uma_urr_sc = -1;
static int hf_uma_urr_algorithm_id = -1;
static int hf_uma_urr_GPRS_resumption = -1;
@@ -524,20 +523,6 @@ static const value_string Three_GECS_vals[] = {
{ 1, "The sending of UTRAN Classmark Sending messages is controlled by the Early Classmark Sending Control parameter"},
{ 0, NULL }
};
-/* Cell identification discriminator */
-static const value_string cell_id_disc_vals[] = {
- { 0, "The whole Cell Global Identification, CGI, is used to identify the cells."},
- { 1, "Location Area Code, LAC, and Cell Identify, CI, is used to identify the cells."},
- { 2, "Cell Identity, CI, is used to identify the cells."},
- { 3, "No cell is associated with the transaction."},
- { 4, "Location Area Identification, LAI, is used to identify all cells within a Location Area."},
- { 5, "Location Area Code, LAC, is used to identify all cells within a location area."},
- { 6, "All cells on the BSS are identified."},
- { 8, "Intersystem Handover to UTRAN or cdma2000. PLMN-ID, LAC, and RNC-ID, are encoded to identify the target RNC."},
- { 9, "Intersystem Handover to UTRAN or cdma2000. The RNC-ID is coded to identify the target RNC."},
- { 10, "Intersystem Handover to UTRAN or cdma2000. LAC and RNC-ID are encoded to identify the target RNC."},
- { 0, NULL }
-};
/*GRS, GSM RR State (octet 3)*/
static const value_string GRS_GSM_RR_State_vals[] = {
@@ -564,16 +549,6 @@ static const value_string URR_state_vals[] = {
{ 2, "URR is in URR-REGISTERED state"},
{ 0, NULL }
};
-/* Mobile Station Classmark 2
- * Revision level (octet 3)
- */
-static const value_string MSC2_rev_vals[] = {
- { 0, "Reserved for GSM phase 1"},
- { 1, "Used by GSM phase 2 mobile stations"},
- { 2, "Used by mobile stations supporting R99 or later versions of the protocol"},
- { 3, "Reserved for future use"},
- { 0, NULL }
-};
/* Register Reject Cause (octet 3) */
static const value_string register_reject_cause_vals[] = {
@@ -651,15 +626,6 @@ static const value_string ULQI_vals[] = {
{ 0, NULL }
};
-/* Packet Flow Identifier value (octet 3) */
-static const value_string packet_flow_id_vals[] = {
- { 0, "Best Effort"},
- { 1, "Signaling"},
- { 2, "SMS"},
- { 3, "TOM8"},
- { 0, NULL }
-};
-
static const value_string precedence_vals[] = {
{ 0, "Radio priority 1"},
{ 1, "Radio priority 2"},