aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mncc.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-06mncc: Move the cc_tx_to_mncc code into the libbsc.aHolger Hans Peter Freyther1-4/+0
2011-01-01MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte1-3/+1
2011-01-01MNCC: remove 'upqueue'Harald Welte1-1/+3
2011-01-01MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte1-0/+5
2011-01-01MNCC: split into generic mncc.c and mncc_builtin.cHarald Welte1-364/+2
2011-01-01MNCC: make get_call_ref() function staticHarald Welte1-1/+1
2011-01-01MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte1-1/+2
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-22mnccc.c: Add 2 line header describing what this file is all aboutHarald Welte1-0/+3
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther1-3/+3
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2009-12-20Introduce new MNCC based proxy modeHarald Welte1-4/+59
2009-12-19Add RTP support for EFRHarald Welte1-1/+1
2009-12-17logging: introduce log levels at caller siteHarald Welte1-7/+6
2009-12-12Gracefully reject non-speech callsHarald Welte1-5/+28
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-6/+1
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-6/+5
2009-06-26zero-initialize some more memory that we allocateHarald Welte1-1/+1
2009-06-20introduce talloc all over OpenBSCHarald Welte1-3/+13
2009-06-11use less magic numbers (04.08 CC cause values)Harald Welte1-5/+10
2009-06-10reworked MNCC codebaseHarald Welte1-0/+382