Commit 5beda9b0 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 5cce3cab
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,13 +9,12 @@ This type represents the DENM PDU.

 It shall include the following components:

* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader)  (WITH COMPONENTS {... , protocolVersion (2)<br>
* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader)  (WITH COMPONENTS {... , protocolVersion (2), messageId(denm)})<br>
  the header of the DENM PDU.

* _denm_ of type [**DenmPayload**](#DenmPayload) <br>
  the payload of the DENM PDU.

    messageId(denm)}),
```asn1
DENM ::= SEQUENCE {
	header ItsPduHeader (WITH COMPONENTS {... , protocolVersion (2), messageId(denm)}),
@@ -330,6 +329,8 @@ AlacarteContainer ::= SEQUENCE {
}
```

This type specifies the default value for DENM validity duration used for DENM protocol operation.

```asn1
defaultValidity INTEGER ::= 600
```
+1056 −0

File changed.

Preview size limit exceeded, changes collapsed.