aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/misdn.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-02[l2] Do not always release the layer2 when closing the socket (Andreas Eversb...Holger Freyther1-3/+2
2009-05-23To slow down transmission of many ABIS frames at a time, a delay timerHarald Welte1-16/+28
2009-05-23Correct handlong of data link status change (Andreas Eversberg)Harald Welte1-2/+14
2009-05-01[misc] Sanity check and error messages in misdn.cHolger Freyther1-11/+27
2009-04-22[misdn] Add option to automatically release layer2 on exitHolger Freyther1-3/+12
2009-02-28make hexdump return a 'char *' rather than printing by itselfHarald Welte1-16/+7
2009-02-18write 160byte to one E1 TS at any given time, since that is one TRAU Frame (4...Harald Welte1-1/+1
2009-02-10* make sure we start sending B channel data on channel activationHolger Freyther1-0/+2
2009-02-10mISDN doesn't support select-writefd's but rather sends PH_DATA_CNFHarald Welte1-34/+47
2009-02-10prettier debug prints in mISDN driverHolger Freyther1-6/+8
2009-02-09some more primitive names for improved debug readabilityHolger Freyther1-0/+3
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte1-0/+483