libosmosim 1.11.0.26-c59d.202505122026
Osmocom SIM library
|
A single instance of a file: Descriptor and contents. More...
#include <sim.h>
Data Fields | |
const struct osim_file_desc * | desc |
Descriptor for the file. | |
struct msgb * | encoded_data |
Encoded file contents. | |
struct osim_decoded_data * | decoded_data |
Parsed/Decoded file contents. | |
A single instance of a file: Descriptor and contents.
struct osim_decoded_data* osim_file::decoded_data |
Parsed/Decoded file contents.
const struct osim_file_desc* osim_file::desc |
Descriptor for the file.
Referenced by osim_file_decode().
struct msgb* osim_file::encoded_data |
Encoded file contents.