diff --git a/public-trunk/GSM/OsmoLogicalChannel.cpp b/public-trunk/GSM/OsmoLogicalChannel.cpp index 0beed35..b317701 100644 --- a/public-trunk/GSM/OsmoLogicalChannel.cpp +++ b/public-trunk/GSM/OsmoLogicalChannel.cpp @@ -71,6 +71,9 @@ void OsmoLogicalChannel::connect() /* connect L1 at lower end of OsmoSAPMux */ mMux.downstream(mL1); + /* connect SAPmux upper end to this logical channel */ + mMux.upstream(this); + /* Tell L1FEC that the SAPMux is its upstream */ if (mL1) mL1->upstream(&mMux);