Skip to content
Snippets Groups Projects
Commit 4362f116 authored by berge's avatar berge
Browse files

Added DEN message in Denm port primitives

parent 8102d865
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,9 @@ module LibIts_Interface {
// LibCommon
import from LibCommon_Time {modulepar all};
// CAM ASN1 definitions
// ASN1 definitions
import from CAM_PDU_Descriptions language "ASN.1:1997" all;
import from DENM_PDU_Descriptions language "ASN.1:1997" all;
group adapterInterface {
......@@ -303,12 +304,14 @@ module LibIts_Interface {
* @desc FA1 DENM Indication Primitive
*/
type record DenmInd {
DecentralizedEnvironmentalNotificationMessage msgIn
}
/**
* @desc FA1 DENM Request Primitive
*/
type record DenmReq {
DecentralizedEnvironmentalNotificationMessage msgOut
}
} // end fa1Primitives
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment