Skip to content

Commit bac1698

Browse files
committed
Remove some todo's of functional requirements that are now already implemented.
Signed-off-by: Maaike Zijderveld, iolar <git.mail@iolar.nl>
1 parent 90b39ea commit bac1698

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

doc/v201/ocpp_201_status.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ This document contains the status of which OCPP 2.0.1 numbered functional requir
263263
| B01.FR.10 || |
264264
| B01.FR.11 || |
265265
| B01.FR.12 || |
266-
| B01.FR.13 | | |
266+
| B01.FR.13 | | |
267267

268268
## Provisioning - Cold Boot Charging Station – Pending
269269

@@ -412,7 +412,7 @@ This document contains the status of which OCPP 2.0.1 numbered functional requir
412412
| B11.FR.02 || |
413413
| B11.FR.03 || |
414414
| B11.FR.04 || |
415-
| B11.FR.05 | | |
415+
| B11.FR.05 | | |
416416
| B11.FR.06 | ⛽️ | In EVerest, the System module is responsible. |
417417
| B11.FR.07 | ⛽️ | In EVerest, the System module is responsible. |
418418
| B11.FR.08 || |

lib/ocpp/v201/functional_blocks/provisioning.cpp

-9
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ void Provisioning::notify_report_req(const int request_id, const std::vector<Rep
178178
}
179179

180180
void Provisioning::handle_boot_notification_response(CallResult<BootNotificationResponse> call_result) {
181-
// TODO(piet): B01.FR.06
182-
// TODO(piet): B01.FR.07
183-
// TODO(piet): B01.FR.08
184-
// TODO(piet): B01.FR.09
185-
// TODO(piet): B01.FR.13
186181
EVLOG_info << "Received BootNotificationResponse: " << call_result.msg
187182
<< "\nwith messageId: " << call_result.uniqueId;
188183

@@ -434,10 +429,6 @@ void Provisioning::handle_set_network_profile_req(Call<SetNetworkProfileRequest>
434429
}
435430

436431
void Provisioning::handle_reset_req(Call<ResetRequest> call) {
437-
// TODO(piet): B11.FR.05
438-
439-
// TODO(piet): B12.FR.05
440-
// TODO(piet): B12.FR.06
441432
EVLOG_debug << "Received ResetRequest: " << call.msg << "\nwith messageId: " << call.uniqueId;
442433
const auto msg = call.msg;
443434

0 commit comments

Comments
 (0)