Commit 2a7f6522 authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Rename to Parking Information Service

parent 5b52e1d0
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
PODAM-PDU-Descriptions  {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) podasPduRelease2 (104072) podam (1) major-version-2 (2) minor-version-1 (1)}
PIM-PDU-Descriptions  {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) pimPduRelease2 (104072) PIM (1) major-version-2 (2) minor-version-1 (1)}

DEFINITIONS AUTOMATIC TAGS ::=

@@ -13,23 +13,23 @@ FROM ETSI-ITS-CDD {
;

/**
 * This DF represents the Cooperative Parking Occupancy Distribution and Assignment Service (PODAM)
 * This DF represents the Parking Information Service (PIM)
 * and is the top level Protocol Data Unit.
 *
 * @field header: This header contains basic message information
 *
 * @field podasParameters: This field contains the data necessary for PODAM
 * @field pimParameters: This field contains the data necessary for PIM
 *
 * @category:
 * @revision: Created in V2.1.1
*/
PODAM ::= SEQUENCE {
PIM ::= SEQUENCE {
	header          ItsPduHeader (WITH COMPONENTS {... , protocolVersion (2), messageId(21)}),
	podasParameters PodasParameters
	pimParameters PimParameters
}

/**
 * This DF indicates the parameters necessary for the PODAM
 * This DF indicates the parameters necessary for the PIM
 *
 * @field managementContainer: The management container.
 *
@@ -42,8 +42,8 @@ PODAM ::= SEQUENCE {
 * @category:
 * @revision: Created in V2.1.1
*/
PodasParameters ::= SEQUENCE {
    managementContainer PodasManagementContainer,
PimParameters ::= SEQUENCE {
    managementContainer PimManagementContainer,
    detections          ParkingSpaceDetections OPTIONAL,
    arrivalIndication   ParkingSpaceIntentIndication OPTIONAL,
    departureIndication ParkingSpaceIntentIndication OPTIONAL,
@@ -51,12 +51,12 @@ PodasParameters ::= SEQUENCE {
}

/**
 * This DF  represents the management container of the PODAM.
 * This DF  represents the management container of the PIM.
 * It shall include the following components:
 *
 * @field segmentationInfo: information regarding the message segmentation on facility layer.
*/
PodasManagementContainer ::= SEQUENCE {
PimManagementContainer ::= SEQUENCE {
    segmentationInfo    MessageSegmentationInfo,
    ...
}
+2 −2
Original line number Diff line number Diff line
PODAM-SA-Application-Data-Descriptions  {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) podasPduRelease2 (104072) saApplicationData (2) major-version-2 (2) minor-version-1 (1)} 
PIM-SA-Application-Data-Descriptions  {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) pimPduRelease2 (104072) saApplicationData (2) major-version-2 (2) minor-version-1 (1)}

DEFINITIONS AUTOMATIC TAGS ::=

@@ -12,7 +12,7 @@ BEGIN
 * @category:
 * @revision: Created in V2.1.1
*/
PODAMSAMApplicationData ::= SEQUENCE {
PIMSAMApplicationData ::= SEQUENCE {
	request             BOOLEAN,
    ...
}