https://github.com/rdkcentral/rdkb-halif-test-cellular-modem
RDKB Cellular Modem Abstraction Layer test suite
https://github.com/rdkcentral/rdkb-halif-test-cellular-modem
Last synced: 6 months ago
JSON representation
RDKB Cellular Modem Abstraction Layer test suite
- Host: GitHub
- URL: https://github.com/rdkcentral/rdkb-halif-test-cellular-modem
- Owner: rdkcentral
- License: apache-2.0
- Created: 2023-10-02T10:47:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T10:33:29.000Z (10 months ago)
- Last Synced: 2025-10-01T11:14:31.506Z (10 months ago)
- Language: C
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Notice: NOTICE
Awesome Lists containing this project
README
# Unit Testing Suite For CELLULAR MODEM HAL
The following documents should be referenced to provide specific information on the tests required for this module.
## Table of Contents
- [Version History](#version-history)
- [Acronyms, Terms and Abbreviations](#acronyms-terms-and-abbreviations)
- [Description](#description)
- [Reference Documents](#reference-documents)
## Version History
| Date | Comment | Version |
| --- | --- | --- |
| 07/08/24 | Initial Release | 1.0.0 |
## Acronyms, Terms and Abbreviations
- `L1` - Unit Tests
- `HAL`- Hardware Abstraction Layer
## Description
This repository contains the Unit Test Suites L1 for CELLULAR MODEM HAL.
## Reference Documents
|SNo|Document Name|Document Description|Document Link|
|---|-------------|--------------------|-------------|
|1|`HAL` Specification Document|This document provides specific information on the APIs for which tests are written in this module|[CellularModemHalSpec.md](../../../../../rdkcentral/rdkb-halif-cellular-modem/blob/main/docs/pages/CellularModemHalSpec.md "CellularModemHalSpec.md")|
|2|`L1` Tests | `L1` Test Case File for this module |[test_l1_cellular_modem_hal_api.c](src/test_l1_cellular_modem_hal_api.c "test_l1_cellular_modem_hal_api.c")|