aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/subchan_demux.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10move openbsc into its own subdirectoryHarald Welte1-102/+0
2009-02-19don't pass subchannel data to the TRAU decoder if we're not synchronized yetHarald Welte1-0/+3
2009-02-18"the big fix", of the E1 subchannel [de]multiplexer. I don't even remember howHarald Welte1-1/+2
many bugs I fixed during the last couple of hours. It was never working at any time before.
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte1-3/+54
channel to another one (simple voice call switching) * add a way more generic E1 input layer, abstracting out the misdn low-level interface. This also adds infrastructure for multiple TRX in one BTS, as well as multiple BTS on one E1 link * add a E1 subchannel multiplexer for sending multiple 16kbit sub-channels one one 64kBps E1 channel * add TRAU IDLE frame generation * terminate bsc_hack in case there is a E1 / mISDN init error * introduce 'e1_config.c' file with static configuration of our E1 setup (which TRX/BTS is configured for which TEI/SAPI/E1). This should later become a config file rather than a compiled C file. WARNING: all this compiles but is not tested yet. Expect fix-up committs over the next hours or so
2009-01-05add initializer function for subchan_demuxHarald Welte1-0/+1
2009-01-05add (untested) 16kbit E1 sub-channel demux with TRAU frame syncHarald Welte1-0/+46