%% Generated by the Erlang ASN.1 PER (aligned) compiler. Version: 5.0.21 %% Purpose: Encoding and decoding of the types in S1AP-Containers. -module('S1AP-Containers'). -compile(nowarn_unused_vars). -dialyzer(no_improper_lists). -dialyzer(no_match). -include("S1AP-Containers.hrl"). -asn1_info([{vsn,'5.0.21'}, {module,'S1AP-Containers'}, {options,[{i,"/build/asngen"}, noobj,per, {outdir,"/build/asngen"}, {i,"."}, {i,"/build/asn1"}]}]). -export([encoding_rule/0,maps/0,bit_string_format/0, legacy_erlang_types/0]). -export(['dialyzer-suppressions'/1]). -export([info/0]). encoding_rule() -> per. maps() -> false. bit_string_format() -> bitstring. legacy_erlang_types() -> false. info() -> case ?MODULE:module_info(attributes) of Attributes when is_list(Attributes) -> case lists:keyfind(asn1_info, 1, Attributes) of {_,Info} when is_list(Info) -> Info; _ -> [] end; _ -> [] end. %%% %%% Run-time functions. %%% 'dialyzer-suppressions'(Arg) -> ok.