1. aea78a2 gsm: Introduce functions to convert between FN and RFN (Reduced FN) by Pau Espin Pedrol · 11 months ago
  2. 3e5609a gsm: gsm_gsmtime2fn(): constify param by Pau Espin Pedrol · 1 year, 4 months ago
  3. 88955fb Fix all references to config.h by Pau Espin Pedrol · 1 year, 5 months ago
  4. a13d566 gsm_utils: improve gsm_gsmtime2fn() by Philipp Maier · 1 year, 6 months ago
  5. 846db1b gsm_7bit_encode_n(): use regular malloc() instead of calloc() by Vadim Yanitskiy · 3 years, 5 months ago
  6. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  7. 50e6f06 gsm: Mark gsm0858_rsl_ul_meas_enc() pointer param const by Pau Espin Pedrol · 2 years, 9 months ago
  8. 943133c gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets() by Vadim Yanitskiy · 3 years, 5 months ago
  9. e40b963 gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests by Pau Espin Pedrol · 4 years, 8 months ago
  10. dd0d76b osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif by Harald Welte · 5 years ago
  11. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  12. 4691474 gsm/gsm_utils.c: indicate intentional fall-through by Vadim Yanitskiy · 5 years ago
  13. ed8e263 gsm_utils.c: fix Doxygen description for gsm_get_octet_len() by Vadim Yanitskiy · 5 years ago
  14. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  15. e8461e4 gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_buf by Philipp Maier · 5 years ago
  16. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  17. 76f025e Fix build on non-glibc systems by Karl Koscher · 5 years ago
  18. 42e567c Automatically disable GnuTLS fallback by Max · 6 years ago
  19. 0187c3a Streamline glibc version check by Max · 6 years ago
  20. 0d39a8d osmo_rat_type: add OSMO_RAT_EUTRAN_SGS by Neels Hofmeyr · 5 years ago
  21. 5b5c349 gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type by Neels Hofmeyr · 6 years ago
  22. c877251 gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rc by Pau Espin Pedrol · 6 years ago
  23. 500d633 gsm_utils: call gnutls_global_init() as constructor by Alexander Couzens · 6 years ago
  24. e2640ef gsm: Use correct include for getrandom by Pau Espin Pedrol · 7 years ago
  25. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  26. ed029df Enable GnuTLS fallback by Max · 7 years ago
  27. f624546 Fix build on older systems by Max · 7 years ago
  28. 4b2b0cc Add function to generate random identifier by Max · 7 years ago
  29. b808da4 utils: add function gsm_fn_as_gsmtime_str() by Philipp Maier · 7 years ago
  30. 363130f gsm_utils: Add osmo_dump_gsmtime by Pau Espin Pedrol · 7 years ago
  31. 399a6f0 Fix warnings: tolower() and similar require uchar by Pau Espin Pedrol · 7 years ago
  32. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  33. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  34. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  35. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  36. 764b022 Add function to make Uplink Measurement by Max · 8 years ago
  37. 8a5346b Add function for appending range1024 to bitvec by Max · 8 years ago
  38. cf37c4c Fix sporadic out-of-bounds error by Max · 8 years ago
  39. 1f6aad1 Add G-RNTI derived TLLI types defined in 23.003 by Harald Welte · 9 years ago
  40. 26cbd45 sms: Fix gsm_7bit legacy functions return value by Jacob Erlbeck · 10 years ago
  41. 1810925 sms: Added comment about the gsm_7bit_alphabet table by Jacob Erlbeck · 11 years ago
  42. 1d7f3b5 sms: Added result buffer size parameter to 7bit conv funs by Jacob Erlbeck · 11 years ago
  43. 9597555 Add special 7-bit encoding and decoding functions for USSD coding by Andreas Eversberg · 11 years ago
  44. 6bfa744 encoding: Provide an overload for the gsm_7bit_encode and a simple test by Holger Hans Peter Freyther · 11 years ago
  45. 47aa482 gsm: Revert the gsm_7bit_encode changes as they are wrong by Holger Hans Peter Freyther · 11 years ago
  46. f996b05 Fix encoding of last character at 7bit encoding function by Andreas Eversberg · 11 years ago
  47. 6b30f92 gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05 by Bhaskar · 11 years ago
  48. ca69388 gsm_septets2octets(): Input parameter should be const by Harald Welte · 11 years ago
  49. 5572031 gsm: Add method to find ARFCN based on frequency by Sylvain Munaut · 12 years ago
  50. 5b67a04 gsm_utils.c: in 7bit decoding, first check if the last character was an extension character before doing anything else by Nico Golde · 12 years ago
  51. be55a8b gsm_utils: Fix up coding style in previous patch by Harald Welte · 12 years ago
  52. c56a56d gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messages by Nico Golde · 12 years ago
  53. cc7d9ec gsm: Address compiler warning about unused variable 'z' by Holger Hans Peter Freyther · 12 years ago
  54. d38c8b8 doxygen: Add main page for all three libraries by Harald Welte · 13 years ago
  55. 7e1a622 sms: Fix style issues with the code, add spaces after keywords by Holger Hans Peter Freyther · 13 years ago
  56. 291e613 sms: SMS where cropped (from VTY), concatenation of SMS where not possible by Dennis Wehrle · 13 years ago
  57. 2a68c7c gsm/utils: Adding conversion of "mobile power class" to dBm by Andreas Eversberg · 13 years ago
  58. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  59. fba495e This patch moves the GSM-specific functions to the new library by Pablo Neira Ayuso · 13 years ago[Renamed (96%) from src/gsm_utils.c]
  60. 2a471ee gsm_utils: Define 4 upper bits as "flags" and mask them out in utility functions by Sylvain Munaut · 14 years ago
  61. dd02a47 gsm_utils: Move the gsm_7bit_alphabet into the impl and make it static by Holger Hans Peter Freyther · 14 years ago
  62. f8a342c gsm_7bit_decode: rtext does not hold a null byte, reduce the size by Holger Hans Peter Freyther · 14 years ago
  63. c0ce9aa tests: don't hardcode length values of expected encoding gsm_7bit_encode: by Nico Golde · 14 years ago
  64. 446bf37 gsm_7bit_decode: Handle the case of the last charachter being an escape by Holger Hans Peter Freyther · 14 years ago
  65. 28de053 * rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous code produced wrong encodings for certain characters. by Nico Golde · 14 years ago
  66. e10ae5b gsm_utils: Fix typo in gsm band name by Sylvain Munaut · 14 years ago
  67. c226317 add new new gprs_tmsi2tlli() function by Harald Welte · 14 years ago 0.1.10
  68. a1c4f76 import gsm48_parse_ra() and gprs_tlli_type() from openbsc by Harald Welte · 14 years ago
  69. cbc8062 fix compiler warnings (itsme <itsme@xs4all.nl>) by Harald Welte · 14 years ago
  70. d3ff15f use strtol instead of atoi by Harald Welte · 14 years ago
  71. 622b718 import some gsm band/arfcn/time related utilities from OsmocomBB by Harald Welte · 14 years ago
  72. aebe08c import gsm_band_name() and gsm_band_parse() from OpenBSC by Harald Welte · 14 years ago
  73. ec8b450 intial checkin of the libosmocore project by Harald Welte · 14 years ago