aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-12 09:11:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-12 09:11:28 +0000
commit9bf8e1d741b80aa8c678bb4fa8315a45e790191e (patch)
tree5789e3894890ea7df09b461cf1eff021381eae87 /asn1
parente16935032180a9a8a4110aebffb5f163f586d91b (diff)
Try to fix "defined but not used" warnings.
svn path=/trunk/; revision=26182
Diffstat (limited to 'asn1')
-rw-r--r--asn1/gsmmap/gsmmap.cnf4
-rw-r--r--asn1/gsmmap/packet-gsmmap-template.c6
2 files changed, 9 insertions, 1 deletions
diff --git a/asn1/gsmmap/gsmmap.cnf b/asn1/gsmmap/gsmmap.cnf
index 4cf8c516f0..669634351d 100644
--- a/asn1/gsmmap/gsmmap.cnf
+++ b/asn1/gsmmap/gsmmap.cnf
@@ -44,6 +44,10 @@ Remote-Operations-Information-Objects ROS
Code
Priority
CommonComponentId
+SubscriberId
+GuidanceInfo
+SS-InfoList
+SubscriberData
#.END
#.EXPORTS
AddressString
diff --git a/asn1/gsmmap/packet-gsmmap-template.c b/asn1/gsmmap/packet-gsmmap-template.c
index e28f8d491b..f97ea587f0 100644
--- a/asn1/gsmmap/packet-gsmmap-template.c
+++ b/asn1/gsmmap/packet-gsmmap-template.c
@@ -154,6 +154,7 @@ static int hf_gsm_map_cbs_coding_grp4_7_char_set = -1;
static int hf_gsm_map_cbs_coding_grp4_7_class = -1;
static int hf_gsm_map_cbs_coding_grp15_mess_code = -1;
static int hf_gsm_map_cbs_coding_grp15_class = -1;
+static int hf_gsm_map_tmsi = -1;
#include "packet-gsm_map-hf.c"
@@ -2619,7 +2620,10 @@ void proto_register_gsm_map(void) {
FT_UINT8,BASE_DEC, VALS(gsm_map_cbs_coding_grp15_class_vals), 0x03,
"Message Class", HFILL }
},
-
+ { &hf_gsm_map_tmsi,
+ { "tmsi", "gsm_map.tmsi",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "gsm_map.TMSI", HFILL }},
#include "packet-gsm_map-hfarr.c"
};