mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-30 04:19:32 +00:00
[asn1c] rework aper from mouse07410/asn1c#94
Merge @pespin the following work - mouse07410/asn1c#93 - mouse07410/asn1c#100
This commit is contained in:
parent
5e18b2bd13
commit
3885cb20d9
581 changed files with 1831 additions and 228 deletions
|
|
@ -36,6 +36,10 @@ asn_constr_check_f UTF8String_constraint;
|
|||
#define UTF8String_encode_xer OCTET_STRING_encode_xer_utf8
|
||||
#endif /* !defined(ASN_DISABLE_XER_SUPPORT) */
|
||||
|
||||
#if !defined(ASN_DISABLE_JER_SUPPORT)
|
||||
#define UTF8String_encode_jer OCTET_STRING_encode_jer_utf8
|
||||
#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
|
||||
|
||||
#if !defined(ASN_DISABLE_UPER_SUPPORT)
|
||||
#define UTF8String_decode_uper OCTET_STRING_decode_uper
|
||||
#define UTF8String_encode_uper OCTET_STRING_encode_uper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue