diff --git a/lib/s1ap/s1ap_ies_decoder.c b/lib/s1ap/s1ap_ies_decoder.c index 50096285aa..c6815bf75e 100644 --- a/lib/s1ap/s1ap_ies_decoder.c +++ b/lib/s1ap/s1ap_ies_decoder.c @@ -30,7 +30,7 @@ /******************************************************************************* * This file had been created by asn1tostruct.py script v1.0.2 * Please do not modify this file but regenerate it via script. - * Created on: 2018-01-06 12:17:27.364656 by acetcom + * Created on: 2018-01-06 22:49:59.738841 by acetcom * from ['fix-a90.asn'] ******************************************************************************/ #define TRACE_MODULE _s1ap_ies_decoder diff --git a/lib/s1ap/s1ap_ies_defs.h b/lib/s1ap/s1ap_ies_defs.h index 0de0b3a705..ab42d78dec 100644 --- a/lib/s1ap/s1ap_ies_defs.h +++ b/lib/s1ap/s1ap_ies_defs.h @@ -30,7 +30,7 @@ /******************************************************************************* * This file had been created by asn1tostruct.py script v1.0.2 * Please do not modify this file but regenerate it via script. - * Created on: 2018-01-06 12:17:27.342336 by acetcom + * Created on: 2018-01-06 22:49:59.717432 by acetcom * from ['fix-a90.asn'] ******************************************************************************/ #include "s1ap_asn1c.h" diff --git a/lib/s1ap/s1ap_ies_encoder.c b/lib/s1ap/s1ap_ies_encoder.c index b569550414..87abc6bbae 100644 --- a/lib/s1ap/s1ap_ies_encoder.c +++ b/lib/s1ap/s1ap_ies_encoder.c @@ -30,7 +30,7 @@ /******************************************************************************* * This file had been created by asn1tostruct.py script v1.0.2 * Please do not modify this file but regenerate it via script. - * Created on: 2018-01-06 12:17:27.393079 by acetcom + * Created on: 2018-01-06 22:49:59.775877 by acetcom * from ['fix-a90.asn'] ******************************************************************************/ #define TRACE_MODULE _s1ap_ies_encoder diff --git a/lib/s1ap/s1ap_ies_free.c b/lib/s1ap/s1ap_ies_free.c index e53ea1e634..5443055f9e 100644 --- a/lib/s1ap/s1ap_ies_free.c +++ b/lib/s1ap/s1ap_ies_free.c @@ -30,7 +30,7 @@ /******************************************************************************* * This file had been created by asn1tostruct.py script v1.0.2 * Please do not modify this file but regenerate it via script. - * Created on: 2018-01-06 12:17:27.412202 by acetcom + * Created on: 2018-01-06 22:49:59.799782 by acetcom * from ['fix-a90.asn'] ******************************************************************************/ #define TRACE_MODULE _s1ap_ies_free diff --git a/lib/s1ap/s1ap_ies_xer_print.c b/lib/s1ap/s1ap_ies_xer_print.c index b084adcc75..11f36d008a 100644 --- a/lib/s1ap/s1ap_ies_xer_print.c +++ b/lib/s1ap/s1ap_ies_xer_print.c @@ -30,7 +30,7 @@ /******************************************************************************* * This file had been created by asn1tostruct.py script v1.0.2 * Please do not modify this file but regenerate it via script. - * Created on: 2018-01-06 12:17:27.425343 by acetcom + * Created on: 2018-01-06 22:49:59.817514 by acetcom * from ['fix-a90.asn'] ******************************************************************************/ #include @@ -77,6 +77,7 @@ xer_encode_local(asn_TYPE_descriptor_t *td, void *sptr, mname = td->xml_tag; mlen = strlen(mname); + er.encoded = 0; ASN__TEXT_INDENT(0, indent); ASN__CALLBACK3("<", 1, mname, mlen, ">", 1); diff --git a/lib/s1ap/support/asn1tostruct.py b/lib/s1ap/support/asn1tostruct.py index 7f982b4092..fb61398666 100644 --- a/lib/s1ap/support/asn1tostruct.py +++ b/lib/s1ap/support/asn1tostruct.py @@ -767,6 +767,7 @@ xer_encode_local(asn_TYPE_descriptor_t *td, void *sptr, mname = td->xml_tag; mlen = strlen(mname); + er.encoded = 0; ASN__TEXT_INDENT(0, indent); ASN__CALLBACK3("<", 1, mname, mlen, ">", 1);