On 15/05/2017 11:35, Ron wrote:

Another feature we are looking for is a trigger to an external server for every LUR of devices.

Hi Ron, You will find a very basic implementation of that here:
https://github.com/Rhizomatica/rccn/blob/master/rccn/smpp.py

You could even use that same python-smpplib that is used there to generate your "welcome" message, it would be no more than a few lines of python.

You'll need this version as it has support for the alert_notification PDU:
https://github.com/asdfuser/python-smpplib

k/