Commit 14fce52e authored by garciay's avatar garciay
Browse files

Validate AtsRSUSimulator for CAM & DENM

parent b741b3d3
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -21,10 +21,6 @@ module LibItsCam_EncdecDeclarations {


    external function fx_dec_CAM (inout bitstring b, out CAM p) return integer
    external function fx_dec_CAM (inout bitstring b, out CAM p) return integer
        with {extension "prototype(sliding) decode(PER)"}
        with {extension "prototype(sliding) decode(PER)"}
/*
    external function fx_enc_CAM (CAM p) return octetstring
        with {extension "prototype(convert) encode(BER:BER_ENCODE_CER)"}
*/


    external function fx_enc_UtCamInitialize (UtCamInitialize p) return bitstring
    external function fx_enc_UtCamInitialize (UtCamInitialize p) return bitstring
        with {extension "prototype(convert) encode(UpperTester)"}
        with {extension "prototype(convert) encode(UpperTester)"}