Skip to content

Commit

Permalink
Regenerate test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
brchiu committed Feb 9, 2018
1 parent ce42610 commit cea02d7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static const asn_ioc_cell_t asn_IOS_FrameTypes_1_rows[] = {
{ "&Type", aioc__type, &asn_DEF_ComplexMessage }
};
static const asn_ioc_set_t asn_IOS_FrameTypes_1[] = {
2, 2, asn_IOS_FrameTypes_1_rows
{ 2, 2, asn_IOS_FrameTypes_1_rows }
};

/*** <<< CODE [Frame] >>> ***/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static const asn_ioc_cell_t asn_IOS_FrameTypes_1_rows[] = {
{ "&Type", aioc__type, &asn_DEF_ComplexMessage }
};
static const asn_ioc_set_t asn_IOS_FrameTypes_1[] = {
2, 2, asn_IOS_FrameTypes_1_rows
{ 2, 2, asn_IOS_FrameTypes_1_rows }
};

/*** <<< CODE [Frame] >>> ***/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static const asn_ioc_cell_t asn_IOS_FrameTypes_1_rows[] = {
{ "&Type", aioc__type, &asn_DEF_ComplexMessage }
};
static const asn_ioc_set_t asn_IOS_FrameTypes_1[] = {
2, 2, asn_IOS_FrameTypes_1_rows
{ 2, 2, asn_IOS_FrameTypes_1_rows }
};

/*** <<< CODE [Frame] >>> ***/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static const asn_ioc_cell_t asn_IOS_RegionalExtension_1_rows[] = {
{ "&Type", aioc__type, &asn_DEF_BOOLEAN }
};
static const asn_ioc_set_t asn_IOS_RegionalExtension_1[] = {
2, 2, asn_IOS_RegionalExtension_1_rows
{ 2, 2, asn_IOS_RegionalExtension_1_rows }
};

/*** <<< CODE [SpecializedContent] >>> ***/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static const asn_ioc_cell_t asn_IOS_RegionalExtension_1_rows[] = {
{ "&Type", aioc__type, &asn_DEF_BOOLEAN }
};
static const asn_ioc_set_t asn_IOS_RegionalExtension_1[] = {
2, 2, asn_IOS_RegionalExtension_1_rows
{ 2, 2, asn_IOS_RegionalExtension_1_rows }
};

/*** <<< CODE [SpecializedContent] >>> ***/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ static const asn_ioc_cell_t asn_IOS_ClassItem_1_rows[] = {
{ "&valid", aioc__value, &asn_DEF_Valid, &asn_VAL_1_crc_ok }
};
static const asn_ioc_set_t asn_IOS_ClassItem_1[] = {
1, 4, asn_IOS_ClassItem_1_rows
{ 1, 4, asn_IOS_ClassItem_1_rows }
};

/*** <<< CODE [Packet] >>> ***/
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-asn1c-compiler/156-union-ios-OK.asn1.-Pgen-PER
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static const asn_ioc_cell_t asn_IOS_TotalRegionExtension_1_rows[] = {
{ "&Type", aioc__type, &asn_DEF_OCTET_STRING }
};
static const asn_ioc_set_t asn_IOS_TotalRegionExtension_1[] = {
6, 2, asn_IOS_TotalRegionExtension_1_rows
{ 6, 2, asn_IOS_TotalRegionExtension_1_rows }
};

/*** <<< CODE [SpecializedContent] >>> ***/
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-asn1c-compiler/98-attribute-class-OK.asn1.-P
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static const asn_ioc_cell_t asn_IOS_Attributes_1_rows[] = {
{ "&id", aioc__value, &asn_DEF_RELATIVE_OID, &asn_VAL_2_rcf }
};
static const asn_ioc_set_t asn_IOS_Attributes_1[] = {
2, 1, asn_IOS_Attributes_1_rows
{ 2, 1, asn_IOS_Attributes_1_rows }
};

/*** <<< CODE [Attribute] >>> ***/
Expand Down

0 comments on commit cea02d7

Please sign in to comment.