Commit f1cee026 authored by YannGarcia's avatar YannGarcia
Browse files

Finalyze first AtsMBR test case

parent d8de5275
Loading
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ IMPORTS
  C-ASR-EV,
  C-ASR-OBS-BY-TGT,
  C-ASR-SINGLE-OBS,
  ObservationsByTarget,
  MbSingleObservation,
  NonV2xPduEvidenceItem,
  TemplateAsr
FROM EtsiTs103759BaseTypes {itu-t(0) identified-organization(4) etsi(0) 
  itsDomain(5) wg5(5) ts(103759) general(1) base-types(3) major-version-1(1) 
@@ -49,7 +49,6 @@ FROM Ieee1609Dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
 */
AsrCam ::= TemplateAsr {{SetMbObsTgtsCam}, {SetMbEvCam}}


/* Identify target classes for CAM */
IdCamTgt ::= Uint8

@@ -217,16 +216,24 @@ SetMbObsTgtsCam C-ASR-OBS-BY-TGT ::= {
  ... 
}

ObservationsByTargetSpeed ::= ObservationsByTarget{{SetAsrObsByTgtSpeed}}
SetAsrObsByTgtSpeed C-ASR-OBS-BY-TGT ::= {
SetMbObsTgtsCamSpeed C-ASR-OBS-BY-TGT ::= {
  {MbObsCamSpeed BY c-CamTgt-SpeedCommon}
}

/**
 * This data type defines the IOS for CAM Evidence.
 */
/* Identify target classes for CAM */
IdMbEvCam ::= Uint8

c-MbEvCam    IdMbEvCam ::= 0
SetMbEvCam C-ASR-EV ::= {
  ...
  {MbEvCam   BY c-MbEvCam}
}
MbEvCam ::= SEQUENCE {

}

CamNonV2xPduEvidenceItem ::= NonV2xPduEvidenceItem {{SetMbEvCam}}

END
+5 −0
Original line number Diff line number Diff line
@@ -149,6 +149,11 @@ SetObsPdu C-OBS-PDU ::= {
  ...
}

SetObsPduEtsiGn C-OBS-PDU ::= {
  {ObsPduEtsiGn     BY c-ObsPdu-etsiGn}
}
V2xPduStreamEtsiGn ::= V2xPduStream {{SetObsPduEtsiGn}}

/**
 * This data type contains the identifier of the type of observed PDU. 
 *
+0 −2
Original line number Diff line number Diff line
@@ -133,8 +133,6 @@ SetAsr C-ASR ::= {
  {AsrBsm         IDENTIFIED BY c-AsrBsm}
}

AidSpecificReportCam ::= AidSpecificReport {{c-AsrCam}, {AsrCam}}

/**
 * This data type contains the ITS-AID of the unknown service. 
 *