增加特殊情况
This commit is contained in:
@@ -1453,7 +1453,7 @@ void cdr_parse(cdr_sys *psys,int tagcode,ASN_BUF *asnbuf,int fieldIndex,char* fi
|
|||||||
sprintf(fieldstr,",'%s'",digits2str(tempbyte,len * 2));
|
sprintf(fieldstr,",'%s'",digits2str(tempbyte,len * 2));
|
||||||
else if (psrc->sysTypeNo == 320 && !strcmp(pdef->fields[fieldIndex].tags[tagcode], "7.12"))
|
else if (psrc->sysTypeNo == 320 && !strcmp(pdef->fields[fieldIndex].tags[tagcode], "7.12"))
|
||||||
{
|
{
|
||||||
if (tempbyte[0] == 0x91 ||tempbyte[0] == 0x81) {
|
if (tempbyte[0] == 0x91 ||tempbyte[0] == 0x81 ||tempbyte[0] == 0xa1) {
|
||||||
sprintf(fieldstr, ",'%s'", digits2str(tempbyte + 1, (len - 1) * 2));
|
sprintf(fieldstr, ",'%s'", digits2str(tempbyte + 1, (len - 1) * 2));
|
||||||
} else {
|
} else {
|
||||||
// 阿斯克码值
|
// 阿斯克码值
|
||||||
|
|||||||
Reference in New Issue
Block a user