aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-06-10 00:26:48 +0000
committerGuy Harris <guy@alum.mit.edu>2006-06-10 00:26:48 +0000
commit3d93d3f99c38fea2b0b5c886a3b8a879e91c413f (patch)
treeb368c9734f772d9ab6bacf841a024b78ef2fc791 /asn1/inap
parentc923538b5a365932d3e52b49a4b759a0d6801989 (diff)
Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsolete
preferences, so we don't warn about them, we just silently discard them. svn path=/trunk/; revision=18418
Diffstat (limited to 'asn1/inap')
-rw-r--r--asn1/inap/packet-inap-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c
index 9a90a5de42..6cb197bf4c 100644
--- a/asn1/inap/packet-inap-template.c
+++ b/asn1/inap/packet-inap-template.c
@@ -701,6 +701,10 @@ void proto_register_inap(void) {
inap_module = prefs_register_protocol(proto_inap, proto_reg_handoff_inap);
+ prefs_register_obsolete_preference(inap_module, "tcap.itu_ssn");
+
+ prefs_register_obsolete_preference(inap_module, "tcap.itu_ssn1");
+
prefs_register_range_preference(inap_module, "ssn", "TCAP SSNs",
"TCAP Subsystem numbers used for INAP",
&global_ssn_range, MAX_SSN);