Hi Petteri, On 10/14/2010 04:02 PM, Petteri Tikander wrote: > --- > src/simutil.c | 5 ++++- > src/simutil.h | 10 +++++++++- > 2 files changed, 13 insertions(+), 2 deletions(-) > > > +/* 51.011 Section 9.3 */ > +enum sim_file_status { > + SIM_FILE_STATUS_INVALID = 0x00, This enum value was not being used and I removed it afterwards. > + SIM_FILE_STATUS_VALID = 0x01, > + SIM_FILE_STATUS_RW_WHEN_INVALID = 0x04, > +}; > + Otherwise, patch looked good and has been applied. Regards, -Denis