Skip to content

Commit

Permalink
Regenerate test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
brchiu committed Jan 16, 2018
1 parent f38c31e commit 545295d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ typedef long PacketId_t;

/*** <<< FUNC-DECLS [PacketId] >>> ***/

#define PacketId_id_TYPE1 ((PacketId_t)1)
extern asn_per_constraints_t asn_PER_type_PacketId_constr_1;
extern asn_TYPE_descriptor_t asn_DEF_PacketId;
asn_struct_free_f PacketId_free;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ber_type_decoder_f Int1_decode_ber;
der_type_encoder_f Int1_encode_der;
xer_type_decoder_f Int1_decode_xer;
xer_type_encoder_f Int1_encode_xer;
#define Int1_ten ((Int1_t)10)

/*** <<< CODE [Int1] >>> ***/

Expand Down
1 change: 1 addition & 0 deletions tests/tests-asn1c-compiler/50-constraint-OK.asn1.-Pgen-PER
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ xer_type_decoder_f Int1_decode_xer;
xer_type_encoder_f Int1_encode_xer;
per_type_decoder_f Int1_decode_uper;
per_type_encoder_f Int1_encode_uper;
#define Int1_ten ((Int1_t)10)

/*** <<< CODE [Int1] >>> ***/

Expand Down
18 changes: 18 additions & 0 deletions tests/tests-asn1c-compiler/asn_constant.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
*/

#ifndef _ASN_CONSTANT_H
#define _ASN_CONSTANT_H

#ifdef __cplusplus
extern "C" {
#endif



#ifdef __cplusplus
}
#endif

#endif /* _ASN_CONSTANT_H */

0 comments on commit 545295d

Please sign in to comment.