Commits (3)
...@@ -3,13 +3,14 @@ include: ...@@ -3,13 +3,14 @@ include:
file: '/gitlab-ci/base.yml' file: '/gitlab-ci/base.yml'
variables: variables:
ASN1_SRC: 'cdd/*.asn *.asn' ASN1_SRC: 'cdd/*.asn *.asn' pa/*.asn
validate: validate:
extends: .validate extends: .validate
only: only:
changes: changes:
- '*.asn' - '*.asn'
- 'pa/*.asn'
documentation: documentation:
...@@ -17,3 +18,4 @@ documentation: ...@@ -17,3 +18,4 @@ documentation:
only: only:
changes: changes:
- '*.asn' - '*.asn'
- 'pa/*.asn'
...@@ -2,3 +2,7 @@ ...@@ -2,3 +2,7 @@
path = cdd path = cdd
url = https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2.git url = https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2.git
branch = WI_001961 branch = WI_001961
[submodule "pa"]
path = pa
url = https://forge.etsi.org/rep/ITS/asn1/pa_ts103916.git
branch = release2
POIM-CommonContainers {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) poi(103916) common(99) major-version-1 (1) minor-version-1 (1)}
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
IMPORTS
Identifier2B, IvimReferences, MapReferences, Provider, TimestampIts
FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-4 (4) minor-version-1 (1)} WITH SUCCESSORS
PoiType
FROM POIM-PDU-Description {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) poi(103916) poim(0) major-version-1 (1) minor-version-1 (1)}
;
/**
* This type represents the common management container of the POI Information Blocks.
*
* It shall include the following components:
*
* @field serviceProviderId: identifier of the organization that provided the POI Information Block.
*
* @field blockIdentificationNumber: identifier of the POI Information Block, as assigned by the organization identified in serviceProviderId.
*
* @field timestamp: timestamp of the generation or last change of the POI Information Block
*
* @field linkedIvims: the optional list of references to IVIMs that are semantically connected because providing signage information applying to the POI.
*
* @field linkedMapem: the optional list of references to MAPEMs that are semantically connected because providing information applying to the POI.
*
*/
PoiBlockManagementContainer::= SEQUENCE {
serviceProviderId Provider,
blockIdentificationNumber Identifier2B,
timestamp TimestampIts,
linkedIvims IvimReferences OPTIONAL,
linkedMapems MapReferences OPTIONAL,
...
}
/**
* This type can be used to reference to other related POI Information Blocks.
*
* It shall include the following components:
*
* @field poiInfoBlockType: the type of related POI Information Blocks
*
* @field serviceProviderId: identifier of the organization that provided the related POI Information Block.
*
* @field blockIdentificationNumber: identifier of the related POI Information Block, as assigned by the organization identified in serviceProviderId.
*
* @field timestamp: optional timestamp of the generation or last change of the related POI Information Block
*
*/
RelatedPoiInfoBlock::= SEQUENCE{
poiInfoBlockType PoiType,
serviceProviderId Provider,
blockIdentificationNumber Identifier2B,
timestamp TimestampIts OPTIONAL,
...
}
/**
* This DF shall contain a list of @ref RelatedPoiInfoBlock and represents a commmon container to refer to other POI Information Blocks.
*
*/
RelatedPoiInfoBlockContainer::= SEQUENCE OF RelatedPoiInfoBlock
END
--Draft 03.05.2023
POIM-PDU-Description {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) poi(103916) poim(0) major-version-1 (1) minor-version-1 (1)} POIM-PDU-Description {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) poi(103916) poim(0) major-version-1 (1) minor-version-1 (1)}
DEFINITIONS AUTOMATIC TAGS ::= BEGIN DEFINITIONS AUTOMATIC TAGS ::= BEGIN
IMPORTS IMPORTS
ActionIdList, Identifier2B, ItsPduHeader, IvimReferences, MapReference, MapReferences, Provider, TimestampIts ItsPduHeader
FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-4 (4) minor-version-1 (1)} FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-4 (4) minor-version-1 (1)} WITH SUCCESSORS
WITH SUCCESSORS
ParkingAvailabilityBlock ParkingAvailabilityBlock
FROM POIM-ParkingAvailability {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) poi(103916) parkingAvailability(1) major-version-1 (1) minor-version-1 (1)} FROM POIM-ParkingAvailability {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) poi(103916) parkingAvailability(1) major-version-1 (1) minor-version-1 (1)} WITH SUCCESSORS
WITH SUCCESSORS
-- other block imports from separate standards to be added here when needed. -- other block imports from separate standards to be added here when needed.
; ;
...@@ -86,58 +82,4 @@ WrappedPoiInformationBlock ::= SEQUENCE { ...@@ -86,58 +82,4 @@ WrappedPoiInformationBlock ::= SEQUENCE {
poiBlock BLOCK-TYPE.&Content({PoiInformationSet}{@poiType}) poiBlock BLOCK-TYPE.&Content({PoiInformationSet}{@poiType})
} }
/**
* This type represents the common management container of the POI Information Blocks.
*
* It shall include the following components:
*
* @field serviceProviderId: identifier of the organization that provided the POI Information Block.
*
* @field blockIdentificationNumber: identifier of the POI Information Block, as assigned by the organization identified in serviceProviderId.
*
* @field timestamp: timestamp of the generation or last change of the POI Information Block
*
* @field linkedIvims: the optional list of references to IVIMs that are semantically connected because providing signage information applying to the POI.
*
* @field linkedMapem: the optional list of references to MAPEMs that are semantically connected because providing information applying to the POI.
*
*/
PoiBlockManagementContainer::= SEQUENCE {
serviceProviderId Provider,
blockIdentificationNumber Identifier2B,
timestamp TimestampIts,
linkedIvims IvimReferences OPTIONAL,
linkedMapems MapReferences OPTIONAL,
...
}
/**
* This type can be used to reference to other related POI Information Blocks.
*
* It shall include the following components:
*
* @field poiInfoBlockType: the type of related POI Information Blocks
*
* @field serviceProviderId: identifier of the organization that provided the related POI Information Block.
*
* @field blockIdentificationNumber: identifier of the related POI Information Block, as assigned by the organization identified in serviceProviderId.
*
* @field timestamp: optional timestamp of the generation or last change of the related POI Information Block
*
*/
RelatedPoiInfoBlock::= SEQUENCE{
poiInfoBlockType PoiType,
serviceProviderId Provider,
blockIdentificationNumber Identifier2B,
timestamp TimestampIts OPTIONAL,
...
}
/**
* This DF shall contain a list of @ref RelatedPoiInfoBlock and represents a commmon container to refer to other POI Information Blocks.
*
*/
RelatedPoiInfoBlockContainer::= SEQUENCE OF RelatedPoiInfoBlock
END END
This diff is collapsed.
Subproject commit 83e4309e16f6c2171c6a543c8fa6e96782c57498