Commit b36afd21 authored by berge's avatar berge
Browse files

Removed cam_test ASN.1 definitions

parent 4b5464d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ group postambles {
    
} // end of upperTester

group upperTester {
group upperTester_ {
    
    function f_upperTester () {
        
+0 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ module LibItsCam_Templates {
    import from LibIts_Interface all;    
	import from LibItsCam_Pixits all;
	import from CAM_PDU_Descriptions language "ASN.1:1997" all;
	import from CAM_TEST_PDU_Descriptions language "ASN.1:1997" all;
	import from DENM_PDU_Descriptions language "ASN.1:1997" all;
    

@@ -18,8 +17,6 @@ module LibItsCam_Templates {

	template CamReq m_camReq (in template (value) CamPdu p_camMsg) := { msgOut := p_camMsg };
	
	template InvalidCamReq m_invalidCamReq (in template (value) InvalidCamPdu p_camMsg) := { msgOut := p_camMsg };
	
	template CamPdu mw_camMsg_any := {
		header := {
		    protocolVersion := 0, 
+1 −9
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ module LibIts_Interface {
    // LibIts
    import from LibItsGeoNetworking_TypesAndValues all;
    import from CAM_PDU_Descriptions language "ASN.1:1997" all;
    import from CAM_TEST_PDU_Descriptions language "ASN.1:1997" all;
    import from DENM_PDU_Descriptions language "ASN.1:1997" all;
        
    // LibCommon
@@ -162,7 +161,7 @@ module LibIts_Interface {
				 */
				type port CamPort message {
				    in CamInd;
				    out CamReq, InvalidCamReq;
				    out CamReq;
				} // end CamPort

				/**
@@ -311,13 +310,6 @@ module LibIts_Interface {
                    CamPdu msgOut
				}

				/**
				 * @desc FA1 Invalid CAM Request Primitive 
				 */
				type record InvalidCamReq {
                    InvalidCamPdu msgOut
				}

				/**
				 * @desc FA1 DENM Indication Primitive 
                 *