From 3d93d3f99c38fea2b0b5c886a3b8a879e91c413f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 10 Jun 2006 00:26:48 +0000 Subject: 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 --- asn1/inap/packet-inap-template.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asn1/inap') 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); -- cgit v1.2.3