Skip to content

Conversation

@biubiuzhang
Copy link
Contributor

@biubiuzhang biubiuzhang commented Jan 28, 2026

Describe your changes

Modify Provisioning::boot_notification_req() in lib/ocpp/v2/functional_blocks/provisioning.cpp to:

Read ICCID and IMSI values from the device model using get_optional_valuestd::string()
If either value is present, create a Modem object and populate the available fields
Attach the Modem object to charging_station.modem

Issue ticket number and link

#1172

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

@mlitre
Copy link
Contributor

mlitre commented Jan 30, 2026

Hello @biubiuzhang it seems like your changes are failing some unit tests, could you fix the tests? Once those pass, I will be able to approve the PR.

Nancy Zhang added 2 commits February 3, 2026 17:38
@biubiuzhang biubiuzhang force-pushed the feature/modem-boot-notification branch from a96128c to b69767b Compare February 3, 2026 09:38
@biubiuzhang
Copy link
Contributor Author

@mlitre thanks for checking! I have ran the unit tests locally and they were all passed. Is there a way I can trigger the pipeline to rerun the failed tests?

@mlitre mlitre added this pull request to the merge queue Feb 4, 2026
@Pietfried Pietfried linked an issue Feb 4, 2026 that may be closed by this pull request
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 4, 2026
@mlitre mlitre added this pull request to the merge queue Feb 4, 2026
Merged via the queue into EVerest:main with commit bebe7f2 Feb 4, 2026
39 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Populate Modem object in BootNotificationRequest for OCPP 2.0.1

2 participants