Commit e78d1913 authored by Denis Filatov's avatar Denis Filatov
Browse files

change file names to align with module names.

Fix syntax errors in modules.
parent 94817a94
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ ParkingSpaceSegment ::= SEQUENCE {
 * @revision: Created in V2.1.1
 */
ExternalParkingSpaceIdentifiers ::= SEQUENCE {
    evSEId          IA5String SIZE(1..36) OPTIONAL,
    evSEId          IA5String (SIZE(1..36)) OPTIONAL,
    parkingSpaceId  Identifier2B OPTIONAL,
    ...
}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ FROM ETSI-ITS-CDD {
 * @revision: Created in V2.1.1
*/
PimAdvertiseApplicationData ::= SEQUENCE {
	request             PIMRequest OPTIONAL,
	request             PimRequest OPTIONAL,
    ...
}