aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm23003.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13fix isdigit taking unsigned as inputKévin Redon1-1/+1
2019-06-04make all library-internal static buffers thread-localHarald Welte1-8/+8
2019-05-15gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITSOliver Smith1-1/+1
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte1-0/+78
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte1-18/+83
2019-02-26fix api doc typo for osmo_plmn_name2()Neels Hofmeyr1-1/+1
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr1-0/+34
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith1-0/+18
2018-10-28gsm23003: Add MME domain name related helper functionsHarald Welte1-0/+86
2018-04-13add osmo_cgi_name()Neels Hofmeyr1-0/+27
2018-03-05fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr1-8/+6
2018-02-28gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr1-0/+77
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-0/+129
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-2/+3
2017-10-10gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr1-0/+2
2017-10-05add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr1-0/+65