From owner-freebsd-isdn Tue Feb 22 11:55:48 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 013A637B743 for ; Tue, 22 Feb 2000 11:55:46 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2053 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 22 Feb 2000 20:55:44 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 3C54038E2; Tue, 22 Feb 2000 20:55:44 +0100 (MET) Subject: Re: i4b message In-Reply-To: <38B2CD2D.4ECFCA15@haakh.de> from Andreas Haakh at "Feb 22, 0 06:53:50 pm" To: ah@haakh.de (Andreas Haakh) Date: Tue, 22 Feb 2000 20:55:43 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1243 Message-Id: <20000222195544.3C54038E2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andreas Haakh: > > > Anyone know what the following means ? > > > > > > i4b-L3-i4b_decode_q931: protocol discriminator 0x40 != Q.931 > > > > This means that non-Q.931 packets were detected on the D-channel. The > > protocol discriminator for Q.931 is 0x08. 0x040 and 0x041 were/are > > used by the old 1TR6 protocol. > > Is it possible to suppress these messages?? In my current sources, layer3/i4b_q931.c ~line 136 now looks like this: /* check protocol discriminator */ if(*msg_ptr != PD_Q931) { static int protoflag = -1; /* print only once .. */ if(*msg_ptr != protoflag) { DBGL3(L3_P_ERR, "i4b_decode_q931", ("unknown protocol discriminator 0x%x!\n", *msg_ptr)); protoflag = *msg_ptr; } return; } hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message