Commit c3ad2d45 authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Remove SA from naming

parent 30dcde30
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@ FROM ETSI-ITS-CDD {
;

/**
 * This DF indicates the ApplicationData to be put in the SAMapplicationData field of SA messages.
 * This DF indicates data to be put in the advertisement service's application-specific data field.
 *
 * @field request: If present, then the sender C-ITS station indicates a request for PIMs from remote ITS stations.
 *
 * @category:
 * @revision: Created in V2.1.1
*/
PimSamApplicationData ::= SEQUENCE {
PimAdvertiseApplicationData ::= SEQUENCE {
	request             PIMRequest OPTIONAL,
    ...
}