aboutsummaryrefslogtreecommitdiff
path: root/src/mm-utils.c
AgeCommit message (Collapse)Author
2021-03-01utils: import ptr array lookup with GEqualFunc from GLib 2.54Aleksander Morgado
This fixes the build when using GLib < 2.54.
2012-09-14libmm-common: added common utils from coreAleksander Morgado
Moved the utils to play with binary to hex strings into libmm-common.
2011-04-29utils: new utils_check_for_single_value() methodAleksander Morgado
It was being used in several places with different static implementations
2010-11-05core: add bin -> hex string converterDan Williams
2010-06-22gsm: add GetOperatorID methodTorgny Johansson
Returns the ID of the operator that issued the SIM card. Cleanups and get_mnc_length_done() by me (dcbw).