aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-22abis: add message type namesMax2-0/+104
2017-03-21abis: add attribute namesMax2-0/+72
2017-03-20build: fix build dependencies for generated sourcesNeels Hofmeyr1-1/+3
2017-03-16add gsm48_pdisc_msgtype_name()Neels Hofmeyr2-0/+202
2017-03-16add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2-0/+20
2017-03-16auth_milenage: fix check against too large indNeels Hofmeyr1-1/+1
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr1-1/+66
2017-03-15osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr1-3/+9
2017-03-15lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte1-28/+33
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy1-0/+2
2017-03-02Check for proper lapdm_datalink entityMax1-2/+8
2017-03-02fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr1-0/+1
2017-02-27Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther1-0/+2