summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm_utils.c
Commit message (Expand)AuthorAgeFilesLines
* gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol2019-11-041-2/+2
* osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endifHarald Welte2019-07-211-1/+2
* make all library-internal static buffers thread-localHarald Welte2019-06-041-1/+1
* gsm/gsm_utils.c: indicate intentional fall-throughVadim Yanitskiy2019-04-121-0/+1
* gsm_utils.c: fix Doxygen description for gsm_get_octet_len()Vadim Yanitskiy2019-04-111-4/+4
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-101-0/+7
* gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_bufPhilipp Maier2019-04-081-1/+1
* Add _buf() functions to bypass static string buffersHarald Welte2019-04-031-4/+9
* Fix build on non-glibc systemsKarl Koscher2019-03-111-3/+8
* Automatically disable GnuTLS fallbackMax2019-01-071-0/+1
* Streamline glibc version checkMax2019-01-071-7/+11
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2019-01-041-0/+1
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-031-0/+8
* gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2018-11-201-23/+48
* gsm_utils: call gnutls_global_init() as constructorAlexander Couzens2018-05-021-0/+19
* gsm: Use correct include for getrandomPau Espin Pedrol2017-11-161-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* Enable GnuTLS fallbackMax2017-11-021-5/+14
* Fix build on older systemsMax2017-10-101-0/+3
* Add function to generate random identifierMax2017-10-091-0/+48
* utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2017-07-111-0/+11
* gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2017-07-101-0/+11
* Fix warnings: tolower() and similar require ucharPau Espin Pedrol2017-06-231-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-0/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-23/+23
* update/extend doxygen documentationHarald Welte2017-06-121-14/+87
* Update doxygen main page for libosmo{core,gsm,vty}Harald Welte2017-06-121-0/+13
* Add function to make Uplink MeasurementMax2016-05-171-0/+20
* Add function for appending range1024 to bitvecMax2016-04-231-0/+36
* Fix sporadic out-of-bounds errorMax2016-01-221-13/+21
* Add G-RNTI derived TLLI types defined in 23.003Harald Welte2015-08-181-1/+5
* sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck2014-01-091-6/+11
* sms: Added comment about the gsm_7bit_alphabet tableJacob Erlbeck2013-08-121-2/+6
* sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck2013-08-121-51/+94
* Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg2013-08-081-0/+31
* encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther2013-08-081-2/+8
* gsm: Revert the gsm_7bit_encode changes as they are wrongHolger Hans Peter Freyther2013-07-071-6/+0
* Fix encoding of last character at 7bit encoding functionAndreas Eversberg2013-07-061-0/+6
* gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05Bhaskar2013-05-231-2/+2
* gsm_septets2octets(): Input parameter should be constHarald Welte2013-03-131-1/+2
* gsm: Add method to find ARFCN based on frequencySylvain Munaut2012-12-111-45/+65
* gsm_utils.c: in 7bit decoding, first check if the last character was an exten...Nico Golde2012-09-211-5/+5
* gsm_utils: Fix up coding style in previous patchHarald Welte2012-09-201-2/+2
* gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messagesNico Golde2012-09-201-14/+13
* gsm: Address compiler warning about unused variable 'z'Holger Hans Peter Freyther2012-09-111-3/+4
* doxygen: Add main page for all three librariesHarald Welte2011-08-301-0/+40
* sms: Fix style issues with the code, add spaces after keywordsHolger Hans Peter Freyther2011-07-241-5/+5
* sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle2011-07-241-29/+89
* gsm/utils: Adding conversion of "mobile power class" to dBmAndreas Eversberg2011-06-261-0/+41
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3