Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix s1ap code generation (2nd pull reuqest) #234

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Regenerate test cases
brchiu committed Mar 4, 2018
commit 8f68defbebefbbb5be60bc991e3149a5482f1d10
Original file line number Diff line number Diff line change
@@ -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] >>> ***/
Original file line number Diff line number Diff line change
@@ -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] >>> ***/
Original file line number Diff line number Diff line change
@@ -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] >>> ***/
Original file line number Diff line number Diff line change
@@ -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] >>> ***/
Original file line number Diff line number Diff line change
@@ -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] >>> ***/
Original file line number Diff line number Diff line change
@@ -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] >>> ***/
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
@@ -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] >>> ***/
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
@@ -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] >>> ***/