Commit 0a649e3d authored by fischer's avatar fischer
Browse files

CAM PDU update

parent acc5ac89
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -298,14 +298,14 @@ module LibIts_Interface {
				 * @desc FA1 CAM Indication Primitive 
				 * @desc FA1 CAM Indication Primitive 
				 */
				 */
				type record CamInd {
				type record CamInd {
				    CoopAwareness msgIn
                    CamPdu msgIn
				}
				}
					
					
				/**
				/**
				 * @desc FA1 CAM Request Primitive 
				 * @desc FA1 CAM Request Primitive 
				 */
				 */
				type record CamReq {
				type record CamReq {
				    CoopAwareness msgOut
                    CamPdu msgOut
				}
				}


				/**
				/**