#include <hd.h>
Data Fields | |
isdn_parm_s * | next |
char * | name |
parameter name | |
unsigned | valid:1 |
1: entry is valid, 0: some inconsistencies | |
unsigned | conflict:1 |
1: ressource conflict (eg. | |
uint64_t | value |
value of the parameter | |
unsigned | type |
CDBISDN type (P_. | |
unsigned | flags |
CDBISDN flags (P_. | |
unsigned | def_value |
default value | |
int | alt_values |
length of alt_value[] | |
unsigned * | alt_value |
possible values |
|
possible values
|
|
length of alt_value[]
|
|
1: ressource conflict (eg. no free irq) |
|
default value
|
|
CDBISDN flags (P_. ..) |
|
parameter name
|
|
|
|
CDBISDN type (P_. ..) |
|
1: entry is valid, 0: some inconsistencies
|
|
value of the parameter
|