aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sim-mbim.h
AgeCommit message (Collapse)Author
2022-03-22broadband-modem-mbim: update sim-type and esim-status of inactive slotsom
During initialization if the number of slots is more than 1 then update the sim-type and esim-status of the inactive slot as well.
2021-12-11sim-mbim: common method for Subscriber Ready StatusAleksander Morgado
Instead of running the Susbcriber Ready Status separately for IMSI and ICCID, we run it only once and store the results in a new private struct. It only saves one request/response right now, but it will save more once introduced other SIM parameters loaded with the same method.
2021-09-10core: remove execution bit from file modes in source filesAleksander Morgado
2021-07-14mm-broadband-modem-mbim: implement the load_sim_slots() method for DSSAZhangMingjie
2020-09-19core: add autoptr cleanup methods to all internal typesAleksander Morgado
2014-07-06sim: rename 'MMSim' to 'MMBaseSim'Aleksander Morgado
Just so that we don't have same header names in src/ and /libmm-glib.
2013-04-17mbim: add initial MBIM support skeletonAleksander Morgado