TR181-XPON
1.4.0
TR-181 PON manager.
|
#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | pplt_dm_init (void) |
void | pplt_dm_cleanup (void) |
Functionality to populate the XPON DM after startup.
The plugin checks the first few minutes after startup for any ONUs to be added to the XPON DM. After that this part of the plugin does not do anything anymore.
Definition in file populate_dm_startup.h.
void pplt_dm_cleanup | ( | void | ) |
Clean up the part responsible for populating the XPON DM at startup.
The plugin must call this function once when stopping.
Definition at line 648 of file populate_dm_startup.c.
bool pplt_dm_init | ( | void | ) |
Initialize the part responsible for populating the XPON DM at startup.
To start the whole process of the populating the XPON DM, the function schedules a task to query the instances of XPON.ONU every 10 s. (The plugin will stop the timer when it has found MAX_NR_OF_ONUS ONUs, or when 5 minutes have passed since startup.)
The plugin must call this function once at startup.
Definition at line 619 of file populate_dm_startup.c.