Handle MT_L2IDLE
authorKarsten Keil <kkeil@linux-pingi.de>
Wed, 28 Sep 2011 10:09:54 +0000 (12:09 +0200)
committerKarsten Keil <kkeil@linux-pingi.de>
Wed, 28 Sep 2011 10:09:54 +0000 (12:09 +0200)
commit7b103167ba7d7bdd863a8ea43c15680c9cfe3e20
treee9567c46bfd09593490fb6b760a536bb1d341511
parent6336acef6e046e73776d912df55fe68f35087737
Handle MT_L2IDLE

MT_L2IDLE is send by the mISDNuser library when all L2 processes
are gone. We could sent a MT_L2RELEASE if we are the L2 master and
do not want permanent L2 monitoring. This would deactive L2 and also
shutdown L1.

For now we do nothing, only log a debug message.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
dss1.cpp