summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm23003.c
Commit message (Expand)AuthorAgeFilesLines
* fix isdigit taking unsigned as inputKévin Redon2019-06-131-1/+1
* make all library-internal static buffers thread-localHarald Welte2019-06-041-8/+8
* gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITSOliver Smith2019-05-151-1/+1
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-101-0/+78
* Add _buf() functions to bypass static string buffersHarald Welte2019-04-031-18/+83
* fix api doc typo for osmo_plmn_name2()Neels Hofmeyr2019-02-261-1/+1
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-281-0/+34
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-141-0/+18
* gsm23003: Add MME domain name related helper functionsHarald Welte2018-10-281-0/+86
* add osmo_cgi_name()Neels Hofmeyr2018-04-131-0/+27
* fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2018-03-051-8/+6
* gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2018-02-281-0/+77
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-281-0/+129
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-2/+3
* gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2017-10-101-0/+2
* add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr2017-10-051-0/+65