aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-25osmo-nitb: add -M to pass specific MNCC socket pathNeels Hofmeyr1-1/+1
2015-12-12mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte1-0/+5
2015-12-12mncc.c: Convert mncc_names[] to 'struct value_string'Harald Welte1-1/+1
2015-09-14mncc: Update the protocol to match LCRHolger Hans Peter Freyther1-1/+13
2014-03-20mncc: Use helper function to check if an MNCC frame is data (speech/traffic)Andreas Eversberg1-0/+8
2014-03-20mncc: Complete definitions for all speech traffic frames at MNCC interfaceAndreas Eversberg1-2/+4
2013-12-19Add EFR support to TRAU muxer + test caseAndreas Eversberg1-0/+1
2012-01-15mncc: Include size and offsets of struct gsm_mncc in the helloHolger Hans Peter Freyther1-1/+11
2011-11-06mncc: Introduce a hello packet that is sent to the client.Holger Hans Peter Freyther1-0/+8
2011-09-03Add VTY command to specify default speech codecHarald Welte1-0/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-2/+2
2011-02-19Fix various compiler warnings all over the codeHarald Welte1-0/+2
2011-01-06misc: Fix compiler warning about incompatible pointersHolger Hans Peter Freyther1-1/+1
2011-01-06mncc: Switch the header file from u_int to uintHolger Hans Peter Freyther1-7/+9
2011-01-01mncc_sock: Add new 'mncc handler' functionHarald Welte1-1/+6
2011-01-01MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte1-1/+2
2011-01-01MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte1-0/+1
2011-01-01MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte1-1/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-01include: Add proper predeclaration for struct in mncc.hSylvain Munaut1-0/+3
2010-03-07move large parts of mncc.h and gsm48 encode/decode into libosmocoreHarald Welte1-63/+1
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2009-12-19Add RTP support for EFRHarald Welte1-0/+1
2009-12-19RTP-enable MNCC API for LCR + ip.accessHarald Welte1-2/+2
2009-12-12Gracefully reject non-speech callsHarald Welte1-0/+8
2009-07-29comments about the bearer_capability structureHarald Welte1-6/+7
2009-06-15mncc: Add IMSI to gsm_mnccAndreas Eversberg1-0/+1
2009-06-10reworked MNCC codebaseHarald Welte1-0/+210