summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* comments: gsm0808_utils: mention various 3GPP specsPhilipp Maier2017-06-231-0/+5
* gsm0808: fix length check of the element decoder functionsPhilipp Maier2017-06-231-6/+6
* gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2017-06-222-0/+55
* gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2017-06-222-0/+38
* gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier2017-06-221-18/+82
* gsm/gsm48.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+0
* update/extend doxygen documentationHarald Welte2017-06-1230-98/+663
* Update doxygen main page for libosmo{core,gsm,vty}Harald Welte2017-06-121-0/+13
* Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte2017-06-123-1/+23
* Distinguish between unsupported and invalid MCSMax2017-05-241-53/+54
* add libpseudotalloc as super-simplistic talloc replacementHarald Welte2017-05-171-0/+4
* gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy2017-05-171-2/+1
* gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2017-05-152-3/+15
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-157-25/+22
* Make EARFCN size calculation more robustMax2017-05-142-6/+22
* gsm_04_08: Add missing GSM cause valueDaniel Willmann2017-05-121-0/+3
* doc: fix incorrect return value descriptionMax2017-05-101-1/+1
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-093-8/+4
* gsm0808: fix control flow issuePhilipp Maier2017-05-081-3/+2
* Add SW Description (de)marshallingMax2017-04-282-0/+160
* Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte2017-04-271-0/+2
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-232-2/+2
* ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2017-04-152-1/+120
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-081-0/+1
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-082-0/+57
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-082-0/+53
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-082-0/+34
* gsm0808: Add utils for Cell Identifier ListPhilipp Maier2017-04-082-0/+80
* gsm0808: Add utils for Encryption InformationPhilipp Maier2017-04-082-0/+73
* gsm0808: Add utils for Channel TypePhilipp Maier2017-04-082-0/+75
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-082-5/+58
* gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2017-04-082-0/+190
* gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier2017-04-083-1/+125
* Fix LAPD UA message buffer memory leak.Jean-Francois Dionne2017-03-291-5/+5
* Add support for PCU version reportMax2017-03-231-0/+1
* abis: add message type namesMax2017-03-222-0/+104
* abis: add attribute namesMax2017-03-212-0/+72
* build: fix build dependencies for generated sourcesNeels Hofmeyr2017-03-201-1/+3
* add gsm48_pdisc_msgtype_name()Neels Hofmeyr2017-03-162-0/+202
* add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2017-03-162-0/+20
* auth_milenage: fix check against too large indNeels Hofmeyr2017-03-161-1/+1
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-151-1/+66
* osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2017-03-151-3/+9
* lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte2017-03-151-28/+33
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-071-0/+2
* Check for proper lapdm_datalink entityMax2017-03-021-2/+8
* fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr2017-03-021-0/+1
* Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther2017-02-271-0/+2
* fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr2017-02-221-1/+8
* gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr2017-02-211-2/+2