Skip to content
Snippets Groups Projects
Commit ec112db7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Support the old 32-bit free-credits-per-day field, for upgrading old cnf files

parent 7d08ae36
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -198,14 +198,14 @@ struct.sec_level_t={ ...@@ -198,14 +198,14 @@ struct.sec_level_t={
timeperday: {bytes:UINT16_T, type:"int"}, timeperday: {bytes:UINT16_T, type:"int"},
timepercall:{bytes:UINT16_T, type:"int"}, timepercall:{bytes:UINT16_T, type:"int"},
callsperday:{bytes:UINT16_T, type:"int"}, callsperday:{bytes:UINT16_T, type:"int"},
__PADDING1__:{bytes:4}, // was freecdtperd freecdtperd:{bytes:UINT32_T, type:"int"},
linespermsg:{bytes:UINT16_T, type:"int"}, linespermsg:{bytes:UINT16_T, type:"int"},
postsperday:{bytes:UINT16_T, type:"int"}, postsperday:{bytes:UINT16_T, type:"int"},
emailperday:{bytes:UINT16_T, type:"int"}, emailperday:{bytes:UINT16_T, type:"int"},
settings: {bytes:UINT32_T, type:"int"}, // was misc settings: {bytes:UINT32_T, type:"int"}, // was misc
expireto: {bytes:UCHAR, type:"int"}, expireto: {bytes:UCHAR, type:"int"},
freecdtperday:{bytes:UINT64_T, type:"int"}, freecdtperday:{bytes:UINT64_T, type:"int"},
__PADDING2__:{bytes:3} __PADDING__:{bytes:3}
}; };
struct.cmd_shell_t={ struct.cmd_shell_t={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment