<div dir="ltr">On Thu, Nov 28, 2013 at 2:19 PM, Alex Peshkov <span dir="ltr"><<a href="mailto:a-grk@yandex.ru" target="_blank">a-grk@yandex.ru</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[...] </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This part of code is omitted by erlang asn1 compiler:<br>
'

enc_AppConfig'({‘AppConfig',Val}, TagIn) -><br>
   'enc_AppConfig'(Val, TagIn);<br>
<br>
and I get function_clause error during asn1ct:encode call.<br></blockquote><div><br></div><div>The use of {Type,Val} has long been obsolete, and it</div><div>didn't work in all back-ends in R15. In R16, we have removed</div>
<div>the old back-ends and removed all support for</div><div>{Type,Val}.</div><div><br></div><div>So what you need is to stop using {'AppConfig',Val} and</div><div>only use Val.</div><div><br></div></div><div>/Bjorn</div>
<div><br></div>-- <br>Björn Gustavsson, Erlang/OTP, Ericsson AB
</div></div>