aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2017-07-30RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte1-0/+3
2017-07-14LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen1-0/+1
2017-07-14LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen1-0/+1
2017-07-14IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen1-0/+5
2017-07-11utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2-0/+12
2017-07-10gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2-0/+12
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther1-0/+20
2017-06-23abis_nm.c: Fix implicit enumeration type conversionPau Espin Pedrol1-4/+4
2017-06-23gsm0411_utils.c: Fix compilation warningsPau Espin Pedrol1-2/+2
2017-06-23Fix warnings: tolower() and similar require ucharPau Espin Pedrol1-1/+1
2017-06-23Fix compilation warnings: use correct log type for uint32_tPau Espin Pedrol1-1/+2
2017-06-23fix map entry for gsm0808_speech_codec_from_chan_typeNeels Hofmeyr1-1/+1
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 Hofmeyr46-194/+193
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr26-263/+263
2017-06-23comments: gsm0808_utils: mention various 3GPP specsPhilipp Maier1-0/+5
2017-06-23gsm0808: fix length check of the element decoder functionsPhilipp Maier1-6/+6
2017-06-22gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2-0/+55
2017-06-22gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2-0/+38
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier1-18/+82
2017-06-13gsm/gsm48.c: drop useless assignmentVadim Yanitskiy1-1/+0
2017-06-12update/extend doxygen documentationHarald Welte30-98/+663
2017-06-12Update doxygen main page for libosmo{core,gsm,vty}Harald Welte1-0/+13
2017-06-12Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte3-1/+23
2017-05-24Distinguish between unsupported and invalid MCSMax1-53/+54
2017-05-17add libpseudotalloc as super-simplistic talloc replacementHarald Welte1-0/+4
2017-05-17gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy1-2/+1
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2-3/+15
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte7-25/+22
2017-05-14Make EARFCN size calculation more robustMax2-6/+22
2017-05-12gsm_04_08: Add missing GSM cause valueDaniel Willmann1-0/+3
2017-05-10doc: fix incorrect return value descriptionMax1-1/+1
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso3-8/+4
2017-05-08gsm0808: fix control flow issuePhilipp Maier1-3/+2
2017-04-28Add SW Description (de)marshallingMax2-0/+160
2017-04-27Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte1-0/+2
2017-04-23fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2-2/+2
2017-04-15ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2-1/+120
2017-04-08gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier1-0/+1
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2-0/+57
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2-0/+53
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2-0/+34
2017-04-08gsm0808: Add utils for Cell Identifier ListPhilipp Maier2-0/+80
2017-04-08gsm0808: Add utils for Encryption InformationPhilipp Maier2-0/+73
2017-04-08gsm0808: Add utils for Channel TypePhilipp Maier2-0/+75
2017-04-08gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2-5/+58
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2-0/+190
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier3-1/+125
2017-03-29Fix LAPD UA message buffer memory leak.Jean-Francois Dionne1-5/+5
2017-03-23Add support for PCU version reportMax1-0/+1