|
TR181-XPON
1.4.0
TR-181 PON manager.
|
#include <stdbool.h>#include <amxc/amxc.h>#include <amxp/amxp.h>#include <amxd/amxd_object.h>Go to the source code of this file.
Data Structures | |
| struct | _onu_priv |
Typedefs | |
| typedef struct _onu_priv | onu_priv_t |
Functions | |
| void | onu_priv_attach_private_data (amxd_object_t *const object) |
| void | onu_priv_delete_private_data (onu_priv_t *priv) |
Functions related to the private data attached to an ONU object.
tr181-xpon attaches private data to an ONU object to track if it already checked if the ONU is enabled according to the persistency data.
Definition in file onu_priv.h.
| typedef struct _onu_priv onu_priv_t |
Struct with dummy field.
tr181-xpon is only interested if private data is attached to an ONU instance. The actual content is don't care.
| void onu_priv_attach_private_data | ( | amxd_object_t *const | object | ) |
Attach private data to the ONU instance.
| [in] | object | the ONU instance |
Definition at line 77 of file onu_priv.c.

| void onu_priv_delete_private_data | ( | onu_priv_t * | priv | ) |