Herafter a short extract of the LMDdb interface:
| Function Name |
Purpose |
| LMD_Db_Init |
The TE Database handle must be provided as parameter to this function.
This function performs the registration and the binding onto the LMP provider.
|
| LMD_LinkSummary |
Initiates a link summary procedure
That function causes the sending of linkSummary LMP message to the peer node identified by its Router Id retrieved from the TE Link.
|
| LMD_ServiceConfigAck |
Sends a ServiceConfigAck LMP message.
This function is to be called upon receipt of a ServiceConfig LMP message.
|
| LMD_Db_Listen |
This function waits for incoming LMP event.
The caller must specify a callback function that is to be called upon receipt of an LMP message.
|