aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2009-05-01revert commit #481: we actually still need that stupid usleep() to reliably b...Harald Welte1-0/+1
2009-05-01remove any sleeping from the ip.access input codeHarald Welte1-1/+0
2009-05-01make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be cr...Harald Welte1-0/+2
2009-05-01* Add support for multiple ip.access nanoBTS at one BSCHarald Welte1-116/+267
2009-05-01[misc] Sanity check and error messages in misdn.cHolger Freyther1-11/+27
2009-04-30add new 'ipaccess-config' program to set Unit ID and primary OML NVRAM parame...Harald Welte1-0/+33
2009-04-22[misdn] Add option to automatically release layer2 on exitHolger Freyther1-3/+12
2009-03-09[misc] Fix compile warnings...Holger Freyther1-2/+3
2009-02-28make hexdump return a 'char *' rather than printing by itselfHarald Welte2-24/+9
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-15* add commond header file for ipaccess protocolHarald Welte1-36/+16
2009-02-15Add support for ip.access RSL link on port 3003Harald Welte1-31/+89
2009-02-15* generate virtual E1 TEI up/down eventsHarald Welte1-5/+13
2009-02-13preliminary ip.access BTS support, as of now only OML singalling worksHarald Welte1-0/+370
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