aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Add pseudo-random bit sequence generator to libosmcooreHarald Welte2-0/+26
2017-07-10gsm_04_08.h: Add struct for 9.1.13b GPRS suspension requestHarald Welte1-0/+8
2017-07-10gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol1-0/+3
2017-07-09gsm_04_08/sgsn: Add another IE for internal usage in the sgsnHolger Hans Peter Freyther1-0/+1
2017-07-08Deprecate wrappers around loglevel_strsMax1-2/+2
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther1-0/+8
2017-07-01Add missing BSSGP cause valuesMax1-20/+57
2017-06-30l1sap.h: Add ber10k and lqual_cb to ph_tch_paramPau Espin Pedrol1-0/+2
2017-06-23fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()Neels Hofmeyr1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr119-309/+335
2017-06-23doxygen: various fixes in core/timer.hNeels Hofmeyr1-19/+16
2017-06-23api doc typo fix in core/logging.hNeels Hofmeyr1-1/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr59-885/+885
2017-06-22cosmetic: remove API documentation strings in header filePhilipp Maier1-24/+0
2017-06-22gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier1-0/+2
2017-06-22gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier1-0/+2
2017-06-22gsm0808: add default speech codec configurationPhilipp Maier1-0/+21
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier1-2/+0
2017-06-21gsm0808: add speech codec type constantsPhilipp Maier1-0/+18
2017-06-21cosmetic: Add info about coresponding codecs to permitted speech constsPhilipp Maier1-7/+8
2017-06-21gsm0408: update bearer capability speech versionPhilipp Maier1-1/+6
2017-06-21cosmetic: Add codec references to Speech Version IndicationPhilipp Maier1-6/+6
2017-06-21vty: additional nodes for sccp-address configurationPhilipp Maier1-2/+2
2017-06-19Move NUM_BYTES macro to core libraryMax2-1/+2
2017-06-18Fix compilation warning on deprecated macroPau Espin Pedrol2-2/+8
2017-06-12update/extend doxygen documentationHarald Welte1-7/+1
2017-06-12gsm0503_interleaving: Mark input arguments as 'const *'Harald Welte1-5/+5
2017-06-12Add doxygen documentation to libosmocodingHarald Welte5-0/+50
2017-06-12gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2-21/+21
2017-06-12Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte2-0/+102
2017-06-09Update L3 protocol discriminator definitionsHarald Welte1-3/+5
2017-06-09osmo_{fr,hr}_check_sid(): Use const input argumentHarald Welte1-2/+2
2017-05-26socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol1-0/+4
2017-05-24Add human-readable names for signal_nsMax1-0/+2
2017-05-17sercomm: More API documentationHarald Welte1-1/+27
2017-05-17sercomm: Better integration of driver interfaceHarald Welte1-6/+7
2017-05-17sercomm: Include in libosmocore MakefileHarald Welte2-1/+2
2017-05-17sercomm: remove unrequired helper functionsHarald Welte1-2/+0
2017-05-17sercomm: Move HDLC related defines into C fileHarald Welte1-7/+0
2017-05-17sercomm: Add doxygen-style documentation to public APIHarald Welte1-10/+19
2017-05-17sercomm: make rx msg size configurable per instanceHarald Welte1-0/+1
2017-05-17sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte1-14/+14
2017-05-17sercomm: Enable multiple instances of 'sercomm'Harald Welte1-11/+36
2017-05-17Import sercomm.c from osmocom-bbHarald Welte1-0/+61
2017-05-17l1sap: Add frame-number to measurement indication structPhilipp Maier1-0/+1
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte1-0/+10
2017-05-15gsm/tlv.h: fix copy-paste errorVadim Yanitskiy1-2/+2
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2-2/+2
2017-05-15tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte orderHarald Welte1-0/+23
2017-05-15introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2-0/+44