mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-27 17:17:17 +01:00
Small fixes for display purposes in staging portal.
This commit is contained in:
parent
9d8389cda1
commit
a295f18353
9 changed files with 12 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
title: "DOCS"
|
||||
title: "CWMP Agent documentation"
|
||||
|
||||
nav:
|
||||
- "api"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "API"
|
||||
title: "CWMP Agent API"
|
||||
|
||||
nav:
|
||||
- "ubus"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "UBUS"
|
||||
title: "CWMP Agent UBUS"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "UCI"
|
||||
title: "CWMP Agent UCI"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
4
docs/design/.pages
Normal file
4
docs/design/.pages
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title: "CWMP Agent Design"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
title: "Developer Guide"
|
||||
title: "CWMP Agent Developer Guide"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Concepts and Workflow
|
||||
# Concepts and Workflow
|
||||
|
||||
In OpenWRT integration, `icwmpd` depends on `procd` based init script `/etc/init.d/icwmpd` to start it in boot-up. Once started, it reads the initial configuration from UCI and if configured connects to the ACS.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title: "Specifications"
|
||||
title: "CWMP Agent"
|
||||
|
||||
nav:
|
||||
- "..."
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Specification
|
||||
# CWMP Agent Specification
|
||||
|
||||
- `icwmpd` client implementation is done based on TR069 Spec. For more details follow the [link](https://www.broadband-forum.org/technical/download/TR-069.pdf).
|
||||
- It supports the data models that are defined by Broadband Forum. To see the list of data model parameters click [here](https://cwmp-data-models.broadband-forum.org/tr-181-2-15-1-cwmp.html).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue