Skip to content
Snippets Groups Projects
PL1

Feature n7s tmcc#536 Added support for required synchronous interfaces in environment

Merged Imported Juan Font Alonso requested to merge feature-n7s-tmcc#536-environment-synchronous-calls into master
All threads resolved!
3 files
+ 15
51
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -416,7 +416,8 @@ void Asn1TypeValueGeneratorVisitor::visit(const Sequence &type)
}
if (sequence.isEmpty()) {
// is is empty if the ASN.1 definiton is SEQUENCE { }
// the sequence is empty when the ASN.1 definiton is SEQUENCE { }
// the _assign_value inline does nothing
sequence.appendElement(Skip());
}
Loading