Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: uicc_lwm2m: Add UICC LwM2M library #16855

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stig-bjorlykke
Copy link
Contributor

@stig-bjorlykke stig-bjorlykke commented Aug 13, 2024

Add functionality to read LwM2M bootstrap data from UICC.

This library will be used by lwm2m_carrier library and optionally in lwm2m_client sample.

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Aug 13, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 13, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 7

Inputs:

Sources:

sdk-nrf: PR head: 739e83db31ae9b6dfd6fce54500f842c33d42e3d

more details

sdk-nrf:

PR head: 739e83db31ae9b6dfd6fce54500f842c33d42e3d
merge base: 9c7c28ce8991874c3dbf873c842d8c82c7dbdb8b
target head (main): e8d2e38f24ea200e3b52424355b80371340a39a0
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (24)
.checkpatch.conf
CODEOWNERS
doc
│  ├── nrf
│  │  ├── libraries
│  │  │  ├── modem
│  │  │  │  │ uicc_lwm2m.rst
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
include
│  ├── modem
│  │  │ uicc_lwm2m.h
lib
│  ├── CMakeLists.txt
│  ├── Kconfig
│  ├── uicc_lwm2m
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── asn1_decode.c
│  │  ├── asn1_decode.h
│  │  ├── pkcs15_decode.c
│  │  ├── pkcs15_decode.h
│  │  │ uicc_lwm2m.c
samples
│  ├── cellular
│  │  ├── uicc_lwm2m
│  │  │  ├── CMakeLists.txt
│  │  │  ├── README.rst
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
scripts
│  ├── ci
│  │  │ tags.yaml
tests
│  ├── lib
│  │  ├── uicc_lwm2m
│  │  │  ├── CMakeLists.txt
│  │  │  ├── prj.conf
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 9583beca34
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:9583beca34_81ed5a52d6

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 282
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

CODEOWNERS Show resolved Hide resolved
samples/cellular/uicc_lwm2m/sample.yaml Outdated Show resolved Hide resolved
samples/cellular/uicc_lwm2m/sample.yaml Outdated Show resolved Hide resolved
tests/lib/uicc_lwm2m/testcase.yaml Outdated Show resolved Hide resolved
tests/lib/uicc_lwm2m/testcase.yaml Outdated Show resolved Hide resolved
tests/lib/uicc_lwm2m/testcase.yaml Outdated Show resolved Hide resolved
Copy link
Contributor

@nordic-piks nordic-piks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please adjust tags - by adding ci_samples_cellular

@stig-bjorlykke stig-bjorlykke force-pushed the uicc-lwm2m branch 2 times, most recently from 2b7c0ed to 1db3b48 Compare August 14, 2024 07:22
@github-actions github-actions bot removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Aug 14, 2024
doc/nrf/libraries/modem/uicc_lwm2m.rst Outdated Show resolved Hide resolved
doc/nrf/libraries/modem/uicc_lwm2m.rst Show resolved Hide resolved
doc/nrf/libraries/modem/uicc_lwm2m.rst Outdated Show resolved Hide resolved
samples/cellular/uicc_lwm2m/README.rst Outdated Show resolved Hide resolved
samples/cellular/uicc_lwm2m/README.rst Outdated Show resolved Hide resolved
samples/cellular/uicc_lwm2m/README.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@divipillai divipillai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments.

samples/cellular/uicc_lwm2m/README.rst Outdated Show resolved Hide resolved
samples/cellular/uicc_lwm2m/README.rst Outdated Show resolved Hide resolved
doc/nrf/libraries/modem/uicc_lwm2m.rst Outdated Show resolved Hide resolved
doc/nrf/libraries/modem/uicc_lwm2m.rst Outdated Show resolved Hide resolved
Add functionality to read LwM2M bootstrap data from UICC.

Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants