NAS 5GS: Comment out unused variables.

Comment out a couple of as-yet-unused variables.

Change-Id: I4a5b16f58f18bbb71a003379c623a82377585d82
Reviewed-on: https://code.wireshark.org/review/26119
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
This commit is contained in:
Gerald Combs 2018-02-26 09:47:07 -08:00 committed by Jaap Keuter
parent 74641daaae
commit 12f8f43893

View file

@ -61,6 +61,7 @@ static expert_field ei_nas_5gs_msg_not_dis = EI_INIT;
static expert_field ei_nas_5gs_ie_not_dis = EI_INIT;
static expert_field ei_nas_eps_missing_mandatory_elemen = EI_INIT;
/*
static const value_string nas_5gs_security_header_type_vals[] = {
{ 0, "Plain NAS message, not security protected"},
{ 1, "Integrity protected"},
@ -69,6 +70,7 @@ static const value_string nas_5gs_security_header_type_vals[] = {
{ 4, "Integrity protected and ciphered with new 5GS security context"},
{ 0, NULL }
};
*/
#define TGPP_PD_5GMM 0x0e
#define TGPP_PD_5GSM 0x1e
@ -242,6 +244,7 @@ de_nas_5gs_mm_5gs_reg_res(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo,
/*
* 9.8.3.6 5GS registration type
*/
/*
static const value_string nas_5gs_registration_type_values[] = {
{ 0x1, "initial registration" },
{ 0x2, "mobility registration updating" },
@ -252,6 +255,7 @@ static const value_string nas_5gs_registration_type_values[] = {
{ 0x7, "reserved" },
{ 0, NULL }
};
*/
static true_false_string nas_5gs_for_tfs = {
"Follow-on request pending",