Commit f1ad1e6e authored by berge's avatar berge
Browse files

Updated Interface for BTP

parent 3085871b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@ module LibIts_Interface {
    import from LibItsGeoNetworking_TypesAndValues all;
    import from LibItsGeoNetworking_TypesAndValues all;
    import from CAM_PDU_Descriptions language "ASN.1:1997" all;
    import from CAM_PDU_Descriptions language "ASN.1:1997" all;
    import from DENM_PDU_Descriptions language "ASN.1:1997" all;
    import from DENM_PDU_Descriptions language "ASN.1:1997" all;
    import from LibItsBtp_TypesAndValues all;
    
    
    import from LibCommon_BasicTypesAndValues all;
    import from LibCommon_BasicTypesAndValues all;
        
        
@@ -385,12 +386,14 @@ module LibIts_Interface {
				 * @desc NT1 BTP Indication Primitive 
				 * @desc NT1 BTP Indication Primitive 
				 */
				 */
				type record BtpInd {
				type record BtpInd {
				    BtpPacket msgIn
				}
				}
				
				
				/**
				/**
				 * @desc NT1 BTP Request Primitive 
				 * @desc NT1 BTP Request Primitive 
				 */
				 */
				type record BtpReq {
				type record BtpReq {
				    BtpPacket msgOut
				}
				}
							    
							    
			} // end nt1Primitives
			} // end nt1Primitives