1 /* $Id: isdnl2.h,v 1.3.6.1 2001/02/16 16:43:27 kai Exp $ 2 * 3 * Layer 2 defines 4 * 5 * This file is (c) under GNU General Public License 6 * 7 */ 8 9 #define RR 0x01 10 #define RNR 0x05 11 #define REJ 0x09 12 #define SABME 0x6f 13 #define SABM 0x2f 14 #define DM 0x0f 15 #define UI 0x03 16 #define DISC 0x43 17 #define UA 0x63 18 #define FRMR 0x87 19 #define XID 0xaf 20 21 #define CMD 0 22 #define RSP 1 23 24 #define LC_FLUSH_WAIT 1 25