Guys, just an FYI, if you will get a PANIC error if you have two TLVs
with the same tag address. For example:
group = smpp-tlv
name = A
tag = 0x1450
type = integer
length = 1
group = smpp-tlv
name = B
tag = 0x1450
type = octetstring
length = 60
The error would say that there are duplicate TLV address.
It would be nice, like Nikos mentioned, to assigned a specific TLV to
an SMSC as Roland thought from the beginning.
smsc-id = telefonica
group = smpp-tlv
name = A
tag = 0x1450
type = integer
length = 1
smsc-id = telcel
group = smpp-tlv
name = B
tag = 0x1450
type = octetstring
length = 60
Thanks,
Marcelo