Skip to content

Commit 5d6115b

Browse files
committed
[API] Added ASN.1 Types for OTA_ChrgCtrlReq and OTA_ChrgCtrlStsResp
1 parent 1cf8b87 commit 5d6115b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

ASN.1 schema/v3_0/ApplicationData.asn1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ ApplicationDataModule
33
DEFINITIONS
44
AUTOMATIC TAGS ::=
55
BEGIN
6+
OTA_ChrgCtrlReq ::= SEQUENCE
7+
{
8+
chrgCtrlReq INTEGER(0..255),
9+
tboxV2XReq INTEGER(0..255),
10+
tboxEleccLckCtrlReq INTEGER(0..255)
11+
}
12+
OTA_ChrgCtrlStsResp ::= SEQUENCE
13+
{
14+
chrgCtrlDspCmd INTEGER(0..255),
15+
chrgCtrlResp INTEGER(0..255),
16+
bmsDsChrgCtrlDspCmd INTEGER(0..255) OPTIONAL,
17+
bmsDsChrgCtrlResp INTEGER(0..255) OPTIONAL,
18+
ccuEleccLckCtrlDspCmd INTEGER(0..255) OPTIONAL,
19+
ccuEleccLckCtrlResp INTEGER(0..255) OPTIONAL,
20+
rvcReqSts OCTET STRING(SIZE(1))
21+
}
622
OTA_ChrgMangDataResp ::= SEQUENCE
723
{
824
bmsReserCtrlDspCmd INTEGER(0..255),

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- API
10+
- ASN.1 Types for `OTA_ChrgCtrlReq` and `OTA_ChrgCtrlStsResp`
11+
812
### Changed
913
- MQTT
1014
- **Breaking** The default refresh rate while the car is active has been changed to 30 seconds

0 commit comments

Comments
 (0)