From 16488a01568e7c35d0e7adf46fdfee5e488df8d8 Mon Sep 17 00:00:00 2001 From: Super User Date: Fri, 2 May 2008 21:19:06 +0200 Subject: SOCKET BRANCH: los,ais,rdi,slip query works! opening socket almost works :) --- socket_server.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'socket_server.c') diff --git a/socket_server.c b/socket_server.c index b50b3e7..469f562 100644 --- a/socket_server.c +++ b/socket_server.c @@ -855,6 +855,15 @@ int admin_state(struct admin_queue **responsep) response->am[num].u.i.l1link = mISDNport->l1link; /* l2link */ response->am[num].u.i.l2link = mISDNport->l2link; + /* los */ + response->am[num].u.i.los = mISDNport->los; + /* ais */ + response->am[num].u.i.ais = mISDNport->ais; + /* rdi */ + response->am[num].u.i.rdi = mISDNport->rdi; + /* slip */ + response->am[num].u.i.slip_tx = mISDNport->slip_tx; + response->am[num].u.i.slip_rx = mISDNport->slip_rx; /* channels */ response->am[num].u.i.channels = mISDNport->b_num; /* channel info */ -- cgit v1.2.3-55-g7522