Skip to content
Snippets Groups Projects
Commit 8102d865 authored by berge's avatar berge
Browse files

Added CAM message in Cam port primitives

parent 63e9b864
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ module LibIts_Interface {
// LibCommon
import from LibCommon_Time {modulepar all};
// CAM ASN1 definitions
import from CAM_PDU_Descriptions language "ASN.1:1997" all;
group adapterInterface {
group portDefinitions {
......@@ -286,12 +289,14 @@ module LibIts_Interface {
* @desc FA1 CAM Indication Primitive
*/
type record CamInd {
CoopAwareness msgIn
}
/**
* @desc FA1 CAM Request Primitive
*/
type record CamReq {
CoopAwareness msgOut
}
/**
......
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