Hi, I encountered a Kannel instance, that had connections to an smsc
using SMPP protocol. In the configuration file I found mcc and mnc
parameters (Mobile Country Code, Mobile Network Code). If I changed
one of the values, the smsc couldn't connect anymore, so they are
actually being used in binding process.
Strange in this is the following:
a) These parameters are not documented anywhere. In Kannel's userguide
there are no mentions about these, and googling around didn't give any
results either.
b) I have a local Kannel (1.4.3, in Mac OS X 10.5.8) that does not
accept these parameters ("mcc/mnc is not accepted in smsc-group"), but
exactly the same configuration file connects without problems in this
other Kannel instance (a little bit older version).
The configuration is the following:
group = smsc
smsc = smpp
smsc-id = some_id
mcc = xxx
mnc = yy
host = server.address.com
port = 6700
transceiver-mode = false
receive-port = 6700
smsc-username = *****
smsc-password = *****
interface-version = 0x22
...
etc
Best regards,
Antti