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

update Readme and OID for TS 104 091

parent 44e70946
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
# ASN.1 module for Services Announcement specification (SA) [ETSI EN 302 890-1]
# ASN.1 module for Services Announcement specification (SA) Rel.2 [ETSI EN 104 091]

This module is a tryout to update SAEM to release 2 build tree
These modules is a part of delivery **[ETSI TS 104 091 v2.1.1](https://www.etsi.org/deliver/etsi_ts/104000_104099/104091//02.01.01_60/ts_104091v020101p.pdf) (2024-XX)**

This module is a successor of _SAEM-PDU-Descriptions_ module from **[ETSI TS 302 890-1 v1.2.1](https://forge.etsi.org/rep/ITS/asn1/saem_en302890_1)**

## License

+3 −2
Original line number Diff line number Diff line
SAEM-PDU-Descriptions {
    itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (3028901) sam (0) version1 (1)
    itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts104091 (104091) sam (0) major-version-1 (1) minor-version-1 (1)
}

DEFINITIONS AUTOMATIC TAGS ::= 
@@ -12,6 +12,7 @@ ItsPduHeader FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) i

SAEM ::= SEQUENCE {
    header  ItsPduHeader, -- use value for SAEM, see ETSI TS 102 894-2 [2]
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})}
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})
}

END