X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=lcrsocket.h;h=7ecf7aded8f40dc05ea4a9accc36603a966d196f;hp=6c7983f2b6c60931714006e5194d02d7a54259ee;hb=5c120fb5084aad712982f703244a35a9a7a3d8c4;hpb=b1ab2b9ac1cfc15d2a8f5850145dd69043cc3ef7 diff --git a/lcrsocket.h b/lcrsocket.h index 6c7983f..7ecf7ad 100644 --- a/lcrsocket.h +++ b/lcrsocket.h @@ -39,6 +39,7 @@ enum { /* messages */ ADMIN_CALL_DISCONNECT, ADMIN_CALL_RELEASE, ADMIN_CALL_NOTIFY, + ADMIN_CALL_PROGRESS, ADMIN_TRACE_REQUEST, ADMIN_TRACE_RESPONSE, ADMIN_MESSAGE, @@ -65,14 +66,18 @@ struct admin_response_state { struct admin_response_interface { char interface_name[32]; int portnum; + char portname[64]; int block; int ntmode; int ptp; + int l1hold; + int l2hold; int pri; int extension; int use; /* number of ports that use this interface */ int l1link; /* down(0) or up(1) */ int l2link; /* down(0) or up(1) */ + unsigned char l2mask[16]; /* one bit for each tei */ int los, ais, rdi, slip_tx, slip_rx; int channels; char busy[256]; /* if port is idle(0) busy(1) */ @@ -126,7 +131,7 @@ struct admin_call { int present; /* presentation */ int cause; /* cause to send */ int location; - int notify; + int notify_progress; int bc_capa; int bc_mode; int bc_info1; @@ -184,4 +189,5 @@ enum { ADMIN_STATE_CONNECT, ADMIN_STATE_IN_DISCONNECT, ADMIN_STATE_OUT_DISCONNECT, + ADMIN_STATE_RELEASE, };