Added types DateAndTime and UUIDorZero
This commit is contained in:
parent
d76843fec1
commit
22b2ed51f5
1 changed files with 6 additions and 0 deletions
|
|
@ -252,6 +252,12 @@ type_yang2asn1(yang_stmt *ys,
|
|||
else if (strcmp(origtype, "timeticks")==0){
|
||||
at = ASN_TIMETICKS;
|
||||
}
|
||||
else if (strcmp(origtype, "DateAndTime")==0) {
|
||||
at = ASN_OCTET_STR;
|
||||
}
|
||||
else if (strcmp(origtype, "UUIDorZero")==0) {
|
||||
at = ASN_OCTET_STR;
|
||||
}
|
||||
else if (strcmp(origtype, "timestamp")==0){
|
||||
at = ASN_TIMETICKS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue