LibItsSremSsem_EncdecDeclarations.ttcn 214 Bytes
Newer Older
module LibItsSremSsem_EncdecDeclarations {

import from IS_DSRC all;

external function fx_enc_SSM (SignalStatusMessage p) return octetstring
    with {extension "prototype(convert) encode(BER:BER_ENCODE_CER)"}

}