From a12d7eee22a72f4c999535892763dde15212e89e Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 31 May 2010 18:45:02 +0200 Subject: Splitted GSM support into BS (network) and MS (mobile) part. --- dss1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dss1.cpp') diff --git a/dss1.cpp b/dss1.cpp index c80a672..c819835 100644 --- a/dss1.cpp +++ b/dss1.cpp @@ -2897,7 +2897,7 @@ int stack2manager(struct mISDNport *mISDNport, unsigned int cmd, unsigned int pi port = port_first; while(port) { /* are we ISDN ? */ - if ((port->p_type & PORT_CLASS_mISDN_MASK) == PORT_CLASS_mISDN_DSS1) { + if ((port->p_type & PORT_CLASS_mISDN_MASK) == PORT_CLASS_DSS1) { pdss1 = (class Pdss1 *)port; /* check out correct stack and id */ if (pdss1->p_m_mISDNport == mISDNport) { -- cgit v1.2.3-55-g7522