summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr2017-09-071-1/+1
* lapd_core: Fix crash in lapd_est_req() functionIvan Kluchnikov2017-09-011-0/+4
* umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr2017-08-291-1/+2
* gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be localKeith2017-08-171-1/+1
* auth_milenage: Fix non-AUTS case with OPHarald Welte2017-08-161-12/+24
* Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte2017-08-092-0/+96
* RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte2017-07-301-0/+3
* LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen2017-07-141-0/+1
* LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen2017-07-141-0/+1
* IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen2017-07-141-0/+5
* utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2017-07-112-0/+12
* gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2017-07-102-0/+12
* gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther2017-07-071-0/+20
* abis_nm.c: Fix implicit enumeration type conversionPau Espin Pedrol2017-06-231-4/+4
* gsm0411_utils.c: Fix compilation warningsPau Espin Pedrol2017-06-231-2/+2
* Fix warnings: tolower() and similar require ucharPau Espin Pedrol2017-06-231-1/+1
* Fix compilation warnings: use correct log type for uint32_tPau Espin Pedrol2017-06-231-1/+2
* fix map entry for gsm0808_speech_codec_from_chan_typeNeels Hofmeyr2017-06-231-1/+1
* fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()Neels Hofmeyr2017-06-231-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-2346-194/+193
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-2326-263/+263
* 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